ReachGraphicsDemoDataTypes.MacOS.csproj 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. <ProjectGuid>{24A0BCFD-3B8C-4AC3-AE75-E50D2F7B8C79}</ProjectGuid>
  5. <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>DataTypes</RootNamespace>
  11. <AssemblyName>DataTypes</AssemblyName>
  12. <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
  13. <XnaPlatform>Windows</XnaPlatform>
  14. <XnaProfile>Reach</XnaProfile>
  15. <XnaCrossPlatformGroupID>a8b98efe-31a2-4f80-b8af-ce65dacb7d38</XnaCrossPlatformGroupID>
  16. <XnaOutputType>Library</XnaOutputType>
  17. <ProductVersion>10.0.0</ProductVersion>
  18. <SchemaVersion>2.0</SchemaVersion>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  21. <OutputPath>bin\x86\Debug</OutputPath>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <NoStdLib>true</NoStdLib>
  25. <UseVSHostingProcess>false</UseVSHostingProcess>
  26. <PlatformTarget>x86</PlatformTarget>
  27. <DebugSymbols>true</DebugSymbols>
  28. <DebugType>full</DebugType>
  29. <Optimize>false</Optimize>
  30. <DefineConstants>DEBUG;TRACE;WINDOWS</DefineConstants>
  31. <XnaCompressContent>false</XnaCompressContent>
  32. <EnableCodeSigning>false</EnableCodeSigning>
  33. <CreatePackage>false</CreatePackage>
  34. <EnablePackageSigning>false</EnablePackageSigning>
  35. <IncludeMonoRuntime>false</IncludeMonoRuntime>
  36. </PropertyGroup>
  37. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  38. <OutputPath>bin\x86\Release</OutputPath>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <NoStdLib>true</NoStdLib>
  42. <UseVSHostingProcess>false</UseVSHostingProcess>
  43. <PlatformTarget>x86</PlatformTarget>
  44. <DebugType>pdbonly</DebugType>
  45. <Optimize>true</Optimize>
  46. <DefineConstants>TRACE;WINDOWS</DefineConstants>
  47. <XnaCompressContent>true</XnaCompressContent>
  48. <EnableCodeSigning>false</EnableCodeSigning>
  49. <CreatePackage>false</CreatePackage>
  50. <EnablePackageSigning>false</EnablePackageSigning>
  51. <IncludeMonoRuntime>false</IncludeMonoRuntime>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Compile Include="AnimationClip.cs" />
  55. <Compile Include="AnimationPlayer.cs" />
  56. <Compile Include="Keyframe.cs" />
  57. <Compile Include="Properties\AssemblyInfo.cs" />
  58. <Compile Include="SkinningData.cs" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Reference Include="mscorlib" />
  62. <Reference Include="System" />
  63. <Reference Include="System.Core" />
  64. <Reference Include="System.Xml" />
  65. <Reference Include="System.Xml.Linq" />
  66. </ItemGroup>
  67. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  68. <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\Microsoft.Xna.GameStudio.targets" />
  69. <!--
  70. To modify your build process, add your task inside one of the targets below and uncomment it.
  71. Other similar extension points exist, see Microsoft.Common.targets.
  72. <Target Name="BeforeBuild">
  73. </Target>
  74. <Target Name="AfterBuild">
  75. </Target>
  76. -->
  77. <ItemGroup>
  78. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
  79. <Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
  80. <Name>MonoGame.Framework.MacOS</Name>
  81. </ProjectReference>
  82. </ItemGroup>
  83. </Project>