@@ -3,38 +3,24 @@ Microsoft Visual Studio Solution File, Format Version 12.00
3
3
# Visual Studio 15
4
4
VisualStudioVersion = 15.0.27004.2002
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
- Project ("{D954291E-2A0B-460D-934E-DC6B0785DB48}" ) = "Shared" , "Shared\Shared.shproj" , "{8853A7EB-6500-4DAC-967B-EDB62091DB15}"
7
- EndProject
8
- Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Standard" , "Standard\Standard.csproj" , "{2D601033-56E7-4AC0-A6A9-DCE6132C6641}"
9
- EndProject
10
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "DotNet" , "DotNet\DotNet.csproj" , "{A2BF6184-CFAF-4395-896D-6062D5C08CA1}"
11
- EndProject
12
6
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Standard.Tests" , "Standard.Tests\Standard.Tests.csproj" , "{76A7A65A-99E9-44B3-A5C4-404905AABAF5}"
13
7
EndProject
14
8
Project ("{D954291E-2A0B-460D-934E-DC6B0785DB48}" ) = "Shared.Tests" , "Shared.Tests\Shared.Tests.shproj" , "{4E5EA79D-BB89-42F1-A46D-3289F70FC26D}"
15
9
EndProject
16
10
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "DotNet.Tests" , "DotNet.Tests\DotNet.Tests.csproj" , "{CC3A34AA-D62B-4352-8A44-5E3380216905}"
17
11
EndProject
12
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "Azure.Experiments" , "Azure.Experiments\Azure.Experiments.csproj" , "{1D707014-5D2B-4C4E-9D1A-3A449A234329}"
13
+ EndProject
18
14
Global
19
15
GlobalSection (SharedMSBuildProjectFiles ) = preSolution
20
16
Shared .Tests \Shared .Tests .projitems *{4e5ea79d-bb89-42f1-a46d-3289f70fc26d} *SharedItemsImports = 13
21
- Shared \Azure .Experiments .Shared .projitems *{8853a7eb-6500-4dac-967b-edb62091db15} *SharedItemsImports = 13
22
- Shared \Azure .Experiments .Shared .projitems *{a2bf6184-cfaf-4395-896d-6062d5c08ca1} *SharedItemsImports = 4
23
17
Shared .Tests \Shared .Tests .projitems *{cc3a34aa-d62b-4352-8a44-5e3380216905} *SharedItemsImports = 4
24
18
EndGlobalSection
25
19
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
26
20
Debug| Any CPU = Debug| Any CPU
27
21
Release| Any CPU = Release| Any CPU
28
22
EndGlobalSection
29
23
GlobalSection (ProjectConfigurationPlatforms ) = postSolution
30
- {2D601033-56E7-4AC0-A6A9-DCE6132C6641} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
31
- {2D601033-56E7-4AC0-A6A9-DCE6132C6641} .Debug| Any CPU .Build .0 = Debug| Any CPU
32
- {2D601033-56E7-4AC0-A6A9-DCE6132C6641} .Release| Any CPU .ActiveCfg = Release| Any CPU
33
- {2D601033-56E7-4AC0-A6A9-DCE6132C6641} .Release| Any CPU .Build .0 = Release| Any CPU
34
- {A2BF6184-CFAF-4395-896D-6062D5C08CA1} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
35
- {A2BF6184-CFAF-4395-896D-6062D5C08CA1} .Debug| Any CPU .Build .0 = Debug| Any CPU
36
- {A2BF6184-CFAF-4395-896D-6062D5C08CA1} .Release| Any CPU .ActiveCfg = Release| Any CPU
37
- {A2BF6184-CFAF-4395-896D-6062D5C08CA1} .Release| Any CPU .Build .0 = Release| Any CPU
38
24
{76A7A65A-99E9-44B3-A5C4-404905AABAF5} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
39
25
{76A7A65A-99E9-44B3-A5C4-404905AABAF5} .Debug| Any CPU .Build .0 = Debug| Any CPU
40
26
{76A7A65A-99E9-44B3-A5C4-404905AABAF5} .Release| Any CPU .ActiveCfg = Release| Any CPU
@@ -43,6 +29,10 @@ Global
43
29
{CC3A34AA-D62B-4352-8A44-5E3380216905} .Debug| Any CPU .Build .0 = Debug| Any CPU
44
30
{CC3A34AA-D62B-4352-8A44-5E3380216905} .Release| Any CPU .ActiveCfg = Release| Any CPU
45
31
{CC3A34AA-D62B-4352-8A44-5E3380216905} .Release| Any CPU .Build .0 = Release| Any CPU
32
+ {1D707014-5D2B-4C4E-9D1A-3A449A234329} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
33
+ {1D707014-5D2B-4C4E-9D1A-3A449A234329} .Debug| Any CPU .Build .0 = Debug| Any CPU
34
+ {1D707014-5D2B-4C4E-9D1A-3A449A234329} .Release| Any CPU .ActiveCfg = Release| Any CPU
35
+ {1D707014-5D2B-4C4E-9D1A-3A449A234329} .Release| Any CPU .Build .0 = Release| Any CPU
46
36
EndGlobalSection
47
37
GlobalSection (SolutionProperties ) = preSolution
48
38
HideSolutionNode = FALSE
0 commit comments