BloomSample.csproj 670 B

1234567891011121314151617
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net9.0-ios</TargetFramework>
  4. <OutputType>Exe</OutputType>
  5. <RootNamespace>BloomSample.iOS</RootNamespace>
  6. <AssemblyName>BloomSample</AssemblyName>
  7. <MonoGamePlatform>iOS</MonoGamePlatform>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\..\Core\BloomSample.Core.csproj" />
  11. <PackageReference Include="MonoGame.Framework.iOS" Version="3.8.*" />
  12. <PackageReference Include="MonoGame.Framework.Content.Pipeline" Version="3.8.*" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <MonoGameContentReference Include="..\..\Core\Content\Content.mgcb" />
  16. </ItemGroup>
  17. </Project>