Aether.Tilemap.NET4.XNA.csproj 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <ProjectGuid>{746551BA-FB64-43B0-8479-0506B930D3E5}</ProjectGuid>
  5. <ProjectTypeGuids>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>nkast.Aether.Graphics</RootNamespace>
  11. <AssemblyName>Aether.Tilemap</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  14. <XnaPlatform>Windows</XnaPlatform>
  15. <XnaProfile>Reach</XnaProfile>
  16. <XnaCrossPlatformGroupID>7637B8A4-FB9C-43EC-8ABC-602C818F00B5</XnaCrossPlatformGroupID>
  17. <XnaOutputType>Library</XnaOutputType>
  18. <!--
  19. <XnaRefreshLevel>1</XnaRefreshLevel>
  20. -->
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>..\Artifacts\Debug\Libraries\net4.XNA\</OutputPath>
  27. <DefineConstants>TRACE;DEBUG;WINDOWS XNA</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <NoStdLib>true</NoStdLib>
  31. <UseVSHostingProcess>false</UseVSHostingProcess>
  32. <PlatformTarget>x86</PlatformTarget>
  33. <XnaCompressContent>false</XnaCompressContent>
  34. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  35. </PropertyGroup>
  36. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  37. <DebugType>none</DebugType>
  38. <Optimize>true</Optimize>
  39. <OutputPath>..\Artifacts\Release\Libraries\net4.XNA\</OutputPath>
  40. <DefineConstants>WINDOWS XNA</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. <NoStdLib>true</NoStdLib>
  44. <UseVSHostingProcess>false</UseVSHostingProcess>
  45. <PlatformTarget>x86</PlatformTarget>
  46. <XnaCompressContent>true</XnaCompressContent>
  47. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  48. </PropertyGroup>
  49. <ItemGroup>
  50. <Reference Include="mscorlib" />
  51. <Reference Include="System" />
  52. <Reference Include="System.Core">
  53. <Private>False</Private>
  54. </Reference>
  55. <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  56. <Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="Tilemap\Extensions.cs" />
  60. <Compile Include="Tilemap\Tile.cs" />
  61. <Compile Include="Tilemap\Tilemap.cs" />
  62. <Compile Include="ContentReaders\TilemapReader.cs" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Compile Include="Properties\AssemblyInfo.cs" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <ProjectReference Include="..\Shaders\Tilemap\Aether.Shaders.Tilemap.NET4.XNA.csproj">
  69. <Project>{AB2B4C7E-0FCA-4CFE-8837-E3E3374249F6}</Project>
  70. <Name>Aether.Shaders.Tilemap.NET4.XNA</Name>
  71. <Private>False</Private>
  72. </ProjectReference>
  73. </ItemGroup>
  74. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  75. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
  76. </Project>