- Timestamp:
- Aug 13, 2014, 4:52:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj
r114 r115 14 14 <DebugType>full</DebugType> 15 15 <Optimize>false</Optimize> 16 <OutputPath> bin\Debug</OutputPath>16 <OutputPath>..\bin\Debug</OutputPath> 17 17 <DefineConstants>DEBUG;</DefineConstants> 18 18 <ErrorReport>prompt</ErrorReport> … … 23 23 <DebugType>none</DebugType> 24 24 <Optimize>true</Optimize> 25 <OutputPath> bin\Release</OutputPath>25 <OutputPath>..\bin\Release</OutputPath> 26 26 <ErrorReport>prompt</ErrorReport> 27 27 <WarningLevel>4</WarningLevel> … … 30 30 <ItemGroup> 31 31 <Reference Include="System" /> 32 <Reference Include="Assembly-CSharp">33 <HintPath>..\assembly-patcher\bin\Release\Assembly-CSharp.dll</HintPath>34 </Reference>35 32 <Reference Include="UnityEngine"> 36 <HintPath>..\ assembly-patcher\bin\Release\UnityEngine.dll</HintPath>33 <HintPath>..\7dtd-binaries\UnityEngine.dll</HintPath> 37 34 </Reference> 38 35 <Reference Include="SteamworksManaged"> 39 <HintPath>bin\Release\SteamworksManaged.dll</HintPath> 36 <HintPath>..\7dtd-binaries\SteamworksManaged.dll</HintPath> 37 </Reference> 38 <Reference Include="Assembly-CSharp"> 39 <HintPath>..\7dtd-binaries\Assembly-CSharp.deobf.dll</HintPath> 40 40 </Reference> 41 41 </ItemGroup>
Note:
See TracChangeset
for help on using the changeset viewer.