forked from CansuG/RentingApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Renting.sln
49 lines (49 loc) · 3.03 KB
/
Renting.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
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Renting.Web", "Renting.Web\Renting.Web.csproj", "{46547729-7789-44B8-98DA-EFC38119F744}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Renting.Models", "Renting.Models\Renting.Models.csproj", "{22786352-648C-413A-84F9-48B45775C135}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Renting.Repository", "Renting.Repository\Renting.Repository.csproj", "{1D92E681-D494-42E2-B0D6-5D764F5897E5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Renting.Services", "Renting.Services\Renting.Services.csproj", "{49D13DC6-5A11-4A88-82A9-E9BFE3FB4F72}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Renting.Identity", "Renting.Identity\Renting.Identity.csproj", "{0807904F-4B51-4C18-833A-F14CEB14982B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{46547729-7789-44B8-98DA-EFC38119F744}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46547729-7789-44B8-98DA-EFC38119F744}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46547729-7789-44B8-98DA-EFC38119F744}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46547729-7789-44B8-98DA-EFC38119F744}.Release|Any CPU.Build.0 = Release|Any CPU
{22786352-648C-413A-84F9-48B45775C135}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{22786352-648C-413A-84F9-48B45775C135}.Debug|Any CPU.Build.0 = Debug|Any CPU
{22786352-648C-413A-84F9-48B45775C135}.Release|Any CPU.ActiveCfg = Release|Any CPU
{22786352-648C-413A-84F9-48B45775C135}.Release|Any CPU.Build.0 = Release|Any CPU
{1D92E681-D494-42E2-B0D6-5D764F5897E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D92E681-D494-42E2-B0D6-5D764F5897E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D92E681-D494-42E2-B0D6-5D764F5897E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D92E681-D494-42E2-B0D6-5D764F5897E5}.Release|Any CPU.Build.0 = Release|Any CPU
{49D13DC6-5A11-4A88-82A9-E9BFE3FB4F72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49D13DC6-5A11-4A88-82A9-E9BFE3FB4F72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49D13DC6-5A11-4A88-82A9-E9BFE3FB4F72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49D13DC6-5A11-4A88-82A9-E9BFE3FB4F72}.Release|Any CPU.Build.0 = Release|Any CPU
{0807904F-4B51-4C18-833A-F14CEB14982B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0807904F-4B51-4C18-833A-F14CEB14982B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0807904F-4B51-4C18-833A-F14CEB14982B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0807904F-4B51-4C18-833A-F14CEB14982B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2842FB76-CD8F-4065-8FE9-D70489C83BDF}
EndGlobalSection
EndGlobal