Skip to content

Commit

Permalink
references to LiveSplit fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
steto-scope committed Mar 21, 2020
1 parent 42d983b commit addbd05
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions LiveSplit.Racetime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\LiveSplit\LiveSplit\bin\Debug\Components\</OutputPath>
<OutputPath>..\..\bin\Debug\Components\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>..\..\bin\Release\Components\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand All @@ -37,9 +37,8 @@
<Reference Include="DarkUI, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\DarkUI.2.0.0\lib\DarkUI.dll</HintPath>
</Reference>
<Reference Include="LiveSplit.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\LiveSplit\LiveSplit\bin\Debug\LiveSplit.Core.dll</HintPath>
<Reference Include="LiveSplit.Core">
<HintPath>..\..\bin\Debug\LiveSplit.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand All @@ -52,7 +51,7 @@
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="UpdateManager">
<HintPath>..\LiveSplit\LiveSplit\bin\Debug\UpdateManager.dll</HintPath>
<HintPath>..\..\bin\Debug\UpdateManager.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit addbd05

Please sign in to comment.