mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Update HintPath for taglib-sharp.dll
- Use $(Configuration) instead of Release in path and add net47 - Allows straight forward initial building in Debug configuration
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="taglib-sharp, Version=2.0.4.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\bin\Release\taglib-sharp.dll</HintPath>
|
||||
<HintPath>..\bin\$(Configuration)\net47\taglib-sharp.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user