-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathCommonServiceLocator.WindsorAdapter.sln
More file actions
26 lines (26 loc) · 1.51 KB
/
CommonServiceLocator.WindsorAdapter.sln
File metadata and controls
26 lines (26 loc) · 1.51 KB
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommonServiceLocator.WindsorAdapter", "CommonServiceLocator.WindsorAdapter\CommonServiceLocator.WindsorAdapter.csproj", "{8EC4D673-EF55-49C2-8757-2DCEFA59B2A6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CommonServiceLocator.WindsorAdapter.Tests", "CommonServiceLocator.WindsorAdapter.Tests\CommonServiceLocator.WindsorAdapter.Tests.csproj", "{B5B90B06-2BD1-49B5-987D-B5A9DC99E557}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8EC4D673-EF55-49C2-8757-2DCEFA59B2A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EC4D673-EF55-49C2-8757-2DCEFA59B2A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EC4D673-EF55-49C2-8757-2DCEFA59B2A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EC4D673-EF55-49C2-8757-2DCEFA59B2A6}.Release|Any CPU.Build.0 = Release|Any CPU
{B5B90B06-2BD1-49B5-987D-B5A9DC99E557}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5B90B06-2BD1-49B5-987D-B5A9DC99E557}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5B90B06-2BD1-49B5-987D-B5A9DC99E557}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5B90B06-2BD1-49B5-987D-B5A9DC99E557}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal