aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Http/ca
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2025-11-15 17:53:46 -0800
committerRob Mensching <rob@firegiant.com>2025-12-14 08:00:56 -0800
commit4f966b47a3b24e77794a3366ca591548a3cc42c7 (patch)
tree7ad06f54af21a386046c36a8054100cb75a48f39 /src/ext/Http/ca
parenta52036eda6958f4671c9ecb04373bf7bc2e4bd36 (diff)
downloadwix-4f966b47a3b24e77794a3366ca591548a3cc42c7.tar.gz
wix-4f966b47a3b24e77794a3366ca591548a3cc42c7.tar.bz2
wix-4f966b47a3b24e77794a3366ca591548a3cc42c7.zip
Migrate all .sln files to .slnx
Modernize projects against new .slnx expecations as well.
Diffstat (limited to 'src/ext/Http/ca')
-rw-r--r--src/ext/Http/ca/httpca.vcxproj4
-rw-r--r--src/ext/Http/ca/httpca.vcxproj.filters4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/ext/Http/ca/httpca.vcxproj b/src/ext/Http/ca/httpca.vcxproj
index 73ded72e..865e2ffe 100644
--- a/src/ext/Http/ca/httpca.vcxproj
+++ b/src/ext/Http/ca/httpca.vcxproj
@@ -1,6 +1,6 @@
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<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <ItemGroup Label="ProjectConfigurations"> 4 <ItemGroup Label="ProjectConfigurations">
5 <ProjectConfiguration Include="Debug|Win32"> 5 <ProjectConfiguration Include="Debug|Win32">
6 <Configuration>Debug</Configuration> 6 <Configuration>Debug</Configuration>
@@ -59,4 +59,4 @@
59 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" /> 59 <PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" />
60 </ItemGroup> 60 </ItemGroup>
61 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 61 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
62</Project> \ No newline at end of file 62</Project>
diff --git a/src/ext/Http/ca/httpca.vcxproj.filters b/src/ext/Http/ca/httpca.vcxproj.filters
index 4f91b946..64066a0d 100644
--- a/src/ext/Http/ca/httpca.vcxproj.filters
+++ b/src/ext/Http/ca/httpca.vcxproj.filters
@@ -1,5 +1,5 @@
1<?xml version="1.0" encoding="utf-8"?> 1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup> 3 <ItemGroup>
4 <Filter Include="Source Files"> 4 <Filter Include="Source Files">
5 <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier> 5 <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
@@ -38,4 +38,4 @@
38 <Filter>Source Files</Filter> 38 <Filter>Source Files</Filter>
39 </None> 39 </None>
40 </ItemGroup> 40 </ItemGroup>
41</Project> \ No newline at end of file 41</Project>