@@ -7,6 +7,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{87534290
77EndProject
88Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Solution Items" , "Solution Items" , "{B733D97A-F1ED-4FC3-BF8E-9AC47A89DE96}"
99 Project Section (SolutionItems ) = preProject
10+ ..\..\.vsts .ix -ci .yml = ..\..\.vsts .ix -ci .yml
11+ ..\..\.vsts .ix -pr .yml = ..\..\.vsts .ix -pr .yml
12+ ..\..\.vsts .ix -shared .yml = ..\..\.vsts .ix -shared .yml
1013 CodeCoverage .runsettings = CodeCoverage .runsettings
1114 Directory .build .props = Directory .build .props
1215 Directory .build .targets = Directory .build .targets
@@ -25,6 +28,10 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "System.Interactive.Tests",
2528EndProject
2629Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "System.Interactive.Async.Tests" , "System.Interactive.Async.Tests\System.Interactive.Async.Tests.csproj" , "{172BD8C4-5C3E-4928-9D3F-746CF336FFEC}"
2730EndProject
31+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "Refs" , "Refs" , "{A3D72E6E-4ADA-42E0-8B2A-055B1F244281}"
32+ EndProject
33+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "System.Interactive" , "refs\System.Interactive\System.Interactive.csproj" , "{2EC0C302-B029-4DDB-AC91-000BF11006AD}"
34+ EndProject
2835Global
2936 GlobalSection (SolutionConfigurationPlatforms ) = preSolution
3037 Debug| Any CPU = Debug| Any CPU
@@ -55,13 +62,18 @@ Global
5562 {172BD8C4-5C3E-4928-9D3F-746CF336FFEC} .Debug| Any CPU .Build .0 = Debug| Any CPU
5663 {172BD8C4-5C3E-4928-9D3F-746CF336FFEC} .Release| Any CPU .ActiveCfg = Release| Any CPU
5764 {172BD8C4-5C3E-4928-9D3F-746CF336FFEC} .Release| Any CPU .Build .0 = Release| Any CPU
65+ {2EC0C302-B029-4DDB-AC91-000BF11006AD} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
66+ {2EC0C302-B029-4DDB-AC91-000BF11006AD} .Debug| Any CPU .Build .0 = Debug| Any CPU
67+ {2EC0C302-B029-4DDB-AC91-000BF11006AD} .Release| Any CPU .ActiveCfg = Release| Any CPU
68+ {2EC0C302-B029-4DDB-AC91-000BF11006AD} .Release| Any CPU .Build .0 = Release| Any CPU
5869 EndGlobalSection
5970 GlobalSection (SolutionProperties ) = preSolution
6071 HideSolutionNode = FALSE
6172 EndGlobalSection
6273 GlobalSection (NestedProjects ) = preSolution
6374 {AFD2E6EC-C5B0-4276-A14A-467D786D0DDA} = {87534290-A7A6-47A4-9A3A-D0D21A9AD1D4}
6475 {172BD8C4-5C3E-4928-9D3F-746CF336FFEC} = {87534290-A7A6-47A4-9A3A-D0D21A9AD1D4}
76+ {2EC0C302-B029-4DDB-AC91-000BF11006AD} = {A3D72E6E-4ADA-42E0-8B2A-055B1F244281}
6577 EndGlobalSection
6678 GlobalSection (ExtensibilityGlobals ) = postSolution
6779 SolutionGuid = {9B5F6126-CBBA-4C3A-A3BB-26AFE56DABEC}
0 commit comments