-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWorkingWithAreas.sln
32 lines (32 loc) · 1.9 KB
/
WorkingWithAreas.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithAreas", "WorkingWithAreas\WorkingWithAreas.csproj", "{96A512BC-8E93-481A-A591-798B5E55F70A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithAreas.Tests", "WorkingWithAreas.Tests\WorkingWithAreas.Tests.csproj", "{A3F637F4-43C5-41E2-B4FE-44BE700F6A02}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkingWithAreas.Admin", "WorkingWithAreas.Admin\WorkingWithAreas.Admin.csproj", "{3AB4B379-8455-4327-A965-EEA3BF71A9E4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{96A512BC-8E93-481A-A591-798B5E55F70A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96A512BC-8E93-481A-A591-798B5E55F70A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96A512BC-8E93-481A-A591-798B5E55F70A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96A512BC-8E93-481A-A591-798B5E55F70A}.Release|Any CPU.Build.0 = Release|Any CPU
{A3F637F4-43C5-41E2-B4FE-44BE700F6A02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3F637F4-43C5-41E2-B4FE-44BE700F6A02}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3F637F4-43C5-41E2-B4FE-44BE700F6A02}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3F637F4-43C5-41E2-B4FE-44BE700F6A02}.Release|Any CPU.Build.0 = Release|Any CPU
{3AB4B379-8455-4327-A965-EEA3BF71A9E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AB4B379-8455-4327-A965-EEA3BF71A9E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AB4B379-8455-4327-A965-EEA3BF71A9E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AB4B379-8455-4327-A965-EEA3BF71A9E4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal