-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUplift.sln
More file actions
43 lines (43 loc) · 2.52 KB
/
Uplift.sln
File metadata and controls
43 lines (43 loc) · 2.52 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
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31727.386
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Uplift", "Uplift.csproj", "{FAFFD316-51C7-4BD5-90A5-28066100494F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Uplift.DataAccess", "..\Uplift.DataAccess\Uplift.DataAccess.csproj", "{67B7845F-DC9A-415E-AB98-5C6D3EDC249A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Uplift.Models", "..\Uplift.Models\Uplift.Models.csproj", "{B45473E1-A4C3-4DD0-BFD8-E73CC0465F91}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Uplift.Utility", "..\Uplift.Utility\Uplift.Utility.csproj", "{86B62DA0-890B-4A88-BDC4-4CE7627A7950}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FAFFD316-51C7-4BD5-90A5-28066100494F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAFFD316-51C7-4BD5-90A5-28066100494F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAFFD316-51C7-4BD5-90A5-28066100494F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAFFD316-51C7-4BD5-90A5-28066100494F}.Release|Any CPU.Build.0 = Release|Any CPU
{67B7845F-DC9A-415E-AB98-5C6D3EDC249A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67B7845F-DC9A-415E-AB98-5C6D3EDC249A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67B7845F-DC9A-415E-AB98-5C6D3EDC249A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67B7845F-DC9A-415E-AB98-5C6D3EDC249A}.Release|Any CPU.Build.0 = Release|Any CPU
{B45473E1-A4C3-4DD0-BFD8-E73CC0465F91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B45473E1-A4C3-4DD0-BFD8-E73CC0465F91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B45473E1-A4C3-4DD0-BFD8-E73CC0465F91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B45473E1-A4C3-4DD0-BFD8-E73CC0465F91}.Release|Any CPU.Build.0 = Release|Any CPU
{86B62DA0-890B-4A88-BDC4-4CE7627A7950}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86B62DA0-890B-4A88-BDC4-4CE7627A7950}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86B62DA0-890B-4A88-BDC4-4CE7627A7950}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86B62DA0-890B-4A88-BDC4-4CE7627A7950}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {72C50440-E44F-4553-BF1A-2155F108F499}
EndGlobalSection
EndGlobal