[73] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 3 | <PropertyGroup>
|
---|
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 6 | <ProductVersion>10.0.0</ProductVersion>
|
---|
| 7 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 8 | <ProjectGuid>{81DA7F87-1A66-4920-AADA-6EAF1971F8D0}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AssemblyName>7dtd-server-fixes</AssemblyName>
|
---|
| 11 | </PropertyGroup>
|
---|
| 12 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 13 | <DebugSymbols>true</DebugSymbols>
|
---|
| 14 | <DebugType>full</DebugType>
|
---|
| 15 | <Optimize>false</Optimize>
|
---|
| 16 | <OutputPath>bin\Debug</OutputPath>
|
---|
| 17 | <DefineConstants>DEBUG;</DefineConstants>
|
---|
| 18 | <ErrorReport>prompt</ErrorReport>
|
---|
| 19 | <WarningLevel>4</WarningLevel>
|
---|
| 20 | <ConsolePause>false</ConsolePause>
|
---|
| 21 | </PropertyGroup>
|
---|
| 22 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 23 | <DebugType>none</DebugType>
|
---|
| 24 | <Optimize>true</Optimize>
|
---|
| 25 | <OutputPath>bin\Release</OutputPath>
|
---|
| 26 | <ErrorReport>prompt</ErrorReport>
|
---|
| 27 | <WarningLevel>4</WarningLevel>
|
---|
| 28 | <ConsolePause>false</ConsolePause>
|
---|
| 29 | </PropertyGroup>
|
---|
| 30 | <ItemGroup>
|
---|
| 31 | <Reference Include="System" />
|
---|
| 32 | <Reference Include="Assembly-CSharp">
|
---|
[81] | 33 | <HintPath>..\assembly-patcher\bin\Release\Assembly-CSharp.dll</HintPath>
|
---|
[73] | 34 | </Reference>
|
---|
| 35 | </ItemGroup>
|
---|
| 36 | <ItemGroup>
|
---|
| 37 | <Compile Include="src\AllocsNetTelnetServer.cs" />
|
---|
| 38 | <Compile Include="src\AssemblyInfo.cs" />
|
---|
[75] | 39 | <Compile Include="src\AllocsTelnetConnection.cs" />
|
---|
| 40 | <Compile Include="src\TelnetCommands\GetTime.cs" />
|
---|
| 41 | <Compile Include="src\AllocsRequestToSpawnPlayer.cs" />
|
---|
| 42 | <Compile Include="src\TelnetCommands\ListPlayersExtended.cs" />
|
---|
[81] | 43 | <Compile Include="src\TelnetCommands\GetGamePrefs.cs" />
|
---|
[73] | 44 | </ItemGroup>
|
---|
| 45 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 46 | <ItemGroup>
|
---|
| 47 | <Folder Include="src\" />
|
---|
[75] | 48 | <Folder Include="src\TelnetCommands\" />
|
---|
[73] | 49 | </ItemGroup>
|
---|
| 50 | </Project>
|
---|