-
Notifications
You must be signed in to change notification settings - Fork 24
/
StackExchange.Metrics.sln
69 lines (69 loc) · 4.02 KB
/
StackExchange.Metrics.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29306.81
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StackExchange.Metrics", "src\StackExchange.Metrics\StackExchange.Metrics.csproj", "{9D6C3CB4-C01A-4335-8C69-347A335F24D1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{447B6C2F-9B2C-4325-8BEB-FB6B7A079A15}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
build.cmd = build.cmd
build.ps1 = build.ps1
Directory.build.props = Directory.build.props
LICENSE.MIT = LICENSE.MIT
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StackExchange.Metrics.Tests", "tests\StackExchange.Metrics.Tests\StackExchange.Metrics.Tests.csproj", "{58B2EDE5-0EB4-46BC-BFB8-4B103F02E0A5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{9D1086EB-5440-414D-87B6-E8318670A1F6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D877841E-FCD9-4222-ACD7-7B7FE1C03778}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{EC09332A-A10B-4DC4-9D6A-29BDDE8557E7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StackExchange.Metrics.SampleHost", "samples\StackExchange.Metrics.SampleHost\StackExchange.Metrics.SampleHost.csproj", "{2D471133-028C-4346-B6A3-EC58B5643ECB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "benchmarks", "benchmarks", "{A20841A7-5CB3-46CE-A5F0-80D5CE68D3C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StackExchange.Metrics.Benchmarks", "benchmarks\StackExchange.Metrics.Benchmarks\StackExchange.Metrics.Benchmarks.csproj", "{FFED97CE-3EBC-4E4D-BAB3-8BFB5D6A3210}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D6C3CB4-C01A-4335-8C69-347A335F24D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D6C3CB4-C01A-4335-8C69-347A335F24D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D6C3CB4-C01A-4335-8C69-347A335F24D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D6C3CB4-C01A-4335-8C69-347A335F24D1}.Release|Any CPU.Build.0 = Release|Any CPU
{58B2EDE5-0EB4-46BC-BFB8-4B103F02E0A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58B2EDE5-0EB4-46BC-BFB8-4B103F02E0A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58B2EDE5-0EB4-46BC-BFB8-4B103F02E0A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58B2EDE5-0EB4-46BC-BFB8-4B103F02E0A5}.Release|Any CPU.Build.0 = Release|Any CPU
{2D471133-028C-4346-B6A3-EC58B5643ECB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D471133-028C-4346-B6A3-EC58B5643ECB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D471133-028C-4346-B6A3-EC58B5643ECB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D471133-028C-4346-B6A3-EC58B5643ECB}.Release|Any CPU.Build.0 = Release|Any CPU
{FFED97CE-3EBC-4E4D-BAB3-8BFB5D6A3210}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFED97CE-3EBC-4E4D-BAB3-8BFB5D6A3210}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFED97CE-3EBC-4E4D-BAB3-8BFB5D6A3210}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFED97CE-3EBC-4E4D-BAB3-8BFB5D6A3210}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9D6C3CB4-C01A-4335-8C69-347A335F24D1} = {D877841E-FCD9-4222-ACD7-7B7FE1C03778}
{58B2EDE5-0EB4-46BC-BFB8-4B103F02E0A5} = {9D1086EB-5440-414D-87B6-E8318670A1F6}
{2D471133-028C-4346-B6A3-EC58B5643ECB} = {EC09332A-A10B-4DC4-9D6A-29BDDE8557E7}
{FFED97CE-3EBC-4E4D-BAB3-8BFB5D6A3210} = {A20841A7-5CB3-46CE-A5F0-80D5CE68D3C4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {10BDE042-930B-4E4D-90F6-00358BAC6A52}
EndGlobalSection
EndGlobal