-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLevelUpMarket.sln
43 lines (43 loc) · 2.6 KB
/
LevelUpMarket.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 Version 17
VisualStudioVersion = 17.3.32901.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LevelUpMarketWeb", "LevelUpMarket\LevelUpMarketWeb.csproj", "{FEFEAFA1-170F-47E5-819A-58093C584043}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LevelUpMarket.DataAccess", "LevelUpMarket.DataAccess\LevelUpMarket.DataAccess.csproj", "{488F8E64-0CFD-4316-B5B3-EF3F9A4A160C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LevelUpMarket.Models", "LevelUpMarket.Models\LevelUpMarket.Models.csproj", "{9EF0EF77-1B1E-4D6E-BB44-D03554760D8A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LevelUpMarket.Utility", "LevelUpMarket.Utility\LevelUpMarket.Utility.csproj", "{64D82FC9-A840-4D19-9D91-718E59DCC8DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FEFEAFA1-170F-47E5-819A-58093C584043}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FEFEAFA1-170F-47E5-819A-58093C584043}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FEFEAFA1-170F-47E5-819A-58093C584043}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FEFEAFA1-170F-47E5-819A-58093C584043}.Release|Any CPU.Build.0 = Release|Any CPU
{488F8E64-0CFD-4316-B5B3-EF3F9A4A160C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{488F8E64-0CFD-4316-B5B3-EF3F9A4A160C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{488F8E64-0CFD-4316-B5B3-EF3F9A4A160C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{488F8E64-0CFD-4316-B5B3-EF3F9A4A160C}.Release|Any CPU.Build.0 = Release|Any CPU
{9EF0EF77-1B1E-4D6E-BB44-D03554760D8A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EF0EF77-1B1E-4D6E-BB44-D03554760D8A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EF0EF77-1B1E-4D6E-BB44-D03554760D8A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EF0EF77-1B1E-4D6E-BB44-D03554760D8A}.Release|Any CPU.Build.0 = Release|Any CPU
{64D82FC9-A840-4D19-9D91-718E59DCC8DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64D82FC9-A840-4D19-9D91-718E59DCC8DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64D82FC9-A840-4D19-9D91-718E59DCC8DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64D82FC9-A840-4D19-9D91-718E59DCC8DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {57094210-C1A3-497E-A679-C985913AE7DD}
EndGlobalSection
EndGlobal