diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-26 11:31:05 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-05-11 11:14:01 -0700 |
commit | df016066100df955d5ff98811e113fb2b1bd4b8a (patch) | |
tree | a27b35a3651ca7b1d8c4bb7c7483ec2f92583e08 /src/ext/ComPlus/ca | |
parent | dc6022da6cdbb9d7ca54c4a36485ceead07feaaf (diff) | |
download | wix-df016066100df955d5ff98811e113fb2b1bd4b8a.tar.gz wix-df016066100df955d5ff98811e113fb2b1bd4b8a.tar.bz2 wix-df016066100df955d5ff98811e113fb2b1bd4b8a.zip |
Implement integrated build process
Diffstat (limited to 'src/ext/ComPlus/ca')
-rw-r--r-- | src/ext/ComPlus/ca/complusca.vcxproj | 10 | ||||
-rw-r--r-- | src/ext/ComPlus/ca/packages.config | 5 |
2 files changed, 5 insertions, 10 deletions
diff --git a/src/ext/ComPlus/ca/complusca.vcxproj b/src/ext/ComPlus/ca/complusca.vcxproj index 3a7f6e64..5a8b23cd 100644 --- a/src/ext/ComPlus/ca/complusca.vcxproj +++ b/src/ext/ComPlus/ca/complusca.vcxproj | |||
@@ -85,11 +85,11 @@ | |||
85 | </ItemGroup> | 85 | </ItemGroup> |
86 | 86 | ||
87 | <ItemGroup> | 87 | <ItemGroup> |
88 | <PackageReference Include="WixToolset.Dutil" Version="4.0.62" /> | 88 | <PackageReference Include="WixToolset.Dutil" /> |
89 | <PackageReference Include="WixToolset.WcaUtil" Version="4.0.18" /> | 89 | <PackageReference Include="WixToolset.WcaUtil" /> |
90 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" /> | 90 | <PackageReference Include="Microsoft.SourceLink.GitHub" /> |
91 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" /> | 91 | <PackageReference Include="GitInfo" /> |
92 | </ItemGroup> | 92 | </ItemGroup> |
93 | 93 | ||
94 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 94 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
95 | </Project> \ No newline at end of file | 95 | </Project> |
diff --git a/src/ext/ComPlus/ca/packages.config b/src/ext/ComPlus/ca/packages.config deleted file mode 100644 index e3dc0e43..00000000 --- a/src/ext/ComPlus/ca/packages.config +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <packages> | ||
3 | <package id="WixToolset.DUtil" version="4.0.30" targetFramework="native" /> | ||
4 | <package id="WixToolset.WcaUtil" version="4.0.16" targetFramework="native" /> | ||
5 | </packages> \ No newline at end of file | ||