-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
AzureAppConfigurationEmulator.sln
29 lines (29 loc) · 1.83 KB
/
AzureAppConfigurationEmulator.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{71AF9625-E82F-4219-9E10-30B0F437298E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureAppConfigurationEmulator", "src\AzureAppConfigurationEmulator\AzureAppConfigurationEmulator.csproj", "{AA269720-3A03-4E1D-B0AD-CF94EA82DDD6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{718C10CB-FCE6-4F27-8B11-B2DE9F155112}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AzureAppConfigurationEmulator.Tests", "tests\AzureAppConfigurationEmulator.Tests\AzureAppConfigurationEmulator.Tests.csproj", "{A2387A05-12B5-4684-B21A-F568620A94B7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AA269720-3A03-4E1D-B0AD-CF94EA82DDD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA269720-3A03-4E1D-B0AD-CF94EA82DDD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA269720-3A03-4E1D-B0AD-CF94EA82DDD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA269720-3A03-4E1D-B0AD-CF94EA82DDD6}.Release|Any CPU.Build.0 = Release|Any CPU
{A2387A05-12B5-4684-B21A-F568620A94B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2387A05-12B5-4684-B21A-F568620A94B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2387A05-12B5-4684-B21A-F568620A94B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2387A05-12B5-4684-B21A-F568620A94B7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{AA269720-3A03-4E1D-B0AD-CF94EA82DDD6} = {71AF9625-E82F-4219-9E10-30B0F437298E}
{A2387A05-12B5-4684-B21A-F568620A94B7} = {718C10CB-FCE6-4F27-8B11-B2DE9F155112}
EndGlobalSection
EndGlobal