Challonge Drivers + Path fix

This commit is contained in:
2019-05-29 02:32:25 +02:00
parent 959b3e922a
commit 9b148fa571
3 changed files with 1 additions and 7 deletions

View File

@@ -22,12 +22,6 @@
<ProjectReference Include="..\LaDOSE.Service\LaDOSE.Business.csproj" /> <ProjectReference Include="..\LaDOSE.Service\LaDOSE.Business.csproj" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Reference Include="ChallongeCSharpDriver">
<HintPath>..\..\..\..\..\Project\LaDOSE\LaDOSE\Library\ChallongeCSharpDriver.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup> <ItemGroup>
<Content Update="appsettings.json"> <Content Update="appsettings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory> <CopyToOutputDirectory>Always</CopyToOutputDirectory>

View File

@@ -12,7 +12,7 @@
<ItemGroup> <ItemGroup>
<Reference Include="ChallongeCSharpDriver"> <Reference Include="ChallongeCSharpDriver">
<HintPath>..\..\..\..\..\Project\LaDOSE\LaDOSE\Library\ChallongeCSharpDriver.dll</HintPath> <HintPath>..\Libraries\ChallongeCSharpDriver.dll</HintPath>
</Reference> </Reference>
</ItemGroup> </ItemGroup>