-
Notifications
You must be signed in to change notification settings - Fork 0
/
Atc.Kusto.sln
44 lines (44 loc) · 2.23 KB
/
Atc.Kusto.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{69C84246-AA75-43E8-94B2-66FD555B18B0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{DAC1423F-D386-4838-AEA0-8BFFBB449ED2}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{58BC6728-197C-484C-A8EC-38BC2F0B58C4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Atc.Kusto", "src\Atc.Kusto\Atc.Kusto.csproj", "{D97714D9-46A4-448E-8848-CDBFBFE8B092}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Atc.Kusto.Tests", "test\Atc.Kusto.Tests\Atc.Kusto.Tests.csproj", "{60006371-9F5A-4413-A776-98804C985B78}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D97714D9-46A4-448E-8848-CDBFBFE8B092}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D97714D9-46A4-448E-8848-CDBFBFE8B092}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D97714D9-46A4-448E-8848-CDBFBFE8B092}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D97714D9-46A4-448E-8848-CDBFBFE8B092}.Release|Any CPU.Build.0 = Release|Any CPU
{60006371-9F5A-4413-A776-98804C985B78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60006371-9F5A-4413-A776-98804C985B78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60006371-9F5A-4413-A776-98804C985B78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60006371-9F5A-4413-A776-98804C985B78}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D97714D9-46A4-448E-8848-CDBFBFE8B092} = {69C84246-AA75-43E8-94B2-66FD555B18B0}
{60006371-9F5A-4413-A776-98804C985B78} = {58BC6728-197C-484C-A8EC-38BC2F0B58C4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {04120463-05C5-417B-8D7A-2D7D35B71A07}
EndGlobalSection
EndGlobal