-
Notifications
You must be signed in to change notification settings - Fork 6
/
JustEat.StatsD.sln
64 lines (64 loc) · 3.26 KB
/
JustEat.StatsD.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31717.71
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{06BE4D4A-B0DF-465D-9BAC-6CC3C9779A37}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build.ps1 = build.ps1
CHANGELOG.md = CHANGELOG.md
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Directory.Packages.props = Directory.Packages.props
global.json = global.json
JustEat.StatsD.ruleset = JustEat.StatsD.ruleset
LICENSE = LICENSE
NuGet.config = NuGet.config
README.md = README.md
version.props = version.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JustEat.StatsD", "src\JustEat.StatsD\JustEat.StatsD.csproj", "{6A338D71-E28B-455A-9E9D-3667EE659542}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{CC2F794C-462F-4545-AEEA-13E34A37528E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JustEat.StatsD.Tests", "tests\JustEat.StatsD.Tests\JustEat.StatsD.Tests.csproj", "{5E1B60D3-3F67-4753-8C6C-AC1795978A8D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmark", "tests\Benchmark\Benchmark.csproj", "{4C48F92C-8F51-403B-B3DD-281C522C1C7E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{48F0CB2A-4B74-47F2-9234-18147FA389F9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6A338D71-E28B-455A-9E9D-3667EE659542}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A338D71-E28B-455A-9E9D-3667EE659542}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A338D71-E28B-455A-9E9D-3667EE659542}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A338D71-E28B-455A-9E9D-3667EE659542}.Release|Any CPU.Build.0 = Release|Any CPU
{5E1B60D3-3F67-4753-8C6C-AC1795978A8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5E1B60D3-3F67-4753-8C6C-AC1795978A8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5E1B60D3-3F67-4753-8C6C-AC1795978A8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5E1B60D3-3F67-4753-8C6C-AC1795978A8D}.Release|Any CPU.Build.0 = Release|Any CPU
{4C48F92C-8F51-403B-B3DD-281C522C1C7E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C48F92C-8F51-403B-B3DD-281C522C1C7E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C48F92C-8F51-403B-B3DD-281C522C1C7E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C48F92C-8F51-403B-B3DD-281C522C1C7E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6A338D71-E28B-455A-9E9D-3667EE659542} = {48F0CB2A-4B74-47F2-9234-18147FA389F9}
{5E1B60D3-3F67-4753-8C6C-AC1795978A8D} = {CC2F794C-462F-4545-AEEA-13E34A37528E}
{4C48F92C-8F51-403B-B3DD-281C522C1C7E} = {CC2F794C-462F-4545-AEEA-13E34A37528E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {72443623-DCE7-43AB-A24E-1D08807E1F72}
EndGlobalSection
EndGlobal