Skip to content

Commit 7f591e7

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Injector/Injector.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<ConfigurationType>Application</ConfigurationType>
3535
<CharacterSet>Unicode</CharacterSet>
3636
<WholeProgramOptimization>true</WholeProgramOptimization>
37-
<PlatformToolset>v110</PlatformToolset>
37+
<PlatformToolset>v100</PlatformToolset>
3838
</PropertyGroup>
3939
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4040
<ConfigurationType>Application</ConfigurationType>
@@ -46,7 +46,7 @@
4646
<ConfigurationType>Application</ConfigurationType>
4747
<CharacterSet>Unicode</CharacterSet>
4848
<WholeProgramOptimization>true</WholeProgramOptimization>
49-
<PlatformToolset>v110</PlatformToolset>
49+
<PlatformToolset>v100</PlatformToolset>
5050
</PropertyGroup>
5151
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5252
<ImportGroup Label="ExtensionSettings">

0 commit comments

Comments
 (0)