-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathServiceRadiusAdjuster.sln
26 lines (26 loc) · 1.28 KB
/
ServiceRadiusAdjuster.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceRadiusAdjuster", "ServiceRadiusAdjuster\ServiceRadiusAdjuster.csproj", "{73D44027-0CF6-48D3-AAF7-7573A20A3A54}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceRadiusAdjusterTests", "ServiceRadiusAdjusterTests\ServiceRadiusAdjusterTests.csproj", "{0470F3A1-33FD-4691-9514-E5FD0683F6B3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{73D44027-0CF6-48D3-AAF7-7573A20A3A54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73D44027-0CF6-48D3-AAF7-7573A20A3A54}.Release|Any CPU.Build.0 = Release|Any CPU
{0470F3A1-33FD-4691-9514-E5FD0683F6B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0470F3A1-33FD-4691-9514-E5FD0683F6B3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {256083F8-B3FB-4A66-8F9C-7D05E09104E7}
EndGlobalSection
EndGlobal