- Windows 10 version 1803 or higher
- Visual Studio 2017 with Windows 10 SDK 10.0.17134
- Please enable dev mode in system settings
You may notice that, there're something missed in the solution:
This file contains following code:
namespace Aurora.Music.Core
{
public static partial class Consts
{
public const string HockeyAppID = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
public const string GraphServiceKey = "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX";
}
}
One is for app diagnostic (Hockey App), and another is for Onedrive support (Microsoft Graph Service). You can register in the associated web site and require api keys, If you don't want so, just find all references in the whole solution and comment them.
These files are created by Visual Studio for store upload, just ignore them.
The project taglib-sharp
is imported as a git submodule, run git submodule update --init
to clone the submodule.
To upgrade the submodule, run git pull
in /Source/TagLib
, then add a commit for this project.