Skip to content

Commit c53cdfb

Browse files
committed
Changed platform toolset to work with Visual Studio 2010
1 parent 5696a33 commit c53cdfb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Injector.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Microsoft Visual Studio Solution File, Format Version 11.00
2+
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 2010
44
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Injector", "Injector\Injector.vcxproj", "{21A04F4C-54BF-422A-A53A-F963084D0975}"
55
EndProject

Injector/Injector.vcxproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,25 @@
2828
<ConfigurationType>Application</ConfigurationType>
2929
<CharacterSet>Unicode</CharacterSet>
3030
<WholeProgramOptimization>true</WholeProgramOptimization>
31+
<PlatformToolset>v100</PlatformToolset>
3132
</PropertyGroup>
3233
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3334
<ConfigurationType>Application</ConfigurationType>
3435
<CharacterSet>Unicode</CharacterSet>
3536
<WholeProgramOptimization>true</WholeProgramOptimization>
37+
<PlatformToolset>v110</PlatformToolset>
3638
</PropertyGroup>
3739
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
3840
<ConfigurationType>Application</ConfigurationType>
3941
<CharacterSet>Unicode</CharacterSet>
4042
<WholeProgramOptimization>true</WholeProgramOptimization>
43+
<PlatformToolset>v100</PlatformToolset>
4144
</PropertyGroup>
4245
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4346
<ConfigurationType>Application</ConfigurationType>
4447
<CharacterSet>Unicode</CharacterSet>
4548
<WholeProgramOptimization>true</WholeProgramOptimization>
49+
<PlatformToolset>v110</PlatformToolset>
4650
</PropertyGroup>
4751
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
4852
<ImportGroup Label="ExtensionSettings">
@@ -103,7 +107,7 @@
103107
<PrecompiledHeader>
104108
</PrecompiledHeader>
105109
<WarningLevel>Level4</WarningLevel>
106-
<TreatWarningAsError>true</TreatWarningAsError>
110+
<TreatWarningAsError>false</TreatWarningAsError>
107111
<DebugInformationFormat>
108112
</DebugInformationFormat>
109113
<EnablePREfast>true</EnablePREfast>

0 commit comments

Comments
 (0)