Skip to content

Commit addbd05

Browse files
committed
references to LiveSplit fixed
1 parent 42d983b commit addbd05

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

LiveSplit.Racetime.csproj

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
<DebugSymbols>true</DebugSymbols>
1818
<DebugType>full</DebugType>
1919
<Optimize>false</Optimize>
20-
<OutputPath>..\LiveSplit\LiveSplit\bin\Debug\Components\</OutputPath>
20+
<OutputPath>..\..\bin\Debug\Components\</OutputPath>
2121
<DefineConstants>DEBUG;TRACE</DefineConstants>
2222
<ErrorReport>prompt</ErrorReport>
2323
<WarningLevel>4</WarningLevel>
2424
</PropertyGroup>
2525
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2626
<DebugType>pdbonly</DebugType>
2727
<Optimize>true</Optimize>
28-
<OutputPath>bin\Release\</OutputPath>
28+
<OutputPath>..\..\bin\Release\Components\</OutputPath>
2929
<DefineConstants>TRACE</DefineConstants>
3030
<ErrorReport>prompt</ErrorReport>
3131
<WarningLevel>4</WarningLevel>
@@ -37,9 +37,8 @@
3737
<Reference Include="DarkUI, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
3838
<HintPath>packages\DarkUI.2.0.0\lib\DarkUI.dll</HintPath>
3939
</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>
4342
</Reference>
4443
<Reference Include="System" />
4544
<Reference Include="System.Core" />
@@ -52,7 +51,7 @@
5251
<Reference Include="System.Net.Http" />
5352
<Reference Include="System.Xml" />
5453
<Reference Include="UpdateManager">
55-
<HintPath>..\LiveSplit\LiveSplit\bin\Debug\UpdateManager.dll</HintPath>
54+
<HintPath>..\..\bin\Debug\UpdateManager.dll</HintPath>
5655
</Reference>
5756
</ItemGroup>
5857
<ItemGroup>

0 commit comments

Comments
 (0)