- Timestamp:
- Oct 28, 2015, 7:51:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj
r244 r251 1 <?xml version="1.0" encoding="utf-8"?>1 <?xml version="1.0" encoding="utf-8"?> 2 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 3 <PropertyGroup> … … 46 46 <Private>False</Private> 47 47 </Reference> 48 <Reference Include="System.Drawing"> 49 <HintPath>..\7dtd-binaries\System.Drawing.dll</HintPath> 50 <Private>False</Private> 51 </Reference> 48 52 <Reference Include="UnityEngine"> 49 53 <HintPath>..\7dtd-binaries\UnityEngine.dll</HintPath> … … 62 66 <Compile Include="src\AssemblyInfo.cs" /> 63 67 <Compile Include="src\AllocsLogFunctions.cs" /> 68 <Compile Include="src\LiveData\Animals.cs" /> 69 <Compile Include="src\LiveData\Hostiles.cs" /> 64 70 <Compile Include="src\PlayerDataStuff.cs" /> 65 71 <Compile Include="src\PersistentData\PersistentContainer.cs" /> … … 86 92 <Compile Include="src\API.cs" /> 87 93 <Compile Include="src\ChatHookExample.cs" /> 94 <Compile Include="src\PetesUtils.cs" /> 88 95 </ItemGroup> 89 96 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Note:
See TracChangeset
for help on using the changeset viewer.