diff --git a/examples/01.HelloWorld/HelloWorld_vc16.vcxproj b/examples/01.HelloWorld/HelloWorld_vc16.vcxproj index ffb57df2..551d1014 100644 --- a/examples/01.HelloWorld/HelloWorld_vc16.vcxproj +++ b/examples/01.HelloWorld/HelloWorld_vc16.vcxproj @@ -107,7 +107,6 @@ Level3 - EditAndContinue _DEBUG;%(PreprocessorDefinitions) @@ -137,7 +136,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) diff --git a/examples/02.Quake3Map/Quake3Map_vc16.vcxproj b/examples/02.Quake3Map/Quake3Map_vc16.vcxproj index 22fbc77d..b42605fa 100644 --- a/examples/02.Quake3Map/Quake3Map_vc16.vcxproj +++ b/examples/02.Quake3Map/Quake3Map_vc16.vcxproj @@ -107,7 +107,6 @@ Level3 - EditAndContinue _DEBUG;%(PreprocessorDefinitions) @@ -137,7 +136,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) diff --git a/examples/03.CustomSceneNode/CustomSceneNode_vc16.vcxproj b/examples/03.CustomSceneNode/CustomSceneNode_vc16.vcxproj index 09460347..313ca2e9 100644 --- a/examples/03.CustomSceneNode/CustomSceneNode_vc16.vcxproj +++ b/examples/03.CustomSceneNode/CustomSceneNode_vc16.vcxproj @@ -107,7 +107,6 @@ Level3 - EditAndContinue _DEBUG;%(PreprocessorDefinitions) @@ -137,7 +136,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) diff --git a/examples/04.Movement/Movement_vc16.vcxproj b/examples/04.Movement/Movement_vc16.vcxproj index 966dd37c..d96af9b9 100644 --- a/examples/04.Movement/Movement_vc16.vcxproj +++ b/examples/04.Movement/Movement_vc16.vcxproj @@ -107,7 +107,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) @@ -137,7 +136,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) diff --git a/examples/05.UserInterface/UserInterface_vc16.vcxproj b/examples/05.UserInterface/UserInterface_vc16.vcxproj index d917d8d5..762faaf6 100644 --- a/examples/05.UserInterface/UserInterface_vc16.vcxproj +++ b/examples/05.UserInterface/UserInterface_vc16.vcxproj @@ -107,7 +107,6 @@ Level3 - EditAndContinue _DEBUG;%(PreprocessorDefinitions) @@ -137,7 +136,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) diff --git a/examples/06.2DGraphics/2DGraphics_vc16.vcxproj b/examples/06.2DGraphics/2DGraphics_vc16.vcxproj index 6e516c73..6395d51b 100644 --- a/examples/06.2DGraphics/2DGraphics_vc16.vcxproj +++ b/examples/06.2DGraphics/2DGraphics_vc16.vcxproj @@ -167,7 +167,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) @@ -197,7 +196,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) diff --git a/examples/07.Collision/Collision_vc16.vcxproj b/examples/07.Collision/Collision_vc16.vcxproj index ea636d3d..79f5df57 100644 --- a/examples/07.Collision/Collision_vc16.vcxproj +++ b/examples/07.Collision/Collision_vc16.vcxproj @@ -107,7 +107,6 @@ Level3 - EditAndContinue _DEBUG;%(PreprocessorDefinitions) @@ -137,7 +136,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) diff --git a/examples/08.SpecialFX/SpecialFX_vc16.vcxproj b/examples/08.SpecialFX/SpecialFX_vc16.vcxproj index 4da5aae9..3c4dfdd8 100644 --- a/examples/08.SpecialFX/SpecialFX_vc16.vcxproj +++ b/examples/08.SpecialFX/SpecialFX_vc16.vcxproj @@ -167,7 +167,6 @@ Level3 - EditAndContinue _DEBUG;%(PreprocessorDefinitions) @@ -197,7 +196,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) diff --git a/examples/09.Meshviewer/Meshviewer_vc16.vcxproj b/examples/09.Meshviewer/Meshviewer_vc16.vcxproj index 2a3c4592..799b830e 100644 --- a/examples/09.Meshviewer/Meshviewer_vc16.vcxproj +++ b/examples/09.Meshviewer/Meshviewer_vc16.vcxproj @@ -167,7 +167,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) @@ -197,7 +196,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) diff --git a/examples/10.Shaders/Shaders_vc16.vcxproj b/examples/10.Shaders/Shaders_vc16.vcxproj index 99a2e219..5ebea6cf 100644 --- a/examples/10.Shaders/Shaders_vc16.vcxproj +++ b/examples/10.Shaders/Shaders_vc16.vcxproj @@ -107,7 +107,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) @@ -137,7 +136,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) diff --git a/examples/11.PerPixelLighting/PerPixelLighting_vc16.vcxproj b/examples/11.PerPixelLighting/PerPixelLighting_vc16.vcxproj index 396b21ca..642df8ae 100644 --- a/examples/11.PerPixelLighting/PerPixelLighting_vc16.vcxproj +++ b/examples/11.PerPixelLighting/PerPixelLighting_vc16.vcxproj @@ -107,7 +107,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) @@ -137,7 +136,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) diff --git a/examples/12.TerrainRendering/TerrainRendering_vc16.vcxproj b/examples/12.TerrainRendering/TerrainRendering_vc16.vcxproj index 0e8f2bab..e9620d9f 100644 --- a/examples/12.TerrainRendering/TerrainRendering_vc16.vcxproj +++ b/examples/12.TerrainRendering/TerrainRendering_vc16.vcxproj @@ -107,7 +107,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) @@ -137,7 +136,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) diff --git a/examples/13.RenderToTexture/RenderToTexture_vc16.vcxproj b/examples/13.RenderToTexture/RenderToTexture_vc16.vcxproj index e9eb6b8b..672b34fb 100644 --- a/examples/13.RenderToTexture/RenderToTexture_vc16.vcxproj +++ b/examples/13.RenderToTexture/RenderToTexture_vc16.vcxproj @@ -167,7 +167,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) @@ -197,7 +196,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) diff --git a/examples/14.Win32Window/Win32Window_vc16.vcxproj b/examples/14.Win32Window/Win32Window_vc16.vcxproj index 7e728fbe..6444538b 100644 --- a/examples/14.Win32Window/Win32Window_vc16.vcxproj +++ b/examples/14.Win32Window/Win32Window_vc16.vcxproj @@ -107,7 +107,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) @@ -138,7 +137,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) diff --git a/examples/15.LoadIrrFile/LoadIrrFile_vc16.vcxproj b/examples/15.LoadIrrFile/LoadIrrFile_vc16.vcxproj index dbca8deb..ef498524 100644 --- a/examples/15.LoadIrrFile/LoadIrrFile_vc16.vcxproj +++ b/examples/15.LoadIrrFile/LoadIrrFile_vc16.vcxproj @@ -107,7 +107,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) @@ -137,7 +136,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) diff --git a/examples/16.Quake3MapShader/Quake3MapShader_vc16.vcxproj b/examples/16.Quake3MapShader/Quake3MapShader_vc16.vcxproj index f14b8e0e..fb876268 100644 --- a/examples/16.Quake3MapShader/Quake3MapShader_vc16.vcxproj +++ b/examples/16.Quake3MapShader/Quake3MapShader_vc16.vcxproj @@ -99,7 +99,6 @@ Level3 - ProgramDatabase ..\..\bin\Win32-VisualStudio\16.Quake3MapShader.exe @@ -120,7 +119,6 @@ Level3 - ProgramDatabase Cdecl diff --git a/examples/18.SplitScreen/SplitScreen_vc16.vcxproj b/examples/18.SplitScreen/SplitScreen_vc16.vcxproj index 84074a01..ef2d65d3 100644 --- a/examples/18.SplitScreen/SplitScreen_vc16.vcxproj +++ b/examples/18.SplitScreen/SplitScreen_vc16.vcxproj @@ -99,7 +99,6 @@ Level3 - EditAndContinue ..\..\bin\Win32-VisualStudio\18.SplitScreen.exe @@ -121,7 +120,6 @@ Level3 - ProgramDatabase ..\..\bin\Win64-VisualStudio\18.SplitScreen.exe diff --git a/examples/19.MouseAndJoystick/MouseAndJoystick_vc16.vcxproj b/examples/19.MouseAndJoystick/MouseAndJoystick_vc16.vcxproj index 6f9eff78..e4e2ec1b 100644 --- a/examples/19.MouseAndJoystick/MouseAndJoystick_vc16.vcxproj +++ b/examples/19.MouseAndJoystick/MouseAndJoystick_vc16.vcxproj @@ -103,7 +103,6 @@ Level3 - EditAndContinue _DEBUG;%(PreprocessorDefinitions) @@ -133,7 +132,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) diff --git a/examples/20.ManagedLights/ManagedLights_vc16.vcxproj b/examples/20.ManagedLights/ManagedLights_vc16.vcxproj index 740b5b87..06acefbf 100644 --- a/examples/20.ManagedLights/ManagedLights_vc16.vcxproj +++ b/examples/20.ManagedLights/ManagedLights_vc16.vcxproj @@ -103,7 +103,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) @@ -134,7 +133,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) diff --git a/examples/21.Quake3Explorer/Quake3Explorer_vc16.vcxproj b/examples/21.Quake3Explorer/Quake3Explorer_vc16.vcxproj index f26caf89..b5946d1b 100644 --- a/examples/21.Quake3Explorer/Quake3Explorer_vc16.vcxproj +++ b/examples/21.Quake3Explorer/Quake3Explorer_vc16.vcxproj @@ -99,7 +99,6 @@ Level3 - ProgramDatabase ..\..\bin\Win32-VisualStudio\21.Quake3Explorer.exe @@ -121,7 +120,6 @@ Level3 - ProgramDatabase ..\..\bin\Win64-VisualStudio\21.Quake3Explorer.exe diff --git a/examples/22.MaterialViewer/MaterialViewer_vc16.vcxproj b/examples/22.MaterialViewer/MaterialViewer_vc16.vcxproj index 6866621e..d2b87b5a 100644 --- a/examples/22.MaterialViewer/MaterialViewer_vc16.vcxproj +++ b/examples/22.MaterialViewer/MaterialViewer_vc16.vcxproj @@ -165,7 +165,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) @@ -196,7 +195,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) diff --git a/examples/23.SMeshHandling/SMeshHandling_vc16.vcxproj b/examples/23.SMeshHandling/SMeshHandling_vc16.vcxproj index 5712bfc7..1a4066c9 100644 --- a/examples/23.SMeshHandling/SMeshHandling_vc16.vcxproj +++ b/examples/23.SMeshHandling/SMeshHandling_vc16.vcxproj @@ -99,7 +99,6 @@ Level3 - ProgramDatabase ..\..\bin\Win32-VisualStudio\23.SMeshHandling.exe @@ -121,7 +120,6 @@ Level3 - ProgramDatabase ..\..\bin\Win64-VisualStudio\23.SMeshHandling.exe diff --git a/examples/24.CursorControl/CursorControl_vc16.vcxproj b/examples/24.CursorControl/CursorControl_vc16.vcxproj index 6a9e77ee..78fb1ff0 100644 --- a/examples/24.CursorControl/CursorControl_vc16.vcxproj +++ b/examples/24.CursorControl/CursorControl_vc16.vcxproj @@ -95,7 +95,6 @@ Level3 - ProgramDatabase ..\..\bin\Win32-VisualStudio\24.CursorControl.exe @@ -117,7 +116,6 @@ Level3 - ProgramDatabase ..\..\bin\Win64-VisualStudio\24.CursorControl.exe diff --git a/examples/25.XmlHandling/XmlHandling_vc16.vcxproj b/examples/25.XmlHandling/XmlHandling_vc16.vcxproj index 2b4bfe74..63ff6adc 100644 --- a/examples/25.XmlHandling/XmlHandling_vc16.vcxproj +++ b/examples/25.XmlHandling/XmlHandling_vc16.vcxproj @@ -95,7 +95,6 @@ Level3 - ProgramDatabase ..\..\lib\Win32-visualstudio;%(AdditionalLibraryDirectories) @@ -115,7 +114,6 @@ Level3 - ProgramDatabase ..\..\lib\Win64-visualstudio;%(AdditionalLibraryDirectories) diff --git a/examples/26.OcclusionQuery/OcclusionQuery_vc16.vcxproj b/examples/26.OcclusionQuery/OcclusionQuery_vc16.vcxproj index eac500fa..96239eec 100644 --- a/examples/26.OcclusionQuery/OcclusionQuery_vc16.vcxproj +++ b/examples/26.OcclusionQuery/OcclusionQuery_vc16.vcxproj @@ -107,7 +107,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) @@ -137,7 +136,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) diff --git a/examples/27.PostProcessing/PostProcessing_vc16.vcxproj b/examples/27.PostProcessing/PostProcessing_vc16.vcxproj index 374a4f3d..20171507 100644 --- a/examples/27.PostProcessing/PostProcessing_vc16.vcxproj +++ b/examples/27.PostProcessing/PostProcessing_vc16.vcxproj @@ -107,7 +107,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) @@ -137,7 +136,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) diff --git a/examples/28.CubeMapping/CubeMapping_vc16.vcxproj b/examples/28.CubeMapping/CubeMapping_vc16.vcxproj index 6c47b3f3..32acf040 100644 --- a/examples/28.CubeMapping/CubeMapping_vc16.vcxproj +++ b/examples/28.CubeMapping/CubeMapping_vc16.vcxproj @@ -107,7 +107,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) @@ -137,7 +136,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) diff --git a/examples/30.Profiling/Profiling_vc16.vcxproj b/examples/30.Profiling/Profiling_vc16.vcxproj index b50a150b..f0358d4e 100644 --- a/examples/30.Profiling/Profiling_vc16.vcxproj +++ b/examples/30.Profiling/Profiling_vc16.vcxproj @@ -95,7 +95,6 @@ Level3 - ProgramDatabase ..\..\bin\Win32-VisualStudio\30.Profiling.exe @@ -117,7 +116,6 @@ Level3 - ProgramDatabase ..\..\bin\Win64-VisualStudio\30.Profiling.exe diff --git a/examples/BuildAllExamples_vc16.sln b/examples/BuildAllExamples_vc16.sln index 41538018..942e8b7b 100644 --- a/examples/BuildAllExamples_vc16.sln +++ b/examples/BuildAllExamples_vc16.sln @@ -133,11 +133,20 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "30.Profiling", "30.Profilin {E08E042A-6C45-411B-92BE-3CC31331019F} = {E08E042A-6C45-411B-92BE-3CC31331019F} EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GUIEditor", "..\tools\GUIEditor\GUI Editor_vc16.vcxproj", "{853A396E-C031-4C26-A716-5B4E176BE11D}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "GUI Editor", "..\tools\GUIEditor\GUI Editor_vc16.vcxproj", "{621827DF-F399-4754-AD51-B53F4DC6BB0D}" + ProjectSection(ProjectDependencies) = postProject + {E08E042A-6C45-411B-92BE-3CC31331019F} = {E08E042A-6C45-411B-92BE-3CC31331019F} + EndProjectSection EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FontTool", "..\tools\IrrFontTool\newFontTool\irrFontTool_vc16.vcxproj", "{4D53E40F-37E3-42B1-8848-F4C6F8313A17}" +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FontTool", "..\tools\IrrFontTool\newFontTool\irrFontTool_vc16.vcxproj", "{FBE4BE88-FC64-4F51-8A43-B7883BA1195B}" + ProjectSection(ProjectDependencies) = postProject + {E08E042A-6C45-411B-92BE-3CC31331019F} = {E08E042A-6C45-411B-92BE-3CC31331019F} + EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MeshConverter", "..\tools\MeshConverter\MeshConverter_vc16.vcxproj", "{E72B637E-4AA6-46F3-885F-AC67B4B470ED}" + ProjectSection(ProjectDependencies) = postProject + {E08E042A-6C45-411B-92BE-3CC31331019F} = {E08E042A-6C45-411B-92BE-3CC31331019F} + EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Demo", "Demo\Demo_vc16.vcxproj", "{6F076455-D955-45D4-9C68-4AD4E45F2D47}" ProjectSection(ProjectDependencies) = postProject @@ -690,46 +699,46 @@ Global {65D9DE2E-B73E-4ADF-96D1-BF4A8B7F4F97}.Static lib - Release|Win32.Build.0 = Release|Win32 {65D9DE2E-B73E-4ADF-96D1-BF4A8B7F4F97}.Static lib - Release|x64.ActiveCfg = Release|x64 {65D9DE2E-B73E-4ADF-96D1-BF4A8B7F4F97}.Static lib - Release|x64.Build.0 = Release|x64 - {853A396E-C031-4C26-A716-5B4E176BE11D}.Debug|Win32.ActiveCfg = Debug|Win32 - {853A396E-C031-4C26-A716-5B4E176BE11D}.Debug|Win32.Build.0 = Debug|Win32 - {853A396E-C031-4C26-A716-5B4E176BE11D}.Debug|x64.ActiveCfg = Debug|x64 - {853A396E-C031-4C26-A716-5B4E176BE11D}.Debug|x64.Build.0 = Debug|x64 - {853A396E-C031-4C26-A716-5B4E176BE11D}.Release|Win32.ActiveCfg = Release|Win32 - {853A396E-C031-4C26-A716-5B4E176BE11D}.Release|Win32.Build.0 = Release|Win32 - {853A396E-C031-4C26-A716-5B4E176BE11D}.Release|x64.ActiveCfg = Release|x64 - {853A396E-C031-4C26-A716-5B4E176BE11D}.Release|x64.Build.0 = Release|x64 - {853A396E-C031-4C26-A716-5B4E176BE11D}.SDL-Debug|Win32.ActiveCfg = Debug|Win32 - {853A396E-C031-4C26-A716-5B4E176BE11D}.SDL-Debug|Win32.Build.0 = Debug|Win32 - {853A396E-C031-4C26-A716-5B4E176BE11D}.SDL-Debug|x64.ActiveCfg = Debug|x64 - {853A396E-C031-4C26-A716-5B4E176BE11D}.SDL-Debug|x64.Build.0 = Debug|x64 - {853A396E-C031-4C26-A716-5B4E176BE11D}.Static lib - Debug|Win32.ActiveCfg = Debug|Win32 - {853A396E-C031-4C26-A716-5B4E176BE11D}.Static lib - Debug|Win32.Build.0 = Debug|Win32 - {853A396E-C031-4C26-A716-5B4E176BE11D}.Static lib - Debug|x64.ActiveCfg = Debug|x64 - {853A396E-C031-4C26-A716-5B4E176BE11D}.Static lib - Debug|x64.Build.0 = Debug|x64 - {853A396E-C031-4C26-A716-5B4E176BE11D}.Static lib - Release|Win32.ActiveCfg = Release|Win32 - {853A396E-C031-4C26-A716-5B4E176BE11D}.Static lib - Release|Win32.Build.0 = Release|Win32 - {853A396E-C031-4C26-A716-5B4E176BE11D}.Static lib - Release|x64.ActiveCfg = Release|x64 - {853A396E-C031-4C26-A716-5B4E176BE11D}.Static lib - Release|x64.Build.0 = Release|x64 - {4D53E40F-37E3-42B1-8848-F4C6F8313A17}.Debug|Win32.ActiveCfg = Debug|Win32 - {4D53E40F-37E3-42B1-8848-F4C6F8313A17}.Debug|Win32.Build.0 = Debug|Win32 - {4D53E40F-37E3-42B1-8848-F4C6F8313A17}.Debug|x64.ActiveCfg = Debug|x64 - {4D53E40F-37E3-42B1-8848-F4C6F8313A17}.Debug|x64.Build.0 = Debug|x64 - {4D53E40F-37E3-42B1-8848-F4C6F8313A17}.Release|Win32.ActiveCfg = Release|Win32 - {4D53E40F-37E3-42B1-8848-F4C6F8313A17}.Release|Win32.Build.0 = Release|Win32 - {4D53E40F-37E3-42B1-8848-F4C6F8313A17}.Release|x64.ActiveCfg = Release|x64 - {4D53E40F-37E3-42B1-8848-F4C6F8313A17}.Release|x64.Build.0 = Release|x64 - {4D53E40F-37E3-42B1-8848-F4C6F8313A17}.SDL-Debug|Win32.ActiveCfg = Debug|Win32 - {4D53E40F-37E3-42B1-8848-F4C6F8313A17}.SDL-Debug|Win32.Build.0 = Debug|Win32 - {4D53E40F-37E3-42B1-8848-F4C6F8313A17}.SDL-Debug|x64.ActiveCfg = Debug|x64 - {4D53E40F-37E3-42B1-8848-F4C6F8313A17}.SDL-Debug|x64.Build.0 = Debug|x64 - {4D53E40F-37E3-42B1-8848-F4C6F8313A17}.Static lib - Debug|Win32.ActiveCfg = Debug|Win32 - {4D53E40F-37E3-42B1-8848-F4C6F8313A17}.Static lib - Debug|Win32.Build.0 = Debug|Win32 - {4D53E40F-37E3-42B1-8848-F4C6F8313A17}.Static lib - Debug|x64.ActiveCfg = Debug|x64 - {4D53E40F-37E3-42B1-8848-F4C6F8313A17}.Static lib - Debug|x64.Build.0 = Debug|x64 - {4D53E40F-37E3-42B1-8848-F4C6F8313A17}.Static lib - Release|Win32.ActiveCfg = Release|Win32 - {4D53E40F-37E3-42B1-8848-F4C6F8313A17}.Static lib - Release|Win32.Build.0 = Release|Win32 - {4D53E40F-37E3-42B1-8848-F4C6F8313A17}.Static lib - Release|x64.ActiveCfg = Release|x64 - {4D53E40F-37E3-42B1-8848-F4C6F8313A17}.Static lib - Release|x64.Build.0 = Release|x64 + {621827DF-F399-4754-AD51-B53F4DC6BB0D}.Debug|Win32.ActiveCfg = Debug|Win32 + {621827DF-F399-4754-AD51-B53F4DC6BB0D}.Debug|Win32.Build.0 = Debug|Win32 + {621827DF-F399-4754-AD51-B53F4DC6BB0D}.Debug|x64.ActiveCfg = Debug|x64 + {621827DF-F399-4754-AD51-B53F4DC6BB0D}.Debug|x64.Build.0 = Debug|x64 + {621827DF-F399-4754-AD51-B53F4DC6BB0D}.Release|Win32.ActiveCfg = Release|Win32 + {621827DF-F399-4754-AD51-B53F4DC6BB0D}.Release|Win32.Build.0 = Release|Win32 + {621827DF-F399-4754-AD51-B53F4DC6BB0D}.Release|x64.ActiveCfg = Release|x64 + {621827DF-F399-4754-AD51-B53F4DC6BB0D}.Release|x64.Build.0 = Release|x64 + {621827DF-F399-4754-AD51-B53F4DC6BB0D}.SDL-Debug|Win32.ActiveCfg = Debug|Win32 + {621827DF-F399-4754-AD51-B53F4DC6BB0D}.SDL-Debug|Win32.Build.0 = Debug|Win32 + {621827DF-F399-4754-AD51-B53F4DC6BB0D}.SDL-Debug|x64.ActiveCfg = Debug|x64 + {621827DF-F399-4754-AD51-B53F4DC6BB0D}.SDL-Debug|x64.Build.0 = Debug|x64 + {621827DF-F399-4754-AD51-B53F4DC6BB0D}.Static lib - Debug|Win32.ActiveCfg = Debug|Win32 + {621827DF-F399-4754-AD51-B53F4DC6BB0D}.Static lib - Debug|Win32.Build.0 = Debug|Win32 + {621827DF-F399-4754-AD51-B53F4DC6BB0D}.Static lib - Debug|x64.ActiveCfg = Debug|x64 + {621827DF-F399-4754-AD51-B53F4DC6BB0D}.Static lib - Debug|x64.Build.0 = Debug|x64 + {621827DF-F399-4754-AD51-B53F4DC6BB0D}.Static lib - Release|Win32.ActiveCfg = Release|Win32 + {621827DF-F399-4754-AD51-B53F4DC6BB0D}.Static lib - Release|Win32.Build.0 = Release|Win32 + {621827DF-F399-4754-AD51-B53F4DC6BB0D}.Static lib - Release|x64.ActiveCfg = Release|x64 + {621827DF-F399-4754-AD51-B53F4DC6BB0D}.Static lib - Release|x64.Build.0 = Release|x64 + {FBE4BE88-FC64-4F51-8A43-B7883BA1195B}.Debug|Win32.ActiveCfg = Debug|Win32 + {FBE4BE88-FC64-4F51-8A43-B7883BA1195B}.Debug|Win32.Build.0 = Debug|Win32 + {FBE4BE88-FC64-4F51-8A43-B7883BA1195B}.Debug|x64.ActiveCfg = Debug|x64 + {FBE4BE88-FC64-4F51-8A43-B7883BA1195B}.Debug|x64.Build.0 = Debug|x64 + {FBE4BE88-FC64-4F51-8A43-B7883BA1195B}.Release|Win32.ActiveCfg = Release|Win32 + {FBE4BE88-FC64-4F51-8A43-B7883BA1195B}.Release|Win32.Build.0 = Release|Win32 + {FBE4BE88-FC64-4F51-8A43-B7883BA1195B}.Release|x64.ActiveCfg = Release|x64 + {FBE4BE88-FC64-4F51-8A43-B7883BA1195B}.Release|x64.Build.0 = Release|x64 + {FBE4BE88-FC64-4F51-8A43-B7883BA1195B}.SDL-Debug|Win32.ActiveCfg = Debug|Win32 + {FBE4BE88-FC64-4F51-8A43-B7883BA1195B}.SDL-Debug|Win32.Build.0 = Debug|Win32 + {FBE4BE88-FC64-4F51-8A43-B7883BA1195B}.SDL-Debug|x64.ActiveCfg = Debug|x64 + {FBE4BE88-FC64-4F51-8A43-B7883BA1195B}.SDL-Debug|x64.Build.0 = Debug|x64 + {FBE4BE88-FC64-4F51-8A43-B7883BA1195B}.Static lib - Debug|Win32.ActiveCfg = Debug|Win32 + {FBE4BE88-FC64-4F51-8A43-B7883BA1195B}.Static lib - Debug|Win32.Build.0 = Debug|Win32 + {FBE4BE88-FC64-4F51-8A43-B7883BA1195B}.Static lib - Debug|x64.ActiveCfg = Debug|x64 + {FBE4BE88-FC64-4F51-8A43-B7883BA1195B}.Static lib - Debug|x64.Build.0 = Debug|x64 + {FBE4BE88-FC64-4F51-8A43-B7883BA1195B}.Static lib - Release|Win32.ActiveCfg = Release|Win32 + {FBE4BE88-FC64-4F51-8A43-B7883BA1195B}.Static lib - Release|Win32.Build.0 = Release|Win32 + {FBE4BE88-FC64-4F51-8A43-B7883BA1195B}.Static lib - Release|x64.ActiveCfg = Release|x64 + {FBE4BE88-FC64-4F51-8A43-B7883BA1195B}.Static lib - Release|x64.Build.0 = Release|x64 {E72B637E-4AA6-46F3-885F-AC67B4B470ED}.Debug|Win32.ActiveCfg = Debug|Win32 {E72B637E-4AA6-46F3-885F-AC67B4B470ED}.Debug|Win32.Build.0 = Debug|Win32 {E72B637E-4AA6-46F3-885F-AC67B4B470ED}.Debug|x64.ActiveCfg = Debug|x64 diff --git a/examples/Demo/Demo_vc16.vcxproj b/examples/Demo/Demo_vc16.vcxproj index 9b90b340..6bf94272 100644 --- a/examples/Demo/Demo_vc16.vcxproj +++ b/examples/Demo/Demo_vc16.vcxproj @@ -175,7 +175,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) @@ -207,7 +206,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) diff --git a/tools/GUIEditor/GUI Editor_vc16.vcxproj b/tools/GUIEditor/GUI Editor_vc16.vcxproj index f12c99a7..f0f8ca24 100644 --- a/tools/GUIEditor/GUI Editor_vc16.vcxproj +++ b/tools/GUIEditor/GUI Editor_vc16.vcxproj @@ -107,7 +107,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) @@ -136,7 +135,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) diff --git a/tools/IrrFontTool/newFontTool/irrFontTool_vc16.vcxproj b/tools/IrrFontTool/newFontTool/irrFontTool_vc16.vcxproj index 0f884cab..c7128d4c 100644 --- a/tools/IrrFontTool/newFontTool/irrFontTool_vc16.vcxproj +++ b/tools/IrrFontTool/newFontTool/irrFontTool_vc16.vcxproj @@ -72,11 +72,11 @@ <_ProjectFileVersion>10.0.30319.1 ..\..\bin\Win32-VisualStudio\ - ..\..\bin\Win64-VisualStudio\ + ..\..\..\bin\Win64-VisualStudio\ ..\..\bin\Win32-VisualStudio\ - ..\..\bin\Win64-VisualStudio\ + ..\..\..\bin\Win64-VisualStudio\ AllRules.ruleset @@ -107,7 +107,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) @@ -136,7 +135,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) @@ -159,7 +157,7 @@ MaxSpeed OnlyExplicitInline - ..\..\include;%(AdditionalIncludeDirectories) + ..\..\..\include;%(AdditionalIncludeDirectories) WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true MultiThreaded diff --git a/tools/MeshConverter/MeshConverter_vc16.vcxproj b/tools/MeshConverter/MeshConverter_vc16.vcxproj index 946f312d..a6e17d6f 100644 --- a/tools/MeshConverter/MeshConverter_vc16.vcxproj +++ b/tools/MeshConverter/MeshConverter_vc16.vcxproj @@ -107,7 +107,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions) @@ -136,7 +135,6 @@ Level3 - ProgramDatabase _DEBUG;%(PreprocessorDefinitions)