XNA2DShaderExamples.MacOS.csproj 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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>{945C911A-A909-40B0-89EC-E66F1F2265AF}</ProjectGuid>
  9. <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  10. <OutputType>Exe</OutputType>
  11. <RootNamespace>XNA2DShader</RootNamespace>
  12. <AssemblyName>XNA2DShader</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;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. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>none</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release</OutputPath>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <EnablePackageSigning>false</EnablePackageSigning>
  36. <IncludeMonoRuntime>false</IncludeMonoRuntime>
  37. <LinkMode>Full</LinkMode>
  38. <ConsolePause>false</ConsolePause>
  39. <EnableCodeSigning>false</EnableCodeSigning>
  40. <CreatePackage>false</CreatePackage>
  41. <CodeSigningKey>Mac Developer</CodeSigningKey>
  42. <DefineConstants>MONOMAC</DefineConstants>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' ">
  45. <DebugType>none</DebugType>
  46. <Optimize>true</Optimize>
  47. <OutputPath>bin\AppStore</OutputPath>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. <PackageSigningKey>3rd Party Mac Developer Installer</PackageSigningKey>
  51. <IncludeMonoRuntime>true</IncludeMonoRuntime>
  52. <LinkMode>Full</LinkMode>
  53. <EnablePackageSigning>true</EnablePackageSigning>
  54. <ConsolePause>false</ConsolePause>
  55. <EnableCodeSigning>true</EnableCodeSigning>
  56. <CreatePackage>true</CreatePackage>
  57. <CodeSigningKey>3rd Party Mac Developer Application</CodeSigningKey>
  58. </PropertyGroup>
  59. <ItemGroup>
  60. <Reference Include="System" />
  61. <Reference Include="System.Xml" />
  62. <Reference Include="System.Core" />
  63. <Reference Include="System.Xml.Linq" />
  64. <Reference Include="System.Drawing" />
  65. <Reference Include="MonoMac" />
  66. </ItemGroup>
  67. <ItemGroup>
  68. <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
  69. <Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
  70. <Name>MonoGame.Framework.MacOS</Name>
  71. </ProjectReference>
  72. <ProjectReference Include="..\..\ThirdParty\Lidgren.Network\Lidgren.Network.MacOS.csproj">
  73. <Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
  74. <Name>Lidgren.Network.MacOS</Name>
  75. </ProjectReference>
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Compile Include="Main.cs" />
  79. <Compile Include="Properties\AssemblyInfo.cs" />
  80. <Compile Include="ShaderTest.cs" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <None Include="Info.plist" />
  84. </ItemGroup>
  85. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  86. <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
  87. <ItemGroup>
  88. <Folder Include="Content\" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <Content Include="Content\effects\Bevels.xnb" />
  92. <Content Include="Content\effects\BlackOut.xnb" />
  93. <Content Include="Content\effects\ColorFlip.xnb" />
  94. <Content Include="Content\effects\Grayscale.xnb" />
  95. <Content Include="Content\effects\HighContrast.xnb" />
  96. <Content Include="Content\effects\Invert.xnb" />
  97. <Content Include="Content\effects\NoEffect.xnb" />
  98. <Content Include="Content\effects\RainbowH.xnb" />
  99. <Content Include="Content\images\bg5.xnb" />
  100. <Content Include="Content\images\surge.xnb" />
  101. </ItemGroup>
  102. </Project>