Skip to content

Commit 0c24325

Browse files
intorrXottab-DUTY
authored andcommitted
Small cleanup vcxproj files and its dependencies.
1 parent 4ee03f8 commit 0c24325

File tree

6 files changed

+0
-28
lines changed

6 files changed

+0
-28
lines changed

Externals/pugixml_vs2017_static.vcxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@
8282
<WarningLevel>Level3</WarningLevel>
8383
<Optimization>Disabled</Optimization>
8484
<PreprocessorDefinitions>WIN32;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
85-
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
8685
<MinimalRebuild>true</MinimalRebuild>
8786
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
8887
<StringPooling>false</StringPooling>
@@ -102,7 +101,6 @@
102101
<WarningLevel>Level3</WarningLevel>
103102
<Optimization>Disabled</Optimization>
104103
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
105-
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
106104
<MinimalRebuild>true</MinimalRebuild>
107105
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
108106
<StringPooling>false</StringPooling>
@@ -124,7 +122,6 @@
124122
<FunctionLevelLinking>false</FunctionLevelLinking>
125123
<IntrinsicFunctions>true</IntrinsicFunctions>
126124
<PreprocessorDefinitions>WIN32;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
127-
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
128125
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
129126
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
130127
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
@@ -149,7 +146,6 @@
149146
<FunctionLevelLinking>false</FunctionLevelLinking>
150147
<IntrinsicFunctions>true</IntrinsicFunctions>
151148
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
152-
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
153149
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
154150
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
155151
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>

src/utils/xrMiscMath/xrMiscMath.vcxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
<DisableSpecificWarnings>4251;4275;4458;4244</DisableSpecificWarnings>
111111
<FloatingPointModel>Fast</FloatingPointModel>
112112
<RuntimeTypeInfo>true</RuntimeTypeInfo>
113-
<WholeProgramOptimization>false</WholeProgramOptimization>
114113
<PrecompiledHeader>Use</PrecompiledHeader>
115114
<PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile>
116115
</ClCompile>
@@ -130,7 +129,6 @@
130129
<DisableSpecificWarnings>4251;4275;4458;4244</DisableSpecificWarnings>
131130
<FloatingPointModel>Fast</FloatingPointModel>
132131
<RuntimeTypeInfo>true</RuntimeTypeInfo>
133-
<WholeProgramOptimization>false</WholeProgramOptimization>
134132
<PrecompiledHeader>Use</PrecompiledHeader>
135133
<PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile>
136134
</ClCompile>

src/xrCDB/xrCDB.vcxproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@
116116
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
117117
<ClCompile>
118118
<Optimization>Disabled</Optimization>
119-
<IntrinsicFunctions>false</IntrinsicFunctions>
120-
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
121-
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
122119
<PreprocessorDefinitions>_USRDLL;XRCDB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
123120
<StringPooling>false</StringPooling>
124121
<MinimalRebuild>false</MinimalRebuild>
@@ -148,9 +145,6 @@
148145
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
149146
<ClCompile>
150147
<Optimization>Disabled</Optimization>
151-
<IntrinsicFunctions>false</IntrinsicFunctions>
152-
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
153-
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
154148
<PreprocessorDefinitions>_USRDLL;XRCDB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
155149
<StringPooling>false</StringPooling>
156150
<MinimalRebuild>false</MinimalRebuild>

src/xrGame/xrGame.vcxproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4006,9 +4006,6 @@
40064006
<ClCompile Include="ZudaArtifact.cpp" />
40074007
</ItemGroup>
40084008
<ItemGroup>
4009-
<ProjectReference Include="$(xrExternals)ode\contrib\msvc7\ode_default\default.vcxproj">
4010-
<Project>{1bf75feb-87dd-486c-880b-227987d191c2}</Project>
4011-
</ProjectReference>
40124009
<ProjectReference Include="$(SolutionDir)Layers\xrAPI\xrAPI.vcxproj">
40134010
<Project>{1daec516-e52c-4a3c-a4da-ae3553e6e0f8}</Project>
40144011
</ProjectReference>

src/xrMisc/xrMisc.vcxproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@
104104
<ClCompile>
105105
<WarningLevel>Level3</WarningLevel>
106106
<Optimization>Disabled</Optimization>
107-
<SDLCheck>true</SDLCheck>
108107
<PreprocessorDefinitions>BUILDING_XRMISC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
109108
<MinimalRebuild>false</MinimalRebuild>
110109
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
@@ -119,7 +118,6 @@
119118
<ClCompile>
120119
<WarningLevel>Level3</WarningLevel>
121120
<Optimization>Disabled</Optimization>
122-
<SDLCheck>true</SDLCheck>
123121
<PreprocessorDefinitions>BUILDING_XRMISC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
124122
<MinimalRebuild>false</MinimalRebuild>
125123
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
@@ -136,7 +134,6 @@
136134
<Optimization>MaxSpeed</Optimization>
137135
<FunctionLevelLinking>true</FunctionLevelLinking>
138136
<IntrinsicFunctions>true</IntrinsicFunctions>
139-
<SDLCheck>true</SDLCheck>
140137
<PreprocessorDefinitions>BUILDING_XRMISC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
141138
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
142139
<RuntimeTypeInfo>true</RuntimeTypeInfo>
@@ -157,7 +154,6 @@
157154
<Optimization>MaxSpeed</Optimization>
158155
<FunctionLevelLinking>true</FunctionLevelLinking>
159156
<IntrinsicFunctions>true</IntrinsicFunctions>
160-
<SDLCheck>true</SDLCheck>
161157
<PreprocessorDefinitions>BUILDING_XRMISC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
162158
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
163159
<RuntimeTypeInfo>true</RuntimeTypeInfo>

src/xrSound/xrSound.vcxproj

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -351,24 +351,15 @@
351351
</ClCompile>
352352
</ItemGroup>
353353
<ItemGroup>
354-
<ProjectReference Include="$(SolutionDir)Layers\xrAPI\xrAPI.vcxproj">
355-
<Project>{1daec516-e52c-4a3c-a4da-ae3553e6e0f8}</Project>
356-
</ProjectReference>
357354
<ProjectReference Include="$(SolutionDir)xrCore\xrCore.vcxproj">
358355
<Project>{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project>
359356
</ProjectReference>
360357
<ProjectReference Include="..\..\Externals\libogg_static.vcxproj">
361358
<Project>{15cbfeff-7965-41f5-b4e2-21e8795c9159}</Project>
362359
</ProjectReference>
363-
<ProjectReference Include="..\..\Externals\libtheora_static.vcxproj">
364-
<Project>{653f3841-3f26-49b9-afcf-091db4b67031}</Project>
365-
</ProjectReference>
366360
<ProjectReference Include="..\..\Externals\libvorbisfile_static.vcxproj">
367361
<Project>{cebde98b-a6aa-46e6-bc79-faaf823db9ec}</Project>
368362
</ProjectReference>
369-
<ProjectReference Include="..\..\Externals\libvorbis_static.vcxproj">
370-
<Project>{3a214e06-b95e-4d61-a291-1f8df2ec10fd}</Project>
371-
</ProjectReference>
372363
<ProjectReference Include="..\..\Externals\openal\OpenAL-Windows\Router\Router.vcxproj">
373364
<Project>{566551f4-4ef1-4cb4-a131-f982e7606907}</Project>
374365
</ProjectReference>

0 commit comments

Comments
 (0)