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 1
1
2
2
Microsoft 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
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
6
Project ("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}" ) = "example" , "example.vcxproj" , "{3E584710-D844-49E5-9938-B4EFA4928B17}"
7
7
EndProject
8
8
Global
9
9
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
10
- Debug| x64 = Debug| x64
11
- Debug| x86 = Debug| x86
12
10
Release| x64 = Release| x64
13
11
Release| x86 = Release| x86
14
12
EndGlobalSection
15
13
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
20
14
{3E584710-D844-49E5-9938-B4EFA4928B17} .Release| x64 .ActiveCfg = Release| x64
21
15
{3E584710-D844-49E5-9938-B4EFA4928B17} .Release| x64 .Build .0 = Release| x64
22
16
{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;
16
16
// Please watch tutorial HERE
17
17
std::string name = skCrypt(" name" ).decrypt();
18
18
std::string ownerid = skCrypt(" ownerid" ).decrypt();
19
- std::string secret = skCrypt(" secret" ).decrypt();
20
19
std::string version = skCrypt(" 1.0" ).decrypt();
21
20
std::string url = skCrypt(" https://keyauth.win/api/1.3/" ).decrypt(); // change if using KeyAuth custom domains feature
22
21
std::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