diff options
| author | Bob Arnson <bob@firegiant.com> | 2020-10-27 15:54:11 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2020-10-27 15:57:02 -0400 |
| commit | 9a105bff160e7ab7db82b1f2689e21f4f7b30917 (patch) | |
| tree | cc79bc0a0022eb1797b1e9d29029c4c655adab64 /src/ca | |
| parent | c5458b789cda75af4f1782468b80162f9b24276b (diff) | |
| download | wix-9a105bff160e7ab7db82b1f2689e21f4f7b30917.tar.gz wix-9a105bff160e7ab7db82b1f2689e21f4f7b30917.tar.bz2 wix-9a105bff160e7ab7db82b1f2689e21f4f7b30917.zip | |
Update project for Package/SummaryInformation change (and others).
Diffstat (limited to 'src/ca')
| -rw-r--r-- | src/ca/complusca.vcxproj | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/src/ca/complusca.vcxproj b/src/ca/complusca.vcxproj index 60c48f6d..0192557a 100644 --- a/src/ca/complusca.vcxproj +++ b/src/ca/complusca.vcxproj | |||
| @@ -1,10 +1,8 @@ | |||
| 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 | |||
| 4 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 3 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 5 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.30\build\WixToolset.DUtil.props')" /> | 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')" /> |
| 6 | <Import Project="..\..\packages\WixToolset.WcaUtil.4.0.16\build\WixToolset.WcaUtil.props" Condition="Exists('..\..\packages\WixToolset.WcaUtil.4.0.16\build\WixToolset.WcaUtil.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')" /> |
| 7 | |||
| 8 | <ItemGroup Label="ProjectConfigurations"> | 6 | <ItemGroup Label="ProjectConfigurations"> |
| 9 | <ProjectConfiguration Include="Debug|Win32"> | 7 | <ProjectConfiguration Include="Debug|Win32"> |
| 10 | <Configuration>Debug</Configuration> | 8 | <Configuration>Debug</Configuration> |
| @@ -23,24 +21,21 @@ | |||
| 23 | <Platform>x64</Platform> | 21 | <Platform>x64</Platform> |
| 24 | </ProjectConfiguration> | 22 | </ProjectConfiguration> |
| 25 | </ItemGroup> | 23 | </ItemGroup> |
| 26 | |||
| 27 | <PropertyGroup Label="Globals"> | 24 | <PropertyGroup Label="Globals"> |
| 28 | <ProjectGuid>{BDEF51ED-E242-4FA2-801A-01B127DF851A}</ProjectGuid> | 25 | <ProjectGuid>{BDEF51ED-E242-4FA2-801A-01B127DF851A}</ProjectGuid> |
| 29 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 26 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
| 30 | <PlatformToolset>v141</PlatformToolset> | 27 | <PlatformToolset>v142</PlatformToolset> |
| 31 | <CharacterSet>Unicode</CharacterSet> | 28 | <CharacterSet>Unicode</CharacterSet> |
| 32 | <TargetName>complusca</TargetName> | 29 | <TargetName>complusca</TargetName> |
| 33 | <ProjectModuleDefinitionFile>complusca.def</ProjectModuleDefinitionFile> | 30 | <ProjectModuleDefinitionFile>complusca.def</ProjectModuleDefinitionFile> |
| 34 | <Description>WiX Toolset ComPlus CustomAction</Description> | 31 | <Description>WiX Toolset ComPlus CustomAction</Description> |
| 32 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||
| 35 | </PropertyGroup> | 33 | </PropertyGroup> |
| 36 | |||
| 37 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 34 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 38 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 35 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 39 | |||
| 40 | <PropertyGroup> | 36 | <PropertyGroup> |
| 41 | <ProjectAdditionalLinkLibraries>msi.lib</ProjectAdditionalLinkLibraries> | 37 | <ProjectAdditionalLinkLibraries>msi.lib</ProjectAdditionalLinkLibraries> |
| 42 | </PropertyGroup> | 38 | </PropertyGroup> |
| 43 | |||
| 44 | <ItemGroup> | 39 | <ItemGroup> |
| 45 | <ClCompile Include="cpappexec.cpp" /> | 40 | <ClCompile Include="cpappexec.cpp" /> |
| 46 | <ClCompile Include="cpapproleexec.cpp" /> | 41 | <ClCompile Include="cpapproleexec.cpp" /> |
| @@ -62,7 +57,6 @@ | |||
| 62 | <PrecompiledHeader>Create</PrecompiledHeader> | 57 | <PrecompiledHeader>Create</PrecompiledHeader> |
| 63 | </ClCompile> | 58 | </ClCompile> |
| 64 | </ItemGroup> | 59 | </ItemGroup> |
| 65 | |||
| 66 | <ItemGroup> | 60 | <ItemGroup> |
| 67 | <ClInclude Include="cpappexec.h" /> | 61 | <ClInclude Include="cpappexec.h" /> |
| 68 | <ClInclude Include="cpapproleexec.h" /> | 62 | <ClInclude Include="cpapproleexec.h" /> |
| @@ -81,14 +75,11 @@ | |||
| 81 | <ClInclude Include="cputilsched.h" /> | 75 | <ClInclude Include="cputilsched.h" /> |
| 82 | <ClInclude Include="precomp.h" /> | 76 | <ClInclude Include="precomp.h" /> |
| 83 | </ItemGroup> | 77 | </ItemGroup> |
| 84 | |||
| 85 | <ItemGroup> | 78 | <ItemGroup> |
| 86 | <None Include="packages.config" /> | 79 | <None Include="packages.config" /> |
| 87 | <None Include="complusca.def" /> | 80 | <None Include="complusca.def" /> |
| 88 | </ItemGroup> | 81 | </ItemGroup> |
| 89 | |||
| 90 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 82 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 91 | |||
| 92 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | 83 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
| 93 | <PropertyGroup> | 84 | <PropertyGroup> |
| 94 | <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> | 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> |
| @@ -96,4 +87,4 @@ | |||
| 96 | <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'))" /> | 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'))" /> |
| 97 | <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'))" /> | 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'))" /> |
| 98 | </Target> | 89 | </Target> |
| 99 | </Project> | 90 | </Project> \ No newline at end of file |
