|
@@ -1,35 +0,0 @@
|
|
-<?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>{A7A781C1-D981-43C8-9950-ECA26F3F7826}</ProjectGuid>
|
|
|
|
- <OutputType>Exe</OutputType>
|
|
|
|
- <RootNamespace>MonoGame.Tests.Linux</RootNamespace>
|
|
|
|
- <AssemblyName>MonoGame.Tests.Linux</AssemblyName>
|
|
|
|
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
|
- </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>
|
|
|
|
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
-</Project>
|
|
|