forked from Byndyusoft/ByndyuSoft.Dotnet.Infrastructure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInfrastructure.sln
63 lines (63 loc) · 4.36 KB
/
Infrastructure.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure.Common", "Source\Infrastructure.Common\Infrastructure.Common.csproj", "{4CA1CD9D-ECA4-45BD-BBB6-83A27A9EA101}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure.Domain", "Source\Infrastructure.Domain\Infrastructure.Domain.csproj", "{3F945C22-DAFE-4E48-A790-51FC090901AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure.NHibernate", "Source\Infrastructure.NHibernate\Infrastructure.NHibernate.csproj", "{8AE4D6FF-EFFE-4086-9E7C-F5EF1CF61D99}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure.NHibernate.Tests", "Source\Infrastructure.NHibernate.Tests\Infrastructure.NHibernate.Tests.csproj", "{8D4AFCBD-AE4F-484C-9A4E-2116B618BCDD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure.Common.Tests", "Source\Infrastructure.Common.Tests\Infrastructure.Common.Tests.csproj", "{F1FE00D6-86B0-4D01-B3A1-13E7414475D2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure.Web", "Source\Infrastructure.Web\Infrastructure.Web.csproj", "{FDFF70B4-9626-48C9-9003-1785B0B809CA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Infrastructure.NHibernate.Conventions", "Source\Infrastructure.NHibernate.Conventions\Infrastructure.NHibernate.Conventions.csproj", "{055EBF24-DF76-491B-9941-549428BFCB1C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{B8A73791-1311-443E-9E5C-4AFC7DA4FABC}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4CA1CD9D-ECA4-45BD-BBB6-83A27A9EA101}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4CA1CD9D-ECA4-45BD-BBB6-83A27A9EA101}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4CA1CD9D-ECA4-45BD-BBB6-83A27A9EA101}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4CA1CD9D-ECA4-45BD-BBB6-83A27A9EA101}.Release|Any CPU.Build.0 = Release|Any CPU
{3F945C22-DAFE-4E48-A790-51FC090901AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F945C22-DAFE-4E48-A790-51FC090901AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F945C22-DAFE-4E48-A790-51FC090901AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F945C22-DAFE-4E48-A790-51FC090901AC}.Release|Any CPU.Build.0 = Release|Any CPU
{8AE4D6FF-EFFE-4086-9E7C-F5EF1CF61D99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8AE4D6FF-EFFE-4086-9E7C-F5EF1CF61D99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8AE4D6FF-EFFE-4086-9E7C-F5EF1CF61D99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8AE4D6FF-EFFE-4086-9E7C-F5EF1CF61D99}.Release|Any CPU.Build.0 = Release|Any CPU
{8D4AFCBD-AE4F-484C-9A4E-2116B618BCDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D4AFCBD-AE4F-484C-9A4E-2116B618BCDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D4AFCBD-AE4F-484C-9A4E-2116B618BCDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D4AFCBD-AE4F-484C-9A4E-2116B618BCDD}.Release|Any CPU.Build.0 = Release|Any CPU
{F1FE00D6-86B0-4D01-B3A1-13E7414475D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1FE00D6-86B0-4D01-B3A1-13E7414475D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1FE00D6-86B0-4D01-B3A1-13E7414475D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1FE00D6-86B0-4D01-B3A1-13E7414475D2}.Release|Any CPU.Build.0 = Release|Any CPU
{FDFF70B4-9626-48C9-9003-1785B0B809CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDFF70B4-9626-48C9-9003-1785B0B809CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDFF70B4-9626-48C9-9003-1785B0B809CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDFF70B4-9626-48C9-9003-1785B0B809CA}.Release|Any CPU.Build.0 = Release|Any CPU
{055EBF24-DF76-491B-9941-549428BFCB1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{055EBF24-DF76-491B-9941-549428BFCB1C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{055EBF24-DF76-491B-9941-549428BFCB1C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{055EBF24-DF76-491B-9941-549428BFCB1C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal