Skip to content

Commit e39b886

Browse files
committed
Cleanup some vcxproj files.
1 parent ac5d97e commit e39b886

File tree

4 files changed

+2
-12
lines changed

4 files changed

+2
-12
lines changed

src/xrAICore/xrAICore.vcxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@
147147
<PrecompiledHeaderFile>PCH.hpp</PrecompiledHeaderFile>
148148
<BrowseInformation />
149149
<WarningLevel>Level4</WarningLevel>
150-
<SuppressStartupBanner>true</SuppressStartupBanner>
151150
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
152151
</ClCompile>
153152
<ResourceCompile>
@@ -197,7 +196,6 @@
197196
<BrowseInformation>
198197
</BrowseInformation>
199198
<WarningLevel>Level4</WarningLevel>
200-
<SuppressStartupBanner>true</SuppressStartupBanner>
201199
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
202200
</ClCompile>
203201
<ResourceCompile>
@@ -333,7 +331,6 @@
333331
<PrecompiledHeaderFile>PCH.hpp</PrecompiledHeaderFile>
334332
<BrowseInformation />
335333
<WarningLevel>Level4</WarningLevel>
336-
<SuppressStartupBanner>true</SuppressStartupBanner>
337334
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
338335
</ClCompile>
339336
<ResourceCompile>
@@ -377,7 +374,6 @@
377374
<BrowseInformation>
378375
</BrowseInformation>
379376
<WarningLevel>Level4</WarningLevel>
380-
<SuppressStartupBanner>true</SuppressStartupBanner>
381377
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
382378
</ClCompile>
383379
<ResourceCompile>

src/xrCore/xrCore.vcxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@
128128
<PrecompiledHeader>Use</PrecompiledHeader>
129129
<BrowseInformation />
130130
<WarningLevel>Level4</WarningLevel>
131-
<SuppressStartupBanner>true</SuppressStartupBanner>
132131
</ClCompile>
133132
<Link>
134133
<SuppressStartupBanner>true</SuppressStartupBanner>
@@ -155,7 +154,6 @@
155154
<BrowseInformation>
156155
</BrowseInformation>
157156
<WarningLevel>Level4</WarningLevel>
158-
<SuppressStartupBanner>true</SuppressStartupBanner>
159157
</ClCompile>
160158
<Link>
161159
<SuppressStartupBanner>true</SuppressStartupBanner>

src/xrEngine/xrEngine.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@
224224
<PrecompiledHeader>Use</PrecompiledHeader>
225225
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
226226
<Optimization>Disabled</Optimization>
227+
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
227228
</ClCompile>
228229
<ResourceCompile>
229230
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
@@ -250,6 +251,7 @@
250251
<WarningLevel>Level4</WarningLevel>
251252
<PrecompiledHeader>Use</PrecompiledHeader>
252253
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
254+
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
253255
</ClCompile>
254256
<ResourceCompile>
255257
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>

src/xrGame/xrGame.vcxproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,11 @@
131131
<MinimalRebuild>false</MinimalRebuild>
132132
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
133133
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
134-
<BufferSecurityCheck>true</BufferSecurityCheck>
135-
<FunctionLevelLinking>false</FunctionLevelLinking>
136134
<FloatingPointModel>Fast</FloatingPointModel>
137135
<RuntimeTypeInfo>true</RuntimeTypeInfo>
138136
<PrecompiledHeader>Use</PrecompiledHeader>
139137
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
140138
<BrowseInformation />
141-
<WarningLevel>TurnOffAllWarnings</WarningLevel>
142139
<DisableSpecificWarnings>4237;4250;%(DisableSpecificWarnings)</DisableSpecificWarnings>
143140
<MultiProcessorCompilation>true</MultiProcessorCompilation>
144141
</ClCompile>
@@ -173,15 +170,12 @@
173170
<MinimalRebuild>false</MinimalRebuild>
174171
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
175172
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
176-
<BufferSecurityCheck>true</BufferSecurityCheck>
177-
<FunctionLevelLinking>false</FunctionLevelLinking>
178173
<FloatingPointModel>Fast</FloatingPointModel>
179174
<RuntimeTypeInfo>true</RuntimeTypeInfo>
180175
<PrecompiledHeader>Use</PrecompiledHeader>
181176
<PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile>
182177
<BrowseInformation>
183178
</BrowseInformation>
184-
<WarningLevel>TurnOffAllWarnings</WarningLevel>
185179
<DisableSpecificWarnings>4237;4250;%(DisableSpecificWarnings)</DisableSpecificWarnings>
186180
<MultiProcessorCompilation>true</MultiProcessorCompilation>
187181
</ClCompile>

0 commit comments

Comments
 (0)