-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProjectTracker.sln
37 lines (37 loc) · 2.09 KB
/
ProjectTracker.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31624.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectTracker", "ProjectTracker\ProjectTracker.csproj", "{A77B4EEE-A8F8-4BE7-A6E6-EABCEAFF67C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ProjectTrackerTests", "ProjectTrackerTests\ProjectTrackerTests.csproj", "{02D5254C-3615-4188-B27F-D86F66DF6F9F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BorderLabel", "Resources\BorderLabel-v1.0.0.2-src\BorderLabel\BorderLabel.csproj", "{A8F3D10F-DCE3-4EF5-B352-14AF048212BC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A77B4EEE-A8F8-4BE7-A6E6-EABCEAFF67C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A77B4EEE-A8F8-4BE7-A6E6-EABCEAFF67C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A77B4EEE-A8F8-4BE7-A6E6-EABCEAFF67C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A77B4EEE-A8F8-4BE7-A6E6-EABCEAFF67C8}.Release|Any CPU.Build.0 = Release|Any CPU
{02D5254C-3615-4188-B27F-D86F66DF6F9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02D5254C-3615-4188-B27F-D86F66DF6F9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02D5254C-3615-4188-B27F-D86F66DF6F9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02D5254C-3615-4188-B27F-D86F66DF6F9F}.Release|Any CPU.Build.0 = Release|Any CPU
{A8F3D10F-DCE3-4EF5-B352-14AF048212BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8F3D10F-DCE3-4EF5-B352-14AF048212BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8F3D10F-DCE3-4EF5-B352-14AF048212BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8F3D10F-DCE3-4EF5-B352-14AF048212BC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6D1B41AC-52EC-433C-9C08-3F069ABF5AE3}
EndGlobalSection
EndGlobal