-
Notifications
You must be signed in to change notification settings - Fork 22
/
gk_2022.sln
executable file
·61 lines (61 loc) · 3.76 KB
/
gk_2022.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34221.43
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "addpasswd", "addpasswd_2022.vcxproj", "{2C306BF0-7FBE-4136-B021-AFA258898341}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gnugk", "gk_2022.vcxproj", "{C5052DDD-FADC-4415-B235-92A9761BB21D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug as Service|Win32 = Debug as Service|Win32
Debug as Service|x64 = Debug as Service|x64
Debug|Win32 = Debug|Win32
Debug|x64 = Debug|x64
Release as Service|Win32 = Release as Service|Win32
Release as Service|x64 = Release as Service|x64
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2C306BF0-7FBE-4136-B021-AFA258898341}.Debug as Service|Win32.ActiveCfg = Debug|Win32
{2C306BF0-7FBE-4136-B021-AFA258898341}.Debug as Service|Win32.Build.0 = Debug|Win32
{2C306BF0-7FBE-4136-B021-AFA258898341}.Debug as Service|x64.ActiveCfg = Debug|x64
{2C306BF0-7FBE-4136-B021-AFA258898341}.Debug as Service|x64.Build.0 = Debug|x64
{2C306BF0-7FBE-4136-B021-AFA258898341}.Debug|Win32.ActiveCfg = Debug|Win32
{2C306BF0-7FBE-4136-B021-AFA258898341}.Debug|Win32.Build.0 = Debug|Win32
{2C306BF0-7FBE-4136-B021-AFA258898341}.Debug|x64.ActiveCfg = Debug|x64
{2C306BF0-7FBE-4136-B021-AFA258898341}.Debug|x64.Build.0 = Debug|x64
{2C306BF0-7FBE-4136-B021-AFA258898341}.Release as Service|Win32.ActiveCfg = Release|Win32
{2C306BF0-7FBE-4136-B021-AFA258898341}.Release as Service|Win32.Build.0 = Release|Win32
{2C306BF0-7FBE-4136-B021-AFA258898341}.Release as Service|x64.ActiveCfg = Release|x64
{2C306BF0-7FBE-4136-B021-AFA258898341}.Release as Service|x64.Build.0 = Release|x64
{2C306BF0-7FBE-4136-B021-AFA258898341}.Release|Win32.ActiveCfg = Release|Win32
{2C306BF0-7FBE-4136-B021-AFA258898341}.Release|Win32.Build.0 = Release|Win32
{2C306BF0-7FBE-4136-B021-AFA258898341}.Release|x64.ActiveCfg = Release|x64
{2C306BF0-7FBE-4136-B021-AFA258898341}.Release|x64.Build.0 = Release|x64
{C5052DDD-FADC-4415-B235-92A9761BB21D}.Debug as Service|Win32.ActiveCfg = Debug as Service|Win32
{C5052DDD-FADC-4415-B235-92A9761BB21D}.Debug as Service|Win32.Build.0 = Debug as Service|Win32
{C5052DDD-FADC-4415-B235-92A9761BB21D}.Debug as Service|x64.ActiveCfg = Debug as Service|x64
{C5052DDD-FADC-4415-B235-92A9761BB21D}.Debug as Service|x64.Build.0 = Debug as Service|x64
{C5052DDD-FADC-4415-B235-92A9761BB21D}.Debug|Win32.ActiveCfg = Debug|Win32
{C5052DDD-FADC-4415-B235-92A9761BB21D}.Debug|Win32.Build.0 = Debug|Win32
{C5052DDD-FADC-4415-B235-92A9761BB21D}.Debug|x64.ActiveCfg = Debug|x64
{C5052DDD-FADC-4415-B235-92A9761BB21D}.Debug|x64.Build.0 = Debug|x64
{C5052DDD-FADC-4415-B235-92A9761BB21D}.Release as Service|Win32.ActiveCfg = Release as Service|Win32
{C5052DDD-FADC-4415-B235-92A9761BB21D}.Release as Service|Win32.Build.0 = Release as Service|Win32
{C5052DDD-FADC-4415-B235-92A9761BB21D}.Release as Service|x64.ActiveCfg = Release as Service|x64
{C5052DDD-FADC-4415-B235-92A9761BB21D}.Release as Service|x64.Build.0 = Release as Service|x64
{C5052DDD-FADC-4415-B235-92A9761BB21D}.Release|Win32.ActiveCfg = Release|Win32
{C5052DDD-FADC-4415-B235-92A9761BB21D}.Release|Win32.Build.0 = Release|Win32
{C5052DDD-FADC-4415-B235-92A9761BB21D}.Release|x64.ActiveCfg = Release|x64
{C5052DDD-FADC-4415-B235-92A9761BB21D}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A0B11BD0-B954-4E28-8503-C17B17D684BF}
EndGlobalSection
EndGlobal