-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathNConfig.sln
More file actions
32 lines (32 loc) · 1.82 KB
/
NConfig.sln
File metadata and controls
32 lines (32 loc) · 1.82 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
27
28
29
30
31
32
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NConfig", "NConfig\NConfig.csproj", "{0DE97382-565B-4083-AE6E-C3EA3B1AB83D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NConfig.Tests", "NConfig.Tests\NConfig.Tests.csproj", "{CB790B12-FF29-4217-AE4B-47750F6B3C51}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NConfig.Net35", "NConfig\NConfig.Net35.csproj", "{71C37E4F-BF9B-4FDE-99E7-995AEA87CEA6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0DE97382-565B-4083-AE6E-C3EA3B1AB83D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DE97382-565B-4083-AE6E-C3EA3B1AB83D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DE97382-565B-4083-AE6E-C3EA3B1AB83D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DE97382-565B-4083-AE6E-C3EA3B1AB83D}.Release|Any CPU.Build.0 = Release|Any CPU
{CB790B12-FF29-4217-AE4B-47750F6B3C51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB790B12-FF29-4217-AE4B-47750F6B3C51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB790B12-FF29-4217-AE4B-47750F6B3C51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB790B12-FF29-4217-AE4B-47750F6B3C51}.Release|Any CPU.Build.0 = Release|Any CPU
{71C37E4F-BF9B-4FDE-99E7-995AEA87CEA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71C37E4F-BF9B-4FDE-99E7-995AEA87CEA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71C37E4F-BF9B-4FDE-99E7-995AEA87CEA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71C37E4F-BF9B-4FDE-99E7-995AEA87CEA6}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal