This repository was archived by the owner on Jun 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathStatsdClient.sln
More file actions
28 lines (28 loc) · 1.42 KB
/
StatsdClient.sln
File metadata and controls
28 lines (28 loc) · 1.42 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "StatsdClient", "src\StatsdClient\StatsdClient.xproj", "{0000B49C-9D92-4C54-B902-7067E13A09BD}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Tests", "src\Tests\Tests.xproj", "{35C84FBC-41B2-4F48-9F24-6B98AA94001B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0000B49C-9D92-4C54-B902-7067E13A09BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0000B49C-9D92-4C54-B902-7067E13A09BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0000B49C-9D92-4C54-B902-7067E13A09BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0000B49C-9D92-4C54-B902-7067E13A09BD}.Release|Any CPU.Build.0 = Release|Any CPU
{35C84FBC-41B2-4F48-9F24-6B98AA94001B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35C84FBC-41B2-4F48-9F24-6B98AA94001B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35C84FBC-41B2-4F48-9F24-6B98AA94001B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35C84FBC-41B2-4F48-9F24-6B98AA94001B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal