Skip to content

Commit

Permalink
Small cleanup vcxproj files and its dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
intorr authored and Xottab-DUTY committed Dec 12, 2017
1 parent 4ee03f8 commit 0c24325
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 28 deletions.
4 changes: 0 additions & 4 deletions Externals/pugixml_vs2017_static.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<MinimalRebuild>true</MinimalRebuild>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<StringPooling>false</StringPooling>
Expand All @@ -102,7 +101,6 @@
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<MinimalRebuild>true</MinimalRebuild>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<StringPooling>false</StringPooling>
Expand All @@ -124,7 +122,6 @@
<FunctionLevelLinking>false</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
Expand All @@ -149,7 +146,6 @@
<FunctionLevelLinking>false</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
Expand Down
2 changes: 0 additions & 2 deletions src/utils/xrMiscMath/xrMiscMath.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@
<DisableSpecificWarnings>4251;4275;4458;4244</DisableSpecificWarnings>
<FloatingPointModel>Fast</FloatingPointModel>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<WholeProgramOptimization>false</WholeProgramOptimization>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile>
</ClCompile>
Expand All @@ -130,7 +129,6 @@
<DisableSpecificWarnings>4251;4275;4458;4244</DisableSpecificWarnings>
<FloatingPointModel>Fast</FloatingPointModel>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
<WholeProgramOptimization>false</WholeProgramOptimization>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>pch.hpp</PrecompiledHeaderFile>
</ClCompile>
Expand Down
6 changes: 0 additions & 6 deletions src/xrCDB/xrCDB.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
<IntrinsicFunctions>false</IntrinsicFunctions>
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
<PreprocessorDefinitions>_USRDLL;XRCDB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>false</StringPooling>
<MinimalRebuild>false</MinimalRebuild>
Expand Down Expand Up @@ -148,9 +145,6 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<Optimization>Disabled</Optimization>
<IntrinsicFunctions>false</IntrinsicFunctions>
<FavorSizeOrSpeed>Neither</FavorSizeOrSpeed>
<EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
<PreprocessorDefinitions>_USRDLL;XRCDB_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>false</StringPooling>
<MinimalRebuild>false</MinimalRebuild>
Expand Down
3 changes: 0 additions & 3 deletions src/xrGame/xrGame.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -4006,9 +4006,6 @@
<ClCompile Include="ZudaArtifact.cpp" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(xrExternals)ode\contrib\msvc7\ode_default\default.vcxproj">
<Project>{1bf75feb-87dd-486c-880b-227987d191c2}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)Layers\xrAPI\xrAPI.vcxproj">
<Project>{1daec516-e52c-4a3c-a4da-ae3553e6e0f8}</Project>
</ProjectReference>
Expand Down
4 changes: 0 additions & 4 deletions src/xrMisc/xrMisc.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>BUILDING_XRMISC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>false</MinimalRebuild>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
Expand All @@ -119,7 +118,6 @@
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>BUILDING_XRMISC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>false</MinimalRebuild>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
Expand All @@ -136,7 +134,6 @@
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>BUILDING_XRMISC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
Expand All @@ -157,7 +154,6 @@
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>BUILDING_XRMISC_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<RuntimeTypeInfo>true</RuntimeTypeInfo>
Expand Down
9 changes: 0 additions & 9 deletions src/xrSound/xrSound.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -351,24 +351,15 @@
</ClCompile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(SolutionDir)Layers\xrAPI\xrAPI.vcxproj">
<Project>{1daec516-e52c-4a3c-a4da-ae3553e6e0f8}</Project>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)xrCore\xrCore.vcxproj">
<Project>{a0f7d1fb-59a7-4717-a7e4-96f37e91998e}</Project>
</ProjectReference>
<ProjectReference Include="..\..\Externals\libogg_static.vcxproj">
<Project>{15cbfeff-7965-41f5-b4e2-21e8795c9159}</Project>
</ProjectReference>
<ProjectReference Include="..\..\Externals\libtheora_static.vcxproj">
<Project>{653f3841-3f26-49b9-afcf-091db4b67031}</Project>
</ProjectReference>
<ProjectReference Include="..\..\Externals\libvorbisfile_static.vcxproj">
<Project>{cebde98b-a6aa-46e6-bc79-faaf823db9ec}</Project>
</ProjectReference>
<ProjectReference Include="..\..\Externals\libvorbis_static.vcxproj">
<Project>{3a214e06-b95e-4d61-a291-1f8df2ec10fd}</Project>
</ProjectReference>
<ProjectReference Include="..\..\Externals\openal\OpenAL-Windows\Router\Router.vcxproj">
<Project>{566551f4-4ef1-4cb4-a131-f982e7606907}</Project>
</ProjectReference>
Expand Down

0 comments on commit 0c24325

Please sign in to comment.