-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCastle.Components.Validator-vs2008.sln
35 lines (35 loc) · 1.89 KB
/
Castle.Components.Validator-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
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7D27CB27-9407-4445-8E2B-E61AE348B94A}"
ProjectSection(SolutionItems) = preProject
Changes.txt = Changes.txt
Settings.proj = Settings.proj
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Castle.Components.Validator-vs2008", "src\Castle.Components.Validator\Castle.Components.Validator-vs2008.csproj", "{4C945D49-02E9-43F2-9202-E7A6E7C56E77}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Castle.Components.Validator.Tests-vs2008", "src\Castle.Components.Validator.Tests\Castle.Components.Validator.Tests-vs2008.csproj", "{50BE4C5D-4535-4449-AB5B-8DF92F005386}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4C945D49-02E9-43F2-9202-E7A6E7C56E77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C945D49-02E9-43F2-9202-E7A6E7C56E77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C945D49-02E9-43F2-9202-E7A6E7C56E77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C945D49-02E9-43F2-9202-E7A6E7C56E77}.Release|Any CPU.Build.0 = Release|Any CPU
{50BE4C5D-4535-4449-AB5B-8DF92F005386}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50BE4C5D-4535-4449-AB5B-8DF92F005386}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50BE4C5D-4535-4449-AB5B-8DF92F005386}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50BE4C5D-4535-4449-AB5B-8DF92F005386}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
VisualSVNWorkingCopyRoot = .
EndGlobalSection
EndGlobal