-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathlauncher-csharp.sln
48 lines (48 loc) · 2.76 KB
/
launcher-csharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32526.322
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "launcher-csharp", "launcher-csharp\launcher-csharp.csproj", "{F6F2A6AC-A907-45EB-BE75-849E2B89E52E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JWT-Console", "JWT-Console\JWT-Console.csproj", "{0AD8FDB1-0A5F-4413-852C-49DD0217BBD0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Quick_ACG", "Quick_ACG\Quick_ACG.csproj", "{38D6B7E2-7576-4D6D-AAEF-D8167051F2B0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DB51B51C-3F00-413F-B0FA-1B933BA50D22}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "launcher-csharp.Tests", "launcher-csharp.Tests\launcher-csharp.Tests.csproj", "{431C1520-FA9A-4B94-8E41-758EB90B8CC4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F6F2A6AC-A907-45EB-BE75-849E2B89E52E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6F2A6AC-A907-45EB-BE75-849E2B89E52E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6F2A6AC-A907-45EB-BE75-849E2B89E52E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6F2A6AC-A907-45EB-BE75-849E2B89E52E}.Release|Any CPU.Build.0 = Release|Any CPU
{0AD8FDB1-0A5F-4413-852C-49DD0217BBD0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AD8FDB1-0A5F-4413-852C-49DD0217BBD0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AD8FDB1-0A5F-4413-852C-49DD0217BBD0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AD8FDB1-0A5F-4413-852C-49DD0217BBD0}.Release|Any CPU.Build.0 = Release|Any CPU
{38D6B7E2-7576-4D6D-AAEF-D8167051F2B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38D6B7E2-7576-4D6D-AAEF-D8167051F2B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38D6B7E2-7576-4D6D-AAEF-D8167051F2B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38D6B7E2-7576-4D6D-AAEF-D8167051F2B0}.Release|Any CPU.Build.0 = Release|Any CPU
{431C1520-FA9A-4B94-8E41-758EB90B8CC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{431C1520-FA9A-4B94-8E41-758EB90B8CC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{431C1520-FA9A-4B94-8E41-758EB90B8CC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{431C1520-FA9A-4B94-8E41-758EB90B8CC4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4D55DE36-4AC1-4E20-8A32-D56A8EF4839C}
EndGlobalSection
EndGlobal