-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMVCPicApp.sln
More file actions
32 lines (32 loc) · 1.87 KB
/
MVCPicApp.sln
File metadata and controls
32 lines (32 loc) · 1.87 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Web
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVCPicApp", "MVCPicApp\MVCPicApp.csproj", "{B4D77AD1-02A8-49C2-87EC-B8B8CC607D3A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVCPicApp.Data.Model", "MVCPicApp.Data.Model\MVCPicApp.Data.Model.csproj", "{77E994EE-083B-4AEE-B4AC-5412303B0B71}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MVCPicApp.Data", "MVCPicApp.Data\MVCPicApp.Data.csproj", "{70112EC9-30F2-42D7-9C78-74F854A475C8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B4D77AD1-02A8-49C2-87EC-B8B8CC607D3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B4D77AD1-02A8-49C2-87EC-B8B8CC607D3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B4D77AD1-02A8-49C2-87EC-B8B8CC607D3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B4D77AD1-02A8-49C2-87EC-B8B8CC607D3A}.Release|Any CPU.Build.0 = Release|Any CPU
{77E994EE-083B-4AEE-B4AC-5412303B0B71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77E994EE-083B-4AEE-B4AC-5412303B0B71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77E994EE-083B-4AEE-B4AC-5412303B0B71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77E994EE-083B-4AEE-B4AC-5412303B0B71}.Release|Any CPU.Build.0 = Release|Any CPU
{70112EC9-30F2-42D7-9C78-74F854A475C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70112EC9-30F2-42D7-9C78-74F854A475C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70112EC9-30F2-42D7-9C78-74F854A475C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70112EC9-30F2-42D7-9C78-74F854A475C8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal