-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathPrometheusToAdx.sln
51 lines (51 loc) · 2.92 KB
/
PrometheusToAdx.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
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrometheusRead", "PrometheusRead\PrometheusRead.csproj", "{24A94357-6469-438D-A16E-A8A82E35FD58}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrometheusWrite", "PrometheusWrite\PrometheusWrite.csproj", "{1258AE46-D6DF-4E9C-BC6D-F1D794658BF1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrometheusHelper", "PrometheusHelper\PrometheusHelper.csproj", "{FC145C54-318C-4105-A8AB-051E1BA62581}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{330A8EED-AD82-48FF-890D-644B895AF611}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KustoWriterApp", "KustoWriterApp\KustoWriterApp.csproj", "{FD31D30F-4498-461D-942A-6C59A7A7DAA8}"
ProjectSection(ProjectDependencies) = postProject
{FC145C54-318C-4105-A8AB-051E1BA62581} = {FC145C54-318C-4105-A8AB-051E1BA62581}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{24A94357-6469-438D-A16E-A8A82E35FD58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24A94357-6469-438D-A16E-A8A82E35FD58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24A94357-6469-438D-A16E-A8A82E35FD58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24A94357-6469-438D-A16E-A8A82E35FD58}.Release|Any CPU.Build.0 = Release|Any CPU
{1258AE46-D6DF-4E9C-BC6D-F1D794658BF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1258AE46-D6DF-4E9C-BC6D-F1D794658BF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1258AE46-D6DF-4E9C-BC6D-F1D794658BF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1258AE46-D6DF-4E9C-BC6D-F1D794658BF1}.Release|Any CPU.Build.0 = Release|Any CPU
{FC145C54-318C-4105-A8AB-051E1BA62581}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC145C54-318C-4105-A8AB-051E1BA62581}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC145C54-318C-4105-A8AB-051E1BA62581}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC145C54-318C-4105-A8AB-051E1BA62581}.Release|Any CPU.Build.0 = Release|Any CPU
{FD31D30F-4498-461D-942A-6C59A7A7DAA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD31D30F-4498-461D-942A-6C59A7A7DAA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD31D30F-4498-461D-942A-6C59A7A7DAA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD31D30F-4498-461D-942A-6C59A7A7DAA8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3F51381E-D366-4511-B0EE-B2949C6FAC99}
EndGlobalSection
EndGlobal