12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ProjectGuid>{4F224B03-7499-4EE0-A072-7CD7FC266E2A}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Samples.FXAA</RootNamespace>
- <AssemblyName>Samples.FXAA</AssemblyName>
- <FileAlignment>512</FileAlignment>
- <KniPlatform>Windows</KniPlatform>
- <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup>
- <ApplicationIcon>Icon.ico</ApplicationIcon>
- </PropertyGroup>
- <PropertyGroup>
- <ApplicationManifest>app.manifest</ApplicationManifest>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\Debug\Windows\MG\</OutputPath>
- <DefineConstants>TRACE;DEBUG;WINDOWS MG</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <Prefer32Bit>true</Prefer32Bit>
- <UseVSHostingProcess>false</UseVSHostingProcess>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
- <OutputPath>bin\Release\Windows\MG\</OutputPath>
- <DefineConstants>TRACE;WINDOWS MG</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>AnyCPU</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="AntiAliasing.cs" />
- <Compile Include="FXAASampleComponent.cs" />
- <Compile Include="FXAAGame.cs" />
- <Compile Include="Program.cs" />
- <Compile Include="Spaceship.cs" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="nkast.Xna.Framework" Version="3.14.9001" />
- <PackageReference Include="nkast.Xna.Framework.Content" Version="3.14.9001" />
- <PackageReference Include="nkast.Xna.Framework.Graphics" Version="3.14.9001" />
- <PackageReference Include="nkast.Xna.Framework.Audio" Version="3.14.9001" />
- <PackageReference Include="nkast.Xna.Framework.Media" Version="3.14.9001" />
- <PackageReference Include="nkast.Xna.Framework.Input" Version="3.14.9001" />
- <PackageReference Include="nkast.Xna.Framework.Game" Version="3.14.9001" />
- <PackageReference Include="MonoGame.Framework.WindowsDX.9000" Version="3.14.9001" />
- <PackageReference Include="nkast.Xna.Framework.Content.Pipeline.Builder" Version="3.14.9001" />
- <Reference Include="System" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Icon.ico" />
- </ItemGroup>
- <ItemGroup>
- <KniContentReference Include="..\FXAAContent\FXAAContent.mgcb">
- <Link>Content\Content.mgcb</Link>
- </KniContentReference>
- <None Include="app.config" />
- <None Include="app.manifest" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\Shaders\FXAA\Aether.Shaders.FXAA.NET4.csproj">
- <Project>{fbbde2ba-f9f3-4041-8584-2c912c235e26}</Project>
- <Name>Aether.Shaders.FXAA.NET4</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|