|
@@ -0,0 +1,61 @@
|
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
+ <PropertyGroup>
|
|
|
|
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
+ <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
|
|
|
+ <ProductVersion>10.0.0</ProductVersion>
|
|
|
|
+ <SchemaVersion>2.0</SchemaVersion>
|
|
|
|
+ <ProjectGuid>{E251B0C1-ED74-4210-A0D5-9E4710FEA61F}</ProjectGuid>
|
|
|
|
+ <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
+ <OutputType>Exe</OutputType>
|
|
|
|
+ <RootNamespace>GamePadTest</RootNamespace>
|
|
|
|
+ <AssemblyName>GamePadTest</AssemblyName>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
|
+ <DebugType>full</DebugType>
|
|
|
|
+ <Optimize>false</Optimize>
|
|
|
|
+ <OutputPath>bin\Debug</OutputPath>
|
|
|
|
+ <DefineConstants>DEBUG;</DefineConstants>
|
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
|
+ <PlatformTarget>x86</PlatformTarget>
|
|
|
|
+ <ConsolePause>false</ConsolePause>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
|
|
+ <DebugType>none</DebugType>
|
|
|
|
+ <Optimize>false</Optimize>
|
|
|
|
+ <OutputPath>bin\Release</OutputPath>
|
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
|
+ <PlatformTarget>x86</PlatformTarget>
|
|
|
|
+ <ConsolePause>false</ConsolePause>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <Reference Include="System" />
|
|
|
|
+ <Reference Include="System.Xml" />
|
|
|
|
+ <Reference Include="System.Core" />
|
|
|
|
+ <Reference Include="System.Xml.Linq" />
|
|
|
|
+ <Reference Include="System.Drawing" />
|
|
|
|
+ <Reference Include="MonoMac" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <None Include="Info.plist" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
+ <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <ProjectReference Include="..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
|
|
|
|
+ <Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
|
|
|
|
+ <Name>MonoGame.Framework.MacOS</Name>
|
|
|
|
+ </ProjectReference>
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <Compile Include="Program.cs" />
|
|
|
|
+ <Compile Include="Game1.cs" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <Content Include="Content\fntStandard.xnb" />
|
|
|
|
+ <Content Include="Content\UiCursor.xnb" />
|
|
|
|
+ </ItemGroup>
|
|
|
|
+</Project>
|