diff options
Diffstat (limited to 'src/ca/httpca.vcxproj')
-rw-r--r-- | src/ca/httpca.vcxproj | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/src/ca/httpca.vcxproj b/src/ca/httpca.vcxproj index 9abe7598..fde00ff4 100644 --- a/src/ca/httpca.vcxproj +++ b/src/ca/httpca.vcxproj | |||
@@ -3,7 +3,7 @@ | |||
3 | <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"> |
4 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.56\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.56\build\WixToolset.DUtil.props')" /> | 4 | <Import Project="..\..\packages\WixToolset.DUtil.4.0.56\build\WixToolset.DUtil.props" Condition="Exists('..\..\packages\WixToolset.DUtil.4.0.56\build\WixToolset.DUtil.props')" /> |
5 | <Import Project="..\..\packages\WixToolset.WcaUtil.4.0.17\build\WixToolset.WcaUtil.props" Condition="Exists('..\..\packages\WixToolset.WcaUtil.4.0.17\build\WixToolset.WcaUtil.props')" /> | 5 | <Import Project="..\..\packages\WixToolset.WcaUtil.4.0.17\build\WixToolset.WcaUtil.props" Condition="Exists('..\..\packages\WixToolset.WcaUtil.4.0.17\build\WixToolset.WcaUtil.props')" /> |
6 | 6 | ||
7 | <ItemGroup Label="ProjectConfigurations"> | 7 | <ItemGroup Label="ProjectConfigurations"> |
8 | <ProjectConfiguration Include="Debug|Win32"> | 8 | <ProjectConfiguration Include="Debug|Win32"> |
9 | <Configuration>Debug</Configuration> | 9 | <Configuration>Debug</Configuration> |
@@ -13,7 +13,7 @@ | |||
13 | <Configuration>Release</Configuration> | 13 | <Configuration>Release</Configuration> |
14 | <Platform>Win32</Platform> | 14 | <Platform>Win32</Platform> |
15 | </ProjectConfiguration> | 15 | </ProjectConfiguration> |
16 | <ProjectConfiguration Include="Debug|x64"> | 16 | <ProjectConfiguration Include="Debug|x64"> |
17 | <Configuration>Debug</Configuration> | 17 | <Configuration>Debug</Configuration> |
18 | <Platform>x64</Platform> | 18 | <Platform>x64</Platform> |
19 | </ProjectConfiguration> | 19 | </ProjectConfiguration> |
@@ -30,7 +30,7 @@ | |||
30 | <Platform>ARM64</Platform> | 30 | <Platform>ARM64</Platform> |
31 | </ProjectConfiguration> | 31 | </ProjectConfiguration> |
32 | </ItemGroup> | 32 | </ItemGroup> |
33 | 33 | ||
34 | <PropertyGroup Label="Globals"> | 34 | <PropertyGroup Label="Globals"> |
35 | <ProjectGuid>{90743805-C043-47C7-B5FF-8F5EE5C8A2DE}</ProjectGuid> | 35 | <ProjectGuid>{90743805-C043-47C7-B5FF-8F5EE5C8A2DE}</ProjectGuid> |
36 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 36 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
@@ -40,27 +40,28 @@ | |||
40 | <ProjectModuleDefinitionFile>wixhttpca.def</ProjectModuleDefinitionFile> | 40 | <ProjectModuleDefinitionFile>wixhttpca.def</ProjectModuleDefinitionFile> |
41 | <Description>WiX Toolset Http CustomAction</Description> | 41 | <Description>WiX Toolset Http CustomAction</Description> |
42 | </PropertyGroup> | 42 | </PropertyGroup> |
43 | 43 | ||
44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 44 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
45 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 45 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
46 | 46 | ||
47 | <PropertyGroup> | 47 | <PropertyGroup> |
48 | <ProjectAdditionalLinkLibraries>crypt32.lib;httpapi.lib;msi.lib</ProjectAdditionalLinkLibraries> | 48 | <ProjectAdditionalLinkLibraries>crypt32.lib;httpapi.lib;msi.lib;rpcrt4.lib;ws2_32.lib</ProjectAdditionalLinkLibraries> |
49 | </PropertyGroup> | 49 | </PropertyGroup> |
50 | 50 | ||
51 | <ItemGroup> | 51 | <ItemGroup> |
52 | <ClCompile Include="dllmain.cpp"> | 52 | <ClCompile Include="dllmain.cpp"> |
53 | <PrecompiledHeader>Create</PrecompiledHeader> | 53 | <PrecompiledHeader>Create</PrecompiledHeader> |
54 | </ClCompile> | 54 | </ClCompile> |
55 | <ClCompile Include="snisslcert.cpp" /> | ||
55 | <ClCompile Include="wixhttpca.cpp" /> | 56 | <ClCompile Include="wixhttpca.cpp" /> |
56 | <ClInclude Include="cost.h" /> | 57 | <ClInclude Include="cost.h" /> |
57 | <ClInclude Include="precomp.h" /> | 58 | <ClInclude Include="precomp.h" /> |
58 | <None Include="packages.config" /> | 59 | <None Include="packages.config" /> |
59 | <None Include="wixhttpca.def" /> | 60 | <None Include="wixhttpca.def" /> |
60 | </ItemGroup> | 61 | </ItemGroup> |
61 | 62 | ||
62 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 63 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
63 | 64 | ||
64 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> | 65 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
65 | <PropertyGroup> | 66 | <PropertyGroup> |
66 | <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> | 67 | <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> |
@@ -68,4 +69,4 @@ | |||
68 | <Error Condition="!Exists('..\..\packages\WixToolset.DUtil.4.0.56\build\WixToolset.DUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.DUtil.4.0.56\build\WixToolset.DUtil.props'))" /> | 69 | <Error Condition="!Exists('..\..\packages\WixToolset.DUtil.4.0.56\build\WixToolset.DUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.DUtil.4.0.56\build\WixToolset.DUtil.props'))" /> |
69 | <Error Condition="!Exists('..\..\packages\WixToolset.WcaUtil.4.0.17\build\WixToolset.WcaUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.WcaUtil.4.0.17\build\WixToolset.WcaUtil.props'))" /> | 70 | <Error Condition="!Exists('..\..\packages\WixToolset.WcaUtil.4.0.17\build\WixToolset.WcaUtil.props')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\WixToolset.WcaUtil.4.0.17\build\WixToolset.WcaUtil.props'))" /> |
70 | </Target> | 71 | </Target> |
71 | </Project> \ No newline at end of file | 72 | </Project> |