|
@@ -1,4 +1,4 @@
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
|
|
<PropertyGroup>
|
|
<PropertyGroup>
|
|
<ProjectGuid>{B3DD03E0-4DEC-45A0-A481-2CF90A51C516}</ProjectGuid>
|
|
<ProjectGuid>{B3DD03E0-4DEC-45A0-A481-2CF90A51C516}</ProjectGuid>
|
|
@@ -9,6 +9,8 @@
|
|
<AssemblyName>RenderTarget2D</AssemblyName>
|
|
<AssemblyName>RenderTarget2D</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
+ <ProductVersion>10.0.0</ProductVersion>
|
|
|
|
+ <SchemaVersion>2.0</SchemaVersion>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Platform)' == 'x86' ">
|
|
<PropertyGroup Condition=" '$(Platform)' == 'x86' ">
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
@@ -29,6 +31,12 @@
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
|
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
|
+ </PropertyGroup>
|
|
|
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
|
+ </PropertyGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core">
|
|
<Reference Include="System.Core">
|
|
@@ -44,19 +52,6 @@
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
- <ItemGroup>
|
|
|
|
- <ProjectReference Include="..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.Windows.csproj">
|
|
|
|
- <Project>{7DE47032-A904-4C29-BD22-2D235E8D91BA}</Project>
|
|
|
|
- <Name>MonoGame.Framework.Windows</Name>
|
|
|
|
- </ProjectReference>
|
|
|
|
- <ProjectReference Include="..\..\..\..\MonoGame\ThirdParty\Lidgren.Network\Lidgren.Network.Windows.csproj">
|
|
|
|
- <Project>{AE483C29-042E-4226-BA52-D247CE7676DA}</Project>
|
|
|
|
- <Name>Lidgren.Network.Windows</Name>
|
|
|
|
- </ProjectReference>
|
|
|
|
- </ItemGroup>
|
|
|
|
- <ItemGroup>
|
|
|
|
- <Folder Include="Content" />
|
|
|
|
- </ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="..\..\MacOS\RenderTarget2DSample\Content\MooTheMerciless.xnb">
|
|
<Content Include="..\..\MacOS\RenderTarget2DSample\Content\MooTheMerciless.xnb">
|
|
<Link>Content\MooTheMerciless.xnb</Link>
|
|
<Link>Content\MooTheMerciless.xnb</Link>
|