-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMvcApplication.sln
More file actions
40 lines (40 loc) · 2.46 KB
/
MvcApplication.sln
File metadata and controls
40 lines (40 loc) · 2.46 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MvcApplication", "MvcApplication\MvcApplication.csproj", "{8E5B9089-BC8E-47A1-8F0D-9ECFA9E69F21}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmployeesManager.Entities", "EmployeesManager.Entities\EmployeesManager.Entities.csproj", "{FB92BC49-7145-4C19-91D9-FCD343C8CF12}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyWebApp", "..\WebSite1\MyWebApp\MyWebApp.csproj", "{28C55527-C02A-456D-95FF-EAAFDABFEAC3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EmployeesService.Entities", "EmployeesService.Entities\EmployeesService.Entities.csproj", "{CF68043B-12F6-4FE5-9FA7-B9E598512CD9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8E5B9089-BC8E-47A1-8F0D-9ECFA9E69F21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E5B9089-BC8E-47A1-8F0D-9ECFA9E69F21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E5B9089-BC8E-47A1-8F0D-9ECFA9E69F21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E5B9089-BC8E-47A1-8F0D-9ECFA9E69F21}.Release|Any CPU.Build.0 = Release|Any CPU
{FB92BC49-7145-4C19-91D9-FCD343C8CF12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB92BC49-7145-4C19-91D9-FCD343C8CF12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB92BC49-7145-4C19-91D9-FCD343C8CF12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB92BC49-7145-4C19-91D9-FCD343C8CF12}.Release|Any CPU.Build.0 = Release|Any CPU
{28C55527-C02A-456D-95FF-EAAFDABFEAC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{28C55527-C02A-456D-95FF-EAAFDABFEAC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{28C55527-C02A-456D-95FF-EAAFDABFEAC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{28C55527-C02A-456D-95FF-EAAFDABFEAC3}.Release|Any CPU.Build.0 = Release|Any CPU
{CF68043B-12F6-4FE5-9FA7-B9E598512CD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF68043B-12F6-4FE5-9FA7-B9E598512CD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF68043B-12F6-4FE5-9FA7-B9E598512CD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF68043B-12F6-4FE5-9FA7-B9E598512CD9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal