forked from RickStrahl/Westwind.ApplicationConfiguration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Westwind.ApplicationConfiguration.sln
37 lines (37 loc) · 2.31 KB
/
Westwind.ApplicationConfiguration.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Westwind.Utilities.Configuration", "Westwind.Utilities.Configuration\Westwind.Utilities.Configuration.csproj", "{1D865318-2863-4424-B650-58F220439D64}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Westwind.ApplicationConfiguration.WebSample", "Westwind.ApplicationConfiguration.WebSample\Westwind.ApplicationConfiguration.WebSample.csproj", "{2CEBB8E2-46F5-4716-A866-48B2A2E33206}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Westwind.Utilities.Configuration.Tests", "Westwind.Utilities.Configuration.Tests\Westwind.Utilities.Configuration.Tests.csproj", "{7462B3A1-4894-4F1A-8B16-7B8D058EAC13}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AE222598-5F06-4CD1-A067-E1FFBB2E3B51}"
ProjectSection(SolutionItems) = preProject
Readme.md = Readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1D865318-2863-4424-B650-58F220439D64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D865318-2863-4424-B650-58F220439D64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D865318-2863-4424-B650-58F220439D64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D865318-2863-4424-B650-58F220439D64}.Release|Any CPU.Build.0 = Release|Any CPU
{2CEBB8E2-46F5-4716-A866-48B2A2E33206}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2CEBB8E2-46F5-4716-A866-48B2A2E33206}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CEBB8E2-46F5-4716-A866-48B2A2E33206}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CEBB8E2-46F5-4716-A866-48B2A2E33206}.Release|Any CPU.Build.0 = Release|Any CPU
{7462B3A1-4894-4F1A-8B16-7B8D058EAC13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7462B3A1-4894-4F1A-8B16-7B8D058EAC13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7462B3A1-4894-4F1A-8B16-7B8D058EAC13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7462B3A1-4894-4F1A-8B16-7B8D058EAC13}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal