-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTaskManagerMVCFiles.sln
More file actions
33 lines (33 loc) Β· 1.7 KB
/
TaskManagerMVCFiles.sln
File metadata and controls
33 lines (33 loc) Β· 1.7 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
ο»Ώ
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TaskManagerMVC", "TaskManagerMVC\TaskManagerMVC.csproj", "{C6AEFE1A-8523-4153-8425-7BA0E55A9761}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataAccess", "DataAccess\DataAccess.csproj", "{A87CB780-4983-407B-A89D-851E9A182C63}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D0D0A699-1F7B-4F5D-8605-B24E123BB74A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C6AEFE1A-8523-4153-8425-7BA0E55A9761}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6AEFE1A-8523-4153-8425-7BA0E55A9761}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6AEFE1A-8523-4153-8425-7BA0E55A9761}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6AEFE1A-8523-4153-8425-7BA0E55A9761}.Release|Any CPU.Build.0 = Release|Any CPU
{A87CB780-4983-407B-A89D-851E9A182C63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A87CB780-4983-407B-A89D-851E9A182C63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A87CB780-4983-407B-A89D-851E9A182C63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A87CB780-4983-407B-A89D-851E9A182C63}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E4A63300-7941-463E-8307-6C75269D64BD}
EndGlobalSection
EndGlobal