Ignore:
Timestamp:
Aug 13, 2014, 4:52:22 PM (10 years ago)
Author:
alloc
Message:

Fixes: Changed to a single solution for both patcher + fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/7dtd-server-fixes/7dtd-server-fixes.csproj

    r114 r115  
    1414    <DebugType>full</DebugType>
    1515    <Optimize>false</Optimize>
    16     <OutputPath>bin\Debug</OutputPath>
     16    <OutputPath>..\bin\Debug</OutputPath>
    1717    <DefineConstants>DEBUG;</DefineConstants>
    1818    <ErrorReport>prompt</ErrorReport>
     
    2323    <DebugType>none</DebugType>
    2424    <Optimize>true</Optimize>
    25     <OutputPath>bin\Release</OutputPath>
     25    <OutputPath>..\bin\Release</OutputPath>
    2626    <ErrorReport>prompt</ErrorReport>
    2727    <WarningLevel>4</WarningLevel>
     
    3030  <ItemGroup>
    3131    <Reference Include="System" />
    32     <Reference Include="Assembly-CSharp">
    33       <HintPath>..\assembly-patcher\bin\Release\Assembly-CSharp.dll</HintPath>
    34     </Reference>
    3532    <Reference Include="UnityEngine">
    36       <HintPath>..\assembly-patcher\bin\Release\UnityEngine.dll</HintPath>
     33      <HintPath>..\7dtd-binaries\UnityEngine.dll</HintPath>
    3734    </Reference>
    3835    <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>
    4040    </Reference>
    4141  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.