-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUsersList.sln
47 lines (47 loc) · 2.84 KB
/
UsersList.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30204.135
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UsersList.Android", "UsersList\UsersList.Android\UsersList.Android.csproj", "{DA2BE28B-60AE-452D-AC62-A4C042F4B0CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UsersList.Forms", "UsersList\UsersList\UsersList.Forms.csproj", "{3345EE70-B052-45E2-BA3F-BDE51A4B2498}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UsersList.Common", "Domains\UsersList.Common.csproj", "{37069C84-1A63-41B6-8FAA-9AF7A9C9DF29}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web", "Web\Web.csproj", "{41D205B1-4004-478E-8AA3-82F9E24D0AAF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DA2BE28B-60AE-452D-AC62-A4C042F4B0CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA2BE28B-60AE-452D-AC62-A4C042F4B0CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA2BE28B-60AE-452D-AC62-A4C042F4B0CC}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{DA2BE28B-60AE-452D-AC62-A4C042F4B0CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA2BE28B-60AE-452D-AC62-A4C042F4B0CC}.Release|Any CPU.Build.0 = Release|Any CPU
{DA2BE28B-60AE-452D-AC62-A4C042F4B0CC}.Release|Any CPU.Deploy.0 = Release|Any CPU
{3345EE70-B052-45E2-BA3F-BDE51A4B2498}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3345EE70-B052-45E2-BA3F-BDE51A4B2498}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3345EE70-B052-45E2-BA3F-BDE51A4B2498}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{3345EE70-B052-45E2-BA3F-BDE51A4B2498}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3345EE70-B052-45E2-BA3F-BDE51A4B2498}.Release|Any CPU.Build.0 = Release|Any CPU
{3345EE70-B052-45E2-BA3F-BDE51A4B2498}.Release|Any CPU.Deploy.0 = Release|Any CPU
{37069C84-1A63-41B6-8FAA-9AF7A9C9DF29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37069C84-1A63-41B6-8FAA-9AF7A9C9DF29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37069C84-1A63-41B6-8FAA-9AF7A9C9DF29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37069C84-1A63-41B6-8FAA-9AF7A9C9DF29}.Release|Any CPU.Build.0 = Release|Any CPU
{41D205B1-4004-478E-8AA3-82F9E24D0AAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41D205B1-4004-478E-8AA3-82F9E24D0AAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41D205B1-4004-478E-8AA3-82F9E24D0AAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41D205B1-4004-478E-8AA3-82F9E24D0AAF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D88FFB94-CDE2-4B73-992D-05E491716470}
EndGlobalSection
EndGlobal