Aether.Shaders.Deferred.UAP.csproj 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.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. <ProjectGuid>{E3A26131-F69A-4DD1-87B9-A7E3DEE255AA}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>nkast.Aether.Shaders</RootNamespace>
  11. <AssemblyName>Aether.Shaders.Deferred</AssemblyName>
  12. <DefaultLanguage>en-US</DefaultLanguage>
  13. <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
  14. <TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion>
  15. <TargetPlatformMinVersion>10.0.16299.0</TargetPlatformMinVersion>
  16. <MinimumVisualStudioVersion>15</MinimumVisualStudioVersion>
  17. <FileAlignment>512</FileAlignment>
  18. <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  19. <RuntimeIdentifiers>win10-arm;win10-arm-aot;win10-x86;win10-x86-aot;win10-x64;win10-x64-aot</RuntimeIdentifiers>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <PlatformTarget>AnyCPU</PlatformTarget>
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>..\..\Artifacts\Debug\Libraries\uap\</OutputPath>
  27. <DefineConstants>TRACE;DEBUG;W10</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  31. <GenerateLibraryLayout>true</GenerateLibraryLayout>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugType>none</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>..\..\Artifacts\Release\Libraries\uap\</OutputPath>
  38. <DefineConstants>TRACE;W10</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  42. <GenerateLibraryLayout>true</GenerateLibraryLayout>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
  45. <PlatformTarget>ARM</PlatformTarget>
  46. <DebugSymbols>true</DebugSymbols>
  47. <OutputPath>..\..\Artifacts\Debug\Libraries\uap\ARM\</OutputPath>
  48. <DefineConstants>TRACE;DEBUG;W10</DefineConstants>
  49. <NoWarn>;2008</NoWarn>
  50. <DebugType>full</DebugType>
  51. <PlatformTarget>ARM</PlatformTarget>
  52. <UseVSHostingProcess>false</UseVSHostingProcess>
  53. <ErrorReport>prompt</ErrorReport>
  54. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  55. <GenerateLibraryLayout>true</GenerateLibraryLayout>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
  58. <PlatformTarget>ARM</PlatformTarget>
  59. <OutputPath>..\..\Artifacts\Release\Libraries\uap\ARM\</OutputPath>
  60. <DefineConstants>TRACE;W10</DefineConstants>
  61. <Optimize>true</Optimize>
  62. <NoWarn>;2008</NoWarn>
  63. <DebugType>none</DebugType>
  64. <PlatformTarget>ARM</PlatformTarget>
  65. <UseVSHostingProcess>false</UseVSHostingProcess>
  66. <ErrorReport>prompt</ErrorReport>
  67. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  68. <GenerateLibraryLayout>true</GenerateLibraryLayout>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  71. <PlatformTarget>x64</PlatformTarget>
  72. <DebugSymbols>true</DebugSymbols>
  73. <OutputPath>..\..\Artifacts\Debug\Libraries\uap\x64\</OutputPath>
  74. <DefineConstants>TRACE;DEBUG;W10</DefineConstants>
  75. <NoWarn>;2008</NoWarn>
  76. <DebugType>full</DebugType>
  77. <PlatformTarget>x64</PlatformTarget>
  78. <UseVSHostingProcess>false</UseVSHostingProcess>
  79. <ErrorReport>prompt</ErrorReport>
  80. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  81. <GenerateLibraryLayout>true</GenerateLibraryLayout>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  84. <PlatformTarget>x64</PlatformTarget>
  85. <OutputPath>..\..\Artifacts\Release\Libraries\uap\x64\</OutputPath>
  86. <DefineConstants>TRACE;W10</DefineConstants>
  87. <Optimize>true</Optimize>
  88. <NoWarn>;2008</NoWarn>
  89. <DebugType>none</DebugType>
  90. <PlatformTarget>x64</PlatformTarget>
  91. <UseVSHostingProcess>false</UseVSHostingProcess>
  92. <ErrorReport>prompt</ErrorReport>
  93. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  94. <GenerateLibraryLayout>true</GenerateLibraryLayout>
  95. </PropertyGroup>
  96. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  97. <PlatformTarget>x86</PlatformTarget>
  98. <DebugSymbols>true</DebugSymbols>
  99. <OutputPath>..\..\Artifacts\Debug\Libraries\uap\x86\</OutputPath>
  100. <DefineConstants>TRACE;DEBUG;W10</DefineConstants>
  101. <NoWarn>;2008</NoWarn>
  102. <DebugType>full</DebugType>
  103. <PlatformTarget>x86</PlatformTarget>
  104. <UseVSHostingProcess>false</UseVSHostingProcess>
  105. <ErrorReport>prompt</ErrorReport>
  106. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  107. <GenerateLibraryLayout>true</GenerateLibraryLayout>
  108. </PropertyGroup>
  109. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  110. <PlatformTarget>x86</PlatformTarget>
  111. <OutputPath>..\..\Artifacts\Release\Libraries\uap\x86\</OutputPath>
  112. <DefineConstants>TRACE;W10</DefineConstants>
  113. <Optimize>true</Optimize>
  114. <NoWarn>;2008</NoWarn>
  115. <DebugType>none</DebugType>
  116. <PlatformTarget>x86</PlatformTarget>
  117. <UseVSHostingProcess>false</UseVSHostingProcess>
  118. <ErrorReport>prompt</ErrorReport>
  119. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  120. <GenerateLibraryLayout>true</GenerateLibraryLayout>
  121. </PropertyGroup>
  122. <ItemGroup>
  123. <Compile Include="DeferredBasicEffect.cs" />
  124. <Compile Include="DeferredClearGBufferEffect.cs" />
  125. <Compile Include="DeferredCombineEffect.cs" />
  126. <Compile Include="DeferredPointLightEffect.cs" />
  127. <Compile Include="DeferredSpotLightEffect.cs" />
  128. </ItemGroup>
  129. <ItemGroup>
  130. <Compile Include="Properties\AssemblyInfo.UAP.cs" />
  131. <Content Include="Properties\Aether.Shaders.Deferred.rd.xml" />
  132. </ItemGroup>
  133. <ItemGroup>
  134. <EmbeddedResource Include="Resources\DeferredBasicEffect.dx11.fxo.10" />
  135. <EmbeddedResource Include="Resources\DeferredClearGBuffer.dx11.fxo.10" />
  136. <EmbeddedResource Include="Resources\DeferredCombine.dx11.fxo.10" />
  137. <EmbeddedResource Include="Resources\DeferredPointLight.dx11.fxo.10" />
  138. <EmbeddedResource Include="Resources\DeferredSpotLight.dx11.fxo.10" />
  139. <EmbeddedResource Include="Resources\DeferredBasicEffect.ogl.fxo.10" />
  140. <EmbeddedResource Include="Resources\DeferredClearGBuffer.ogl.fxo.10" />
  141. <EmbeddedResource Include="Resources\DeferredCombine.ogl.fxo.10" />
  142. <EmbeddedResource Include="Resources\DeferredPointLight.ogl.fxo.10" />
  143. <EmbeddedResource Include="Resources\DeferredSpotLight.ogl.fxo.10" />
  144. </ItemGroup>
  145. <ItemGroup>
  146. <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
  147. <Version>6.2.14</Version>
  148. </PackageReference>
  149. </ItemGroup>
  150. <ItemGroup>
  151. <PackageReference Include="nkast.Xna.Framework" Version="3.13.9001">
  152. <PrivateAssets>all</PrivateAssets>
  153. <ExcludeAssets>runtime</ExcludeAssets>
  154. </PackageReference>
  155. <PackageReference Include="nkast.Xna.Framework.Graphics" Version="3.13.9001">
  156. <PrivateAssets>all</PrivateAssets>
  157. <ExcludeAssets>runtime</ExcludeAssets>
  158. </PackageReference>
  159. </ItemGroup>
  160. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
  161. <VisualStudioVersion>14.0</VisualStudioVersion>
  162. </PropertyGroup>
  163. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  164. </Project>