Skip to content

Commit

Permalink
fix tests (microsoft#2884)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzc850612 authored and darrenj committed Jan 20, 2020
1 parent f2eec81 commit 3a30773
Show file tree
Hide file tree
Showing 51 changed files with 40 additions and 15,946 deletions.
11 changes: 11 additions & 0 deletions sdk/csharp/Microsoft.Bot.Solutions.sln
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{A26898D5
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Bot.Solutions", "libraries\microsoft.bot.solutions\Microsoft.Bot.Solutions.csproj", "{FF1C3E80-DDB8-4F5B-BCCA-68C3C594D252}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Bot.Solutions.Tests", "tests\microsoft.bot.solutions.tests\Microsoft.Bot.Solutions.Tests.csproj", "{FB8ADDF0-C411-4022-9B07-146B5801C420}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug - NuGet Packages|Any CPU = Debug - NuGet Packages|Any CPU
Expand All @@ -25,12 +27,21 @@ Global
{FF1C3E80-DDB8-4F5B-BCCA-68C3C594D252}.Documentation|Any CPU.Build.0 = Documentation|Any CPU
{FF1C3E80-DDB8-4F5B-BCCA-68C3C594D252}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF1C3E80-DDB8-4F5B-BCCA-68C3C594D252}.Release|Any CPU.Build.0 = Release|Any CPU
{FB8ADDF0-C411-4022-9B07-146B5801C420}.Debug - NuGet Packages|Any CPU.ActiveCfg = Debug|Any CPU
{FB8ADDF0-C411-4022-9B07-146B5801C420}.Debug - NuGet Packages|Any CPU.Build.0 = Debug|Any CPU
{FB8ADDF0-C411-4022-9B07-146B5801C420}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB8ADDF0-C411-4022-9B07-146B5801C420}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB8ADDF0-C411-4022-9B07-146B5801C420}.Documentation|Any CPU.ActiveCfg = Debug|Any CPU
{FB8ADDF0-C411-4022-9B07-146B5801C420}.Documentation|Any CPU.Build.0 = Debug|Any CPU
{FB8ADDF0-C411-4022-9B07-146B5801C420}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB8ADDF0-C411-4022-9B07-146B5801C420}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FF1C3E80-DDB8-4F5B-BCCA-68C3C594D252} = {385B75F0-44DF-4B32-8676-BC46110467B7}
{FB8ADDF0-C411-4022-9B07-146B5801C420} = {A26898D5-E8CB-4CC8-8997-59090DCF6ECD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9990775D-5FC4-4B23-8374-05AE6A536EC8}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using Microsoft.Bot.Builder.Dialogs;
using Microsoft.Bot.Schema;
using Microsoft.Bot.Solutions.Skills.Models;
using Microsoft.Bot.Solutions.Skills.Models.Manifest;

namespace Microsoft.Bot.Solutions.Skills.Dialogs
{
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 3a30773

Please sign in to comment.