-
Notifications
You must be signed in to change notification settings - Fork 5
/
KustoSchemaTools.sln
31 lines (31 loc) · 1.6 KB
/
KustoSchemaTools.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KustoSchemaTools", "KustoSchemaTools\KustoSchemaTools.csproj", "{94ACC093-4B86-4C0F-993B-C8C00EE852BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KustoSchemaTools.Tests", "KustoSchemaTools.Tests\KustoSchemaTools.Tests.csproj", "{C3AC0870-14ED-4B8A-9B49-AF78F7BE0A7A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{94ACC093-4B86-4C0F-993B-C8C00EE852BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94ACC093-4B86-4C0F-993B-C8C00EE852BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94ACC093-4B86-4C0F-993B-C8C00EE852BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94ACC093-4B86-4C0F-993B-C8C00EE852BC}.Release|Any CPU.Build.0 = Release|Any CPU
{C3AC0870-14ED-4B8A-9B49-AF78F7BE0A7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3AC0870-14ED-4B8A-9B49-AF78F7BE0A7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3AC0870-14ED-4B8A-9B49-AF78F7BE0A7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3AC0870-14ED-4B8A-9B49-AF78F7BE0A7A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5D11AB16-C487-4EC8-88C9-396BD9211B96}
EndGlobalSection
EndGlobal