Skip to content

Commit 38bf089

Browse files
committed
switched to VS 2019
1 parent bd30dd1 commit 38bf089

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

src/BlackBone/BlackBone.vcxproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
<Keyword>Win32Proj</Keyword>
5656
<RootNamespace>Xantos</RootNamespace>
5757
<ProjectName>BlackBone</ProjectName>
58-
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
58+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
5959
</PropertyGroup>
6060
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
6161
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
6262
<ConfigurationType>StaticLibrary</ConfigurationType>
6363
<UseDebugLibraries>true</UseDebugLibraries>
64-
<PlatformToolset>v141</PlatformToolset>
64+
<PlatformToolset>v142</PlatformToolset>
6565
<CharacterSet>Unicode</CharacterSet>
6666
</PropertyGroup>
6767
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug(XP)|Win32'" Label="Configuration">
@@ -73,13 +73,13 @@
7373
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug(DLL)|Win32'" Label="Configuration">
7474
<ConfigurationType>DynamicLibrary</ConfigurationType>
7575
<UseDebugLibraries>true</UseDebugLibraries>
76-
<PlatformToolset>v141</PlatformToolset>
76+
<PlatformToolset>v142</PlatformToolset>
7777
<CharacterSet>Unicode</CharacterSet>
7878
</PropertyGroup>
7979
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
8080
<ConfigurationType>StaticLibrary</ConfigurationType>
8181
<UseDebugLibraries>true</UseDebugLibraries>
82-
<PlatformToolset>v141</PlatformToolset>
82+
<PlatformToolset>v142</PlatformToolset>
8383
<CharacterSet>Unicode</CharacterSet>
8484
</PropertyGroup>
8585
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug(XP)|x64'" Label="Configuration">
@@ -91,13 +91,13 @@
9191
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug(DLL)|x64'" Label="Configuration">
9292
<ConfigurationType>DynamicLibrary</ConfigurationType>
9393
<UseDebugLibraries>true</UseDebugLibraries>
94-
<PlatformToolset>v141</PlatformToolset>
94+
<PlatformToolset>v142</PlatformToolset>
9595
<CharacterSet>Unicode</CharacterSet>
9696
</PropertyGroup>
9797
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
9898
<ConfigurationType>StaticLibrary</ConfigurationType>
9999
<UseDebugLibraries>false</UseDebugLibraries>
100-
<PlatformToolset>v141</PlatformToolset>
100+
<PlatformToolset>v142</PlatformToolset>
101101
<WholeProgramOptimization>true</WholeProgramOptimization>
102102
<CharacterSet>Unicode</CharacterSet>
103103
</PropertyGroup>
@@ -111,14 +111,14 @@
111111
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release(DLL)|Win32'" Label="Configuration">
112112
<ConfigurationType>DynamicLibrary</ConfigurationType>
113113
<UseDebugLibraries>false</UseDebugLibraries>
114-
<PlatformToolset>v141</PlatformToolset>
114+
<PlatformToolset>v142</PlatformToolset>
115115
<WholeProgramOptimization>true</WholeProgramOptimization>
116116
<CharacterSet>Unicode</CharacterSet>
117117
</PropertyGroup>
118118
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
119119
<ConfigurationType>StaticLibrary</ConfigurationType>
120120
<UseDebugLibraries>false</UseDebugLibraries>
121-
<PlatformToolset>v141</PlatformToolset>
121+
<PlatformToolset>v142</PlatformToolset>
122122
<WholeProgramOptimization>true</WholeProgramOptimization>
123123
<CharacterSet>Unicode</CharacterSet>
124124
</PropertyGroup>
@@ -132,7 +132,7 @@
132132
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release(DLL)|x64'" Label="Configuration">
133133
<ConfigurationType>DynamicLibrary</ConfigurationType>
134134
<UseDebugLibraries>false</UseDebugLibraries>
135-
<PlatformToolset>v141</PlatformToolset>
135+
<PlatformToolset>v142</PlatformToolset>
136136
<WholeProgramOptimization>true</WholeProgramOptimization>
137137
<CharacterSet>Unicode</CharacterSet>
138138
</PropertyGroup>

src/BlackBoneTest/BlackBoneTest.vcxproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,67 +39,67 @@
3939
<ProjectGuid>{15F6F215-4A5E-4B57-B0A0-90B067111285}</ProjectGuid>
4040
<Keyword>Win32Proj</Keyword>
4141
<RootNamespace>Testing</RootNamespace>
42-
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
42+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
4343
<ProjectSubType>NativeUnitTestProject</ProjectSubType>
4444
<ProjectName>BlackboneTest</ProjectName>
4545
</PropertyGroup>
4646
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
4747
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
4848
<ConfigurationType>DynamicLibrary</ConfigurationType>
4949
<UseDebugLibraries>true</UseDebugLibraries>
50-
<PlatformToolset>v141</PlatformToolset>
50+
<PlatformToolset>v142</PlatformToolset>
5151
<CharacterSet>Unicode</CharacterSet>
5252
<UseOfMfc>false</UseOfMfc>
5353
</PropertyGroup>
5454
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug(DLL)|Win32'" Label="Configuration">
5555
<ConfigurationType>DynamicLibrary</ConfigurationType>
5656
<UseDebugLibraries>true</UseDebugLibraries>
57-
<PlatformToolset>v141</PlatformToolset>
57+
<PlatformToolset>v142</PlatformToolset>
5858
<CharacterSet>Unicode</CharacterSet>
5959
<UseOfMfc>false</UseOfMfc>
6060
</PropertyGroup>
6161
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
6262
<ConfigurationType>DynamicLibrary</ConfigurationType>
6363
<UseDebugLibraries>false</UseDebugLibraries>
64-
<PlatformToolset>v141</PlatformToolset>
64+
<PlatformToolset>v142</PlatformToolset>
6565
<WholeProgramOptimization>true</WholeProgramOptimization>
6666
<CharacterSet>Unicode</CharacterSet>
6767
<UseOfMfc>false</UseOfMfc>
6868
</PropertyGroup>
6969
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release(DLL)|Win32'" Label="Configuration">
7070
<ConfigurationType>DynamicLibrary</ConfigurationType>
7171
<UseDebugLibraries>false</UseDebugLibraries>
72-
<PlatformToolset>v141</PlatformToolset>
72+
<PlatformToolset>v142</PlatformToolset>
7373
<WholeProgramOptimization>true</WholeProgramOptimization>
7474
<CharacterSet>Unicode</CharacterSet>
7575
<UseOfMfc>false</UseOfMfc>
7676
</PropertyGroup>
7777
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
7878
<ConfigurationType>DynamicLibrary</ConfigurationType>
7979
<UseDebugLibraries>true</UseDebugLibraries>
80-
<PlatformToolset>v141</PlatformToolset>
80+
<PlatformToolset>v142</PlatformToolset>
8181
<CharacterSet>Unicode</CharacterSet>
8282
<UseOfMfc>false</UseOfMfc>
8383
</PropertyGroup>
8484
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug(DLL)|x64'" Label="Configuration">
8585
<ConfigurationType>DynamicLibrary</ConfigurationType>
8686
<UseDebugLibraries>true</UseDebugLibraries>
87-
<PlatformToolset>v141</PlatformToolset>
87+
<PlatformToolset>v142</PlatformToolset>
8888
<CharacterSet>Unicode</CharacterSet>
8989
<UseOfMfc>false</UseOfMfc>
9090
</PropertyGroup>
9191
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
9292
<ConfigurationType>DynamicLibrary</ConfigurationType>
9393
<UseDebugLibraries>false</UseDebugLibraries>
94-
<PlatformToolset>v141</PlatformToolset>
94+
<PlatformToolset>v142</PlatformToolset>
9595
<WholeProgramOptimization>true</WholeProgramOptimization>
9696
<CharacterSet>Unicode</CharacterSet>
9797
<UseOfMfc>false</UseOfMfc>
9898
</PropertyGroup>
9999
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release(DLL)|x64'" Label="Configuration">
100100
<ConfigurationType>DynamicLibrary</ConfigurationType>
101101
<UseDebugLibraries>false</UseDebugLibraries>
102-
<PlatformToolset>v141</PlatformToolset>
102+
<PlatformToolset>v142</PlatformToolset>
103103
<WholeProgramOptimization>true</WholeProgramOptimization>
104104
<CharacterSet>Unicode</CharacterSet>
105105
<UseOfMfc>false</UseOfMfc>

src/Samples/Samples.vcxproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@
5454
<ProjectGuid>{D31B07B5-C75F-4382-B07F-D95922764BD7}</ProjectGuid>
5555
<Keyword>Win32Proj</Keyword>
5656
<RootNamespace>TestApp</RootNamespace>
57-
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
57+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
5858
<ProjectName>Samples</ProjectName>
5959
</PropertyGroup>
6060
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
6161
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
6262
<ConfigurationType>Application</ConfigurationType>
6363
<UseDebugLibraries>true</UseDebugLibraries>
64-
<PlatformToolset>v141</PlatformToolset>
64+
<PlatformToolset>v142</PlatformToolset>
6565
<CharacterSet>Unicode</CharacterSet>
6666
</PropertyGroup>
6767
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug(XP)|Win32'" Label="Configuration">
@@ -74,13 +74,13 @@
7474
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug(DLL)|Win32'" Label="Configuration">
7575
<ConfigurationType>Application</ConfigurationType>
7676
<UseDebugLibraries>true</UseDebugLibraries>
77-
<PlatformToolset>v141</PlatformToolset>
77+
<PlatformToolset>v142</PlatformToolset>
7878
<CharacterSet>Unicode</CharacterSet>
7979
</PropertyGroup>
8080
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
8181
<ConfigurationType>Application</ConfigurationType>
8282
<UseDebugLibraries>true</UseDebugLibraries>
83-
<PlatformToolset>v141</PlatformToolset>
83+
<PlatformToolset>v142</PlatformToolset>
8484
<CharacterSet>Unicode</CharacterSet>
8585
</PropertyGroup>
8686
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug(XP)|x64'" Label="Configuration">
@@ -93,13 +93,13 @@
9393
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug(DLL)|x64'" Label="Configuration">
9494
<ConfigurationType>Application</ConfigurationType>
9595
<UseDebugLibraries>true</UseDebugLibraries>
96-
<PlatformToolset>v141</PlatformToolset>
96+
<PlatformToolset>v142</PlatformToolset>
9797
<CharacterSet>Unicode</CharacterSet>
9898
</PropertyGroup>
9999
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
100100
<ConfigurationType>Application</ConfigurationType>
101101
<UseDebugLibraries>false</UseDebugLibraries>
102-
<PlatformToolset>v141</PlatformToolset>
102+
<PlatformToolset>v142</PlatformToolset>
103103
<WholeProgramOptimization>true</WholeProgramOptimization>
104104
<CharacterSet>Unicode</CharacterSet>
105105
</PropertyGroup>
@@ -114,14 +114,14 @@
114114
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release(DLL)|Win32'" Label="Configuration">
115115
<ConfigurationType>Application</ConfigurationType>
116116
<UseDebugLibraries>false</UseDebugLibraries>
117-
<PlatformToolset>v141</PlatformToolset>
117+
<PlatformToolset>v142</PlatformToolset>
118118
<WholeProgramOptimization>true</WholeProgramOptimization>
119119
<CharacterSet>Unicode</CharacterSet>
120120
</PropertyGroup>
121121
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
122122
<ConfigurationType>Application</ConfigurationType>
123123
<UseDebugLibraries>false</UseDebugLibraries>
124-
<PlatformToolset>v141</PlatformToolset>
124+
<PlatformToolset>v142</PlatformToolset>
125125
<WholeProgramOptimization>true</WholeProgramOptimization>
126126
<CharacterSet>Unicode</CharacterSet>
127127
</PropertyGroup>
@@ -136,7 +136,7 @@
136136
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release(DLL)|x64'" Label="Configuration">
137137
<ConfigurationType>Application</ConfigurationType>
138138
<UseDebugLibraries>false</UseDebugLibraries>
139-
<PlatformToolset>v141</PlatformToolset>
139+
<PlatformToolset>v142</PlatformToolset>
140140
<WholeProgramOptimization>true</WholeProgramOptimization>
141141
<CharacterSet>Unicode</CharacterSet>
142142
</PropertyGroup>

0 commit comments

Comments
 (0)