diff --git a/src/ngdp.cpp b/src/ngdp.cpp index 48639fd..b41ef00 100644 --- a/src/ngdp.cpp +++ b/src/ngdp.cpp @@ -40,6 +40,9 @@ namespace NGDP { { "wow", "World of Warcraft Retail" }, { "wowt", "World of Warcraft Test" }, { "wow_beta", "World of Warcraft Beta" }, + { "wow_classic", "World of Warcraft Classic" }, + { "wow_classic_beta", "World of Warcraft Classic Beta" }, + { "wowdemo", "World of Warcraft Demo" }, }; NGDP::NGDP(std::string const& app) diff --git a/vc13/BlizzGet.sln b/vc13/BlizzGet.sln index bd3df02..39843d2 100644 --- a/vc13/BlizzGet.sln +++ b/vc13/BlizzGet.sln @@ -1,6 +1,6 @@  Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 +# Visual Studio 14 VisualStudioVersion = 12.0.30723.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "BlizzGet", "BlizzGet.vcxproj", "{5C7B85D1-E985-4331-862E-B4864324DCB5}"