diff options
author | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-30 20:00:32 -0700 |
---|---|---|
committer | jbzdarkid <jbzdarkid@gmail.com> | 2018-10-30 20:00:32 -0700 |
commit | e66a408e38849107a3d35a317ff6f2b23dcaeead (patch) | |
tree | 2e2abb9c80997c0565fddce4e7e271d901839b26 /Source/Source.vcxproj | |
parent | 2ec4950107245df8f01860a3289b7731753933cd (diff) | |
download | witness-tutorializer-e66a408e38849107a3d35a317ff6f2b23dcaeead.tar.gz witness-tutorializer-e66a408e38849107a3d35a317ff6f2b23dcaeead.tar.bz2 witness-tutorializer-e66a408e38849107a3d35a317ff6f2b23dcaeead.zip |
RM static cast, lower warning level, add homebrew RNG
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" /> |