This repository was archived by the owner on Jan 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDynamiConf.sln
52 lines (52 loc) · 3.47 KB
/
DynamiConf.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
41
42
43
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamiConf", "DynamiConf\DynamiConf.csproj", "{5B8A879C-6916-4AB9-BC19-12EF8C4F9FDD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamiConf.Tests", "DynamiConf.Tests\DynamiConf.Tests.csproj", "{6B529BD0-1DA9-4856-A5E7-5E58B29D660A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamiConf.JsonInterpreter", "DynamiConf.JsonInterpreter\DynamiConf.JsonInterpreter.csproj", "{5F49A146-4FB1-48C1-8787-26DBE22BCE8B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamiConf.AzureLocator", "DynamiConf.AzureLocator\DynamiConf.AzureLocator.csproj", "{9EEE3877-C050-41FD-84D4-D69CE1F2C5BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamiConf.IniInterpreter", "DynamiConf.IniInterpreter\DynamiConf.IniInterpreter.csproj", "{68DC44F8-9D6E-4912-BB24-EE7420471723}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamiConf.HttpLocator", "DynamiConf.HttpLocator\DynamiConf.HttpLocator.csproj", "{4C6044A6-3D6E-436D-B002-E1482D9B0DA8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B8A879C-6916-4AB9-BC19-12EF8C4F9FDD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B8A879C-6916-4AB9-BC19-12EF8C4F9FDD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B8A879C-6916-4AB9-BC19-12EF8C4F9FDD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B8A879C-6916-4AB9-BC19-12EF8C4F9FDD}.Release|Any CPU.Build.0 = Release|Any CPU
{6B529BD0-1DA9-4856-A5E7-5E58B29D660A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B529BD0-1DA9-4856-A5E7-5E58B29D660A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B529BD0-1DA9-4856-A5E7-5E58B29D660A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B529BD0-1DA9-4856-A5E7-5E58B29D660A}.Release|Any CPU.Build.0 = Release|Any CPU
{5F49A146-4FB1-48C1-8787-26DBE22BCE8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F49A146-4FB1-48C1-8787-26DBE22BCE8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F49A146-4FB1-48C1-8787-26DBE22BCE8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F49A146-4FB1-48C1-8787-26DBE22BCE8B}.Release|Any CPU.Build.0 = Release|Any CPU
{9EEE3877-C050-41FD-84D4-D69CE1F2C5BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9EEE3877-C050-41FD-84D4-D69CE1F2C5BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9EEE3877-C050-41FD-84D4-D69CE1F2C5BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9EEE3877-C050-41FD-84D4-D69CE1F2C5BD}.Release|Any CPU.Build.0 = Release|Any CPU
{68DC44F8-9D6E-4912-BB24-EE7420471723}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68DC44F8-9D6E-4912-BB24-EE7420471723}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68DC44F8-9D6E-4912-BB24-EE7420471723}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68DC44F8-9D6E-4912-BB24-EE7420471723}.Release|Any CPU.Build.0 = Release|Any CPU
{4C6044A6-3D6E-436D-B002-E1482D9B0DA8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C6044A6-3D6E-436D-B002-E1482D9B0DA8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C6044A6-3D6E-436D-B002-E1482D9B0DA8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C6044A6-3D6E-436D-B002-E1482D9B0DA8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal