File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 11
22Microsoft Visual Studio Solution File, Format Version 12.00
3- # Visual Studio Version 16
4- VisualStudioVersion = 16.0.31624.102
3+ # Visual Studio Version 17
4+ VisualStudioVersion = 17.6.33815.320
55MinimumVisualStudioVersion = 10.0.40219.1
66Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "example" , "example.vcxproj" , "{3E584710-D844-49E5-9938-B4EFA4928B17}"
77EndProject
88Global
99 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
10- Debug| x64 = Debug| x64
11- Debug| x86 = Debug| x86
1210 Release| x64 = Release| x64
1311 Release| x86 = Release| x86
1412 EndGlobalSection
1513 GlobalSection (ProjectConfigurationPlatforms ) = postSolution
16- {3E584710-D844-49E5-9938-B4EFA4928B17} .Debug| x64 .ActiveCfg = Debug| x64
17- {3E584710-D844-49E5-9938-B4EFA4928B17} .Debug| x64 .Build .0 = Debug| x64
18- {3E584710-D844-49E5-9938-B4EFA4928B17} .Debug| x86 .ActiveCfg = Debug| Win32
19- {3E584710-D844-49E5-9938-B4EFA4928B17} .Debug| x86 .Build .0 = Debug| Win32
2014 {3E584710-D844-49E5-9938-B4EFA4928B17} .Release| x64 .ActiveCfg = Release| x64
2115 {3E584710-D844-49E5-9938-B4EFA4928B17} .Release| x64 .Build .0 = Release| x64
2216 {3E584710-D844-49E5-9938-B4EFA4928B17} .Release| x86 .ActiveCfg = Release| Win32
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ using namespace KeyAuth;
1616// Please watch tutorial HERE
1717std::string name = skCrypt(" name" ).decrypt();
1818std::string ownerid = skCrypt(" ownerid" ).decrypt();
19- std::string secret = skCrypt(" secret" ).decrypt();
2019std::string version = skCrypt(" 1.0" ).decrypt();
2120std::string url = skCrypt(" https://keyauth.win/api/1.3/" ).decrypt(); // change if using KeyAuth custom domains feature
2221std::string path = skCrypt(" " ).decrypt(); // optional, set a path if you're using the token validation setting
You can’t perform that action at this time.
0 commit comments