forked from microsoft/winget-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWinGetInProcCom.nuspec
30 lines (30 loc) · 2.85 KB
/
WinGetInProcCom.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0"?>
<package >
<metadata>
<id>Microsoft.WindowsPackageManager.InProcCom</id>
<version>$version$</version>
<authors>Microsoft</authors>
<projectUrl>https://github.com/microsoft/winget-cli</projectUrl>
<license type="expression">MIT</license>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>Windows Package Manager In-Proc Com Binaries.</description>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<tags>winget</tags>
</metadata>
<files>
<file src="src\x64\Release\WindowsPackageManager\WindowsPackageManager.dll" target="runtimes\win-x64\native\WindowsPackageManager.dll"/>
<file src="src\x64\Release\WindowsPackageManager\WindowsPackageManager.pdb" target="runtimes\win-x64\native\WindowsPackageManager.pdb"/>
<file src="src\x64\Release\Microsoft.Management.Deployment.InProc\Microsoft.Management.Deployment.InProc.dll" target="runtimes\win-x64\native\Microsoft.Management.Deployment.InProc.dll"/>
<file src="src\x64\Release\Microsoft.Management.Deployment.InProc\Microsoft.Management.Deployment.InProc.pdb" target="runtimes\win-x64\native\Microsoft.Management.Deployment.InProc.pdb"/>
<file src="src\x64\Release\Microsoft.Management.Deployment.InProc\Microsoft.Management.Deployment.InProc.dll.manifest" target="runtimes\win-x64\native\Microsoft.Management.Deployment.InProc.dll.manifest"/>
<file src="src\x64\Release\Microsoft.Management.Deployment\Microsoft.Management.Deployment.winmd" target="runtimes\win-x64\native\Microsoft.Management.Deployment.winmd"/>
<file src="src\x86\Release\WindowsPackageManager\WindowsPackageManager.dll" target="runtimes\win-x86\native\WindowsPackageManager.dll"/>
<file src="src\x86\Release\WindowsPackageManager\WindowsPackageManager.pdb" target="runtimes\win-x86\native\WindowsPackageManager.pdb"/>
<file src="src\x86\Release\Microsoft.Management.Deployment.InProc\Microsoft.Management.Deployment.InProc.dll" target="runtimes\win-x86\native\Microsoft.Management.Deployment.InProc.dll"/>
<file src="src\x86\Release\Microsoft.Management.Deployment.InProc\Microsoft.Management.Deployment.InProc.pdb" target="runtimes\win-x86\native\Microsoft.Management.Deployment.InProc.pdb"/>
<file src="src\x86\Release\Microsoft.Management.Deployment.InProc\Microsoft.Management.Deployment.InProc.dll.manifest" target="runtimes\win-x86\native\Microsoft.Management.Deployment.InProc.dll.manifest"/>
<file src="src\x86\Release\Microsoft.Management.Deployment\Microsoft.Management.Deployment.winmd" target="runtimes\win-x86\native\Microsoft.Management.Deployment.winmd"/>
<!-- Placing a copy of the winmd in lib folder to let .net 4.* framework recognize and compile -->
<file src="src\x86\Release\Microsoft.Management.Deployment\Microsoft.Management.Deployment.winmd" target="lib\Microsoft.Management.Deployment.winmd"/>
</files>
</package>