- Timestamp:
- Jul 16, 2014, 7:36:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj
r74 r75 8 8 <ProjectGuid>{81DA7F87-1A66-4920-AADA-6EAF1971F8D0}</ProjectGuid> 9 9 <OutputType>Library</OutputType> 10 <RootNamespace>dtdserverfixes</RootNamespace>11 10 <AssemblyName>7dtd-server-fixes</AssemblyName> 12 11 </PropertyGroup> … … 38 37 <Compile Include="src\AllocsNetTelnetServer.cs" /> 39 38 <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" /> 40 43 </ItemGroup> 41 44 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 42 45 <ItemGroup> 43 46 <Folder Include="src\" /> 47 <Folder Include="src\TelnetCommands\" /> 44 48 </ItemGroup> 45 49 </Project>
Note:
See TracChangeset
for help on using the changeset viewer.