MonoGame.Samples.Peer2PeerSample.Linux.csproj 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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>{86A619E2-C8D0-452B-B762-C69D5BB07C98}</ProjectGuid>
  9. <OutputType>Exe</OutputType>
  10. <RootNamespace>Peer2PeerSample</RootNamespace>
  11. <AssemblyName>Peer2PeerSample</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</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. <Compile Include="..\..\MacOS\Peer2PeerSample\PeerToPeerGame.cs">
  44. <Link>PeerToPeerGame.cs</Link>
  45. </Compile>
  46. <Compile Include="..\..\MacOS\Peer2PeerSample\Tank.cs">
  47. <Link>Tank.cs</Link>
  48. </Compile>
  49. <Compile Include="Program.cs" />
  50. <Compile Include="Properties\AssemblyInfo.cs" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Content Include="..\..\MacOS\Peer2PeerSample\Content\Font.spritefont">
  54. <Link>Content\Font.spritefont</Link>
  55. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  56. </Content>
  57. <Content Include="..\..\MacOS\Peer2PeerSample\Content\Font.xnb">
  58. <Link>Content\Font.xnb</Link>
  59. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  60. </Content>
  61. <Content Include="..\..\MacOS\Peer2PeerSample\Content\Tank.xnb">
  62. <Link>Content\Tank.xnb</Link>
  63. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  64. </Content>
  65. <Content Include="..\..\MacOS\Peer2PeerSample\Content\Turret.xnb">
  66. <Link>Content\Turret.xnb</Link>
  67. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  68. </Content>
  69. <None Include="app.config" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <ProjectReference Include="..\..\..\MonoGame.Framework\MonoGame.Framework.Linux.csproj">
  73. <Project>{35253CE1-C864-4CD3-8249-4D1319748E8F}</Project>
  74. <Name>MonoGame.Framework.Linux</Name>
  75. </ProjectReference>
  76. </ItemGroup>
  77. </Project>