-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCellular.sln
More file actions
38 lines (38 loc) · 2.12 KB
/
Copy pathCellular.sln
File metadata and controls
38 lines (38 loc) · 2.12 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
29
30
31
32
33
34
35
36
37
38
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35707.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Cellular", "Cellular\Cellular.csproj", "{26BE2057-21FF-4B14-8057-343121A42019}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CellularUnitTests", "CellularUnitTests\CellularUnitTests.csproj", "{8F6CC3D1-1274-453C-8BCD-25F128499847}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CellularCore", "CellularCore\CellularCore.csproj", "{C8F8851E-FC9D-4441-B020-D04C85C9A158}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{26BE2057-21FF-4B14-8057-343121A42019}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26BE2057-21FF-4B14-8057-343121A42019}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26BE2057-21FF-4B14-8057-343121A42019}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{26BE2057-21FF-4B14-8057-343121A42019}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26BE2057-21FF-4B14-8057-343121A42019}.Release|Any CPU.Build.0 = Release|Any CPU
{8F6CC3D1-1274-453C-8BCD-25F128499847}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8F6CC3D1-1274-453C-8BCD-25F128499847}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8F6CC3D1-1274-453C-8BCD-25F128499847}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8F6CC3D1-1274-453C-8BCD-25F128499847}.Release|Any CPU.Build.0 = Release|Any CPU
{C8F8851E-FC9D-4441-B020-D04C85C9A158}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8F8851E-FC9D-4441-B020-D04C85C9A158}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8F8851E-FC9D-4441-B020-D04C85C9A158}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8F8851E-FC9D-4441-B020-D04C85C9A158}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D4B7CF0E-E932-4E94-810D-0ECD6C482847}
EndGlobalSection
EndGlobal