- Timestamp:
- Jan 5, 2019, 3:21:40 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj
r330 r345 39 39 <DefineConstants>ENABLE_PROFILER</DefineConstants> 40 40 <Optimize>true</Optimize> 41 <WarningLevel>4</WarningLevel> 41 42 </PropertyGroup> 42 43 <ItemGroup> … … 76 77 <ItemGroup> 77 78 <Compile Include="src\AssemblyInfo.cs" /> 78 <Compile Include="src\AllocsLogFunctions.cs" />79 79 <Compile Include="src\LiveData\Animals.cs" /> 80 80 <Compile Include="src\LiveData\Hostiles.cs" /> 81 <Compile Include="src\PlayerDataStuff.cs" />82 81 <Compile Include="src\PersistentData\PersistentContainer.cs" /> 83 <Compile Include="src\StateManager.cs" />84 82 <Compile Include="src\PersistentData\InvItem.cs" /> 85 83 <Compile Include="src\PersistentData\Inventory.cs" /> … … 101 99 <Compile Include="src\FileCache\MapTileCache.cs" /> 102 100 <Compile Include="src\API.cs" /> 103 <Compile Include="src\ChatHookExample.cs" />104 101 <Compile Include="src\AllocsUtils.cs" /> 105 102 <Compile Include="src\LandClaimList.cs" />
Note:
See TracChangeset
for help on using the changeset viewer.