diff options
Diffstat (limited to 'src/libs/dutil/WixToolset.DUtil')
-rw-r--r-- | src/libs/dutil/WixToolset.DUtil/dutil.nuspec | 29 | ||||
-rw-r--r-- | src/libs/dutil/WixToolset.DUtil/dutil.vcxproj | 7 | ||||
-rw-r--r-- | src/libs/dutil/WixToolset.DUtil/packages.config | 7 |
3 files changed, 18 insertions, 25 deletions
diff --git a/src/libs/dutil/WixToolset.DUtil/dutil.nuspec b/src/libs/dutil/WixToolset.DUtil/dutil.nuspec index 3499a2d5..fef60013 100644 --- a/src/libs/dutil/WixToolset.DUtil/dutil.nuspec +++ b/src/libs/dutil/WixToolset.DUtil/dutil.nuspec | |||
@@ -1,27 +1,28 @@ | |||
1 | <?xml version="1.0"?> | 1 | <?xml version="1.0"?> |
2 | <package > | 2 | <package > |
3 | <metadata> | 3 | <metadata minClientVersion="4.0"> |
4 | <id>$id$</id> | 4 | <id>$id$</id> |
5 | <version>$version$</version> | 5 | <version>$version$</version> |
6 | <title>$title$</title> | ||
7 | <description>$description$</description> | ||
6 | <authors>$authors$</authors> | 8 | <authors>$authors$</authors> |
7 | <owners>$authors$</owners> | ||
8 | <license type="expression">MS-RL</license> | 9 | <license type="expression">MS-RL</license> |
9 | <projectUrl>https://github.com/wixtoolset/dutil</projectUrl> | ||
10 | <requireLicenseAcceptance>false</requireLicenseAcceptance> | 10 | <requireLicenseAcceptance>false</requireLicenseAcceptance> |
11 | <description>$description$</description> | ||
12 | <copyright>$copyright$</copyright> | 11 | <copyright>$copyright$</copyright> |
12 | <projectUrl>$projectUrl$</projectUrl> | ||
13 | <repository type="$repositorytype$" url="$repositoryurl$" commit="$repositorycommit$" /> | ||
13 | </metadata> | 14 | </metadata> |
14 | 15 | ||
15 | <files> | 16 | <files> |
16 | <file src="build\$id$.props" target="build\" /> | 17 | <file src="$projectFolder$\build\$id$.props" target="build\" /> |
17 | <file src="inc\*" target="build\native\include" /> | 18 | <file src="$projectFolder$\inc\*" target="build\native\include" /> |
18 | <file src="..\..\build\$configuration$\v140\x64\dutil.lib" target="build\native\v140\x64" /> | 19 | <file src="..\..\v140\x64\dutil.lib" target="build\native\v140\x64" /> |
19 | <file src="..\..\build\$configuration$\v140\x86\dutil.lib" target="build\native\v140\x86" /> | 20 | <file src="..\..\v140\x86\dutil.lib" target="build\native\v140\x86" /> |
20 | <file src="..\..\build\$configuration$\v141\x64\dutil.lib" target="build\native\v141\x64" /> | 21 | <file src="..\..\v141\x64\dutil.lib" target="build\native\v141\x64" /> |
21 | <file src="..\..\build\$configuration$\v141\x86\dutil.lib" target="build\native\v141\x86" /> | 22 | <file src="..\..\v141\x86\dutil.lib" target="build\native\v141\x86" /> |
22 | <file src="..\..\build\$configuration$\v141\ARM64\dutil.lib" target="build\native\v141\ARM64" /> | 23 | <file src="..\..\v141\ARM64\dutil.lib" target="build\native\v141\ARM64" /> |
23 | <file src="..\..\build\$configuration$\v142\x64\dutil.lib" target="build\native\v142\x64" /> | 24 | <file src="..\..\v142\x64\dutil.lib" target="build\native\v142\x64" /> |
24 | <file src="..\..\build\$configuration$\v142\x86\dutil.lib" target="build\native\v142\x86" /> | 25 | <file src="..\..\v142\x86\dutil.lib" target="build\native\v142\x86" /> |
25 | <file src="..\..\build\$configuration$\v142\ARM64\dutil.lib" target="build\native\v142\ARM64" /> | 26 | <file src="..\..\v142\ARM64\dutil.lib" target="build\native\v142\ARM64" /> |
26 | </files> | 27 | </files> |
27 | </package> | 28 | </package> |
diff --git a/src/libs/dutil/WixToolset.DUtil/dutil.vcxproj b/src/libs/dutil/WixToolset.DUtil/dutil.vcxproj index 4e341438..a02e638a 100644 --- a/src/libs/dutil/WixToolset.DUtil/dutil.vcxproj +++ b/src/libs/dutil/WixToolset.DUtil/dutil.vcxproj | |||
@@ -43,7 +43,7 @@ | |||
43 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 43 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
45 | 45 | ||
46 | <Import Project="..\NativeMultiTargeting.Build.props" /> | 46 | <Import Project="..\..\..\NativeMultiTargeting.Build.props" /> |
47 | 47 | ||
48 | <ItemGroup> | 48 | <ItemGroup> |
49 | <ClCompile Include="acl2util.cpp" /> | 49 | <ClCompile Include="acl2util.cpp" /> |
@@ -170,13 +170,12 @@ | |||
170 | </ItemGroup> | 170 | </ItemGroup> |
171 | 171 | ||
172 | <ItemGroup> | 172 | <ItemGroup> |
173 | <None Include="packages.config" /> | ||
174 | <None Include="xsd\thmutil.xsd" /> | 173 | <None Include="xsd\thmutil.xsd" /> |
175 | </ItemGroup> | 174 | </ItemGroup> |
176 | 175 | ||
177 | <ItemGroup> | 176 | <ItemGroup> |
178 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" /> | 177 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
179 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" /> | 178 | <PackageReference Include="GitInfo" PrivateAssets="All" /> |
180 | </ItemGroup> | 179 | </ItemGroup> |
181 | 180 | ||
182 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 181 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
diff --git a/src/libs/dutil/WixToolset.DUtil/packages.config b/src/libs/dutil/WixToolset.DUtil/packages.config deleted file mode 100644 index 5bbcd994..00000000 --- a/src/libs/dutil/WixToolset.DUtil/packages.config +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <packages> | ||
3 | <package id="Microsoft.Build.Tasks.Git" version="1.0.0" targetFramework="native" developmentDependency="true" /> | ||
4 | <package id="Microsoft.SourceLink.Common" version="1.0.0" targetFramework="native" developmentDependency="true" /> | ||
5 | <package id="Microsoft.SourceLink.GitHub" version="1.0.0" targetFramework="native" developmentDependency="true" /> | ||
6 | <package id="Nerdbank.GitVersioning" version="3.3.37" targetFramework="native" developmentDependency="true" /> | ||
7 | </packages> \ No newline at end of file | ||