-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCastle.Samples.Extensibility.sln
34 lines (34 loc) · 1.82 KB
/
Castle.Samples.Extensibility.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "license", "license", "{F42808F1-733D-4C18-A3AE-BAD291ECCDF8}"
ProjectSection(SolutionItems) = preProject
license.txt = license.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Castle.Samples.Extensibility", "src\Castle.Samples.Extensibility\Castle.Samples.Extensibility.csproj", "{1F12E8FB-FB17-4DB3-8E20-962DF70D67CD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Castle.Samples.Extensibility.Tests", "src\Castle.Samples.Extensibility.Tests\Castle.Samples.Extensibility.Tests.csproj", "{0F5DF97F-3E5A-4D26-88B7-1F7545BAE1DE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1F12E8FB-FB17-4DB3-8E20-962DF70D67CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F12E8FB-FB17-4DB3-8E20-962DF70D67CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F12E8FB-FB17-4DB3-8E20-962DF70D67CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F12E8FB-FB17-4DB3-8E20-962DF70D67CD}.Release|Any CPU.Build.0 = Release|Any CPU
{0F5DF97F-3E5A-4D26-88B7-1F7545BAE1DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F5DF97F-3E5A-4D26-88B7-1F7545BAE1DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F5DF97F-3E5A-4D26-88B7-1F7545BAE1DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F5DF97F-3E5A-4D26-88B7-1F7545BAE1DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
VisualSVNWorkingCopyRoot = .
EndGlobalSection
EndGlobal