InputReporter.MacOS.csproj 4.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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>{A0669F3D-AB7C-43BB-9423-506E24629EF0}</ProjectGuid>
  9. <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>InputReporter</RootNamespace>
  12. <AssemblyName>InputReporter</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;</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <ConsolePause>false</ConsolePause>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>none</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Release</OutputPath>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <ConsolePause>false</ConsolePause>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="System" />
  34. <Reference Include="System.Xml" />
  35. <Reference Include="System.Core" />
  36. <Reference Include="System.Xml.Linq" />
  37. <Reference Include="System.Drawing" />
  38. <Reference Include="MonoMac" />
  39. </ItemGroup>
  40. <ItemGroup>
  41. <None Include="Info.plist"></None>
  42. <None Include="Game.ico" />
  43. <None Include="InputReporter.png" />
  44. <None Include="Content\Fonts\DataActiveFont.spritefont" />
  45. <None Include="Content\Fonts\DataFont.spritefont" />
  46. <None Include="Content\Fonts\InstructionsActiveFont.spritefont" />
  47. <None Include="Content\Fonts\InstructionsFont.spritefont" />
  48. <None Include="Content\Fonts\TitleFont.spritefont" />
  49. <None Include="Content\Fonts\TypeFont.spritefont" />
  50. <None Include="Content\Textures\background.jpg" />
  51. <None Include="Content\Textures\connected_controller1.png" />
  52. <None Include="Content\Textures\connected_controller2.png" />
  53. <None Include="Content\Textures\connected_controller3.png" />
  54. <None Include="Content\Textures\connected_controller4.png" />
  55. <None Include="Content\Textures\select_controller1.png" />
  56. <None Include="Content\Textures\select_controller2.png" />
  57. <None Include="Content\Textures\select_controller3.png" />
  58. <None Include="Content\Textures\select_controller4.png" />
  59. <None Include="InputReporterResources.resources" />
  60. <None Include="Settings.xml" />
  61. </ItemGroup>
  62. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  63. <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
  64. <ItemGroup>
  65. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
  66. <Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
  67. <Name>MonoGame.Framework.MacOS</Name>
  68. </ProjectReference>
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="ChargeSwitch.cs" />
  72. <Compile Include="ChargeSwitchDeadZone.cs" />
  73. <Compile Include="ChargeSwitchExit.cs" />
  74. <Compile Include="InputReporterGame.cs" />
  75. <Compile Include="InputReporterResources.Designer.cs" />
  76. <Compile Include="Program.cs" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Content Include="Content\Fonts\DataActiveFont.xnb" />
  80. <Content Include="Content\Fonts\DataFont.xnb" />
  81. <Content Include="Content\Fonts\InstructionsActiveFont.xnb" />
  82. <Content Include="Content\Fonts\InstructionsFont.xnb" />
  83. <Content Include="Content\Fonts\TitleFont.xnb" />
  84. <Content Include="Content\Fonts\TypeFont.xnb" />
  85. <Content Include="Content\Textures\background.xnb" />
  86. <Content Include="Content\Textures\connected_controller1.xnb" />
  87. <Content Include="Content\Textures\connected_controller2.xnb" />
  88. <Content Include="Content\Textures\connected_controller3.xnb" />
  89. <Content Include="Content\Textures\connected_controller4.xnb" />
  90. <Content Include="Content\Textures\select_controller1.xnb" />
  91. <Content Include="Content\Textures\select_controller2.xnb" />
  92. <Content Include="Content\Textures\select_controller3.xnb" />
  93. <Content Include="Content\Textures\select_controller4.xnb" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <EmbeddedResource Include="InputReporterResources.resx" />
  97. </ItemGroup>
  98. </Project>