- Timestamp:
- Aug 26, 2014, 4:41:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj
r128 r130 9 9 <OutputType>Library</OutputType> 10 10 <AssemblyName>7dtd-server-fixes</AssemblyName> 11 <RootNamespace>AllocsFixes</RootNamespace> 11 12 </PropertyGroup> 12 13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 44 45 <Compile Include="src\AssemblyInfo.cs" /> 45 46 <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 47 <Compile Include="src\AllocsLogFunctions.cs" /> 51 <Compile Include="src\TelnetCommands\SetTimeReal.cs" />52 48 <Compile Include="src\AdminToolsStuff.cs" /> 53 <Compile Include="src\TelnetCommands\ShowInventory.cs" />54 49 <Compile Include="src\PlayerDataStuff.cs" /> 55 50 <Compile Include="src\CommandExtensions.cs" /> 56 51 <Compile Include="src\CommonMappingFunctions.cs" /> 57 52 <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" /> 69 72 </ItemGroup> 70 73 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 71 74 <ItemGroup> 72 75 <Folder Include="src\" /> 73 <Folder Include="src\TelnetCommands\" /> 76 <Folder Include="src\MapRendering\" /> 77 <Folder Include="src\CustomCommands\" /> 74 78 </ItemGroup> 75 79 </Project>
Note:
See TracChangeset
for help on using the changeset viewer.