From 45e300bbfce218d950ba03c2285618d363579034 Mon Sep 17 00:00:00 2001 From: Nicholas Rodine Date: Sun, 11 Aug 2013 15:57:07 -0400 Subject: [PATCH] Upgraded to VS2010. Removed XNA dependency. --- spine-csharp/spine-csharp.csproj | 170 ++++++++++++++++--------------- spine-csharp/spine-csharp.sln | 21 ++-- 2 files changed, 101 insertions(+), 90 deletions(-) diff --git a/spine-csharp/spine-csharp.csproj b/spine-csharp/spine-csharp.csproj index 2bbfb2cae..9b12ce007 100644 --- a/spine-csharp/spine-csharp.csproj +++ b/spine-csharp/spine-csharp.csproj @@ -1,83 +1,91 @@ - - - - {94144E22-2431-4A8F-AC04-DEC22F7EDD8F} - 9.0.21022 - 2.0 - Debug - x86 - Library - Properties - Spine - spine-csharp - v4.0 - Client - v4.0 - Windows - HiDef - 99dfd52d-8beb-4e5c-a68b-365be39e8064 - Library - - - 3.5 - - - - true - full - false - bin\x86\Debug - DEBUG;TRACE;WINDOWS - prompt - 4 - true - false - x86 - false - - - pdbonly - true - bin\x86\Release - TRACE;WINDOWS - prompt - 4 - true - false - x86 - true - - - - - - 4.0 - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + {94144E22-2431-4A8F-AC04-DEC22F7EDD8F} + 9.0.21022 + 2.0 + Debug + x86 + Library + Properties + Spine + spine-csharp + v4.0 + + + v4.0 + Windows + HiDef + 99dfd52d-8beb-4e5c-a68b-365be39e8064 + Library + + + 3.5 + + + + true + bin\Debug\ + DEBUG;TRACE;WINDOWS + true + full + AnyCPU + bin\x86\Debug\spine-csharp.dll.CodeAnalysisLog.xml + true + GlobalSuppressions.cs + false + prompt + MinimumRecommendedRules.ruleset + ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets + ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules + + + bin\Release\ + TRACE;WINDOWS + true + true + pdbonly + AnyCPU + bin\x86\Release\spine-csharp.dll.CodeAnalysisLog.xml + true + GlobalSuppressions.cs + false + prompt + MinimumRecommendedRules.ruleset + ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets + ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules + true + + + + + + 4.0 + + + + + + + + + + + + + + + + + + + + + + + + + + --> \ No newline at end of file diff --git a/spine-csharp/spine-csharp.sln b/spine-csharp/spine-csharp.sln index 6a1ff3fb5..d15d71314 100644 --- a/spine-csharp/spine-csharp.sln +++ b/spine-csharp/spine-csharp.sln @@ -1,18 +1,21 @@  -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "spine-csharp", "spine-csharp.csproj", "{E27CE91F-0B52-4A75-BE98-2FC2A8994CCE}" +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "spine-csharp", "spine-csharp.csproj", "{94144E22-2431-4A8F-AC04-DEC22F7EDD8F}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x86 = Debug|x86 - Release|x86 = Release|x86 + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {E27CE91F-0B52-4A75-BE98-2FC2A8994CCE}.Debug|x86.ActiveCfg = Debug|x86 - {E27CE91F-0B52-4A75-BE98-2FC2A8994CCE}.Debug|x86.Build.0 = Debug|x86 - {E27CE91F-0B52-4A75-BE98-2FC2A8994CCE}.Release|x86.ActiveCfg = Release|x86 - {E27CE91F-0B52-4A75-BE98-2FC2A8994CCE}.Release|x86.Build.0 = Release|x86 + {94144E22-2431-4A8F-AC04-DEC22F7EDD8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {94144E22-2431-4A8F-AC04-DEC22F7EDD8F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {94144E22-2431-4A8F-AC04-DEC22F7EDD8F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {94144E22-2431-4A8F-AC04-DEC22F7EDD8F}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution StartupItem = spine-csharp.csproj