|
17 | 17 | <DebugSymbols>true</DebugSymbols> |
18 | 18 | <DebugType>full</DebugType> |
19 | 19 | <Optimize>false</Optimize> |
20 | | - <OutputPath>..\LiveSplit\LiveSplit\bin\Debug\Components\</OutputPath> |
| 20 | + <OutputPath>..\..\bin\Debug\Components\</OutputPath> |
21 | 21 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
22 | 22 | <ErrorReport>prompt</ErrorReport> |
23 | 23 | <WarningLevel>4</WarningLevel> |
24 | 24 | </PropertyGroup> |
25 | 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
26 | 26 | <DebugType>pdbonly</DebugType> |
27 | 27 | <Optimize>true</Optimize> |
28 | | - <OutputPath>bin\Release\</OutputPath> |
| 28 | + <OutputPath>..\..\bin\Release\Components\</OutputPath> |
29 | 29 | <DefineConstants>TRACE</DefineConstants> |
30 | 30 | <ErrorReport>prompt</ErrorReport> |
31 | 31 | <WarningLevel>4</WarningLevel> |
|
37 | 37 | <Reference Include="DarkUI, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
38 | 38 | <HintPath>packages\DarkUI.2.0.0\lib\DarkUI.dll</HintPath> |
39 | 39 | </Reference> |
40 | | - <Reference Include="LiveSplit.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
41 | | - <SpecificVersion>False</SpecificVersion> |
42 | | - <HintPath>..\LiveSplit\LiveSplit\bin\Debug\LiveSplit.Core.dll</HintPath> |
| 40 | + <Reference Include="LiveSplit.Core"> |
| 41 | + <HintPath>..\..\bin\Debug\LiveSplit.Core.dll</HintPath> |
43 | 42 | </Reference> |
44 | 43 | <Reference Include="System" /> |
45 | 44 | <Reference Include="System.Core" /> |
|
52 | 51 | <Reference Include="System.Net.Http" /> |
53 | 52 | <Reference Include="System.Xml" /> |
54 | 53 | <Reference Include="UpdateManager"> |
55 | | - <HintPath>..\LiveSplit\LiveSplit\bin\Debug\UpdateManager.dll</HintPath> |
| 54 | + <HintPath>..\..\bin\Debug\UpdateManager.dll</HintPath> |
56 | 55 | </Reference> |
57 | 56 | </ItemGroup> |
58 | 57 | <ItemGroup> |
|
0 commit comments