Skip to content

Latest commit

 

History

History

Source

Something about build and deploy

System requirements

  • Windows 10 version 1803 or higher
  • Visual Studio 2017 with Windows 10 SDK 10.0.17134
  • Please enable dev mode in system settings

Fix the missing files

You may notice that, there're something missed in the solution:

The excluded.cs

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.

The Store Key and Temporary Key in the solution

These files are created by Visual Studio for store upload, just ignore them.

taglib-sharp

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.