source: binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj@ 111

Last change on this file since 111 was 109, checked in by alloc, 10 years ago

fixes

File size: 2.9 KB
Line 
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 <Reference Include="SteamworksManaged">
39 <HintPath>bin\Release\SteamworksManaged.dll</HintPath>
40 </Reference>
41 </ItemGroup>
42 <ItemGroup>
43 <Compile Include="src\AllocsNetTelnetServer.cs" />
44 <Compile Include="src\AssemblyInfo.cs" />
45 <Compile Include="src\AllocsTelnetConnection.cs" />
46 <Compile Include="src\TelnetCommands\GetTime.cs" />
47 <Compile Include="src\TelnetCommands\ListPlayersExtended.cs" />
48 <Compile Include="src\TelnetCommands\GetGamePrefs.cs" />
49 <Compile Include="src\TelnetCommands\SayToPlayer.cs" />
50 <Compile Include="src\AllocsLogFunctions.cs" />
51 <Compile Include="src\TelnetCommands\SetTimeReal.cs" />
52 <Compile Include="src\AdminToolsStuff.cs" />
53 <Compile Include="src\TelnetCommands\ShowInventory.cs" />
54 <Compile Include="src\PlayerDataStuff.cs" />
55 <Compile Include="src\CommandExtensions.cs" />
56 <Compile Include="src\CommonMappingFunctions.cs" />
57 <Compile Include="src\ConsoleOutputSeparator.cs" />
58 <Compile Include="src\TelnetCommands\PrivateMassageConnections.cs" />
59 <Compile Include="src\TelnetCommands\Reply.cs" />
60 <Compile Include="src\TelnetCommands\Kill.cs" />
61 </ItemGroup>
62 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
63 <ItemGroup>
64 <Folder Include="src\" />
65 <Folder Include="src\TelnetCommands\" />
66 </ItemGroup>
67</Project>
Note: See TracBrowser for help on using the repository browser.