diff options
Diffstat (limited to 'Source/Source.vcxproj')
-rw-r--r-- | Source/Source.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj index e46475b..afd4fd3 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj | |||
@@ -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>Level3</WarningLevel> | 145 | <WarningLevel>Level1</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> |
@@ -164,6 +164,7 @@ | |||
164 | <ItemGroup> | 164 | <ItemGroup> |
165 | <ClInclude Include="Memory.h" /> | 165 | <ClInclude Include="Memory.h" /> |
166 | <ClInclude Include="Panels.h" /> | 166 | <ClInclude Include="Panels.h" /> |
167 | <ClInclude Include="Random.h" /> | ||
167 | <ClInclude Include="Randomizer.h" /> | 168 | <ClInclude Include="Randomizer.h" /> |
168 | <ClInclude Include="RandomizerCore.h" /> | 169 | <ClInclude Include="RandomizerCore.h" /> |
169 | <ClInclude Include="Resource.h" /> | 170 | <ClInclude Include="Resource.h" /> |