From 15408a952dd7b3d1a2c496172745ca9ab26dd1de Mon Sep 17 00:00:00 2001 From: "Lee Thomason (grinliz)" Date: Tue, 8 Jan 2013 08:46:50 -0800 Subject: [PATCH] VS2010 Express solution files mangeled. Move to subdirectory and recreate --- tinyxml2.sln => tinyxml2/tinyxml2.sln | 14 ++--- tinyxml2/tinyxml2.vcxproj | 82 ++------------------------- tinyxml2/tinyxml2.vcxproj.filters | 24 ++------ 3 files changed, 15 insertions(+), 105 deletions(-) rename tinyxml2.sln => tinyxml2/tinyxml2.sln (52%) mode change 100644 => 100755 mode change 100644 => 100755 tinyxml2/tinyxml2.vcxproj mode change 100644 => 100755 tinyxml2/tinyxml2.vcxproj.filters diff --git a/tinyxml2.sln b/tinyxml2/tinyxml2.sln old mode 100644 new mode 100755 similarity index 52% rename from tinyxml2.sln rename to tinyxml2/tinyxml2.sln index 69dadf1..24d5ce6 --- a/tinyxml2.sln +++ b/tinyxml2/tinyxml2.sln @@ -1,7 +1,7 @@  -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinyxml2", "tinyxml2.vcproj", "{74F44A96-0BB5-416F-AA93-27A1DACB4234}" +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual C++ Express 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinyxml2", "tinyxml2.vcxproj", "{D1C528B6-AA02-4D29-9D61-DC08E317A70D}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -9,10 +9,10 @@ Global Release|Win32 = Release|Win32 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {74F44A96-0BB5-416F-AA93-27A1DACB4234}.Debug|Win32.ActiveCfg = Debug|Win32 - {74F44A96-0BB5-416F-AA93-27A1DACB4234}.Debug|Win32.Build.0 = Debug|Win32 - {74F44A96-0BB5-416F-AA93-27A1DACB4234}.Release|Win32.ActiveCfg = Release|Win32 - {74F44A96-0BB5-416F-AA93-27A1DACB4234}.Release|Win32.Build.0 = Release|Win32 + {D1C528B6-AA02-4D29-9D61-DC08E317A70D}.Debug|Win32.ActiveCfg = Debug|Win32 + {D1C528B6-AA02-4D29-9D61-DC08E317A70D}.Debug|Win32.Build.0 = Debug|Win32 + {D1C528B6-AA02-4D29-9D61-DC08E317A70D}.Release|Win32.ActiveCfg = Release|Win32 + {D1C528B6-AA02-4D29-9D61-DC08E317A70D}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/tinyxml2/tinyxml2.vcxproj b/tinyxml2/tinyxml2.vcxproj old mode 100644 new mode 100755 index 9c97411..d13b5c6 --- a/tinyxml2/tinyxml2.vcxproj +++ b/tinyxml2/tinyxml2.vcxproj @@ -5,24 +5,15 @@ Debug Win32 - - Debug - x64 - Release Win32 - - Release - x64 - - {16A1D446-5415-444E-A7B4-F35B7DA7EE8C} + {D1C528B6-AA02-4D29-9D61-DC08E317A70D} Win32Proj tinyxml2 - $(VCTargetsPath11) @@ -30,77 +21,35 @@ true Unicode - - Application - true - Unicode - Application false true Unicode - - Application - false - true - Unicode - - - - - - - true - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - - - true false - $(SolutionDir)$(Platform)\$(Configuration)\ - $(Platform)\$(Configuration)\ - - - false - Level4 - Disabled - ;_CONSOLE;WIN32;_DEBUG;%(PreprocessorDefinitions) - false - - - Console - true - - - - - - - Level4 + Level3 Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - false Console @@ -108,24 +57,6 @@ - - Level3 - - - MaxSpeed - true - true - WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - true - - - Console - true - true - true - - - Level3 @@ -134,7 +65,6 @@ true true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true Console @@ -145,15 +75,11 @@ - - _CRT_SECURE_NO_WARNINGS;_CONSOLE;WIN32;_DEBUG;%(PreprocessorDefinitions) - + - - - + diff --git a/tinyxml2/tinyxml2.vcxproj.filters b/tinyxml2/tinyxml2.vcxproj.filters old mode 100644 new mode 100755 index a249a28..89f9d69 --- a/tinyxml2/tinyxml2.vcxproj.filters +++ b/tinyxml2/tinyxml2.vcxproj.filters @@ -1,27 +1,11 @@  - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - + + - - Source Files - - - Source Files - - - - - Source Files - - - - - Source Files - + + \ No newline at end of file