-
Notifications
You must be signed in to change notification settings - Fork 5
/
UbntDiscovery.sln
40 lines (40 loc) · 2 KB
/
UbntDiscovery.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2013 for Windows Desktop
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UbntDiscovery", "UbntDiscovery\UbntDiscovery.csproj", "{02127BCA-6435-4F15-9195-1B15856AC57D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UbntDiscovery.Test", "UbntDiscovery.Test\UbntDiscovery.Test.csproj", "{1485C3DF-1084-4B41-BEE2-03564C046544}"
EndProject
Global
GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 3
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://tfs.codeplex.com/tfs/tfs14
SccLocalPath0 = .
SccProjectUniqueName1 = UbntDiscovery\\UbntDiscovery.csproj
SccProjectName1 = UbntDiscovery
SccLocalPath1 = UbntDiscovery
SccProjectUniqueName2 = UbntDiscovery.Test\\UbntDiscovery.Test.csproj
SccProjectName2 = UbntDiscovery.Test
SccLocalPath2 = UbntDiscovery.Test
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{02127BCA-6435-4F15-9195-1B15856AC57D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02127BCA-6435-4F15-9195-1B15856AC57D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02127BCA-6435-4F15-9195-1B15856AC57D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02127BCA-6435-4F15-9195-1B15856AC57D}.Release|Any CPU.Build.0 = Release|Any CPU
{1485C3DF-1084-4B41-BEE2-03564C046544}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1485C3DF-1084-4B41-BEE2-03564C046544}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1485C3DF-1084-4B41-BEE2-03564C046544}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1485C3DF-1084-4B41-BEE2-03564C046544}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal