Skip to content

Commit 6ca6df8

Browse files
committed
Fix project files
1 parent a3b0375 commit 6ca6df8

32 files changed

+71
-218
lines changed

Externals/BugTrap.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,19 @@
5151
</ImportGroup>
5252
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
5353
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54-
<Import Project="..\Common.props" />
54+
<Import Project="..\src\Common.props" />
5555
</ImportGroup>
5656
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
5757
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58-
<Import Project="..\Common.props" />
58+
<Import Project="..\src\Common.props" />
5959
</ImportGroup>
6060
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
6161
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62-
<Import Project="..\Common.props" />
62+
<Import Project="..\src\Common.props" />
6363
</ImportGroup>
6464
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
6565
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66-
<Import Project="..\Common.props" />
66+
<Import Project="..\src\Common.props" />
6767
</ImportGroup>
6868
<PropertyGroup Label="UserMacros" />
6969
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

Externals/cryptlib.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</PropertyGroup>
2727
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2828
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
29-
<Import Project="..\Common.props" />
29+
<Import Project="..\src\Common.props" />
3030
<ImportGroup Label="ExtensionSettings">
3131
<Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />
3232
</ImportGroup>

Externals/cximage/cximage.vcxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@
2222
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
2323
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
2424
<ConfigurationType>DynamicLibrary</ConfigurationType>
25-
<PlatformToolset>v140</PlatformToolset>
25+
<PlatformToolset>v141</PlatformToolset>
2626
<CharacterSet>MultiByte</CharacterSet>
2727
<WholeProgramOptimization>false</WholeProgramOptimization>
2828
</PropertyGroup>
2929
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3030
<ConfigurationType>StaticLibrary</ConfigurationType>
31-
<PlatformToolset>v140</PlatformToolset>
31+
<PlatformToolset>v141</PlatformToolset>
3232
<CharacterSet>MultiByte</CharacterSet>
3333
<WholeProgramOptimization>true</WholeProgramOptimization>
3434
</PropertyGroup>
3535
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="Configuration">
3636
<ConfigurationType>StaticLibrary</ConfigurationType>
37-
<PlatformToolset>v140</PlatformToolset>
37+
<PlatformToolset>v141</PlatformToolset>
3838
<CharacterSet>MultiByte</CharacterSet>
3939
<WholeProgramOptimization>true</WholeProgramOptimization>
4040
</PropertyGroup>

Externals/libogg_static.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,19 @@
5151
</ImportGroup>
5252
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
5353
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54-
<Import Project="..\Common.props" />
54+
<Import Project="..\src\Common.props" />
5555
</ImportGroup>
5656
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
5757
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58-
<Import Project="..\Common.props" />
58+
<Import Project="..\src\Common.props" />
5959
</ImportGroup>
6060
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
6161
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62-
<Import Project="..\Common.props" />
62+
<Import Project="..\src\Common.props" />
6363
</ImportGroup>
6464
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
6565
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66-
<Import Project="..\Common.props" />
66+
<Import Project="..\src\Common.props" />
6767
</ImportGroup>
6868
<PropertyGroup Label="UserMacros" />
6969
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

Externals/libtheora_static.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,19 @@
5151
</ImportGroup>
5252
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
5353
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54-
<Import Project="..\Common.props" />
54+
<Import Project="..\src\Common.props" />
5555
</ImportGroup>
5656
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
5757
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58-
<Import Project="..\Common.props" />
58+
<Import Project="..\src\Common.props" />
5959
</ImportGroup>
6060
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
6161
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62-
<Import Project="..\Common.props" />
62+
<Import Project="..\src\Common.props" />
6363
</ImportGroup>
6464
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
6565
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66-
<Import Project="..\Common.props" />
66+
<Import Project="..\src\Common.props" />
6767
</ImportGroup>
6868
<PropertyGroup Label="UserMacros" />
6969
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

Externals/libvorbis_static.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,19 @@
5151
</ImportGroup>
5252
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
5353
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54-
<Import Project="..\Common.props" />
54+
<Import Project="..\src\Common.props" />
5555
</ImportGroup>
5656
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
5757
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58-
<Import Project="..\Common.props" />
58+
<Import Project="..\src\Common.props" />
5959
</ImportGroup>
6060
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
6161
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62-
<Import Project="..\Common.props" />
62+
<Import Project="..\src\Common.props" />
6363
</ImportGroup>
6464
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
6565
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66-
<Import Project="..\Common.props" />
66+
<Import Project="..\src\Common.props" />
6767
</ImportGroup>
6868
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
6969
<ClCompile>

Externals/libvorbisfile_static.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,19 @@
5050
</ImportGroup>
5151
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
5252
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
53-
<Import Project="..\Common.props" />
53+
<Import Project="..\src\Common.props" />
5454
</ImportGroup>
5555
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
5656
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
57-
<Import Project="..\Common.props" />
57+
<Import Project="..\src\Common.props" />
5858
</ImportGroup>
5959
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
6060
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61-
<Import Project="..\Common.props" />
61+
<Import Project="..\src\Common.props" />
6262
</ImportGroup>
6363
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
6464
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65-
<Import Project="..\Common.props" />
65+
<Import Project="..\src\Common.props" />
6666
</ImportGroup>
6767
<PropertyGroup Label="UserMacros" />
6868
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">

Externals/zlib.vcxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,19 @@
4848
</ImportGroup>
4949
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
5050
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
51-
<Import Project="..\Common.props" />
51+
<Import Project="..\src\Common.props" />
5252
</ImportGroup>
5353
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
5454
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
55-
<Import Project="..\Common.props" />
55+
<Import Project="..\src\Common.props" />
5656
</ImportGroup>
5757
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
5858
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59-
<Import Project="..\Common.props" />
59+
<Import Project="..\src\Common.props" />
6060
</ImportGroup>
6161
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
6262
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63-
<Import Project="..\Common.props" />
63+
<Import Project="..\src\Common.props" />
6464
</ImportGroup>
6565
<PropertyGroup Label="UserMacros" />
6666
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />

src/Layers/xrRenderPC_R1/xrRender_R1.vcxproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -467,9 +467,6 @@
467467
<Project>{1daec516-e52c-4a3c-a4da-ae3553e6e0f8}</Project>
468468
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
469469
</ProjectReference>
470-
<ProjectReference Include="..\..\utils\xrMiscMath\xrMiscMath.vcxproj">
471-
<Project>{cc912a26-e688-49f5-99f4-7a0f9af4e438}</Project>
472-
</ProjectReference>
473470
<ProjectReference Include="..\..\xrScriptEngine\xrScriptEngine.vcxproj">
474471
<Project>{132c62de-de85-4978-9675-c78ed4da46f0}</Project>
475472
<Private>true</Private>

src/Layers/xrRenderPC_R2/xrRender_R2.vcxproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -511,9 +511,6 @@
511511
<Project>{1daec516-e52c-4a3c-a4da-ae3553e6e0f8}</Project>
512512
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
513513
</ProjectReference>
514-
<ProjectReference Include="..\..\utils\xrMiscMath\xrMiscMath.vcxproj">
515-
<Project>{cc912a26-e688-49f5-99f4-7a0f9af4e438}</Project>
516-
</ProjectReference>
517514
<ProjectReference Include="..\..\xrScriptEngine\xrScriptEngine.vcxproj">
518515
<Project>{132c62de-de85-4978-9675-c78ed4da46f0}</Project>
519516
</ProjectReference>

0 commit comments

Comments
 (0)