File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
CIS22C_FinalProject/CIS22C_FinalProject Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 40
40
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
41
41
<ConfigurationType >Application</ConfigurationType >
42
42
<UseDebugLibraries >true</UseDebugLibraries >
43
- <PlatformToolset >v140 </PlatformToolset >
43
+ <PlatformToolset >v120 </PlatformToolset >
44
44
<CharacterSet >MultiByte</CharacterSet >
45
45
</PropertyGroup >
46
46
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
81
81
<WarningLevel >Level3</WarningLevel >
82
82
<Optimization >Disabled</Optimization >
83
83
<SDLCheck >true</SDLCheck >
84
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
84
85
</ClCompile >
86
+ <Link >
87
+ <GenerateDebugInformation >No</GenerateDebugInformation >
88
+ </Link >
85
89
</ItemDefinitionGroup >
86
90
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
87
91
<ClCompile >
You can’t perform that action at this time.
0 commit comments