Aether.Shaders.Tilemap.PORTABLE.csproj 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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)' == '' ">AnyCPU</Platform>
  6. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  7. <ProjectGuid>{CA1564C9-D4A6-4454-A6B6-7B4E907DF8C0}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>tainicom.Aether.Shaders</RootNamespace>
  10. <AssemblyName>Aether.Shaders.Tilemap</AssemblyName>
  11. <TargetFrameworkProfile>Profile328</TargetFrameworkProfile>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>..\bin\Debug\Portable\</OutputPath>
  20. <DefineConstants>DEBUG;PORTABLE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. <ConsolePause>false</ConsolePause>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>none</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>..\bin\Release\Portable\</OutputPath>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. <ConsolePause>false</ConsolePause>
  32. <DefineConstants>PORTABLE</DefineConstants>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Compile Include="TilemapEffect.cs" />
  36. </ItemGroup>
  37. <ItemGroup>
  38. <Compile Include="Properties\AssemblyInfo.PORTABLE.cs" />
  39. </ItemGroup>
  40. <ItemGroup>
  41. </ItemGroup>
  42. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  43. <ItemGroup>
  44. <PackageReference Include="MonoGame.Framework.Portable.9000" Version="3.8.9008">
  45. <PrivateAssets>all</PrivateAssets>
  46. <ExcludeAssets>runtime</ExcludeAssets>
  47. </PackageReference>
  48. </ItemGroup>
  49. </Project>