Skip to content

Commit 328933f

Browse files
committed
Update SDK version
1 parent 3a7f74b commit 328933f

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

BLEServer/BLEServer/BLEServer.vcxproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,58 +38,58 @@
3838
<ProjectGuid>{D415077E-CC9E-4C6B-919B-80F4F467307E}</ProjectGuid>
3939
<Keyword>Win32Proj</Keyword>
4040
<RootNamespace>BLEServer</RootNamespace>
41-
<WindowsTargetPlatformVersion>10.0.19041.0</WindowsTargetPlatformVersion>
41+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
4242
</PropertyGroup>
4343
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
4444
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
4545
<ConfigurationType>Application</ConfigurationType>
4646
<UseDebugLibraries>true</UseDebugLibraries>
47-
<PlatformToolset>v143</PlatformToolset>
47+
<PlatformToolset>v145</PlatformToolset>
4848
<CharacterSet>Unicode</CharacterSet>
4949
</PropertyGroup>
5050
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
5151
<ConfigurationType>Application</ConfigurationType>
5252
<UseDebugLibraries>false</UseDebugLibraries>
53-
<PlatformToolset>v143</PlatformToolset>
53+
<PlatformToolset>v145</PlatformToolset>
5454
<WholeProgramOptimization>true</WholeProgramOptimization>
5555
<CharacterSet>Unicode</CharacterSet>
5656
</PropertyGroup>
5757
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
5858
<ConfigurationType>Application</ConfigurationType>
5959
<UseDebugLibraries>true</UseDebugLibraries>
60-
<PlatformToolset>v143</PlatformToolset>
60+
<PlatformToolset>v145</PlatformToolset>
6161
<CharacterSet>Unicode</CharacterSet>
6262
</PropertyGroup>
6363
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
6464
<ConfigurationType>Application</ConfigurationType>
6565
<UseDebugLibraries>true</UseDebugLibraries>
66-
<PlatformToolset>v143</PlatformToolset>
66+
<PlatformToolset>v145</PlatformToolset>
6767
<CharacterSet>Unicode</CharacterSet>
6868
</PropertyGroup>
6969
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
7070
<ConfigurationType>Application</ConfigurationType>
7171
<UseDebugLibraries>true</UseDebugLibraries>
72-
<PlatformToolset>v143</PlatformToolset>
72+
<PlatformToolset>v145</PlatformToolset>
7373
<CharacterSet>Unicode</CharacterSet>
7474
</PropertyGroup>
7575
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
7676
<ConfigurationType>Application</ConfigurationType>
7777
<UseDebugLibraries>false</UseDebugLibraries>
78-
<PlatformToolset>v143</PlatformToolset>
78+
<PlatformToolset>v145</PlatformToolset>
7979
<WholeProgramOptimization>true</WholeProgramOptimization>
8080
<CharacterSet>Unicode</CharacterSet>
8181
</PropertyGroup>
8282
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
8383
<ConfigurationType>Application</ConfigurationType>
8484
<UseDebugLibraries>false</UseDebugLibraries>
85-
<PlatformToolset>v143</PlatformToolset>
85+
<PlatformToolset>v145</PlatformToolset>
8686
<WholeProgramOptimization>true</WholeProgramOptimization>
8787
<CharacterSet>Unicode</CharacterSet>
8888
</PropertyGroup>
8989
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
9090
<ConfigurationType>Application</ConfigurationType>
9191
<UseDebugLibraries>false</UseDebugLibraries>
92-
<PlatformToolset>v143</PlatformToolset>
92+
<PlatformToolset>v145</PlatformToolset>
9393
<WholeProgramOptimization>true</WholeProgramOptimization>
9494
<CharacterSet>Unicode</CharacterSet>
9595
</PropertyGroup>

0 commit comments

Comments
 (0)