Ignore:
Timestamp:
Aug 26, 2014, 4:41:47 PM (10 years ago)
Author:
alloc
Message:

Fixes

File:
1 edited

Legend:

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

    r128 r130  
    99    <OutputType>Library</OutputType>
    1010    <AssemblyName>7dtd-server-fixes</AssemblyName>
     11    <RootNamespace>AllocsFixes</RootNamespace>
    1112  </PropertyGroup>
    1213  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    4445    <Compile Include="src\AssemblyInfo.cs" />
    4546    <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" />
    5047    <Compile Include="src\AllocsLogFunctions.cs" />
    51     <Compile Include="src\TelnetCommands\SetTimeReal.cs" />
    5248    <Compile Include="src\AdminToolsStuff.cs" />
    53     <Compile Include="src\TelnetCommands\ShowInventory.cs" />
    5449    <Compile Include="src\PlayerDataStuff.cs" />
    5550    <Compile Include="src\CommandExtensions.cs" />
    5651    <Compile Include="src\CommonMappingFunctions.cs" />
    5752    <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     <Compile Include="src\TelnetCommands\ListLandProtection.cs" />
    62     <Compile Include="src\TelnetCommands\RemoveLandProtection.cs" />
    63     <Compile Include="src\TelnetCommands\Version.cs" />
    64     <Compile Include="src\TelnetCommands\RenderMap.cs" />
    65     <Compile Include="src\TelnetCommands\CreativeMenu.cs" />
    66     <Compile Include="src\TelnetCommands\Give.cs" />
    67     <Compile Include="src\TelnetCommands\ListItems.cs" />
    68     <Compile Include="src\MapRendering.cs" />
     53    <Compile Include="src\MapRendering\MapRendering.cs" />
     54    <Compile Include="src\MapRendering\MapRenderBlockBuffer.cs" />
     55    <Compile Include="src\MapRendering\Constants.cs" />
     56    <Compile Include="src\CustomCommands\GetTime.cs" />
     57    <Compile Include="src\CustomCommands\ListPlayersExtended.cs" />
     58    <Compile Include="src\CustomCommands\GetGamePrefs.cs" />
     59    <Compile Include="src\CustomCommands\SayToPlayer.cs" />
     60    <Compile Include="src\CustomCommands\SetTimeReal.cs" />
     61    <Compile Include="src\CustomCommands\ShowInventory.cs" />
     62    <Compile Include="src\CustomCommands\PrivateMassageConnections.cs" />
     63    <Compile Include="src\CustomCommands\Reply.cs" />
     64    <Compile Include="src\CustomCommands\Kill.cs" />
     65    <Compile Include="src\CustomCommands\ListLandProtection.cs" />
     66    <Compile Include="src\CustomCommands\RemoveLandProtection.cs" />
     67    <Compile Include="src\CustomCommands\Version.cs" />
     68    <Compile Include="src\CustomCommands\RenderMap.cs" />
     69    <Compile Include="src\CustomCommands\CreativeMenu.cs" />
     70    <Compile Include="src\CustomCommands\Give.cs" />
     71    <Compile Include="src\CustomCommands\ListItems.cs" />
    6972  </ItemGroup>
    7073  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    7174  <ItemGroup>
    7275    <Folder Include="src\" />
    73     <Folder Include="src\TelnetCommands\" />
     76    <Folder Include="src\MapRendering\" />
     77    <Folder Include="src\CustomCommands\" />
    7478  </ItemGroup>
    7579</Project>
Note: See TracChangeset for help on using the changeset viewer.