Ignore:
Timestamp:
Apr 2, 2015, 9:16:34 PM (10 years ago)
Author:
alloc
Message:

A11 preps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj

    r213 r224  
    22<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    33  <PropertyGroup>
    4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     4    <Configuration Condition=" '$(Configuration)' == '' ">Release</Configuration>
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    66    <ProductVersion>10.0.0</ProductVersion>
     
    1212    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1313  </PropertyGroup>
    14   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    15     <DebugSymbols>true</DebugSymbols>
    16     <DebugType>full</DebugType>
    17     <Optimize>false</Optimize>
    18     <OutputPath>..\bin\Debug</OutputPath>
    19     <DefineConstants>DEBUG;</DefineConstants>
    20     <ErrorReport>prompt</ErrorReport>
    21     <WarningLevel>4</WarningLevel>
    22     <ConsolePause>false</ConsolePause>
    23   </PropertyGroup>
    2414  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    2515    <DebugType>none</DebugType>
    2616    <Optimize>true</Optimize>
    27     <OutputPath>..\bin\Release</OutputPath>
     17    <OutputPath>..\bin\7DaysToDie_Data\Managed</OutputPath>
    2818    <ErrorReport>prompt</ErrorReport>
    2919    <WarningLevel>4</WarningLevel>
     
    3323    <DebugType>none</DebugType>
    3424    <Optimize>true</Optimize>
    35     <OutputPath>..\bin\Release</OutputPath>
     25    <OutputPath>..\bin\7DaysToDie_Data\Managed</OutputPath>
    3626    <ErrorReport>prompt</ErrorReport>
    3727    <WarningLevel>4</WarningLevel>
     
    6050      <HintPath>..\7dtd-binaries\LogLibrary.dll</HintPath>
    6151    </Reference>
     52    <Reference Include="mscorlib">
     53      <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath>
     54    </Reference>
    6255    <Reference Include="Assembly-CSharp">
    6356      <HintPath>..\7dtd-binaries\Assembly-CSharp.dll</HintPath>
     
    6760    <Compile Include="src\AssemblyInfo.cs" />
    6861    <Compile Include="src\AllocsLogFunctions.cs" />
    69     <Compile Include="src\AdminToolsStuff.cs" />
    7062    <Compile Include="src\PlayerDataStuff.cs" />
    7163    <Compile Include="src\CommandExtensions.cs" />
    7264    <Compile Include="src\CommonMappingFunctions.cs" />
    73     <Compile Include="src\MapRendering\MapRendering.cs" />
    74     <Compile Include="src\MapRendering\MapRenderBlockBuffer.cs" />
    75     <Compile Include="src\MapRendering\Constants.cs" />
    76     <Compile Include="src\CustomCommands\GetTime.cs" />
    77     <Compile Include="src\CustomCommands\GetGamePrefs.cs" />
    78     <Compile Include="src\CustomCommands\SayToPlayer.cs" />
    79     <Compile Include="src\CustomCommands\SetTimeReal.cs" />
    80     <Compile Include="src\CustomCommands\ShowInventory.cs" />
    81     <Compile Include="src\CustomCommands\PrivateMassageConnections.cs" />
    82     <Compile Include="src\CustomCommands\Reply.cs" />
    83     <Compile Include="src\CustomCommands\Kill.cs" />
    84     <Compile Include="src\CustomCommands\ListLandProtection.cs" />
    85     <Compile Include="src\CustomCommands\RemoveLandProtection.cs" />
    86     <Compile Include="src\CustomCommands\Version.cs" />
    87     <Compile Include="src\CustomCommands\RenderMap.cs" />
    88     <Compile Include="src\CustomCommands\Give.cs" />
    89     <Compile Include="src\CustomCommands\ListItems.cs" />
    9065    <Compile Include="src\NetConnections\ConsoleOutputSeparator.cs" />
    9166    <Compile Include="src\NetConnections\NetTelnetServer.cs" />
     
    9469    <Compile Include="src\NetConnections\Servers\Telnet\Telnet.cs" />
    9570    <Compile Include="src\NetConnections\Servers\Telnet\TelnetConnection.cs" />
    96     <Compile Include="src\NetConnections\Servers\Web\Web.cs" />
    97     <Compile Include="src\NetConnections\Servers\Web\PathHandler.cs" />
    98     <Compile Include="src\NetConnections\Servers\Web\StaticHandler.cs" />
    99     <Compile Include="src\NetConnections\Servers\Web\SimpleRedirectHandler.cs" />
    100     <Compile Include="src\NetConnections\Servers\Web\MimeType.cs" />
    101     <Compile Include="src\CustomCommands\EnableRendering.cs" />
    10271    <Compile Include="src\PersistentData\PersistentContainer.cs" />
    10372    <Compile Include="src\StateManager.cs" />
     
    10675    <Compile Include="src\PersistentData\Players.cs" />
    10776    <Compile Include="src\PersistentData\Player.cs" />
    108     <Compile Include="src\CustomCommands\ListKnownPlayers.cs" />
    109     <Compile Include="src\NetConnections\Servers\Web\ApiHandler.cs" />
    110     <Compile Include="src\NetConnections\Servers\Web\API\GetPlayersOnline.cs" />
    111     <Compile Include="src\NetConnections\Servers\Web\API\WebAPI.cs" />
    11277    <Compile Include="src\JSON\JSONNode.cs" />
    11378    <Compile Include="src\JSON\JSONArray.cs" />
     
    11681    <Compile Include="src\JSON\JSONString.cs" />
    11782    <Compile Include="src\JSON\JSONBoolean.cs" />
    118     <Compile Include="src\NetConnections\Servers\Web\API\GetPlayersLocation.cs" />
    119     <Compile Include="src\CustomCommands\TeleportPlayer.cs" />
    120     <Compile Include="src\NetConnections\Servers\Web\API\GetPlayerInventory.cs" />
    121     <Compile Include="src\NetConnections\Servers\Web\API\GetLandClaims.cs" />
    12283    <Compile Include="src\BlockingQueue.cs" />
    12384    <Compile Include="src\JSON\Parser.cs" />
    12485    <Compile Include="src\JSON\JSONNull.cs" />
    12586    <Compile Include="src\JSON\MalformedJSONException.cs" />
    126     <Compile Include="src\CustomCommands\Unban.cs" />
    12787    <Compile Include="src\ItemList.cs" />
    12888    <Compile Include="src\FileCache\AbstractCache.cs" />
     
    13090    <Compile Include="src\FileCache\SimpleCache.cs" />
    13191    <Compile Include="src\FileCache\MapTileCache.cs" />
    132     <Compile Include="src\CustomCommands\webstat.cs" />
    133     <Compile Include="src\CustomCommands\ListPlayerIds.cs" />
     92    <Compile Include="src\Mods.cs" />
     93    <Compile Include="src\ModAPI.cs" />
     94    <Compile Include="src\Version.cs" />
    13495  </ItemGroup>
    13596  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    13697  <ItemGroup>
    13798    <Folder Include="src\" />
    138     <Folder Include="src\MapRendering\" />
    13999    <Folder Include="src\CustomCommands\" />
    140100    <Folder Include="src\NetConnections\" />
    141101    <Folder Include="src\NetConnections\Servers\" />
    142102    <Folder Include="src\NetConnections\Servers\Telnet\" />
    143     <Folder Include="src\NetConnections\Servers\Web\" />
    144103    <Folder Include="src\PersistentData\" />
    145     <Folder Include="src\NetConnections\Servers\Web\API\" />
    146104    <Folder Include="src\JSON\Parser\" />
    147105    <Folder Include="src\FileCache\" />
Note: See TracChangeset for help on using the changeset viewer.