Skip to content

Commit 16560f6

Browse files
authored
Switching to 17763 and latest DXTK (microsoft#444)
1 parent 2b85cda commit 16560f6

28 files changed

+30
-30
lines changed

Build/libHttpClient.141.UWP.C/libHttpClient.141.UWP.C.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
4747
<AppContainerApplication>true</AppContainerApplication>
4848
<GenerateManifest>false</GenerateManifest>
49-
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
49+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
5050
<WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
5151
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
5252
<HCLibPlatformType>UWP</HCLibPlatformType>

Build/libHttpClient.141.Win32.C/libHttpClient.141.Win32.C.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<DefaultLanguage>en-US</DefaultLanguage>
4444
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
4545
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
46-
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
46+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
4747
<HCLibPlatformType>Win32</HCLibPlatformType>
4848
<HCLibImpl>true</HCLibImpl>
4949
</PropertyGroup>

Build/libHttpClient.142.UWP.C/libHttpClient.142.UWP.C.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
4747
<AppContainerApplication>true</AppContainerApplication>
4848
<GenerateManifest>false</GenerateManifest>
49-
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
49+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
5050
<WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
5151
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
5252
<HCLibPlatformType>UWP</HCLibPlatformType>

Build/libHttpClient.142.Win32.C/libHttpClient.142.Win32.C.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<DefaultLanguage>en-US</DefaultLanguage>
4444
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
4545
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
46-
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
46+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
4747
<HCLibPlatformType>Win32</HCLibPlatformType>
4848
<HCLibImpl>true</HCLibImpl>
4949
</PropertyGroup>

Build/libHttpClient.UnitTest.141.TAEF/libHttpClient.UnitTest.141.TAEF.vcxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<ProjectName>libHttpClient.UnitTest.141.TAEF</ProjectName>
3131
<ProjectGuid>{15F89B6A-312D-49A6-BBA6-CFD9242DB58E}</ProjectGuid>
3232
<RootNamespace>libHttpClient.Test</RootNamespace>
33-
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
33+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
3434
<WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
3535
<ConfigurationType>DynamicLibrary</ConfigurationType>
3636
<PlatformToolset>v141</PlatformToolset>
@@ -78,7 +78,7 @@
7878
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
7979
<PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>
8080
<MultiProcessorCompilation>true</MultiProcessorCompilation>
81-
<AdditionalUsingDirectories>$(WindowsSdkDir_10)UnionMetadata\10.0.18362.0;$(VCToolsInstallDir)lib\x86\store\references;%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
81+
<AdditionalUsingDirectories>$(WindowsSdkDir_10)UnionMetadata\10.0.17763.0;$(VCToolsInstallDir)lib\x86\store\references;%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
8282
</ClCompile>
8383
<Link>
8484
<GenerateDebugInformation>true</GenerateDebugInformation>

Build/libHttpClient.UnitTest.141.TE/libHttpClient.UnitTest.141.TE.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<ProjectGuid>{3092CCC9-DB6E-4199-95CC-4959950B95FA}</ProjectGuid>
4949
<Keyword>Win32Proj</Keyword>
5050
<RootNamespace>libHttpClient.141.UnitTest</RootNamespace>
51-
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
51+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
5252
<ProjectName>libHttpClient.UnitTest.141.TE</ProjectName>
5353
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
5454
<HCLibPlatformType>Win32</HCLibPlatformType>

Build/libHttpClient.UnitTest.142.TAEF/libHttpClient.UnitTest.142.TAEF.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<ProjectName>libHttpClient.UnitTest.142.TAEF</ProjectName>
2323
<ProjectGuid>{15F89B6A-312D-49A6-BBA6-CFD9242DB58E}</ProjectGuid>
2424
<RootNamespace>libHttpClient.Test</RootNamespace>
25-
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
25+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
2626
<WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
2727
<ConfigurationType>DynamicLibrary</ConfigurationType>
2828
<PlatformToolset>v142</PlatformToolset>

Build/libHttpClient.UnitTest.142.TE/libHttpClient.UnitTest.142.TE.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<ProjectGuid>{3092CCC9-DB6E-4199-95CC-4959950B95FA}</ProjectGuid>
4949
<Keyword>Win32Proj</Keyword>
5050
<RootNamespace>libHttpClient.142.UnitTest</RootNamespace>
51-
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
51+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
5252
<ProjectName>libHttpClient.UnitTest.142.TE</ProjectName>
5353
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
5454
<HCLibPlatformType>Win32</HCLibPlatformType>

Build/libcrypto.141.Win32/libcrypto.141.Win32.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<CharacterSet>Unicode</CharacterSet>
3737
<LinkIncremental>true</LinkIncremental>
3838
<HCLibPlatformType>Win32</HCLibPlatformType>
39-
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
39+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
4040
</PropertyGroup>
4141
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
4242
<ImportGroup Label="PropertySheets">

Build/libcrypto.142.Win32/libcrypto.142.Win32.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<CharacterSet>Unicode</CharacterSet>
3737
<LinkIncremental>true</LinkIncremental>
3838
<HCLibPlatformType>Win32</HCLibPlatformType>
39-
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
39+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
4040
</PropertyGroup>
4141
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
4242
<ImportGroup Label="PropertySheets">

Build/libssl.141.Win32/libssl.141.Win32.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<CharacterSet>Unicode</CharacterSet>
3737
<LinkIncremental>true</LinkIncremental>
3838
<HCLibPlatformType>Win32</HCLibPlatformType>
39-
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
39+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
4040
</PropertyGroup>
4141
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
4242
<ImportGroup Label="PropertySheets">

Build/libssl.142.Win32/libssl.142.Win32.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<CharacterSet>Unicode</CharacterSet>
3737
<LinkIncremental>true</LinkIncremental>
3838
<HCLibPlatformType>Win32</HCLibPlatformType>
39-
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
39+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
4040
</PropertyGroup>
4141
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
4242
<ImportGroup Label="PropertySheets">

Samples/Kits/DirectXTK

Submodule DirectXTK updated 515 files

Samples/UWP-CustomHttpImplWithCurl/CustomHttpImplWithCurl.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
99
<AppContainerApplication>true</AppContainerApplication>
1010
<ApplicationType>Windows Store</ApplicationType>
11-
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
11+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
1212
<WindowsTargetPlatformMinVersion>10.0.10586.0</WindowsTargetPlatformMinVersion>
1313
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
1414
</PropertyGroup>

Samples/UWP-Http/Http.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
88
<AppContainerApplication>true</AppContainerApplication>
99
<ApplicationType>Windows Store</ApplicationType>
10-
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.18362.0</WindowsTargetPlatformVersion>
10+
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.17763.0</WindowsTargetPlatformVersion>
1111
<WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
1212
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
1313
<HCLibPlatformType>UWP</HCLibPlatformType>

Samples/UWP-WebSocket/WebSocket.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
88
<AppContainerApplication>true</AppContainerApplication>
99
<ApplicationType>Windows Store</ApplicationType>
10-
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.18362.0</WindowsTargetPlatformVersion>
10+
<WindowsTargetPlatformVersion Condition=" '$(WindowsTargetPlatformVersion)' == '' ">10.0.17763.0</WindowsTargetPlatformVersion>
1111
<WindowsTargetPlatformMinVersion>10.0.10586.0</WindowsTargetPlatformMinVersion>
1212
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
1313
<HCLibPlatformType>UWP</HCLibPlatformType>

Samples/Win32-Http/Win32Http.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<ProjectGuid>{00867B85-BAE6-4129-85EA-18CCFA002E00}</ProjectGuid>
3232
<Keyword>Win32Proj</Keyword>
3333
<RootNamespace>Win32Http</RootNamespace>
34-
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
34+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
3535
<HCLibPlatformType>Win32</HCLibPlatformType>
3636
</PropertyGroup>
3737
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

Samples/Win32WebSocket/Win32WebSocket.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<ProjectGuid>{591520A6-680D-4AD7-AACB-8C2C877F8BAE}</ProjectGuid>
3232
<Keyword>Win32Proj</Keyword>
3333
<RootNamespace>Win32WebSocket</RootNamespace>
34-
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
34+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
3535
<HCLibPlatformType>Win32</HCLibPlatformType>
3636
</PropertyGroup>
3737
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />

Utilities/CMake/template-libHttpClient.140.UWP.C.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
3939
<AppContainerApplication>true</AppContainerApplication>
4040
<GenerateManifest>false</GenerateManifest>
41-
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
41+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
4242
<WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
4343
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
4444
<HCLibPlatformType>UWP</HCLibPlatformType>

Utilities/CMake/template-libHttpClient.140.Win32.C.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<DefaultLanguage>en-US</DefaultLanguage>
3636
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
3737
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
38-
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
38+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
3939
<HCLibPlatformType>Win32</HCLibPlatformType>
4040
<HCLibImpl>true</HCLibImpl>
4141
</PropertyGroup>

Utilities/CMake/template-libHttpClient.141.UWP.C.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
4747
<AppContainerApplication>true</AppContainerApplication>
4848
<GenerateManifest>false</GenerateManifest>
49-
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
49+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
5050
<WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
5151
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
5252
<HCLibPlatformType>UWP</HCLibPlatformType>

Utilities/CMake/template-libHttpClient.141.Win32.C.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<DefaultLanguage>en-US</DefaultLanguage>
4444
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
4545
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
46-
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
46+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
4747
<HCLibPlatformType>Win32</HCLibPlatformType>
4848
<HCLibImpl>true</HCLibImpl>
4949
</PropertyGroup>

Utilities/CMake/template-libHttpClient.142.UWP.C.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
4747
<AppContainerApplication>true</AppContainerApplication>
4848
<GenerateManifest>false</GenerateManifest>
49-
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
49+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
5050
<WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
5151
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
5252
<HCLibPlatformType>UWP</HCLibPlatformType>

Utilities/CMake/template-libHttpClient.142.Win32.C.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<DefaultLanguage>en-US</DefaultLanguage>
4444
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
4545
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
46-
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
46+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
4747
<HCLibPlatformType>Win32</HCLibPlatformType>
4848
<HCLibImpl>true</HCLibImpl>
4949
</PropertyGroup>

Utilities/CMake/template-libHttpClient.UnitTest.141.TAEF.vcxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<ProjectName>libHttpClient.UnitTest.141.TAEF</ProjectName>
3131
<ProjectGuid>{15F89B6A-312D-49A6-BBA6-CFD9242DB58E}</ProjectGuid>
3232
<RootNamespace>libHttpClient.Test</RootNamespace>
33-
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
33+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
3434
<WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
3535
<ConfigurationType>DynamicLibrary</ConfigurationType>
3636
<PlatformToolset>v141</PlatformToolset>
@@ -78,7 +78,7 @@
7878
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
7979
<PrecompiledHeaderOutputFile>$(IntDir)pch.pch</PrecompiledHeaderOutputFile>
8080
<MultiProcessorCompilation>true</MultiProcessorCompilation>
81-
<AdditionalUsingDirectories>$(WindowsSdkDir_10)UnionMetadata\10.0.18362.0;$(VCToolsInstallDir)lib\x86\store\references;%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
81+
<AdditionalUsingDirectories>$(WindowsSdkDir_10)UnionMetadata\10.0.17763.0;$(VCToolsInstallDir)lib\x86\store\references;%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
8282
</ClCompile>
8383
<Link>
8484
<GenerateDebugInformation>true</GenerateDebugInformation>

Utilities/CMake/template-libHttpClient.UnitTest.141.TE.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<ProjectGuid>{3092CCC9-DB6E-4199-95CC-4959950B95FA}</ProjectGuid>
4949
<Keyword>Win32Proj</Keyword>
5050
<RootNamespace>libHttpClient.141.UnitTest</RootNamespace>
51-
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
51+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
5252
<ProjectName>libHttpClient.UnitTest.141.TE</ProjectName>
5353
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
5454
<HCLibPlatformType>Win32</HCLibPlatformType>

Utilities/CMake/template-libHttpClient.UnitTest.142.TAEF.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<ProjectName>libHttpClient.UnitTest.142.TAEF</ProjectName>
2323
<ProjectGuid>{15F89B6A-312D-49A6-BBA6-CFD9242DB58E}</ProjectGuid>
2424
<RootNamespace>libHttpClient.Test</RootNamespace>
25-
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
25+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
2626
<WindowsTargetPlatformMinVersion>10.0.10240.0</WindowsTargetPlatformMinVersion>
2727
<ConfigurationType>DynamicLibrary</ConfigurationType>
2828
<PlatformToolset>v142</PlatformToolset>

Utilities/CMake/template-libHttpClient.UnitTest.142.TE.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<ProjectGuid>{3092CCC9-DB6E-4199-95CC-4959950B95FA}</ProjectGuid>
4949
<Keyword>Win32Proj</Keyword>
5050
<RootNamespace>libHttpClient.142.UnitTest</RootNamespace>
51-
<WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion>
51+
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
5252
<ProjectName>libHttpClient.UnitTest.142.TE</ProjectName>
5353
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
5454
<HCLibPlatformType>Win32</HCLibPlatformType>

0 commit comments

Comments
 (0)