Upgraded to VS2010. Removed XNA dependency.

This commit is contained in:
Nicholas Rodine 2013-08-11 15:57:07 -04:00
parent 75d393d928
commit 45e300bbfc
2 changed files with 101 additions and 90 deletions

View File

@ -1,83 +1,91 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<ProjectGuid>{94144E22-2431-4A8F-AC04-DEC22F7EDD8F}</ProjectGuid> <ProjectGuid>{94144E22-2431-4A8F-AC04-DEC22F7EDD8F}</ProjectGuid>
<ProductVersion>9.0.21022</ProductVersion> <ProductVersion>9.0.21022</ProductVersion>
<SchemaVersion>2.0</SchemaVersion> <SchemaVersion>2.0</SchemaVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Spine</RootNamespace> <RootNamespace>Spine</RootNamespace>
<AssemblyName>spine-csharp</AssemblyName> <AssemblyName>spine-csharp</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile> <TargetFrameworkProfile>
<XnaFrameworkVersion>v4.0</XnaFrameworkVersion> </TargetFrameworkProfile>
<XnaPlatform>Windows</XnaPlatform> <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
<XnaProfile>HiDef</XnaProfile> <XnaPlatform>Windows</XnaPlatform>
<XnaCrossPlatformGroupID>99dfd52d-8beb-4e5c-a68b-365be39e8064</XnaCrossPlatformGroupID> <XnaProfile>HiDef</XnaProfile>
<XnaOutputType>Library</XnaOutputType> <XnaCrossPlatformGroupID>99dfd52d-8beb-4e5c-a68b-365be39e8064</XnaCrossPlatformGroupID>
<FileUpgradeFlags> <XnaOutputType>Library</XnaOutputType>
</FileUpgradeFlags> <FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion> </FileUpgradeFlags>
<UpgradeBackupLocation /> <OldToolsVersion>3.5</OldToolsVersion>
</PropertyGroup> <UpgradeBackupLocation />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> </PropertyGroup>
<DebugSymbols>true</DebugSymbols> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DebugType>full</DebugType> <DebugSymbols>true</DebugSymbols>
<Optimize>false</Optimize> <OutputPath>bin\Debug\</OutputPath>
<OutputPath>bin\x86\Debug</OutputPath> <DefineConstants>DEBUG;TRACE;WINDOWS</DefineConstants>
<DefineConstants>DEBUG;TRACE;WINDOWS</DefineConstants> <NoStdLib>true</NoStdLib>
<ErrorReport>prompt</ErrorReport> <DebugType>full</DebugType>
<WarningLevel>4</WarningLevel> <PlatformTarget>AnyCPU</PlatformTarget>
<NoStdLib>true</NoStdLib> <CodeAnalysisLogFile>bin\x86\Debug\spine-csharp.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
<UseVSHostingProcess>false</UseVSHostingProcess> <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<PlatformTarget>x86</PlatformTarget> <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<XnaCompressContent>false</XnaCompressContent> <UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup> <ErrorReport>prompt</ErrorReport>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<DebugType>pdbonly</DebugType> <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
<Optimize>true</Optimize> <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
<OutputPath>bin\x86\Release</OutputPath> </PropertyGroup>
<DefineConstants>TRACE;WINDOWS</DefineConstants> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<ErrorReport>prompt</ErrorReport> <OutputPath>bin\Release\</OutputPath>
<WarningLevel>4</WarningLevel> <DefineConstants>TRACE;WINDOWS</DefineConstants>
<NoStdLib>true</NoStdLib> <Optimize>true</Optimize>
<UseVSHostingProcess>false</UseVSHostingProcess> <NoStdLib>true</NoStdLib>
<PlatformTarget>x86</PlatformTarget> <DebugType>pdbonly</DebugType>
<XnaCompressContent>true</XnaCompressContent> <PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup> <CodeAnalysisLogFile>bin\x86\Release\spine-csharp.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
<ItemGroup> <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<Reference Include="mscorlib" /> <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<Reference Include="System" /> <UseVSHostingProcess>false</UseVSHostingProcess>
<Reference Include="System.Core"> <ErrorReport>prompt</ErrorReport>
<RequiredTargetFramework>4.0</RequiredTargetFramework> <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</Reference> <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
<Reference Include="System.Net" /> <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
</ItemGroup> <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
<ItemGroup> </PropertyGroup>
<Compile Include="Properties\AssemblyInfo.cs" /> <ItemGroup>
<Compile Include="src\Animation.cs" /> <Reference Include="mscorlib" />
<Compile Include="src\AnimationStateData.cs" /> <Reference Include="System" />
<Compile Include="src\Atlas.cs" /> <Reference Include="System.Core">
<Compile Include="src\Attachments\AttachmentLoader.cs" /> <RequiredTargetFramework>4.0</RequiredTargetFramework>
<Compile Include="src\Attachments\AtlasAttachmentLoader.cs" /> </Reference>
<Compile Include="src\Attachments\Attachment.cs" /> <Reference Include="System.Net" />
<Compile Include="src\Attachments\AttachmentType.cs" /> </ItemGroup>
<Compile Include="src\Attachments\RegionAttachment.cs" /> <ItemGroup>
<Compile Include="src\Bone.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="src\BoneData.cs" /> <Compile Include="src\Animation.cs" />
<Compile Include="src\AnimationState.cs" /> <Compile Include="src\AnimationStateData.cs" />
<Compile Include="src\Json.cs" /> <Compile Include="src\Atlas.cs" />
<Compile Include="src\Skeleton.cs" /> <Compile Include="src\Attachments\AttachmentLoader.cs" />
<Compile Include="src\SkeletonData.cs" /> <Compile Include="src\Attachments\AtlasAttachmentLoader.cs" />
<Compile Include="src\SkeletonJson.cs" /> <Compile Include="src\Attachments\Attachment.cs" />
<Compile Include="src\Skin.cs" /> <Compile Include="src\Attachments\AttachmentType.cs" />
<Compile Include="src\Slot.cs" /> <Compile Include="src\Attachments\RegionAttachment.cs" />
<Compile Include="src\SlotData.cs" /> <Compile Include="src\Bone.cs" />
</ItemGroup> <Compile Include="src\BoneData.cs" />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <Compile Include="src\AnimationState.cs" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" /> <Compile Include="src\Json.cs" />
<Compile Include="src\Skeleton.cs" />
<Compile Include="src\SkeletonData.cs" />
<Compile Include="src\SkeletonJson.cs" />
<Compile Include="src\Skin.cs" />
<Compile Include="src\Slot.cs" />
<Compile Include="src\SlotData.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- <!--
To modify your build process, add your task inside one of the targets below and uncomment it. To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.
@ -85,5 +93,5 @@
</Target> </Target>
<Target Name="AfterBuild"> <Target Name="AfterBuild">
</Target> </Target>
--> -->
</Project> </Project>

View File

@ -1,18 +1,21 @@
 
Microsoft Visual Studio Solution File, Format Version 10.00 Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2008 # Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "spine-csharp", "spine-csharp.csproj", "{E27CE91F-0B52-4A75-BE98-2FC2A8994CCE}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "spine-csharp", "spine-csharp.csproj", "{94144E22-2431-4A8F-AC04-DEC22F7EDD8F}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86 Debug|Any CPU = Debug|Any CPU
Release|x86 = Release|x86 Release|Any CPU = Release|Any CPU
EndGlobalSection EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E27CE91F-0B52-4A75-BE98-2FC2A8994CCE}.Debug|x86.ActiveCfg = Debug|x86 {94144E22-2431-4A8F-AC04-DEC22F7EDD8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E27CE91F-0B52-4A75-BE98-2FC2A8994CCE}.Debug|x86.Build.0 = Debug|x86 {94144E22-2431-4A8F-AC04-DEC22F7EDD8F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E27CE91F-0B52-4A75-BE98-2FC2A8994CCE}.Release|x86.ActiveCfg = Release|x86 {94144E22-2431-4A8F-AC04-DEC22F7EDD8F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E27CE91F-0B52-4A75-BE98-2FC2A8994CCE}.Release|x86.Build.0 = Release|x86 {94144E22-2431-4A8F-AC04-DEC22F7EDD8F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = spine-csharp.csproj StartupItem = spine-csharp.csproj