diff options
Diffstat (limited to 'Source/Source.vcxproj')
-rw-r--r-- | Source/Source.vcxproj | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj index afd4fd3..38914a6 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj | |||
@@ -103,7 +103,7 @@ | |||
103 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 103 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
104 | <ClCompile> | 104 | <ClCompile> |
105 | <PrecompiledHeader>NotUsing</PrecompiledHeader> | 105 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
106 | <WarningLevel>Level3</WarningLevel> | 106 | <WarningLevel>Level2</WarningLevel> |
107 | <Optimization>Disabled</Optimization> | 107 | <Optimization>Disabled</Optimization> |
108 | <SDLCheck>true</SDLCheck> | 108 | <SDLCheck>true</SDLCheck> |
109 | <PreprocessorDefinitions>_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 109 | <PreprocessorDefinitions>_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
@@ -142,7 +142,7 @@ | |||
142 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 142 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
143 | <ClCompile> | 143 | <ClCompile> |
144 | <PrecompiledHeader>NotUsing</PrecompiledHeader> | 144 | <PrecompiledHeader>NotUsing</PrecompiledHeader> |
145 | <WarningLevel>Level1</WarningLevel> | 145 | <WarningLevel>Level2</WarningLevel> |
146 | <Optimization>MaxSpeed</Optimization> | 146 | <Optimization>MaxSpeed</Optimization> |
147 | <FunctionLevelLinking>true</FunctionLevelLinking> | 147 | <FunctionLevelLinking>true</FunctionLevelLinking> |
148 | <IntrinsicFunctions>true</IntrinsicFunctions> | 148 | <IntrinsicFunctions>true</IntrinsicFunctions> |
@@ -167,7 +167,6 @@ | |||
167 | <ClInclude Include="Random.h" /> | 167 | <ClInclude Include="Random.h" /> |
168 | <ClInclude Include="Randomizer.h" /> | 168 | <ClInclude Include="Randomizer.h" /> |
169 | <ClInclude Include="RandomizerCore.h" /> | 169 | <ClInclude Include="RandomizerCore.h" /> |
170 | <ClInclude Include="Resource.h" /> | ||
171 | <ClInclude Include="Version.h" /> | 170 | <ClInclude Include="Version.h" /> |
172 | </ItemGroup> | 171 | </ItemGroup> |
173 | <ItemGroup> | 172 | <ItemGroup> |