-
Notifications
You must be signed in to change notification settings - Fork 0
/
Tracker.sln
26 lines (26 loc) · 1.22 KB
/
Tracker.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 9.00
# Visual Studio 2005
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Tracker", "Tracker.vbproj", "{B8AA89A1-01AE-47B7-9A06-F9F19E65DD13}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6CBFD5AB-3E82-429B-97D1-6D1F09A915D6}"
ProjectSection(SolutionItems) = preProject
SubjectTrackingDBDesign.DDL = SubjectTrackingDBDesign.DDL
SubjectTrackingDBDesign.vsd = SubjectTrackingDBDesign.vsd
ToDo.txt = ToDo.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B8AA89A1-01AE-47B7-9A06-F9F19E65DD13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8AA89A1-01AE-47B7-9A06-F9F19E65DD13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8AA89A1-01AE-47B7-9A06-F9F19E65DD13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8AA89A1-01AE-47B7-9A06-F9F19E65DD13}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal