|
@@ -1,15 +1,16 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
<PropertyGroup>
|
|
|
<ProjectGuid>{94144E22-2431-4A8F-AC04-DEC22F7EDD8F}</ProjectGuid>
|
|
|
- <ProjectTypeGuids>{6D335F3A-9D43-41b4-9D22-F6F17C4BE596};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
+ <ProductVersion>9.0.21022</ProductVersion>
|
|
|
+ <SchemaVersion>2.0</SchemaVersion>
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
|
<OutputType>Library</OutputType>
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
<RootNamespace>Spine</RootNamespace>
|
|
|
<AssemblyName>spine-csharp</AssemblyName>
|
|
|
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
|
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
|
|
<XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
|
|
|
<XnaPlatform>Windows</XnaPlatform>
|
|
@@ -43,19 +44,12 @@
|
|
|
<XnaCompressContent>true</XnaCompressContent>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
- <Reference Include="mscorlib">
|
|
|
- <Private>False</Private>
|
|
|
- </Reference>
|
|
|
- <Reference Include="System">
|
|
|
- <Private>False</Private>
|
|
|
- </Reference>
|
|
|
+ <Reference Include="mscorlib" />
|
|
|
+ <Reference Include="System" />
|
|
|
<Reference Include="System.Core">
|
|
|
<RequiredTargetFramework>4.0</RequiredTargetFramework>
|
|
|
- <Private>False</Private>
|
|
|
- </Reference>
|
|
|
- <Reference Include="System.Net">
|
|
|
- <Private>False</Private>
|
|
|
</Reference>
|
|
|
+ <Reference Include="System.Net" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
@@ -81,11 +75,11 @@
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.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.
|
|
|
<Target Name="BeforeBuild">
|
|
|
</Target>
|
|
|
<Target Name="AfterBuild">
|
|
|
</Target>
|
|
|
-->
|
|
|
-</Project>
|
|
|
+</Project>
|