Aether.Shaders.Deferred.W8_1.csproj 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProductVersion>8.0.30703</ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{42B24719-1CD5-49AB-A76E-AD55EE44262E}</ProjectGuid>
  10. <OutputType>Library</OutputType>
  11. <AppDesignerFolder>Properties</AppDesignerFolder>
  12. <RootNamespace>tainicom.Aether.Shaders</RootNamespace>
  13. <AssemblyName>Aether.Shaders.Deferred</AssemblyName>
  14. <DefaultLanguage>en-US</DefaultLanguage>
  15. <FileAlignment>512</FileAlignment>
  16. <ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <TargetPlatformVersion>8.1</TargetPlatformVersion>
  18. <MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
  19. <TargetFrameworkVersion />
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <Optimize>false</Optimize>
  25. <OutputPath>..\..\bin\Debug\W8_1\</OutputPath>
  26. <DefineConstants>TRACE;DEBUG;W8_1</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>none</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>..\..\bin\Release\W8_1\</OutputPath>
  34. <DefineConstants>TRACE;W8_1</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Compile Include="DeferredBasicEffect.cs" />
  40. <Compile Include="DeferredClearGBufferEffect.cs" />
  41. <Compile Include="DeferredCombineEffect.cs" />
  42. <Compile Include="DeferredPointLightEffect.cs" />
  43. <Compile Include="DeferredSpotLightEffect.cs" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <Compile Include="Properties\AssemblyInfo.cs" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <EmbeddedResource Include="Resources\DeferredBasicEffect.dx11.mgfxo.7" />
  50. <EmbeddedResource Include="Resources\DeferredClearGBuffer.dx11.mgfxo.7" />
  51. <EmbeddedResource Include="Resources\DeferredCombine.dx11.mgfxo.7" />
  52. <EmbeddedResource Include="Resources\DeferredPointLight.dx11.mgfxo.7" />
  53. <EmbeddedResource Include="Resources\DeferredSpotLight.dx11.mgfxo.7" />
  54. <EmbeddedResource Include="Resources\DeferredBasicEffect.dx11.mgfxo.8" />
  55. <EmbeddedResource Include="Resources\DeferredClearGBuffer.dx11.mgfxo.8" />
  56. <EmbeddedResource Include="Resources\DeferredCombine.dx11.mgfxo.8" />
  57. <EmbeddedResource Include="Resources\DeferredPointLight.dx11.mgfxo.8" />
  58. <EmbeddedResource Include="Resources\DeferredSpotLight.dx11.mgfxo.8" />
  59. <EmbeddedResource Include="Resources\DeferredBasicEffect.dx11.mgfxo.9" />
  60. <EmbeddedResource Include="Resources\DeferredClearGBuffer.dx11.mgfxo.9" />
  61. <EmbeddedResource Include="Resources\DeferredCombine.dx11.mgfxo.9" />
  62. <EmbeddedResource Include="Resources\DeferredPointLight.dx11.mgfxo.9" />
  63. <EmbeddedResource Include="Resources\DeferredSpotLight.dx11.mgfxo.9" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Reference Include="MonoGame.Framework">
  67. <HintPath>..\..\packages\MonoGame.Framework.Portable.9000.3.8.9008\lib\portable-net40+sl5+win8+wpa81+wp8\MonoGame.Framework.dll</HintPath>
  68. <Private>False</Private>
  69. </Reference>
  70. </ItemGroup>
  71. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '12.0' ">
  72. <VisualStudioVersion>12.0</VisualStudioVersion>
  73. </PropertyGroup>
  74. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  75. <PropertyGroup>
  76. </PropertyGroup>
  77. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  78. Other similar extension points exist, see Microsoft.Common.targets.
  79. <Target Name="BeforeBuild">
  80. </Target>
  81. <Target Name="AfterBuild">
  82. </Target>
  83. -->
  84. </Project>