123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
- <ProductVersion>9.0.21022</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{86A919E2-D7F0-452B-B762-C69D5BB07C98}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <RootNamespace>SpriteEffects</RootNamespace>
- <AssemblyName>SpriteEffects</AssemblyName>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
- <DebugSymbols>True</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>False</Optimize>
- <OutputPath>bin\Debug</OutputPath>
- <DefineConstants>DEBUG LINUX</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <PlatformTarget>x86</PlatformTarget>
- <ConsolePause>False</ConsolePause>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
- <DebugType>none</DebugType>
- <Optimize>False</Optimize>
- <OutputPath>bin\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <PlatformTarget>x86</PlatformTarget>
- <ConsolePause>False</ConsolePause>
- </PropertyGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Drawing" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Content\refraction.fx">
- <Link>Content\refraction.fx</Link>
- </None>
- <None Include="Content\normalmap.fx">
- <Link>Content\normalmap.fx</Link>
- </None>
- <None Include="Content\disappear.fx">
- <Link>Content\disappear.fx</Link>
- </None>
- <None Include="Content\desaturate.fx">
- <Link>Content\desaturate.fx</Link>
- </None>
- <None Include="Content\cat_depth.jpg">
- <Link>Content\cat_depth.jpg</Link>
- </None>
- <None Include="Content\cat_alpha.jpg">
- <Link>Content\cat_alpha.jpg</Link>
- </None>
- <None Include="Content\cat.jpg">
- <Link>Content\cat.jpg</Link>
- </None>
- <None Include="Info.plist">
- <Link>Info.plist</Link>
- </None>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Content\" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Program.cs" />
- <Compile Include="SpriteEffects.cs">
- <Link>SpriteEffects.cs</Link>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Content Include="Content\waterfall.xnb">
- <Link>Content\waterfall.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\glacier.xnb">
- <Link>Content\glacier.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\cat_normalmap.xnb">
- <Link>Content\cat_normalmap.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\cat.xnb">
- <Link>Content\cat.xnb</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\desaturate.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\disappear.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\normalmap.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="Content\refraction.xnb">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- </ItemGroup>
- </Project>
|