Aether.Graphics.PORTABLE.csproj 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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>{3E3BB349-662A-4628-B033-154CB8CD2F2A}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <RootNamespace>tainicom.Aether.Graphics</RootNamespace>
  10. <AssemblyName>Aether.Graphics</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="ContentReaders\DynamicIndexBufferReader.cs" />
  36. <Compile Include="ContentReaders\DynamicVertexBufferReader.cs" />
  37. </ItemGroup>
  38. <ItemGroup>
  39. <Compile Include="Properties\AssemblyInfo.cs" />
  40. </ItemGroup>
  41. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  42. <ItemGroup>
  43. <PackageReference Include="MonoGame.Framework.Portable.9000" Version="3.8.9008">
  44. <PrivateAssets>all</PrivateAssets>
  45. <ExcludeAssets>runtime</ExcludeAssets>
  46. </PackageReference>
  47. </ItemGroup>
  48. </Project>