Build fix?

This commit is contained in:
Aragas 2016-09-16 18:49:36 +03:00
parent 17a385047e
commit 1cfb3da4da

View File

@ -11,7 +11,7 @@
<RootNamespace>net.Pokemon3D.Game</RootNamespace>
<AssemblyName>Pokemon</AssemblyName>
<FileAlignment>512</FileAlignment>
<MonoGamePlatform>WindowsGL</MonoGamePlatform>
<MonoGamePlatform>DesktopGL</MonoGamePlatform>
<MonoGameContentBuilderExe>
</MonoGameContentBuilderExe>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
@ -38,14 +38,14 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\WindowsGL\Debug\</OutputPath>
<OutputPath>bin\DesktopGL\Debug\</OutputPath>
<DefineConstants>DEBUG,TRACE,WINDOWS</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<OutputPath>bin\WindowsGL\Release\</OutputPath>
<OutputPath>bin\DesktopGL\Release\</OutputPath>
<DefineConstants>TRACE,WINDOWS</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
@ -1675,17 +1675,16 @@
</ItemGroup>
<ItemGroup>
<Reference Include="OpenTK">
<HintPath>$(MSBuildProgramFiles32)\MonoGame\v3.0\Assemblies\WindowsGL\OpenTK.dll</HintPath>
<HintPath>$(MSBuildProgramFiles32)\MonoGame\v3.0\Assemblies\DesktopGL\OpenTK.dll</HintPath>
</Reference>
<Reference Include="MonoGame.Framework">
<HintPath>$(MSBuildProgramFiles32)\MonoGame\v3.0\Assemblies\WindowsGL\MonoGame.Framework.dll</HintPath>
<HintPath>$(MSBuildProgramFiles32)\MonoGame\v3.0\Assemblies\DesktopGL\MonoGame.Framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.Management" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Linq" />
</ItemGroup>
<ItemGroup>
<Content Include="PokemonIcon.ico" />
@ -1716,6 +1715,7 @@
<Import Include="System.Collections.Generic" />
<Import Include="System.Diagnostics" />
<Import Include="System.Linq" />
<Import Include="System.IO" />
<Import Include="System" />
<Import Include="Microsoft.Xna.Framework" />
<Import Include="Microsoft.Xna.Framework.Graphics" />