diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-03-01 12:36:48 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-03-01 14:04:39 -0800 |
| commit | 45d84392eed8a1e6eae4f906ab382858ca23d740 (patch) | |
| tree | 5d3957db8aa889ee3815d9cad2f13281c8ff43c0 /src/ca | |
| parent | ed6d7629e6e8bebdd7335c099e03140998a91032 (diff) | |
| download | wix-45d84392eed8a1e6eae4f906ab382858ca23d740.tar.gz wix-45d84392eed8a1e6eae4f906ab382858ca23d740.tar.bz2 wix-45d84392eed8a1e6eae4f906ab382858ca23d740.zip | |
Update to latest build infrastructure
Diffstat (limited to 'src/ca')
| -rw-r--r-- | src/ca/complusca.vcxproj | 25 |
1 files changed, 15 insertions, 10 deletions
diff --git a/src/ca/complusca.vcxproj b/src/ca/complusca.vcxproj index 0192557a..3a7f6e64 100644 --- a/src/ca/complusca.vcxproj +++ b/src/ca/complusca.vcxproj | |||
| @@ -1,8 +1,7 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | 2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> |
| 3 | |||
| 3 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 4 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 4 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props')" /> | ||
| 5 | <Import Project="..\..\packages\WixToolset.WcaUtil.4.0.16\build\WixToolset.WcaUtil.props" Condition="Exists('..\..\packages\WixToolset.WcaUtil.4.0.16\build\WixToolset.WcaUtil.props')" /> | ||
| 6 | <ItemGroup Label="ProjectConfigurations"> | 5 | <ItemGroup Label="ProjectConfigurations"> |
| 7 | <ProjectConfiguration Include="Debug|Win32"> | 6 | <ProjectConfiguration Include="Debug|Win32"> |
| 8 | <Configuration>Debug</Configuration> | 7 | <Configuration>Debug</Configuration> |
| @@ -21,6 +20,7 @@ | |||
| 21 | <Platform>x64</Platform> | 20 | <Platform>x64</Platform> |
| 22 | </ProjectConfiguration> | 21 | </ProjectConfiguration> |
| 23 | </ItemGroup> | 22 | </ItemGroup> |
| 23 | |||
| 24 | <PropertyGroup Label="Globals"> | 24 | <PropertyGroup Label="Globals"> |
| 25 | <ProjectGuid>{BDEF51ED-E242-4FA2-801A-01B127DF851A}</ProjectGuid> | 25 | <ProjectGuid>{BDEF51ED-E242-4FA2-801A-01B127DF851A}</ProjectGuid> |
| 26 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 26 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
| @@ -31,11 +31,14 @@ | |||
| 31 | <Description>WiX Toolset ComPlus CustomAction</Description> | 31 | <Description>WiX Toolset ComPlus CustomAction</Description> |
| 32 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | 32 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
| 33 | </PropertyGroup> | 33 | </PropertyGroup> |
| 34 | |||
| 34 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 35 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 35 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 36 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 37 | |||
| 36 | <PropertyGroup> | 38 | <PropertyGroup> |
| 37 | <ProjectAdditionalLinkLibraries>msi.lib</ProjectAdditionalLinkLibraries> | 39 | <ProjectAdditionalLinkLibraries>msi.lib</ProjectAdditionalLinkLibraries> |
| 38 | </PropertyGroup> | 40 | </PropertyGroup> |
| 41 | |||
| 39 | <ItemGroup> | 42 | <ItemGroup> |
| 40 | <ClCompile Include="cpappexec.cpp" /> | 43 | <ClCompile Include="cpappexec.cpp" /> |
| 41 | <ClCompile Include="cpapproleexec.cpp" /> | 44 | <ClCompile Include="cpapproleexec.cpp" /> |
| @@ -57,6 +60,7 @@ | |||
| 57 | <PrecompiledHeader>Create</PrecompiledHeader> | 60 | <PrecompiledHeader>Create</PrecompiledHeader> |
| 58 | </ClCompile> | 61 | </ClCompile> |
| 59 | </ItemGroup> | 62 | </ItemGroup> |
| 63 | |||
| 60 | <ItemGroup> | 64 | <ItemGroup> |
| 61 | <ClInclude Include="cpappexec.h" /> | 65 | <ClInclude Include="cpappexec.h" /> |
| 62 | <ClInclude Include="cpapproleexec.h" /> | 66 | <ClInclude Include="cpapproleexec.h" /> |
| @@ -75,16 +79,17 @@ | |||
| 75 | <ClInclude Include="cputilsched.h" /> | 79 | <ClInclude Include="cputilsched.h" /> |
| 76 | <ClInclude Include="precomp.h" /> | 80 | <ClInclude Include="precomp.h" /> |
| 77 | </ItemGroup> | 81 | </ItemGroup> |
| 82 | |||
| 78 | <ItemGroup> | 83 | <ItemGroup> |
| 79 | <None Include="packages.config" /> | ||
| 80 | <None Include="complusca.def" /> | 84 | <None Include="complusca.def" /> |
| 81 | </ItemGroup> | 85 | </ItemGroup> |
| 86 | |||
| 87 | <ItemGroup> | ||
| 88 | <PackageReference Include="WixToolset.Dutil" Version="4.0.62" /> | ||
| 89 | <PackageReference Include="WixToolset.WcaUtil" Version="4.0.18" /> | ||
| 90 | <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" /> | ||
| 91 | <PackageReference Include="Nerdbank.GitVersioning" Version="3.3.37" /> | ||
| 92 | </ItemGroup> | ||
| 93 | |||
| 82 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 94 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 83 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | ||
| 84 | <PropertyGroup> | ||
| 85 | <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> | ||
| 86 | </PropertyGroup> | ||
| 87 | <Error Condition="!Exists('..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props'))" /> | ||
| 88 | <Error Condition="!Exists('..\..\packages\WixToolset.WcaUtil.4.0.16\build\WixToolset.WcaUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.WcaUtil.4.0.16\build\WixToolset.WcaUtil.props'))" /> | ||
| 89 | </Target> | ||
| 90 | </Project> \ No newline at end of file | 95 | </Project> \ No newline at end of file |
