2
0

PerformanceMeasuring.MacOS.csproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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>{C4FA34D5-2EE2-474B-A3C6-34025656FFD1}</ProjectGuid>
  9. <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>PerformanceMeasuring</RootNamespace>
  12. <AssemblyName>PerformanceMeasuring</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;TRACE;MONOMAC</DefineConstants>
  20. <ErrorReport>prompt</ErrorReport>
  21. <WarningLevel>4</WarningLevel>
  22. <EnablePackageSigning>False</EnablePackageSigning>
  23. <IncludeMonoRuntime>False</IncludeMonoRuntime>
  24. <ConsolePause>False</ConsolePause>
  25. <EnableCodeSigning>False</EnableCodeSigning>
  26. <CreatePackage>False</CreatePackage>
  27. <CodeSigningKey>Mac Developer</CodeSigningKey>
  28. <UseSGen>False</UseSGen>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>none</DebugType>
  32. <Optimize>True</Optimize>
  33. <OutputPath>bin\Release</OutputPath>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <EnablePackageSigning>False</EnablePackageSigning>
  37. <IncludeMonoRuntime>False</IncludeMonoRuntime>
  38. <LinkMode>Full</LinkMode>
  39. <ConsolePause>False</ConsolePause>
  40. <EnableCodeSigning>False</EnableCodeSigning>
  41. <CreatePackage>False</CreatePackage>
  42. <CodeSigningKey>Mac Developer</CodeSigningKey>
  43. <DefineConstants>MONOMAC</DefineConstants>
  44. <UseSGen>False</UseSGen>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' ">
  47. <DebugType>none</DebugType>
  48. <Optimize>True</Optimize>
  49. <OutputPath>bin\AppStore</OutputPath>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <PackageSigningKey>3rd Party Mac Developer Installer</PackageSigningKey>
  53. <IncludeMonoRuntime>True</IncludeMonoRuntime>
  54. <LinkMode>Full</LinkMode>
  55. <EnablePackageSigning>True</EnablePackageSigning>
  56. <ConsolePause>False</ConsolePause>
  57. <EnableCodeSigning>True</EnableCodeSigning>
  58. <CreatePackage>True</CreatePackage>
  59. <CodeSigningKey>3rd Party Mac Developer Application</CodeSigningKey>
  60. <UseSGen>False</UseSGen>
  61. </PropertyGroup>
  62. <ItemGroup>
  63. <Reference Include="System" />
  64. <Reference Include="System.Xml" />
  65. <Reference Include="System.Core" />
  66. <Reference Include="System.Xml.Linq" />
  67. <Reference Include="System.Drawing" />
  68. <Reference Include="MonoMac" />
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="Main.cs" />
  72. <Compile Include="Properties\AssemblyInfo.cs" />
  73. <Compile Include="PerformanceMeasuringGame.cs" />
  74. <Compile Include="Sphere.cs" />
  75. <Compile Include="GameDebugTools\DebugCommandUI.cs" />
  76. <Compile Include="GameDebugTools\DebugManager.cs" />
  77. <Compile Include="GameDebugTools\DebugSystem.cs" />
  78. <Compile Include="GameDebugTools\FpsCounter.cs" />
  79. <Compile Include="GameDebugTools\IDebugCommandHost.cs" />
  80. <Compile Include="GameDebugTools\KeyboardUtils.cs" />
  81. <Compile Include="GameDebugTools\Layout.cs" />
  82. <Compile Include="GameDebugTools\RemoteDebugCommand.cs" />
  83. <Compile Include="GameDebugTools\StringBuilderExtensions.cs" />
  84. <Compile Include="GameDebugTools\TimeRuler.cs" />
  85. <Compile Include="Primitives\GeometricPrimitive.cs" />
  86. <Compile Include="Primitives\SpherePrimitive.cs" />
  87. <Compile Include="Primitives\VertexPositionNormal.cs" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <None Include="Info.plist" />
  91. </ItemGroup>
  92. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  93. <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
  94. <ItemGroup>
  95. <Folder Include="GameDebugTools\" />
  96. <Folder Include="Primitives\" />
  97. <Folder Include="Content\" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <Content Include="Content\Checker_0.xnb" />
  101. <Content Include="Content\Font.xnb" />
  102. <Content Include="Content\Ground.xnb" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
  106. <Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
  107. <Name>Lidgren.Network.MacOS</Name>
  108. </ProjectReference>
  109. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
  110. <Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
  111. <Name>MonoGame.Framework.MacOS</Name>
  112. </ProjectReference>
  113. </ItemGroup>
  114. </Project>