68 lines
2.8 KiB
XML
68 lines
2.8 KiB
XML
|
<?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>8.0.30703</ProductVersion>
|
||
|
<SchemaVersion>2.0</SchemaVersion>
|
||
|
<ProjectGuid>{A6516869-A2FB-4E31-85C8-2285490CB32C}</ProjectGuid>
|
||
|
<OutputType>WinExe</OutputType>
|
||
|
<RootNamespace>TrueCraft.Client.Linux</RootNamespace>
|
||
|
<AssemblyName>TrueCraft.Client.Linux</AssemblyName>
|
||
|
<TargetFrameworkVersion>v4.5</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>
|
||
|
<Commandlineparameters>127.0.0.1:25565</Commandlineparameters>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
||
|
<DebugType>full</DebugType>
|
||
|
<Optimize>true</Optimize>
|
||
|
<OutputPath>bin\Release</OutputPath>
|
||
|
<ErrorReport>prompt</ErrorReport>
|
||
|
<WarningLevel>4</WarningLevel>
|
||
|
<Externalconsole>true</Externalconsole>
|
||
|
<PlatformTarget>x86</PlatformTarget>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Client|AnyCPU' ">
|
||
|
<Optimize>false</Optimize>
|
||
|
<OutputPath>bin\Client</OutputPath>
|
||
|
<WarningLevel>4</WarningLevel>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Server|AnyCPU' ">
|
||
|
<Optimize>false</Optimize>
|
||
|
<OutputPath>bin\Server</OutputPath>
|
||
|
<WarningLevel>4</WarningLevel>
|
||
|
</PropertyGroup>
|
||
|
<ItemGroup>
|
||
|
<Reference Include="System" />
|
||
|
<Reference Include="MonoGame.Framework">
|
||
|
<HintPath>..\packages\MonoGame.Framework.Linux.3.3.0.0\lib\net40\MonoGame.Framework.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="OpenTK">
|
||
|
<HintPath>..\packages\MonoGame.Framework.Linux.3.3.0.0\lib\net40\OpenTK.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="Tao.Sdl">
|
||
|
<HintPath>..\packages\MonoGame.Framework.Linux.3.3.0.0\lib\net40\Tao.Sdl.dll</HintPath>
|
||
|
</Reference>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Compile Include="Program.cs" />
|
||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||
|
<Compile Include="TrueCraftGame.cs" />
|
||
|
</ItemGroup>
|
||
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||
|
<ItemGroup>
|
||
|
<None Include="OpenTK.dll.config" />
|
||
|
<None Include="Tao.Sdl.dll.config" />
|
||
|
<None Include="packages.config" />
|
||
|
</ItemGroup>
|
||
|
</Project>
|