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">
|
---|
33 | <HintPath>..\assembly-patcher\bin\Release\Assembly-CSharp.dll</HintPath>
|
---|
34 | </Reference>
|
---|
35 | <Reference Include="UnityEngine">
|
---|
36 | <HintPath>..\assembly-patcher\bin\Release\UnityEngine.dll</HintPath>
|
---|
37 | </Reference>
|
---|
38 | </ItemGroup>
|
---|
39 | <ItemGroup>
|
---|
40 | <Compile Include="src\AllocsNetTelnetServer.cs" />
|
---|
41 | <Compile Include="src\AssemblyInfo.cs" />
|
---|
42 | <Compile Include="src\AllocsTelnetConnection.cs" />
|
---|
43 | <Compile Include="src\TelnetCommands\GetTime.cs" />
|
---|
44 | <Compile Include="src\TelnetCommands\ListPlayersExtended.cs" />
|
---|
45 | <Compile Include="src\TelnetCommands\GetGamePrefs.cs" />
|
---|
46 | <Compile Include="src\TelnetCommands\SayToPlayer.cs" />
|
---|
47 | <Compile Include="src\AllocsLogFunctions.cs" />
|
---|
48 | <Compile Include="src\TelnetCommands\SetTimeReal.cs" />
|
---|
49 | <Compile Include="src\AdminToolsStuff.cs" />
|
---|
50 | <Compile Include="src\TelnetCommands\ShowInventory.cs" />
|
---|
51 | <Compile Include="src\PlayerDataStuff.cs" />
|
---|
52 | <Compile Include="src\CommandExtensions.cs" />
|
---|
53 | </ItemGroup>
|
---|
54 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
55 | <ItemGroup>
|
---|
56 | <Folder Include="src\" />
|
---|
57 | <Folder Include="src\TelnetCommands\" />
|
---|
58 | </ItemGroup>
|
---|
59 | </Project>
|
---|