|
@@ -0,0 +1,78 @@
|
|
|
+<?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)' == '' ">AnyCPU</Platform>
|
|
|
+ <ProductVersion>10.0.0</ProductVersion>
|
|
|
+ <SchemaVersion>2.0</SchemaVersion>
|
|
|
+ <ProjectGuid>{EA7CF275-795B-4385-80AA-C41DA3B9B0F9}</ProjectGuid>
|
|
|
+ <OutputType>Exe</OutputType>
|
|
|
+ <RootNamespace>GooCursor</RootNamespace>
|
|
|
+ <AssemblyName>GooCursor</AssemblyName>
|
|
|
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
+ <DebugSymbols>true</DebugSymbols>
|
|
|
+ <DebugType>full</DebugType>
|
|
|
+ <Optimize>false</Optimize>
|
|
|
+ <OutputPath>bin\Debug</OutputPath>
|
|
|
+ <DefineConstants>DEBUG</DefineConstants>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <ConsolePause>false</ConsolePause>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
+ <DebugType>none</DebugType>
|
|
|
+ <Optimize>false</Optimize>
|
|
|
+ <OutputPath>bin\Release</OutputPath>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ <ConsolePause>false</ConsolePause>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
+ <ItemGroup>
|
|
|
+ <Reference Include="System" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ProjectReference Include="..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.Linux.csproj">
|
|
|
+ <Project>{35253CE1-C864-4CD3-8249-4D1319748E8F}</Project>
|
|
|
+ <Name>MonoGame.Framework.Linux</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Compile Include="..\..\MacOS\GooCursor\Cursor.cs">
|
|
|
+ <Link>Cursor.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\..\MacOS\GooCursor\Game1.cs">
|
|
|
+ <Link>Game1.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="Program.cs" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="..\..\MacOS\GooCursor\Game.ico">
|
|
|
+ <Link>Game.ico</Link>
|
|
|
+ </None>
|
|
|
+ <None Include="..\..\MacOS\GooCursor\GameThumbnail.png">
|
|
|
+ <Link>GameThumbnail.png</Link>
|
|
|
+ </None>
|
|
|
+ <None Include="..\..\MacOS\GooCursor\Readme.md">
|
|
|
+ <Link>Readme.md</Link>
|
|
|
+ </None>
|
|
|
+ <None Include="..\..\MacOS\GooCursor\Content\SimpleFont.spritefont">
|
|
|
+ <Link>Content\SimpleFont.spritefont</Link>
|
|
|
+ </None>
|
|
|
+ <None Include="..\..\MacOS\GooCursor\Content\cursor.bmp">
|
|
|
+ <Link>Content\cursor.bmp</Link>
|
|
|
+ </None>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Content Include="..\..\MacOS\GooCursor\Content\SimpleFont.xnb">
|
|
|
+ <Link>Content\SimpleFont.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ <Content Include="..\..\MacOS\GooCursor\Content\cursor.xnb">
|
|
|
+ <Link>Content\cursor.xnb</Link>
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
+ </Content>
|
|
|
+ </ItemGroup>
|
|
|
+</Project>
|