-
Notifications
You must be signed in to change notification settings - Fork 1
/
IwoooWeb.sln
32 lines (32 loc) · 1.85 KB
/
IwoooWeb.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 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IwoooWeb.DAL", "IwoooWeb.DAL\IwoooWeb.DAL.csproj", "{69E65D76-9257-4B8E-8C38-017B4E8F6A3B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IwoooWeb.DAL.Common", "IwoooWeb.DAL.Common\IwoooWeb.DAL.Common.csproj", "{3554FD90-E8CE-4FC6-9C9B-A76C8AB4EC43}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IwoooWeb.UI", "IwoooWeb.UI\IwoooWeb.UI.csproj", "{6C806CF4-1C91-40A4-9EFE-F84E88145A8E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{69E65D76-9257-4B8E-8C38-017B4E8F6A3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69E65D76-9257-4B8E-8C38-017B4E8F6A3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69E65D76-9257-4B8E-8C38-017B4E8F6A3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69E65D76-9257-4B8E-8C38-017B4E8F6A3B}.Release|Any CPU.Build.0 = Release|Any CPU
{3554FD90-E8CE-4FC6-9C9B-A76C8AB4EC43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3554FD90-E8CE-4FC6-9C9B-A76C8AB4EC43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3554FD90-E8CE-4FC6-9C9B-A76C8AB4EC43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3554FD90-E8CE-4FC6-9C9B-A76C8AB4EC43}.Release|Any CPU.Build.0 = Release|Any CPU
{6C806CF4-1C91-40A4-9EFE-F84E88145A8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C806CF4-1C91-40A4-9EFE-F84E88145A8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C806CF4-1C91-40A4-9EFE-F84E88145A8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C806CF4-1C91-40A4-9EFE-F84E88145A8E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal