diff options
Diffstat (limited to 'src/ext/Iis/ca/iisca.vcxproj')
-rw-r--r-- | src/ext/Iis/ca/iisca.vcxproj | 147 |
1 files changed, 147 insertions, 0 deletions
diff --git a/src/ext/Iis/ca/iisca.vcxproj b/src/ext/Iis/ca/iisca.vcxproj new file mode 100644 index 00000000..eb1174be --- /dev/null +++ b/src/ext/Iis/ca/iisca.vcxproj | |||
@@ -0,0 +1,147 @@ | |||
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. --> | ||
3 | <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 | |||
7 | <ItemGroup Label="ProjectConfigurations"> | ||
8 | <ProjectConfiguration Include="Debug|Win32"> | ||
9 | <Configuration>Debug</Configuration> | ||
10 | <Platform>Win32</Platform> | ||
11 | </ProjectConfiguration> | ||
12 | <ProjectConfiguration Include="Release|Win32"> | ||
13 | <Configuration>Release</Configuration> | ||
14 | <Platform>Win32</Platform> | ||
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|ARM64"> | ||
25 | <Configuration>Debug</Configuration> | ||
26 | <Platform>ARM64</Platform> | ||
27 | </ProjectConfiguration> | ||
28 | <ProjectConfiguration Include="Release|ARM64"> | ||
29 | <Configuration>Release</Configuration> | ||
30 | <Platform>ARM64</Platform> | ||
31 | </ProjectConfiguration> | ||
32 | </ItemGroup> | ||
33 | |||
34 | <PropertyGroup Label="Globals"> | ||
35 | <ProjectGuid>{CB3FB8C4-14BF-4EA6-9F01-7FB258E5AEF3}</ProjectGuid> | ||
36 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
37 | <TargetName>iisca</TargetName> | ||
38 | <PlatformToolset>v142</PlatformToolset> | ||
39 | <CharacterSet>Unicode</CharacterSet> | ||
40 | <ProjectModuleDefinitionFile>iisca.def</ProjectModuleDefinitionFile> | ||
41 | <Description>WiX Toolset Iis CustomAction</Description> | ||
42 | </PropertyGroup> | ||
43 | |||
44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
45 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
46 | |||
47 | <PropertyGroup> | ||
48 | <ProjectAdditionalLinkLibraries>crypt32.lib;msi.lib;Ws2_32.lib</ProjectAdditionalLinkLibraries> | ||
49 | </PropertyGroup> | ||
50 | |||
51 | <ItemGroup> | ||
52 | <ClCompile Include="dllmain.cpp"> | ||
53 | <PrecompiledHeader>Create</PrecompiledHeader> | ||
54 | </ClCompile> | ||
55 | <ClCompile Include="iisca.cpp" /> | ||
56 | <ClCompile Include="scaapppool.cpp" /> | ||
57 | <ClCompile Include="scaapppool7.cpp" /> | ||
58 | <ClCompile Include="scacert.cpp" /> | ||
59 | <ClCompile Include="scacertexec.cpp" /> | ||
60 | <ClCompile Include="scaexec.cpp" /> | ||
61 | <ClCompile Include="scaexecIIS7.cpp" /> | ||
62 | <ClCompile Include="scafilter.cpp" /> | ||
63 | <ClCompile Include="scafilter7.cpp" /> | ||
64 | <ClCompile Include="scahttpheader.cpp" /> | ||
65 | <ClCompile Include="scahttpheader7.cpp" /> | ||
66 | <ClCompile Include="scaiis.cpp" /> | ||
67 | <ClCompile Include="scaiis7.cpp" /> | ||
68 | <ClCompile Include="scamimemap.cpp" /> | ||
69 | <ClCompile Include="scamimemap7.cpp" /> | ||
70 | <ClCompile Include="scaproperty.cpp" /> | ||
71 | <ClCompile Include="scaproperty7.cpp" /> | ||
72 | <ClCompile Include="scasched.cpp" /> | ||
73 | <ClCompile Include="scassl.cpp" /> | ||
74 | <ClCompile Include="scassl7.cpp" /> | ||
75 | <ClCompile Include="scauser.cpp" /> | ||
76 | <ClCompile Include="scavdir.cpp" /> | ||
77 | <ClCompile Include="scavdir7.cpp" /> | ||
78 | <ClCompile Include="scaweb.cpp" /> | ||
79 | <ClCompile Include="scaweb7.cpp" /> | ||
80 | <ClCompile Include="scawebapp.cpp" /> | ||
81 | <ClCompile Include="scawebapp7.cpp" /> | ||
82 | <ClCompile Include="scawebappext.cpp" /> | ||
83 | <ClCompile Include="scawebappext7.cpp" /> | ||
84 | <ClCompile Include="scawebdir.cpp" /> | ||
85 | <ClCompile Include="scawebdir7.cpp" /> | ||
86 | <ClCompile Include="scaweberr.cpp" /> | ||
87 | <ClCompile Include="scaweberr7.cpp" /> | ||
88 | <ClCompile Include="scaweblog.cpp" /> | ||
89 | <ClCompile Include="scaweblog7.cpp" /> | ||
90 | <ClCompile Include="scawebprop.cpp" /> | ||
91 | <ClCompile Include="scawebprop7.cpp" /> | ||
92 | <ClCompile Include="scawebsvcext.cpp" /> | ||
93 | <ClCompile Include="scawebsvcext7.cpp" /> | ||
94 | <ClInclude Include="caSuffix.h" /> | ||
95 | <ClInclude Include="CustomMsiErrors.h" /> | ||
96 | <ClInclude Include="precomp.h" /> | ||
97 | <ClInclude Include="sca.h" /> | ||
98 | <ClInclude Include="scaapppool.h" /> | ||
99 | <ClInclude Include="scaapppool7.h" /> | ||
100 | <ClInclude Include="scacert.h" /> | ||
101 | <ClInclude Include="scacost.h" /> | ||
102 | <ClInclude Include="scaexecIIS7.h" /> | ||
103 | <ClInclude Include="scafilter.h" /> | ||
104 | <ClInclude Include="scafilter7.h" /> | ||
105 | <ClInclude Include="scahttpheader.h" /> | ||
106 | <ClInclude Include="scahttpheader7.h" /> | ||
107 | <ClInclude Include="scaiis.h" /> | ||
108 | <ClInclude Include="scaiis7.h" /> | ||
109 | <ClInclude Include="scamimemap.h" /> | ||
110 | <ClInclude Include="scamimemap7.h" /> | ||
111 | <ClInclude Include="scaproperty.h" /> | ||
112 | <ClInclude Include="scaproperty7.h" /> | ||
113 | <ClInclude Include="scassl.h" /> | ||
114 | <ClInclude Include="scassl7.h" /> | ||
115 | <ClInclude Include="scauser.h" /> | ||
116 | <ClInclude Include="scavdir.h" /> | ||
117 | <ClInclude Include="scavdir7.h" /> | ||
118 | <ClInclude Include="scaweb.h" /> | ||
119 | <ClInclude Include="scaweb7.h" /> | ||
120 | <ClInclude Include="scawebapp.h" /> | ||
121 | <ClInclude Include="scawebapp7.h" /> | ||
122 | <ClInclude Include="scawebappext.h" /> | ||
123 | <ClInclude Include="scawebappext7.h" /> | ||
124 | <ClInclude Include="scawebdir.h" /> | ||
125 | <ClInclude Include="scawebdir7.h" /> | ||
126 | <ClInclude Include="scaweberr.h" /> | ||
127 | <ClInclude Include="scaweberr7.h" /> | ||
128 | <ClInclude Include="scaweblog.h" /> | ||
129 | <ClInclude Include="scaweblog7.h" /> | ||
130 | <ClInclude Include="scawebprop.h" /> | ||
131 | <ClInclude Include="scawebprop7.h" /> | ||
132 | <ClInclude Include="scawebsvcext.h" /> | ||
133 | <ClInclude Include="scawebsvcext7.h" /> | ||
134 | <None Include="packages.config" /> | ||
135 | <None Include="iisca.def" /> | ||
136 | </ItemGroup> | ||
137 | |||
138 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
139 | |||
140 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | ||
141 | <PropertyGroup> | ||
142 | <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> | ||
143 | </PropertyGroup> | ||
144 | <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'))" /> | ||
145 | <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'))" /> | ||
146 | </Target> | ||
147 | </Project> \ No newline at end of file | ||