diff options
Diffstat (limited to 'src/ca/iisca.vcxproj')
-rw-r--r-- | src/ca/iisca.vcxproj | 46 |
1 files changed, 32 insertions, 14 deletions
diff --git a/src/ca/iisca.vcxproj b/src/ca/iisca.vcxproj index 893130ed..4361b658 100644 --- a/src/ca/iisca.vcxproj +++ b/src/ca/iisca.vcxproj | |||
@@ -1,6 +1,5 @@ | |||
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')" /> |
@@ -14,25 +13,50 @@ | |||
14 | <Configuration>Release</Configuration> | 13 | <Configuration>Release</Configuration> |
15 | <Platform>Win32</Platform> | 14 | <Platform>Win32</Platform> |
16 | </ProjectConfiguration> | 15 | </ProjectConfiguration> |
16 | <ProjectConfiguration Include="Debug|x64"> | ||
17 | <Configuration>Debug</Configuration> | ||
18 | <Platform>x64</Platform> | ||
19 | </ProjectConfiguration> | ||
20 | <ProjectConfiguration Include="Release|x64"> | ||
21 | <Configuration>Release</Configuration> | ||
22 | <Platform>x64</Platform> | ||
23 | </ProjectConfiguration> | ||
24 | <ProjectConfiguration Include="Debug|ARM"> | ||
25 | <Configuration>Debug</Configuration> | ||
26 | <Platform>ARM</Platform> | ||
27 | </ProjectConfiguration> | ||
28 | <ProjectConfiguration Include="Release|ARM"> | ||
29 | <Configuration>Release</Configuration> | ||
30 | <Platform>ARM</Platform> | ||
31 | </ProjectConfiguration> | ||
32 | <ProjectConfiguration Include="Debug|ARM64"> | ||
33 | <Configuration>Debug</Configuration> | ||
34 | <Platform>ARM64</Platform> | ||
35 | </ProjectConfiguration> | ||
36 | <ProjectConfiguration Include="Release|ARM64"> | ||
37 | <Configuration>Release</Configuration> | ||
38 | <Platform>ARM64</Platform> | ||
39 | </ProjectConfiguration> | ||
17 | </ItemGroup> | 40 | </ItemGroup> |
18 | 41 | ||
19 | <PropertyGroup Label="Globals"> | 42 | <PropertyGroup Label="Globals"> |
20 | <ProjectGuid>{CB3FB8C4-14BF-4EA6-9F01-7FB258E5AEF3}</ProjectGuid> | 43 | <ProjectGuid>{CB3FB8C4-14BF-4EA6-9F01-7FB258E5AEF3}</ProjectGuid> |
21 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 44 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
22 | <TargetName>iisca</TargetName> | 45 | <TargetName>iisca</TargetName> |
23 | <PlatformToolset>v141</PlatformToolset> | 46 | <PlatformToolset>v142</PlatformToolset> |
24 | <CharacterSet>Unicode</CharacterSet> | 47 | <CharacterSet>Unicode</CharacterSet> |
25 | <ProjectModuleDefinitionFile>iisca.def</ProjectModuleDefinitionFile> | 48 | <ProjectModuleDefinitionFile>iisca.def</ProjectModuleDefinitionFile> |
26 | <Description>WiX Toolset Iis CustomAction</Description> | 49 | <Description>WiX Toolset Iis CustomAction</Description> |
50 | <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> | ||
27 | </PropertyGroup> | 51 | </PropertyGroup> |
28 | 52 | ||
29 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 53 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
30 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 54 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
31 | 55 | ||
32 | <PropertyGroup> | 56 | <PropertyGroup> |
33 | <ProjectAdditionalLinkLibraries>crypt32.lib;msi.lib;Ws2_32.lib</ProjectAdditionalLinkLibraries> | 57 | <ProjectAdditionalLinkLibraries>crypt32.lib;msi.lib;Ws2_32.lib</ProjectAdditionalLinkLibraries> |
34 | </PropertyGroup> | 58 | </PropertyGroup> |
35 | 59 | ||
36 | <ItemGroup> | 60 | <ItemGroup> |
37 | <ClCompile Include="dllmain.cpp"> | 61 | <ClCompile Include="dllmain.cpp"> |
38 | <PrecompiledHeader>Create</PrecompiledHeader> | 62 | <PrecompiledHeader>Create</PrecompiledHeader> |
@@ -76,9 +100,6 @@ | |||
76 | <ClCompile Include="scawebprop7.cpp" /> | 100 | <ClCompile Include="scawebprop7.cpp" /> |
77 | <ClCompile Include="scawebsvcext.cpp" /> | 101 | <ClCompile Include="scawebsvcext.cpp" /> |
78 | <ClCompile Include="scawebsvcext7.cpp" /> | 102 | <ClCompile Include="scawebsvcext7.cpp" /> |
79 | </ItemGroup> | ||
80 | |||
81 | <ItemGroup> | ||
82 | <ClInclude Include="caSuffix.h" /> | 103 | <ClInclude Include="caSuffix.h" /> |
83 | <ClInclude Include="CustomMsiErrors.h" /> | 104 | <ClInclude Include="CustomMsiErrors.h" /> |
84 | <ClInclude Include="precomp.h" /> | 105 | <ClInclude Include="precomp.h" /> |
@@ -119,15 +140,12 @@ | |||
119 | <ClInclude Include="scawebprop7.h" /> | 140 | <ClInclude Include="scawebprop7.h" /> |
120 | <ClInclude Include="scawebsvcext.h" /> | 141 | <ClInclude Include="scawebsvcext.h" /> |
121 | <ClInclude Include="scawebsvcext7.h" /> | 142 | <ClInclude Include="scawebsvcext7.h" /> |
122 | </ItemGroup> | ||
123 | |||
124 | <ItemGroup> | ||
125 | <None Include="packages.config" /> | 143 | <None Include="packages.config" /> |
126 | <None Include="iisca.def" /> | 144 | <None Include="iisca.def" /> |
127 | </ItemGroup> | 145 | </ItemGroup> |
128 | 146 | ||
129 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 147 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
130 | 148 | ||
131 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | 149 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
132 | <PropertyGroup> | 150 | <PropertyGroup> |
133 | <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> | 151 | <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> |
@@ -135,4 +153,4 @@ | |||
135 | <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'))" /> | 153 | <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'))" /> |
136 | <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'))" /> | 154 | <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'))" /> |
137 | </Target> | 155 | </Target> |
138 | </Project> | 156 | </Project> \ No newline at end of file |