TiledSprites.MacOS.csproj 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  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. <ProductVersion>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{7D24D7EA-822C-4991-8BC9-1C2EF9C5F59A}</ProjectGuid>
  9. <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>TiledSprites</RootNamespace>
  12. <AssemblyName>TiledSprites</AssemblyName>
  13. </PropertyGroup>
  14. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  15. <DebugSymbols>True</DebugSymbols>
  16. <DebugType>full</DebugType>
  17. <Optimize>False</Optimize>
  18. <OutputPath>bin\Debug</OutputPath>
  19. <DefineConstants>DEBUG MONOMAC</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <ConsolePause>False</ConsolePause>
  23. <EnableCodeSigning>False</EnableCodeSigning>
  24. <CreatePackage>False</CreatePackage>
  25. <EnablePackageSigning>False</EnablePackageSigning>
  26. <IncludeMonoRuntime>False</IncludeMonoRuntime>
  27. <UseSGen>False</UseSGen>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>none</DebugType>
  31. <Optimize>False</Optimize>
  32. <OutputPath>bin\Release</OutputPath>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <ConsolePause>False</ConsolePause>
  36. <EnableCodeSigning>False</EnableCodeSigning>
  37. <CreatePackage>False</CreatePackage>
  38. <EnablePackageSigning>False</EnablePackageSigning>
  39. <IncludeMonoRuntime>False</IncludeMonoRuntime>
  40. <UseSGen>False</UseSGen>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="System" />
  44. <Reference Include="System.Xml" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Drawing" />
  48. <Reference Include="MonoMac, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>..\..\..\..\MonoMac\monomac\src\MonoMac.dll</HintPath>
  51. </Reference>
  52. </ItemGroup>
  53. <ItemGroup>
  54. <None Include="Info.plist">
  55. </None>
  56. <None Include="Default.png">
  57. <Link>Default.png</Link>
  58. </None>
  59. <None Include="TiledSprites.icns" />
  60. </ItemGroup>
  61. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  62. <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
  63. <ItemGroup>
  64. <Compile Include="main.cs" />
  65. <Compile Include="AnimatedSprite.cs">
  66. <Link>AnimatedSprite.cs</Link>
  67. </Compile>
  68. <Compile Include="Camera2D.cs">
  69. <Link>Camera2D.cs</Link>
  70. </Compile>
  71. <Compile Include="SpriteSheet.cs">
  72. <Link>SpriteSheet.cs</Link>
  73. </Compile>
  74. <Compile Include="TiledSprites.cs">
  75. <Link>TiledSprites.cs</Link>
  76. </Compile>
  77. <Compile Include="TileGrid.cs">
  78. <Link>TileGrid.cs</Link>
  79. </Compile>
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Content Include="Content\ball.png">
  83. <Link>Content\ball.png</Link>
  84. </Content>
  85. <Content Include="Content\clouds.png">
  86. <Link>Content\clouds.png</Link>
  87. </Content>
  88. <Content Include="Content\ground.png">
  89. <Link>Content\ground.png</Link>
  90. </Content>
  91. <Content Include="GameThumbnail.png" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
  95. <Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
  96. <Name>MonoGame.Framework.MacOS</Name>
  97. </ProjectReference>
  98. <ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
  99. <Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
  100. <Name>Lidgren.Network.MacOS</Name>
  101. </ProjectReference>
  102. </ItemGroup>
  103. </Project>