From 1124c1ac95bf1b74b4a030fc21ef0b9f58e33b07 Mon Sep 17 00:00:00 2001 From: Anirudh Agnihotry Date: Tue, 17 Mar 2020 12:48:23 -0700 Subject: [PATCH] Adding missing test project config to .sln file (#33679) --- .../System.Runtime.WindowsRuntime/System.Runtime.WindowsRuntime.sln | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/libraries/System.Runtime.WindowsRuntime/System.Runtime.WindowsRuntime.sln b/src/libraries/System.Runtime.WindowsRuntime/System.Runtime.WindowsRuntime.sln index a6e472e..8a3e707 100644 --- a/src/libraries/System.Runtime.WindowsRuntime/System.Runtime.WindowsRuntime.sln +++ b/src/libraries/System.Runtime.WindowsRuntime/System.Runtime.WindowsRuntime.sln @@ -26,6 +26,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution + {C4854B44-ABFE-4BB5-8F89-F35FE6201338}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C4854B44-ABFE-4BB5-8F89-F35FE6201338}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C4854B44-ABFE-4BB5-8F89-F35FE6201338}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C4854B44-ABFE-4BB5-8F89-F35FE6201338}.Release|Any CPU.Build.0 = Release|Any CPU {844A2A0B-4169-49C3-B367-AFDC4894E487}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {844A2A0B-4169-49C3-B367-AFDC4894E487}.Debug|Any CPU.Build.0 = Debug|Any CPU {844A2A0B-4169-49C3-B367-AFDC4894E487}.Release|Any CPU.ActiveCfg = Release|Any CPU -- 2.7.4