123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{E3A26131-F69A-4DD1-87B9-A7E3DEE255AA}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>nkast.Aether.Shaders</RootNamespace>
- <AssemblyName>Aether.Shaders.Deferred</AssemblyName>
- <DefaultLanguage>en-US</DefaultLanguage>
- <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
- <TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion>
- <TargetPlatformMinVersion>10.0.16299.0</TargetPlatformMinVersion>
- <MinimumVisualStudioVersion>15</MinimumVisualStudioVersion>
- <FileAlignment>512</FileAlignment>
- <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <RuntimeIdentifiers>win10-arm;win10-arm-aot;win10-x86;win10-x86-aot;win10-x64;win10-x64-aot</RuntimeIdentifiers>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\..\Artifacts\Debug\Libraries\uap\</OutputPath>
- <DefineConstants>TRACE;DEBUG;W10</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <GenerateLibraryLayout>true</GenerateLibraryLayout>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- <DebugType>none</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\..\Artifacts\Release\Libraries\uap\</OutputPath>
- <DefineConstants>TRACE;W10</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <GenerateLibraryLayout>true</GenerateLibraryLayout>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
- <PlatformTarget>ARM</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>..\..\Artifacts\Debug\Libraries\uap\ARM\</OutputPath>
- <DefineConstants>TRACE;DEBUG;W10</DefineConstants>
- <NoWarn>;2008</NoWarn>
- <DebugType>full</DebugType>
- <PlatformTarget>ARM</PlatformTarget>
- <UseVSHostingProcess>false</UseVSHostingProcess>
- <ErrorReport>prompt</ErrorReport>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <GenerateLibraryLayout>true</GenerateLibraryLayout>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
- <PlatformTarget>ARM</PlatformTarget>
- <OutputPath>..\..\Artifacts\Release\Libraries\uap\ARM\</OutputPath>
- <DefineConstants>TRACE;W10</DefineConstants>
- <Optimize>true</Optimize>
- <NoWarn>;2008</NoWarn>
- <DebugType>none</DebugType>
- <PlatformTarget>ARM</PlatformTarget>
- <UseVSHostingProcess>false</UseVSHostingProcess>
- <ErrorReport>prompt</ErrorReport>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <GenerateLibraryLayout>true</GenerateLibraryLayout>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
- <PlatformTarget>x64</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>..\..\Artifacts\Debug\Libraries\uap\x64\</OutputPath>
- <DefineConstants>TRACE;DEBUG;W10</DefineConstants>
- <NoWarn>;2008</NoWarn>
- <DebugType>full</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <UseVSHostingProcess>false</UseVSHostingProcess>
- <ErrorReport>prompt</ErrorReport>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <GenerateLibraryLayout>true</GenerateLibraryLayout>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
- <PlatformTarget>x64</PlatformTarget>
- <OutputPath>..\..\Artifacts\Release\Libraries\uap\x64\</OutputPath>
- <DefineConstants>TRACE;W10</DefineConstants>
- <Optimize>true</Optimize>
- <NoWarn>;2008</NoWarn>
- <DebugType>none</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <UseVSHostingProcess>false</UseVSHostingProcess>
- <ErrorReport>prompt</ErrorReport>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <GenerateLibraryLayout>true</GenerateLibraryLayout>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
- <PlatformTarget>x86</PlatformTarget>
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>..\..\Artifacts\Debug\Libraries\uap\x86\</OutputPath>
- <DefineConstants>TRACE;DEBUG;W10</DefineConstants>
- <NoWarn>;2008</NoWarn>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <UseVSHostingProcess>false</UseVSHostingProcess>
- <ErrorReport>prompt</ErrorReport>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <GenerateLibraryLayout>true</GenerateLibraryLayout>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
- <PlatformTarget>x86</PlatformTarget>
- <OutputPath>..\..\Artifacts\Release\Libraries\uap\x86\</OutputPath>
- <DefineConstants>TRACE;W10</DefineConstants>
- <Optimize>true</Optimize>
- <NoWarn>;2008</NoWarn>
- <DebugType>none</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <UseVSHostingProcess>false</UseVSHostingProcess>
- <ErrorReport>prompt</ErrorReport>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- <GenerateLibraryLayout>true</GenerateLibraryLayout>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="DeferredBasicEffect.cs" />
- <Compile Include="DeferredClearGBufferEffect.cs" />
- <Compile Include="DeferredCombineEffect.cs" />
- <Compile Include="DeferredPointLightEffect.cs" />
- <Compile Include="DeferredSpotLightEffect.cs" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Properties\AssemblyInfo.UAP.cs" />
- <Content Include="Properties\Aether.Shaders.Deferred.rd.xml" />
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="Resources\DeferredBasicEffect.dx11.fxo.10" />
- <EmbeddedResource Include="Resources\DeferredClearGBuffer.dx11.fxo.10" />
- <EmbeddedResource Include="Resources\DeferredCombine.dx11.fxo.10" />
- <EmbeddedResource Include="Resources\DeferredPointLight.dx11.fxo.10" />
- <EmbeddedResource Include="Resources\DeferredSpotLight.dx11.fxo.10" />
- <EmbeddedResource Include="Resources\DeferredBasicEffect.ogl.fxo.10" />
- <EmbeddedResource Include="Resources\DeferredClearGBuffer.ogl.fxo.10" />
- <EmbeddedResource Include="Resources\DeferredCombine.ogl.fxo.10" />
- <EmbeddedResource Include="Resources\DeferredPointLight.ogl.fxo.10" />
- <EmbeddedResource Include="Resources\DeferredSpotLight.ogl.fxo.10" />
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
- <Version>6.2.14</Version>
- </PackageReference>
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="nkast.Xna.Framework" Version="3.13.9001">
- <PrivateAssets>all</PrivateAssets>
- <ExcludeAssets>runtime</ExcludeAssets>
- </PackageReference>
- <PackageReference Include="nkast.Xna.Framework.Graphics" Version="3.13.9001">
- <PrivateAssets>all</PrivateAssets>
- <ExcludeAssets>runtime</ExcludeAssets>
- </PackageReference>
- </ItemGroup>
- <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' ">
- <VisualStudioVersion>14.0</VisualStudioVersion>
- </PropertyGroup>
- <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
- </Project>
|