about summary refs log tree commit diff stats
path: root/Source/Source.vcxproj
diff options
context:
space:
mode:
authorjbzdarkid <jbzdarkid@gmail.com>2018-11-07 08:41:20 -0800
committerjbzdarkid <jbzdarkid@gmail.com>2018-11-07 08:41:20 -0800
commite762e48d6fbab7bd5137c369fa49df25ccd5369d (patch)
treeef457564aff53d1880531c3f24d7da301988b2d8 /Source/Source.vcxproj
parent1cad9871174728c15abbdb71ee5cbe2cf03ccf0c (diff)
downloadwitness-tutorializer-e762e48d6fbab7bd5137c369fa49df25ccd5369d.tar.gz
witness-tutorializer-e762e48d6fbab7bd5137c369fa49df25ccd5369d.tar.bz2
witness-tutorializer-e762e48d6fbab7bd5137c369fa49df25ccd5369d.zip
Warnings clean because fml
Diffstat (limited to 'Source/Source.vcxproj')
-rw-r--r--Source/Source.vcxproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/Source.vcxproj b/Source/Source.vcxproj index 8d13e00..545753d 100644 --- a/Source/Source.vcxproj +++ b/Source/Source.vcxproj
@@ -91,6 +91,7 @@
91 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 91 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
92 <ConformanceMode>true</ConformanceMode> 92 <ConformanceMode>true</ConformanceMode>
93 <LanguageStandard>stdcpp17</LanguageStandard> 93 <LanguageStandard>stdcpp17</LanguageStandard>
94 <TreatWarningAsError>true</TreatWarningAsError>
94 </ClCompile> 95 </ClCompile>
95 <Link> 96 <Link>
96 <SubSystem>Windows</SubSystem> 97 <SubSystem>Windows</SubSystem>
@@ -107,6 +108,7 @@
107 <ConformanceMode>true</ConformanceMode> 108 <ConformanceMode>true</ConformanceMode>
108 <LanguageStandard>stdcpp17</LanguageStandard> 109 <LanguageStandard>stdcpp17</LanguageStandard>
109 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> 110 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
111 <TreatWarningAsError>true</TreatWarningAsError>
110 </ClCompile> 112 </ClCompile>
111 <Link> 113 <Link>
112 <SubSystem>Windows</SubSystem> 114 <SubSystem>Windows</SubSystem>
@@ -124,6 +126,7 @@
124 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 126 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
125 <ConformanceMode>true</ConformanceMode> 127 <ConformanceMode>true</ConformanceMode>
126 <LanguageStandard>stdcpp17</LanguageStandard> 128 <LanguageStandard>stdcpp17</LanguageStandard>
129 <TreatWarningAsError>true</TreatWarningAsError>
127 </ClCompile> 130 </ClCompile>
128 <Link> 131 <Link>
129 <SubSystem>Windows</SubSystem> 132 <SubSystem>Windows</SubSystem>
@@ -143,6 +146,7 @@
143 <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 146 <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
144 <ConformanceMode>true</ConformanceMode> 147 <ConformanceMode>true</ConformanceMode>
145 <LanguageStandard>stdcpp17</LanguageStandard> 148 <LanguageStandard>stdcpp17</LanguageStandard>
149 <TreatWarningAsError>true</TreatWarningAsError>
146 </ClCompile> 150 </ClCompile>
147 <Link> 151 <Link>
148 <SubSystem>Windows</SubSystem> 152 <SubSystem>Windows</SubSystem>
@@ -158,14 +162,12 @@
158 <ClInclude Include="Panels.h" /> 162 <ClInclude Include="Panels.h" />
159 <ClInclude Include="Random.h" /> 163 <ClInclude Include="Random.h" />
160 <ClInclude Include="Randomizer.h" /> 164 <ClInclude Include="Randomizer.h" />
161 <ClInclude Include="RandomizerCore.h" />
162 </ItemGroup> 165 </ItemGroup>
163 <ItemGroup> 166 <ItemGroup>
164 <ClCompile Include="Memory.cpp" /> 167 <ClCompile Include="Memory.cpp" />
165 <ClCompile Include="Panel.cpp" /> 168 <ClCompile Include="Panel.cpp" />
166 <ClCompile Include="Random.cpp" /> 169 <ClCompile Include="Random.cpp" />
167 <ClCompile Include="Randomizer.cpp" /> 170 <ClCompile Include="Randomizer.cpp" />
168 <ClCompile Include="RandomizerCore.cpp" />
169 </ItemGroup> 171 </ItemGroup>
170 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 172 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
171 <ImportGroup Label="ExtensionTargets"> 173 <ImportGroup Label="ExtensionTargets">