This repository has been archived by the owner on Apr 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWinstreak.sln
45 lines (45 loc) · 2.31 KB
/
Winstreak.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30309.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Winstreak.Cli", "Winstreak.Cli\Winstreak.Cli.csproj", "{FAED5C9B-C4D6-4D7F-9BCE-9175DA0C9877}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F46F6B8B-94A3-4925-AD54-9674C3FE445C}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
ascii.png = ascii.png
ExampleWsCliConfig.txt = ExampleWsCliConfig.txt
README.md = README.md
..\..\..\ws_github.png = ..\..\..\ws_github.png
LICENSE.txt = LICENSE.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Winstreak.Core", "Winstreak.Core\Winstreak.Core.csproj", "{CA29DB18-D7D1-4A76-ADA5-B95764A648D2}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "Winstreak.MiscHelper", "Winstreak.MiscHelper\Winstreak.MiscHelper.pyproj", "{7662B489-A9F5-410B-8DF6-ABD9BA85BC1A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FAED5C9B-C4D6-4D7F-9BCE-9175DA0C9877}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAED5C9B-C4D6-4D7F-9BCE-9175DA0C9877}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAED5C9B-C4D6-4D7F-9BCE-9175DA0C9877}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAED5C9B-C4D6-4D7F-9BCE-9175DA0C9877}.Release|Any CPU.Build.0 = Release|Any CPU
{CA29DB18-D7D1-4A76-ADA5-B95764A648D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA29DB18-D7D1-4A76-ADA5-B95764A648D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA29DB18-D7D1-4A76-ADA5-B95764A648D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA29DB18-D7D1-4A76-ADA5-B95764A648D2}.Release|Any CPU.Build.0 = Release|Any CPU
{7662B489-A9F5-410B-8DF6-ABD9BA85BC1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7662B489-A9F5-410B-8DF6-ABD9BA85BC1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {30E08C59-2DD2-435B-B3B7-DC26D8C7E54F}
EndGlobalSection
EndGlobal