Aether.Shaders.Tilemap.WINDOWS.XNA.csproj 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <ProjectGuid>{AB2B4C7E-0FCA-4CFE-8837-E3E3374249F6}</ProjectGuid>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  7. <OutputType>Library</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>tainicom.Aether.Shaders</RootNamespace>
  10. <AssemblyName>Aether.Shaders.Tilemap</AssemblyName>
  11. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  12. <XnaPlatform>Windows</XnaPlatform>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>..\..\bin\Debug\Windows.XNA\</OutputPath>
  20. <DefineConstants>TRACE;DEBUG;WINDOWS XNA</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <PlatformTarget>x86</PlatformTarget>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  26. <DebugType>none</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>..\..\bin\Release\Windows.XNA\</OutputPath>
  29. <DefineConstants>TRACE;WINDOWS XNA</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. <PlatformTarget>x86</PlatformTarget>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  36. <Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  37. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  38. <Reference Include="System" />
  39. <Reference Include="System.Core">
  40. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  41. </Reference>
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Compile Include="TilemapEffect.cs" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <Compile Include="Properties\AssemblyInfo.cs" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <EmbeddedResource Include="Resources\TilemapEffect.xna.WinReach" />
  51. </ItemGroup>
  52. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  53. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.ContentPipelineExtensions.targets" />
  54. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  55. Other similar extension points exist, see Microsoft.Common.targets.
  56. <Target Name="BeforeBuild">
  57. </Target>
  58. <Target Name="AfterBuild">
  59. </Target>
  60. -->
  61. </Project>