forked from seif/Sharp-Architecture-Contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SharpArchContrib.sln
45 lines (45 loc) · 2.75 KB
/
SharpArchContrib.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpArchContrib.Core", "src\SharpArchContrib.Core\SharpArchContrib.Core.csproj", "{EB8DABCF-B11F-49D4-B858-67C37AA204DB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpArchContrib.Data", "src\SharpArchContrib.Data\SharpArchContrib.Data.csproj", "{E33E2468-B055-4F3D-83DB-8F991F600A47}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpArchContrib.Tests", "src\SharpArchContrib.Tests\SharpArchContrib.Tests.csproj", "{CBFD99A2-2C17-431B-B507-599351F9F713}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{34D42016-342F-40AE-BAC8-54D6AA8A1020}"
ProjectSection(SolutionItems) = preProject
readme.txt = readme.txt
SharpArchContrib.build = SharpArchContrib.build
VersionHistory.txt = VersionHistory.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharpArchContrib.Castle", "src\SharpArchContrib.Castle\SharpArchContrib.Castle.csproj", "{557E1790-FBDD-4FDE-86B2-93E2AD0E9E24}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EB8DABCF-B11F-49D4-B858-67C37AA204DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EB8DABCF-B11F-49D4-B858-67C37AA204DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EB8DABCF-B11F-49D4-B858-67C37AA204DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EB8DABCF-B11F-49D4-B858-67C37AA204DB}.Release|Any CPU.Build.0 = Release|Any CPU
{E33E2468-B055-4F3D-83DB-8F991F600A47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E33E2468-B055-4F3D-83DB-8F991F600A47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E33E2468-B055-4F3D-83DB-8F991F600A47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E33E2468-B055-4F3D-83DB-8F991F600A47}.Release|Any CPU.Build.0 = Release|Any CPU
{CBFD99A2-2C17-431B-B507-599351F9F713}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBFD99A2-2C17-431B-B507-599351F9F713}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBFD99A2-2C17-431B-B507-599351F9F713}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBFD99A2-2C17-431B-B507-599351F9F713}.Release|Any CPU.Build.0 = Release|Any CPU
{557E1790-FBDD-4FDE-86B2-93E2AD0E9E24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{557E1790-FBDD-4FDE-86B2-93E2AD0E9E24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{557E1790-FBDD-4FDE-86B2-93E2AD0E9E24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{557E1790-FBDD-4FDE-86B2-93E2AD0E9E24}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal