- Timestamp:
- Apr 18, 2015, 4:27:57 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj
r224 r230 15 15 <DebugType>none</DebugType> 16 16 <Optimize>true</Optimize> 17 <OutputPath>..\bin\ 7DaysToDie_Data\Managed</OutputPath>17 <OutputPath>..\bin\Mods\Allocs_CommonFunc</OutputPath> 18 18 <ErrorReport>prompt</ErrorReport> 19 19 <WarningLevel>4</WarningLevel> … … 23 23 <DebugType>none</DebugType> 24 24 <Optimize>true</Optimize> 25 <OutputPath>..\bin\ 7DaysToDie_Data\Managed</OutputPath>25 <OutputPath>..\bin\Mods\Allocs_CommonFunc</OutputPath> 26 26 <ErrorReport>prompt</ErrorReport> 27 27 <WarningLevel>4</WarningLevel> … … 34 34 </PropertyGroup> 35 35 <ItemGroup> 36 <Reference Include="System" /> 36 <Reference Include="Assembly-CSharp"> 37 <HintPath>..\7dtd-binaries\Assembly-CSharp.dll</HintPath> 38 <Private>False</Private> 39 </Reference> 40 <Reference Include="mscorlib"> 41 <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath> 42 <Private>False</Private> 43 </Reference> 44 <Reference Include="System"> 45 <HintPath>..\7dtd-binaries\System.dll</HintPath> 46 <Private>False</Private> 47 </Reference> 37 48 <Reference Include="UnityEngine"> 38 49 <HintPath>..\7dtd-binaries\UnityEngine.dll</HintPath> 39 </Reference> 40 <Reference Include="EasyAntiCheat.Client"> 41 <HintPath>..\7dtd-binaries\EasyAntiCheat.Client.dll</HintPath> 42 </Reference> 43 <Reference Include="EasyAntiCheat.Server"> 44 <HintPath>..\7dtd-binaries\EasyAntiCheat.Server.dll</HintPath> 45 </Reference> 46 <Reference Include="Assembly-CSharp-firstpass"> 47 <HintPath>..\7dtd-binaries\Assembly-CSharp-firstpass.dll</HintPath> 50 <Private>False</Private> 48 51 </Reference> 49 52 <Reference Include="LogLibrary"> 50 53 <HintPath>..\7dtd-binaries\LogLibrary.dll</HintPath> 51 </Reference> 52 <Reference Include="mscorlib"> 53 <HintPath>..\7dtd-binaries\mscorlib.dll</HintPath> 54 </Reference> 55 <Reference Include="Assembly-CSharp"> 56 <HintPath>..\7dtd-binaries\Assembly-CSharp.dll</HintPath> 54 <Private>False</Private> 57 55 </Reference> 58 56 </ItemGroup> … … 61 59 <Compile Include="src\AllocsLogFunctions.cs" /> 62 60 <Compile Include="src\PlayerDataStuff.cs" /> 63 <Compile Include="src\CommandExtensions.cs" />64 <Compile Include="src\CommonMappingFunctions.cs" />65 <Compile Include="src\NetConnections\ConsoleOutputSeparator.cs" />66 <Compile Include="src\NetConnections\NetTelnetServer.cs" />67 <Compile Include="src\NetConnections\IServer.cs" />68 <Compile Include="src\NetConnections\IConnection.cs" />69 <Compile Include="src\NetConnections\Servers\Telnet\Telnet.cs" />70 <Compile Include="src\NetConnections\Servers\Telnet\TelnetConnection.cs" />71 61 <Compile Include="src\PersistentData\PersistentContainer.cs" /> 72 62 <Compile Include="src\StateManager.cs" /> … … 90 80 <Compile Include="src\FileCache\SimpleCache.cs" /> 91 81 <Compile Include="src\FileCache\MapTileCache.cs" /> 92 <Compile Include="src\Mods.cs" /> 93 <Compile Include="src\ModAPI.cs" /> 94 <Compile Include="src\Version.cs" /> 82 <Compile Include="src\API.cs" /> 95 83 </ItemGroup> 96 84 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 97 85 <ItemGroup> 98 86 <Folder Include="src\" /> 99 <Folder Include="src\CustomCommands\" />100 <Folder Include="src\NetConnections\" />101 <Folder Include="src\NetConnections\Servers\" />102 <Folder Include="src\NetConnections\Servers\Telnet\" />103 87 <Folder Include="src\PersistentData\" /> 104 88 <Folder Include="src\JSON\Parser\" /> 105 89 <Folder Include="src\FileCache\" /> 106 90 </ItemGroup> 91 <ItemGroup> 92 <None Include="ModInfo.xml"> 93 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> 94 </None> 95 </ItemGroup> 107 96 </Project>
Note:
See TracChangeset
for help on using the changeset viewer.