-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathApi-Examples-Dotnet.sln
47 lines (47 loc) · 2.5 KB
/
Api-Examples-Dotnet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32825.248
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TickBars", "TickBars\TickBars.csproj", "{66F7A2E1-C82D-4764-99C9-54D9F20158AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Shared", "Shared\Shared.csproj", "{EC9E460C-8CE7-4712-9C0F-F5FD29A76E31}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StaticData", "StaticData\StaticData.csproj", "{74395987-8564-4B96-B867-9392CCA24088}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "$", "$", "{AA059617-9D86-4D50-9AB3-A1DE54AE854E}"
ProjectSection(SolutionItems) = preProject
config.json = config.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{66F7A2E1-C82D-4764-99C9-54D9F20158AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66F7A2E1-C82D-4764-99C9-54D9F20158AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66F7A2E1-C82D-4764-99C9-54D9F20158AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66F7A2E1-C82D-4764-99C9-54D9F20158AE}.Release|Any CPU.Build.0 = Release|Any CPU
{EC9E460C-8CE7-4712-9C0F-F5FD29A76E31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC9E460C-8CE7-4712-9C0F-F5FD29A76E31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC9E460C-8CE7-4712-9C0F-F5FD29A76E31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC9E460C-8CE7-4712-9C0F-F5FD29A76E31}.Release|Any CPU.Build.0 = Release|Any CPU
{74395987-8564-4B96-B867-9392CCA24088}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{74395987-8564-4B96-B867-9392CCA24088}.Debug|Any CPU.Build.0 = Debug|Any CPU
{74395987-8564-4B96-B867-9392CCA24088}.Release|Any CPU.ActiveCfg = Release|Any CPU
{74395987-8564-4B96-B867-9392CCA24088}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{66F7A2E1-C82D-4764-99C9-54D9F20158AE} = {AA059617-9D86-4D50-9AB3-A1DE54AE854E}
{EC9E460C-8CE7-4712-9C0F-F5FD29A76E31} = {AA059617-9D86-4D50-9AB3-A1DE54AE854E}
{74395987-8564-4B96-B867-9392CCA24088} = {AA059617-9D86-4D50-9AB3-A1DE54AE854E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C35944C2-9418-4A3A-879C-90C5AC45F285}
EndGlobalSection
EndGlobal