-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSatelliteRestrictionTracker.sln
38 lines (38 loc) · 2.38 KB
/
SatelliteRestrictionTracker.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "RestrictionTracker", "RestrictionTracker\RestrictionTracker.vbproj", "{51FCCD55-3941-47A1-8FBD-974C6809E4CE}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "RestrictionLogger", "RestrictionLogger\RestrictionLogger.vbproj", "{AE10B9E9-C528-4B42-B6E0-9D927170F443}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "RestrictionController", "RestrictionController\RestrictionController.vbproj", "{00F084B8-A06D-44F1-A92D-E1F46A163539}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "RestrictionLibrary", "RestrictionLibrary\RestrictionLibrary.vbproj", "{40B5E309-B3F6-47D1-8CC7-9EE0646E1136}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{51FCCD55-3941-47A1-8FBD-974C6809E4CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{51FCCD55-3941-47A1-8FBD-974C6809E4CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{51FCCD55-3941-47A1-8FBD-974C6809E4CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{51FCCD55-3941-47A1-8FBD-974C6809E4CE}.Release|Any CPU.Build.0 = Release|Any CPU
{AE10B9E9-C528-4B42-B6E0-9D927170F443}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE10B9E9-C528-4B42-B6E0-9D927170F443}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE10B9E9-C528-4B42-B6E0-9D927170F443}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE10B9E9-C528-4B42-B6E0-9D927170F443}.Release|Any CPU.Build.0 = Release|Any CPU
{00F084B8-A06D-44F1-A92D-E1F46A163539}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00F084B8-A06D-44F1-A92D-E1F46A163539}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00F084B8-A06D-44F1-A92D-E1F46A163539}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00F084B8-A06D-44F1-A92D-E1F46A163539}.Release|Any CPU.Build.0 = Release|Any CPU
{40B5E309-B3F6-47D1-8CC7-9EE0646E1136}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40B5E309-B3F6-47D1-8CC7-9EE0646E1136}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40B5E309-B3F6-47D1-8CC7-9EE0646E1136}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40B5E309-B3F6-47D1-8CC7-9EE0646E1136}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal