GameStateManagement.projitems 978 B

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
  5. <HasSharedItems>true</HasSharedItems>
  6. <SharedGUID>6efba8a9-a407-4029-bdd0-651d22a87386</SharedGUID>
  7. </PropertyGroup>
  8. <PropertyGroup Label="Configuration">
  9. <Import_RootNamespace>GameStateManagement</Import_RootNamespace>
  10. </PropertyGroup>
  11. <ItemGroup>
  12. <MonoGameContentReference Include="$(MSBuildThisFileDirectory)Content\Content.mgcb" />
  13. </ItemGroup>
  14. <ItemGroup>
  15. <Compile Include="$(MSBuildThisFileDirectory)GameScreen.cs" />
  16. <Compile Include="$(MSBuildThisFileDirectory)InputAction.cs" />
  17. <Compile Include="$(MSBuildThisFileDirectory)InputState.cs" />
  18. <Compile Include="$(MSBuildThisFileDirectory)IScreenFactory.cs" />
  19. <Compile Include="$(MSBuildThisFileDirectory)ScreenManager.cs" />
  20. </ItemGroup>
  21. </Project>