Skip to content

Commit 06a4731

Browse files
committed
project settings to run on any x64 computer
1 parent a385a1c commit 06a4731

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CIS22C_FinalProject/CIS22C_FinalProject/CIS22C_FinalProject.vcxproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4141
<ConfigurationType>Application</ConfigurationType>
4242
<UseDebugLibraries>true</UseDebugLibraries>
43-
<PlatformToolset>v140</PlatformToolset>
43+
<PlatformToolset>v120</PlatformToolset>
4444
<CharacterSet>MultiByte</CharacterSet>
4545
</PropertyGroup>
4646
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
@@ -81,7 +81,11 @@
8181
<WarningLevel>Level3</WarningLevel>
8282
<Optimization>Disabled</Optimization>
8383
<SDLCheck>true</SDLCheck>
84+
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
8485
</ClCompile>
86+
<Link>
87+
<GenerateDebugInformation>No</GenerateDebugInformation>
88+
</Link>
8589
</ItemDefinitionGroup>
8690
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
8791
<ClCompile>

0 commit comments

Comments
 (0)