MonoGame.Samples.SpriteEffects.Linux.csproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="3.5" 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. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  15. <DebugSymbols>true</DebugSymbols>
  16. <DebugType>full</DebugType>
  17. <Optimize>false</Optimize>
  18. <OutputPath>bin\Debug</OutputPath>
  19. <DefineConstants>DEBUG LINUX</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <PlatformTarget>x86</PlatformTarget>
  23. <ConsolePause>false</ConsolePause>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  26. <DebugType>none</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Release</OutputPath>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. <PlatformTarget>x86</PlatformTarget>
  32. <ConsolePause>false</ConsolePause>
  33. </PropertyGroup>
  34. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. <Reference Include="System.Xml" />
  38. <Reference Include="System.Core" />
  39. <Reference Include="System.Xml.Linq" />
  40. <Reference Include="System.Drawing" />
  41. </ItemGroup>
  42. <ItemGroup>
  43. <None Include="..\..\MacOS\SpriteEffects\Content\waterfall.xnb">
  44. <Link>Content\waterfall.xnb</Link>
  45. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  46. </None>
  47. <None Include="..\..\MacOS\SpriteEffects\Content\refraction.fx">
  48. <Link>Content\refraction.fx</Link>
  49. </None>
  50. <None Include="..\..\MacOS\SpriteEffects\Content\refraction.fsh">
  51. <Link>Content\refraction.fsh</Link>
  52. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  53. </None>
  54. <None Include="..\..\MacOS\SpriteEffects\Content\normalmap.fx">
  55. <Link>Content\normalmap.fx</Link>
  56. </None>
  57. <None Include="..\..\MacOS\SpriteEffects\Content\normalmap.fsh">
  58. <Link>Content\normalmap.fsh</Link>
  59. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  60. </None>
  61. <None Include="..\..\MacOS\SpriteEffects\Content\glacier.xnb">
  62. <Link>Content\glacier.xnb</Link>
  63. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  64. </None>
  65. <None Include="..\..\MacOS\SpriteEffects\Content\disappear.fx">
  66. <Link>Content\disappear.fx</Link>
  67. </None>
  68. <None Include="..\..\MacOS\SpriteEffects\Content\disappear.fsh">
  69. <Link>Content\disappear.fsh</Link>
  70. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  71. </None>
  72. <None Include="..\..\MacOS\SpriteEffects\Content\desaturate.fx">
  73. <Link>Content\desaturate.fx</Link>
  74. </None>
  75. <None Include="..\..\MacOS\SpriteEffects\Content\desaturate.fsh">
  76. <Link>Content\desaturate.fsh</Link>
  77. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  78. </None>
  79. <None Include="..\..\MacOS\SpriteEffects\Content\cat_normalmap.xnb">
  80. <Link>Content\cat_normalmap.xnb</Link>
  81. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  82. </None>
  83. <None Include="..\..\MacOS\SpriteEffects\Content\cat_depth.jpg">
  84. <Link>Content\cat_depth.jpg</Link>
  85. </None>
  86. <None Include="..\..\MacOS\SpriteEffects\Content\cat_alpha.jpg">
  87. <Link>Content\cat_alpha.jpg</Link>
  88. </None>
  89. <None Include="..\..\MacOS\SpriteEffects\Content\cat.xnb">
  90. <Link>Content\cat.xnb</Link>
  91. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  92. </None>
  93. <None Include="..\..\MacOS\SpriteEffects\Content\cat.jpg">
  94. <Link>Content\cat.jpg</Link>
  95. </None>
  96. <None Include="..\..\MacOS\SpriteEffects\Info.plist">
  97. <Link>Info.plist</Link>
  98. </None>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <Folder Include="Content\" />
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Compile Include="Program.cs" />
  105. <Compile Include="..\..\MacOS\SpriteEffects\SpriteEffects.cs">
  106. <Link>SpriteEffects.cs</Link>
  107. </Compile>
  108. <Compile Include="RefractionEffect.cs" />
  109. <Compile Include="NormalmapEffect.cs" />
  110. <Compile Include="DisappearEffect.cs" />
  111. <Compile Include="DesaturateEffect.cs" />
  112. </ItemGroup>
  113. <ItemGroup>
  114. <ProjectReference Include="..\..\..\MonoGame.Framework\MonoGame.Framework.Linux.csproj">
  115. <Project>{35253CE1-C864-4CD3-8249-4D1319748E8F}</Project>
  116. <Name>MonoGame.Framework.Linux</Name>
  117. </ProjectReference>
  118. </ItemGroup>
  119. </Project>