-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMetricFlow.sln
More file actions
47 lines (47 loc) · 2.81 KB
/
MetricFlow.sln
File metadata and controls
47 lines (47 loc) · 2.81 KB
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.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{B36A84DF-456D-A817-6EDD-3EC3E7F6E11F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{827E0CD3-B72D-47B6-A68D-7590B98EB39B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleMetricCountersExample", "examples\SimpleMetricCountersExample\SimpleMetricCountersExample.csproj", "{78058871-2DC0-6810-ED9E-588E6E3A1265}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{01644C81-1609-407B-A964-A15BFA59E822}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MetricFlow.Tests", "tests\MetricFlow.Tests\MetricFlow.Tests.csproj", "{3897CD1F-6CA5-41EC-9845-1979426CD7B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotnetKit.MetricFlow.Tracker", "src\DotnetKit.MetricFlow.Tracker\DotnetKit.MetricFlow.Tracker.csproj", "{60112D90-095C-44EA-90E9-846B4EDBF758}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{78058871-2DC0-6810-ED9E-588E6E3A1265}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78058871-2DC0-6810-ED9E-588E6E3A1265}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78058871-2DC0-6810-ED9E-588E6E3A1265}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78058871-2DC0-6810-ED9E-588E6E3A1265}.Release|Any CPU.Build.0 = Release|Any CPU
{3897CD1F-6CA5-41EC-9845-1979426CD7B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3897CD1F-6CA5-41EC-9845-1979426CD7B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3897CD1F-6CA5-41EC-9845-1979426CD7B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3897CD1F-6CA5-41EC-9845-1979426CD7B8}.Release|Any CPU.Build.0 = Release|Any CPU
{60112D90-095C-44EA-90E9-846B4EDBF758}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60112D90-095C-44EA-90E9-846B4EDBF758}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60112D90-095C-44EA-90E9-846B4EDBF758}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60112D90-095C-44EA-90E9-846B4EDBF758}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{78058871-2DC0-6810-ED9E-588E6E3A1265} = {B36A84DF-456D-A817-6EDD-3EC3E7F6E11F}
{3897CD1F-6CA5-41EC-9845-1979426CD7B8} = {01644C81-1609-407B-A964-A15BFA59E822}
{60112D90-095C-44EA-90E9-846B4EDBF758} = {827E0CD3-B72D-47B6-A68D-7590B98EB39B}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7CE4E738-181F-42CA-B63C-365DBD1BC7B9}
EndGlobalSection
EndGlobal