-
Notifications
You must be signed in to change notification settings - Fork 7
/
Castle.DynamicProxy2-vs2008.sln
40 lines (40 loc) · 2.08 KB
/
Castle.DynamicProxy2-vs2008.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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{105EBF2F-B040-4BAA-8D74-115F7735E465}"
ProjectSection(SolutionItems) = preProject
Changes.txt = Changes.txt
Settings.proj = Settings.proj
EndProjectSection
ProjectSection(FolderStartupServices) = postProject
{B4F97281-0DBD-4835-9ED8-7DFB966E87FF} = {B4F97281-0DBD-4835-9ED8-7DFB966E87FF}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Castle.DynamicProxy-vs2008", "src\Castle.DynamicProxy\Castle.DynamicProxy-vs2008.csproj", "{2DE7CC8C-6F06-43BC-A7B6-9466BEDEAC28}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Castle.DynamicProxy.Tests-vs2008", "src\Castle.DynamicProxy.Tests\Castle.DynamicProxy.Tests-vs2008.csproj", "{FE432670-73A1-499D-A353-28FC902A43C8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2DE7CC8C-6F06-43BC-A7B6-9466BEDEAC28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DE7CC8C-6F06-43BC-A7B6-9466BEDEAC28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DE7CC8C-6F06-43BC-A7B6-9466BEDEAC28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DE7CC8C-6F06-43BC-A7B6-9466BEDEAC28}.Release|Any CPU.Build.0 = Release|Any CPU
{FE432670-73A1-499D-A353-28FC902A43C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE432670-73A1-499D-A353-28FC902A43C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE432670-73A1-499D-A353-28FC902A43C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE432670-73A1-499D-A353-28FC902A43C8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
VisualSVNWorkingCopyRoot = ..\..
EndGlobalSection
GlobalSection(TextTemplating) = postSolution
TextTemplating = 1
EndGlobalSection
EndGlobal