Ignore:
Timestamp:
Jul 16, 2014, 7:36:46 PM (10 years ago)
Author:
alloc
Message:

fixes

File:
1 edited

Legend:

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

    r74 r75  
    88    <ProjectGuid>{81DA7F87-1A66-4920-AADA-6EAF1971F8D0}</ProjectGuid>
    99    <OutputType>Library</OutputType>
    10     <RootNamespace>dtdserverfixes</RootNamespace>
    1110    <AssemblyName>7dtd-server-fixes</AssemblyName>
    1211  </PropertyGroup>
     
    3837    <Compile Include="src\AllocsNetTelnetServer.cs" />
    3938    <Compile Include="src\AssemblyInfo.cs" />
     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" />
    4043  </ItemGroup>
    4144  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    4245  <ItemGroup>
    4346    <Folder Include="src\" />
     47    <Folder Include="src\TelnetCommands\" />
    4448  </ItemGroup>
    4549</Project>
Note: See TracChangeset for help on using the changeset viewer.