-
Notifications
You must be signed in to change notification settings - Fork 0
/
SharpHamilton.sln
43 lines (43 loc) · 2.25 KB
/
SharpHamilton.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.33423.256
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo", "src\Demo\Demo.csproj", "{22FF70C3-22F5-479D-B840-BF5C36F3AAC1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B99A2126-F24F-4843-9828-BBDD08CD8E10}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
WHY.md = WHY.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "STARLine", "src\STARLine\STARLine.csproj", "{B2BFEA5D-3909-4CA3-8F18-901E2A0D557A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleDemo", "src\Test\ConsoleDemo\ConsoleDemo.csproj", "{CE67932A-0FD8-46C5-A157-843D80F26E8D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22FF70C3-22F5-479D-B840-BF5C36F3AAC1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22FF70C3-22F5-479D-B840-BF5C36F3AAC1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22FF70C3-22F5-479D-B840-BF5C36F3AAC1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22FF70C3-22F5-479D-B840-BF5C36F3AAC1}.Release|Any CPU.Build.0 = Release|Any CPU
{B2BFEA5D-3909-4CA3-8F18-901E2A0D557A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B2BFEA5D-3909-4CA3-8F18-901E2A0D557A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B2BFEA5D-3909-4CA3-8F18-901E2A0D557A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B2BFEA5D-3909-4CA3-8F18-901E2A0D557A}.Release|Any CPU.Build.0 = Release|Any CPU
{CE67932A-0FD8-46C5-A157-843D80F26E8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE67932A-0FD8-46C5-A157-843D80F26E8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE67932A-0FD8-46C5-A157-843D80F26E8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE67932A-0FD8-46C5-A157-843D80F26E8D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {529788DE-99D0-4AF7-A4EC-C4B966361D6C}
EndGlobalSection
EndGlobal