2
0

SpriteEffects.Linux.csproj 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>9.0.21022</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{86A919E2-D7F0-452B-B762-C69D5BB07C98}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <RootNamespace>SpriteEffects</RootNamespace>
  11. <AssemblyName>SpriteEffects</AssemblyName>
  12. </PropertyGroup>
  13. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  14. <DebugSymbols>True</DebugSymbols>
  15. <DebugType>full</DebugType>
  16. <Optimize>False</Optimize>
  17. <OutputPath>bin\Debug</OutputPath>
  18. <DefineConstants>DEBUG LINUX</DefineConstants>
  19. <ErrorReport>prompt</ErrorReport>
  20. <WarningLevel>4</WarningLevel>
  21. <PlatformTarget>x86</PlatformTarget>
  22. <ConsolePause>False</ConsolePause>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  25. <DebugType>none</DebugType>
  26. <Optimize>False</Optimize>
  27. <OutputPath>bin\Release</OutputPath>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <PlatformTarget>x86</PlatformTarget>
  31. <ConsolePause>False</ConsolePause>
  32. </PropertyGroup>
  33. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  34. <ItemGroup>
  35. <Reference Include="System" />
  36. <Reference Include="System.Xml" />
  37. <Reference Include="System.Core" />
  38. <Reference Include="System.Xml.Linq" />
  39. <Reference Include="System.Drawing" />
  40. </ItemGroup>
  41. <ItemGroup>
  42. <None Include="Content\refraction.fx">
  43. <Link>Content\refraction.fx</Link>
  44. </None>
  45. <None Include="Content\normalmap.fx">
  46. <Link>Content\normalmap.fx</Link>
  47. </None>
  48. <None Include="Content\disappear.fx">
  49. <Link>Content\disappear.fx</Link>
  50. </None>
  51. <None Include="Content\desaturate.fx">
  52. <Link>Content\desaturate.fx</Link>
  53. </None>
  54. <None Include="Content\cat_depth.jpg">
  55. <Link>Content\cat_depth.jpg</Link>
  56. </None>
  57. <None Include="Content\cat_alpha.jpg">
  58. <Link>Content\cat_alpha.jpg</Link>
  59. </None>
  60. <None Include="Content\cat.jpg">
  61. <Link>Content\cat.jpg</Link>
  62. </None>
  63. <None Include="Info.plist">
  64. <Link>Info.plist</Link>
  65. </None>
  66. </ItemGroup>
  67. <ItemGroup>
  68. <Folder Include="Content\" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="Program.cs" />
  72. <Compile Include="SpriteEffects.cs">
  73. <Link>SpriteEffects.cs</Link>
  74. </Compile>
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Content Include="Content\waterfall.xnb">
  78. <Link>Content\waterfall.xnb</Link>
  79. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  80. </Content>
  81. <Content Include="Content\glacier.xnb">
  82. <Link>Content\glacier.xnb</Link>
  83. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  84. </Content>
  85. <Content Include="Content\cat_normalmap.xnb">
  86. <Link>Content\cat_normalmap.xnb</Link>
  87. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  88. </Content>
  89. <Content Include="Content\cat.xnb">
  90. <Link>Content\cat.xnb</Link>
  91. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  92. </Content>
  93. <Content Include="Content\desaturate.xnb">
  94. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  95. </Content>
  96. <Content Include="Content\disappear.xnb">
  97. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  98. </Content>
  99. <Content Include="Content\normalmap.xnb">
  100. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  101. </Content>
  102. <Content Include="Content\refraction.xnb">
  103. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  104. </Content>
  105. </ItemGroup>
  106. </Project>