-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGoalTracker.API.sln
43 lines (43 loc) · 2.57 KB
/
GoalTracker.API.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
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2000
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoalTracker.API", "GoalTracker.API.csproj", "{79A77D2B-46DE-45E5-B530-C63AF01BCCA3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoalTracker.Domain", "..\GoalTracker.Domain\GoalTracker.Domain.csproj", "{399F5013-F637-4602-9A98-2D42AC2A094C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoalTracker.Repository", "..\GoalTracker.Repository\GoalTracker.Repository.csproj", "{1F036343-01D2-44DE-9987-1D5E7ABBD40A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GoalTracker.Services", "..\GoalTracker.Services\GoalTracker.Services.csproj", "{C4265076-6D29-403B-9B2A-3BBD28994CCB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{79A77D2B-46DE-45E5-B530-C63AF01BCCA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79A77D2B-46DE-45E5-B530-C63AF01BCCA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79A77D2B-46DE-45E5-B530-C63AF01BCCA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79A77D2B-46DE-45E5-B530-C63AF01BCCA3}.Release|Any CPU.Build.0 = Release|Any CPU
{399F5013-F637-4602-9A98-2D42AC2A094C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{399F5013-F637-4602-9A98-2D42AC2A094C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{399F5013-F637-4602-9A98-2D42AC2A094C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{399F5013-F637-4602-9A98-2D42AC2A094C}.Release|Any CPU.Build.0 = Release|Any CPU
{1F036343-01D2-44DE-9987-1D5E7ABBD40A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F036343-01D2-44DE-9987-1D5E7ABBD40A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F036343-01D2-44DE-9987-1D5E7ABBD40A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F036343-01D2-44DE-9987-1D5E7ABBD40A}.Release|Any CPU.Build.0 = Release|Any CPU
{C4265076-6D29-403B-9B2A-3BBD28994CCB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4265076-6D29-403B-9B2A-3BBD28994CCB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4265076-6D29-403B-9B2A-3BBD28994CCB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4265076-6D29-403B-9B2A-3BBD28994CCB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {266FF831-D418-480E-BD2C-E2B26AC1EF03}
EndGlobalSection
EndGlobal