forked from microsoft/botframework-solutions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate the samples to VA and Skill instead of having them in one so…
…lution (microsoft#2923) * separate skill sample out of the VA sample solution * remove useless folder
- Loading branch information
Showing
77 changed files
with
63 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<CodeAnalysisRuleSet>$(SolutionDir)\VirtualAssistant.ruleset</CodeAnalysisRuleSet> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta008" PrivateAssets="all" /> | ||
</ItemGroup> | ||
|
||
<PropertyGroup> | ||
<RestoreAdditionalProjectSources> | ||
https://botbuilder.myget.org/F/aitemplates/api/v3/index.json; | ||
https://botbuilder.myget.org/F/botbuilder-declarative/api/v3/index.json; | ||
https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/index.json; | ||
</RestoreAdditionalProjectSources> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<Company>Microsoft</Company> | ||
<Authors>Microsoft</Authors> | ||
<Product>Microsoft BotFramework Solutions</Product> | ||
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup> | ||
<RepositoryUrl>https://github.com/Microsoft/AI</RepositoryUrl> | ||
<LicenseUrl>https://github.com/Microsoft/AI/blob/master/LICENSE</LicenseUrl> | ||
<RepositoryType /> | ||
<NeutralLanguage>en-US</NeutralLanguage> | ||
<NoWarn>$(NoWarn);NU5125;NU1701;8002</NoWarn> | ||
</PropertyGroup> | ||
</Project> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 12.00 | ||
# Visual Studio Version 16 | ||
VisualStudioVersion = 16.0.29424.173 | ||
MinimumVisualStudioVersion = 10.0.40219.1 | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SkillSample", "SkillSample\SkillSample.csproj", "{2AD96F61-B9BA-4DB5-9BA5-5A11D5C56C12}" | ||
EndProject | ||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SkillSample.Tests", "SkillSample.Tests\SkillSample.Tests.csproj", "{83C5C21E-1F3A-483E-8C4C-1FC61F1AB4E7}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Release|Any CPU = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{2AD96F61-B9BA-4DB5-9BA5-5A11D5C56C12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{2AD96F61-B9BA-4DB5-9BA5-5A11D5C56C12}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{2AD96F61-B9BA-4DB5-9BA5-5A11D5C56C12}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{2AD96F61-B9BA-4DB5-9BA5-5A11D5C56C12}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{83C5C21E-1F3A-483E-8C4C-1FC61F1AB4E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{83C5C21E-1F3A-483E-8C4C-1FC61F1AB4E7}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{83C5C21E-1F3A-483E-8C4C-1FC61F1AB4E7}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{83C5C21E-1F3A-483E-8C4C-1FC61F1AB4E7}.Release|Any CPU.Build.0 = Release|Any CPU | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
SolutionGuid = {03D2E957-9568-4F2E-9176-45179E11B252} | ||
EndGlobalSection | ||
EndGlobal |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.