diff options
Diffstat (limited to 'src/ext/Http/ca/httpca.vcxproj')
| -rw-r--r-- | src/ext/Http/ca/httpca.vcxproj | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/src/ext/Http/ca/httpca.vcxproj b/src/ext/Http/ca/httpca.vcxproj index 42acd85d..73ded72e 100644 --- a/src/ext/Http/ca/httpca.vcxproj +++ b/src/ext/Http/ca/httpca.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 | <ItemGroup Label="ProjectConfigurations"> | 4 | <ItemGroup Label="ProjectConfigurations"> |
| 6 | <ProjectConfiguration Include="Debug|Win32"> | 5 | <ProjectConfiguration Include="Debug|Win32"> |
| @@ -28,7 +27,6 @@ | |||
| 28 | <Platform>ARM64</Platform> | 27 | <Platform>ARM64</Platform> |
| 29 | </ProjectConfiguration> | 28 | </ProjectConfiguration> |
| 30 | </ItemGroup> | 29 | </ItemGroup> |
| 31 | |||
| 32 | <PropertyGroup Label="Globals"> | 30 | <PropertyGroup Label="Globals"> |
| 33 | <ProjectGuid>{90743805-C043-47C7-B5FF-8F5EE5C8A2DE}</ProjectGuid> | 31 | <ProjectGuid>{90743805-C043-47C7-B5FF-8F5EE5C8A2DE}</ProjectGuid> |
| 34 | <ConfigurationType>DynamicLibrary</ConfigurationType> | 32 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
| @@ -37,35 +35,28 @@ | |||
| 37 | <ProjectModuleDefinitionFile>wixhttpca.def</ProjectModuleDefinitionFile> | 35 | <ProjectModuleDefinitionFile>wixhttpca.def</ProjectModuleDefinitionFile> |
| 38 | <Description>WiX Toolset Http CustomAction</Description> | 36 | <Description>WiX Toolset Http CustomAction</Description> |
| 39 | </PropertyGroup> | 37 | </PropertyGroup> |
| 40 | |||
| 41 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 38 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| 42 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 39 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| 43 | |||
| 44 | <PropertyGroup> | 40 | <PropertyGroup> |
| 45 | <ProjectAdditionalLinkLibraries>crypt32.lib;httpapi.lib;msi.lib;rpcrt4.lib;ws2_32.lib</ProjectAdditionalLinkLibraries> | 41 | <ProjectAdditionalLinkLibraries>crypt32.lib;httpapi.lib;msi.lib;rpcrt4.lib;ws2_32.lib</ProjectAdditionalLinkLibraries> |
| 46 | </PropertyGroup> | 42 | </PropertyGroup> |
| 47 | |||
| 48 | <ItemGroup> | 43 | <ItemGroup> |
| 49 | <ClCompile Include="dllmain.cpp"> | 44 | <ClCompile Include="dllmain.cpp"> |
| 50 | <PrecompiledHeader>Create</PrecompiledHeader> | 45 | <PrecompiledHeader>Create</PrecompiledHeader> |
| 51 | </ClCompile> | 46 | </ClCompile> |
| 52 | <ClCompile Include="snisslcert.cpp" /> | 47 | <ClCompile Include="httpcerts.cpp" /> |
| 53 | <ClCompile Include="wixhttpca.cpp" /> | 48 | <ClCompile Include="wixhttpca.cpp" /> |
| 54 | </ItemGroup> | 49 | </ItemGroup> |
| 55 | |||
| 56 | <ItemGroup> | 50 | <ItemGroup> |
| 57 | <ClInclude Include="cost.h" /> | 51 | <ClInclude Include="cost.h" /> |
| 58 | <ClInclude Include="precomp.h" /> | 52 | <ClInclude Include="precomp.h" /> |
| 59 | </ItemGroup> | 53 | </ItemGroup> |
| 60 | |||
| 61 | <ItemGroup> | 54 | <ItemGroup> |
| 62 | <None Include="wixhttpca.def" /> | 55 | <None Include="wixhttpca.def" /> |
| 63 | </ItemGroup> | 56 | </ItemGroup> |
| 64 | |||
| 65 | <ItemGroup> | 57 | <ItemGroup> |
| 66 | <PackageReference Include="WixToolset.WcaUtil" /> | 58 | <PackageReference Include="WixToolset.WcaUtil" /> |
| 67 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> | 59 | <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> |
| 68 | </ItemGroup> | 60 | </ItemGroup> |
| 69 | |||
| 70 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 61 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
| 71 | </Project> | 62 | </Project> \ No newline at end of file |
