-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathHL.Client.sln
43 lines (42 loc) · 2.31 KB
/
HL.Client.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.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HL.Client", "src\HL.Client\HL.Client.csproj", "{2DCF0DE4-A3DD-42B1-963C-ACBA826A15B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HL.Client.Example", "samples\HL.Client.Example\HL.Client.Example.csproj", "{3F1937EE-E619-4B18-AB94-DB82F5BD6189}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{828B37B1-E41C-4D49-A4CA-B7589D191F1E}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HL.Client.Test", "test\HL.Client.Test\HL.Client.Test.csproj", "{034B948C-4F82-4960-BA90-1F97F65F7D91}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2DCF0DE4-A3DD-42B1-963C-ACBA826A15B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DCF0DE4-A3DD-42B1-963C-ACBA826A15B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DCF0DE4-A3DD-42B1-963C-ACBA826A15B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DCF0DE4-A3DD-42B1-963C-ACBA826A15B5}.Release|Any CPU.Build.0 = Release|Any CPU
{3F1937EE-E619-4B18-AB94-DB82F5BD6189}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F1937EE-E619-4B18-AB94-DB82F5BD6189}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F1937EE-E619-4B18-AB94-DB82F5BD6189}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F1937EE-E619-4B18-AB94-DB82F5BD6189}.Release|Any CPU.Build.0 = Release|Any CPU
{034B948C-4F82-4960-BA90-1F97F65F7D91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{034B948C-4F82-4960-BA90-1F97F65F7D91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{034B948C-4F82-4960-BA90-1F97F65F7D91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{034B948C-4F82-4960-BA90-1F97F65F7D91}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3462F951-6A71-4A19-8E6E-3DFAF6964F39}
EndGlobalSection
EndGlobal