Aether.Shaders.Deferred.NET4.XNA.csproj 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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>{B82B862D-C728-4A10-8A56-65D688E022C8}</ProjectGuid>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  7. <OutputType>Library</OutputType>
  8. <AppDesignerFolder>Properties</AppDesignerFolder>
  9. <RootNamespace>nkast.Aether.Shaders</RootNamespace>
  10. <AssemblyName>Aether.Shaders.Deferred</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>..\..\Artifacts\Debug\Libraries\net40.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>..\..\Artifacts\Release\Libraries\net40.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="System" />
  36. <Reference Include="System.Core" />
  37. <Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  38. <Reference Include="Microsoft.Xna.Framework.Graphics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  39. <Reference Include="Microsoft.Xna.Framework.Content.Pipeline, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86" />
  40. </ItemGroup>
  41. <ItemGroup>
  42. <Compile Include="DeferredBasicEffect.cs" />
  43. <Compile Include="DeferredClearGBufferEffect.cs" />
  44. <Compile Include="DeferredCombineEffect.cs" />
  45. <Compile Include="DeferredPointLightEffect.cs" />
  46. <Compile Include="DeferredSpotLightEffect.cs" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Compile Include="Properties\AssemblyInfo.cs" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <EmbeddedResource Include="Resources\DeferredBasicEffect.xna.WinReach" />
  53. <EmbeddedResource Include="Resources\DeferredClearGBuffer.xna.WinReach" />
  54. <EmbeddedResource Include="Resources\DeferredCombine.xna.WinReach" />
  55. <EmbeddedResource Include="Resources\DeferredPointLight.xna.WinReach" />
  56. <EmbeddedResource Include="Resources\DeferredSpotLight.xna.WinReach" />
  57. </ItemGroup>
  58. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  59. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.ContentPipelineExtensions.targets" />
  60. </Project>