123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ProjectGuid>{96105100-20DB-4187-9BCA-0A20AC9F1298}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>nkast.Aether.Shaders</RootNamespace>
- <AssemblyName>Aether.Shaders.Deferred</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\..\Artifacts\Debug\Libraries\net4\</OutputPath>
- <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>none</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\..\Artifacts\Release\Libraries\net4\</OutputPath>
- <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <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>
- <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.cs" />
- </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>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|