Skip to content

Commit

Permalink
Cleanup and Standardization of CSProj files.
Browse files Browse the repository at this point in the history
  • Loading branch information
cleemullins committed Jan 25, 2019
1 parent 44100b8 commit c0dce37
Show file tree
Hide file tree
Showing 31 changed files with 83 additions and 286 deletions.
15 changes: 15 additions & 0 deletions Directory.Build.props
Expand Up @@ -10,6 +10,21 @@
<Copyright>© Microsoft Corporation. All rights reserved.</Copyright>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn),1573,1591,1712</NoWarn>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Documentation|AnyCPU'">
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>$(NoWarn),1573,1591,1712</NoWarn>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<PropertyGroup>
<PackageProjectUrl>https://github.com/Microsoft/botbuilder-dotnet</PackageProjectUrl>
<PackageIconUrl>http://docs.botframework.com/images/bot_icon.png</PackageIconUrl>
Expand Down
18 changes: 12 additions & 6 deletions Microsoft.Bot.Builder.sln
Expand Up @@ -94,14 +94,16 @@ Global
{9BDF7020-A19F-4C6C-B329-E4BFEFF6DE6B}.Debug - NuGet Packages|Any CPU.Build.0 = Debug|Any CPU
{9BDF7020-A19F-4C6C-B329-E4BFEFF6DE6B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BDF7020-A19F-4C6C-B329-E4BFEFF6DE6B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9BDF7020-A19F-4C6C-B329-E4BFEFF6DE6B}.Documentation|Any CPU.ActiveCfg = Documentation|Any CPU
{9BDF7020-A19F-4C6C-B329-E4BFEFF6DE6B}.Documentation|Any CPU.ActiveCfg = Debug|Any CPU
{9BDF7020-A19F-4C6C-B329-E4BFEFF6DE6B}.Documentation|Any CPU.Build.0 = Debug|Any CPU
{9BDF7020-A19F-4C6C-B329-E4BFEFF6DE6B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9BDF7020-A19F-4C6C-B329-E4BFEFF6DE6B}.Release|Any CPU.Build.0 = Release|Any CPU
{E325A0E2-716A-49E0-9767-5087CF05727C}.Debug - NuGet Packages|Any CPU.ActiveCfg = Debug|Any CPU
{E325A0E2-716A-49E0-9767-5087CF05727C}.Debug - NuGet Packages|Any CPU.Build.0 = Debug|Any CPU
{E325A0E2-716A-49E0-9767-5087CF05727C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E325A0E2-716A-49E0-9767-5087CF05727C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E325A0E2-716A-49E0-9767-5087CF05727C}.Documentation|Any CPU.ActiveCfg = Documentation|Any CPU
{E325A0E2-716A-49E0-9767-5087CF05727C}.Documentation|Any CPU.ActiveCfg = Debug|Any CPU
{E325A0E2-716A-49E0-9767-5087CF05727C}.Documentation|Any CPU.Build.0 = Debug|Any CPU
{E325A0E2-716A-49E0-9767-5087CF05727C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E325A0E2-716A-49E0-9767-5087CF05727C}.Release|Any CPU.Build.0 = Release|Any CPU
{6462DA5D-27DC-4CD5-9467-5EFB998FD838}.Debug - NuGet Packages|Any CPU.ActiveCfg = Debug - NuGet Packages|Any CPU
Expand Down Expand Up @@ -132,7 +134,8 @@ Global
{BF414C86-DB3B-4022-9B29-DCE8AA954C12}.Debug - NuGet Packages|Any CPU.Build.0 = Debug|Any CPU
{BF414C86-DB3B-4022-9B29-DCE8AA954C12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF414C86-DB3B-4022-9B29-DCE8AA954C12}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF414C86-DB3B-4022-9B29-DCE8AA954C12}.Documentation|Any CPU.ActiveCfg = Documentation|Any CPU
{BF414C86-DB3B-4022-9B29-DCE8AA954C12}.Documentation|Any CPU.ActiveCfg = Debug|Any CPU
{BF414C86-DB3B-4022-9B29-DCE8AA954C12}.Documentation|Any CPU.Build.0 = Debug|Any CPU
{BF414C86-DB3B-4022-9B29-DCE8AA954C12}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF414C86-DB3B-4022-9B29-DCE8AA954C12}.Release|Any CPU.Build.0 = Release|Any CPU
{67AA3C00-E2C5-4D13-BA5E-72EB0E5B8DAA}.Debug - NuGet Packages|Any CPU.ActiveCfg = Debug - NuGet Packages|Any CPU
Expand All @@ -147,7 +150,8 @@ Global
{7BCEBDC1-D57F-4717-9B15-4FACD5473489}.Debug - NuGet Packages|Any CPU.Build.0 = Debug|Any CPU
{7BCEBDC1-D57F-4717-9B15-4FACD5473489}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BCEBDC1-D57F-4717-9B15-4FACD5473489}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BCEBDC1-D57F-4717-9B15-4FACD5473489}.Documentation|Any CPU.ActiveCfg = Documentation|Any CPU
{7BCEBDC1-D57F-4717-9B15-4FACD5473489}.Documentation|Any CPU.ActiveCfg = Debug|Any CPU
{7BCEBDC1-D57F-4717-9B15-4FACD5473489}.Documentation|Any CPU.Build.0 = Debug|Any CPU
{7BCEBDC1-D57F-4717-9B15-4FACD5473489}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BCEBDC1-D57F-4717-9B15-4FACD5473489}.Release|Any CPU.Build.0 = Release|Any CPU
{BD0B82EF-1601-4E87-B78A-B43DE7EB36B0}.Debug - NuGet Packages|Any CPU.ActiveCfg = Debug - NuGet Packages|Any CPU
Expand Down Expand Up @@ -178,14 +182,16 @@ Global
{C93F6192-0123-4121-AD92-374A71E4B0F3}.Debug - NuGet Packages|Any CPU.Build.0 = Debug|Any CPU
{C93F6192-0123-4121-AD92-374A71E4B0F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C93F6192-0123-4121-AD92-374A71E4B0F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C93F6192-0123-4121-AD92-374A71E4B0F3}.Documentation|Any CPU.ActiveCfg = Documentation|Any CPU
{C93F6192-0123-4121-AD92-374A71E4B0F3}.Documentation|Any CPU.ActiveCfg = Debug|Any CPU
{C93F6192-0123-4121-AD92-374A71E4B0F3}.Documentation|Any CPU.Build.0 = Debug|Any CPU
{C93F6192-0123-4121-AD92-374A71E4B0F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C93F6192-0123-4121-AD92-374A71E4B0F3}.Release|Any CPU.Build.0 = Release|Any CPU
{A4184239-F13F-4A09-B2D3-0B9532609248}.Debug - NuGet Packages|Any CPU.ActiveCfg = Debug|Any CPU
{A4184239-F13F-4A09-B2D3-0B9532609248}.Debug - NuGet Packages|Any CPU.Build.0 = Debug|Any CPU
{A4184239-F13F-4A09-B2D3-0B9532609248}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4184239-F13F-4A09-B2D3-0B9532609248}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4184239-F13F-4A09-B2D3-0B9532609248}.Documentation|Any CPU.ActiveCfg = Documentation|Any CPU
{A4184239-F13F-4A09-B2D3-0B9532609248}.Documentation|Any CPU.ActiveCfg = Debug|Any CPU
{A4184239-F13F-4A09-B2D3-0B9532609248}.Documentation|Any CPU.Build.0 = Debug|Any CPU
{A4184239-F13F-4A09-B2D3-0B9532609248}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4184239-F13F-4A09-B2D3-0B9532609248}.Release|Any CPU.Build.0 = Release|Any CPU
{D9B2EF5D-0515-460F-948A-2BB70C8DCF62}.Debug - NuGet Packages|Any CPU.ActiveCfg = Debug - NuGet Packages|Any CPU
Expand Down
Expand Up @@ -19,17 +19,7 @@
<PackageId>Microsoft.Bot.Builder.AI.Luis</PackageId>
<Description>LUIS Middleware and Recognizers for the Microsoft Bot Builder SDK</Description>
<Summary>This library implements C# classes for building bots using LUIS.</Summary>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Documentation|AnyCPU'">
<DocumentationFile>bin\$(Configuration)\netstandard2.0\Microsoft.Bot.Builder.AI.LUIS.xml</DocumentationFile>
<CodeAnalysisRuleSet>Microsoft.Bot.Builder.AI.LUIS.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<PropertyGroup>
<CodeAnalysisRuleSet>Microsoft.Bot.Builder.AI.LUIS.ruleset</CodeAnalysisRuleSet>
<AssemblyName>Microsoft.Bot.Builder.AI.Luis</AssemblyName>
<RootNamespace>Microsoft.Bot.Builder.AI.Luis</RootNamespace>
<CodeAnalysisRuleSet>Microsoft.Bot.Builder.AI.LUIS.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<ItemGroup>
Expand Down
Expand Up @@ -15,25 +15,13 @@
</PropertyGroup>

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Microsoft.Bot.Builder.AI.QnA</PackageId>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>Classes for using QnA Maker Cognitive Service on the Microsoft Bot Builder SDK</Description>
<Summary>This library implements C# classes for building bots using Microsoft Cognitive services.</Summary>
<CodeAnalysisRuleSet>Microsoft.Bot.Builder.AI.QnA.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Documentation|AnyCPU'">
<DocumentationFile>bin\$(Configuration)\netstandard2.0\Microsoft.Bot.Builder.AI.QnA.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\$(Configuration)\netstandard2.0\Microsoft.Bot.Builder.AI.QnA.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup>
<CodeAnalysisRuleSet>Microsoft.Bot.Builder.AI.QnA.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<ItemGroup>
<ItemGroup>
<PackageReference Include="AsyncUsageAnalyzers" Version="1.0.0-alpha003" PrivateAssets="all" />
<PackageReference Include="Microsoft.Bot.Builder" Condition=" '$(PackageVersion)' == '' " Version="4.0.0-local" />
<PackageReference Include="Microsoft.Bot.Builder" Condition=" '$(PackageVersion)' != '' " Version="$(PackageVersion)" />
Expand Down
Expand Up @@ -22,23 +22,6 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<PropertyGroup>
<AssemblyName>Microsoft.Bot.Builder.ApplicationInsights</AssemblyName>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Documentation|AnyCPU'">
<DocumentationFile>bin\$(Configuration)\netstandard2.0\Microsoft.Bot.Builder.ApplicationInsights.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\$(Configuration)\netstandard2.0\Microsoft.Bot.Builder.ApplicationInsights.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.8.1" />
<PackageReference Include="Microsoft.Bot.Builder" Condition=" '$(PackageVersion)' == '' " Version="4.0.0-local" />
Expand All @@ -48,5 +31,4 @@
<ItemGroup>
<ProjectReference Include="..\Microsoft.Bot.Builder\Microsoft.Bot.Builder.csproj" />
</ItemGroup>

</Project>
Expand Up @@ -15,19 +15,10 @@
</PropertyGroup>

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Microsoft.Bot.Builder.Azure</PackageId>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>Azure classes for using Azure Services on the Microsoft Bot Builder SDK</Description>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Documentation|AnyCPU'">
<DocumentationFile>bin\$(Configuration)\netstandard2.0\Microsoft.Bot.Builder.Azure.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\$(Configuration)\netstandard2.0\Microsoft.Bot.Builder.Azure.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup>
<CodeAnalysisRuleSet>Microsoft.Bot.Builder.Azure.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
Expand All @@ -48,5 +39,4 @@
<ItemGroup>
<ProjectReference Include="..\Microsoft.Bot.Builder\Microsoft.Bot.Builder.csproj" />
</ItemGroup>

</Project>
</Project>
Expand Up @@ -16,27 +16,14 @@
</PropertyGroup>

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Microsoft.Bot.Builder.Dialogs</PackageId>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>This library implements .NET Simple Dialog classes </Description>
<Summary>This library implements .NET Simple Dialog classes </Summary>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Documentation|AnyCPU'">
<DocumentationFile>bin\$(Configuration)\netstandard2.0\Microsoft.Bot.Builder.Dialogs.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\$(Configuration)\netstandard2.0\Microsoft.Bot.Builder.Dialogs.xml</DocumentationFile>
</PropertyGroup>


<PropertyGroup>
<CodeAnalysisRuleSet>Microsoft.Bot.Builder.Dialogs.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>

<ItemGroup>
<Compile Remove="Prompts\BasicPrompt.cs" />
Expand Down
@@ -1,5 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version Condition=" '$(PackageVersion)' == '' ">4.0.0-local</Version>
<Version Condition=" '$(PackageVersion)' != '' ">$(PackageVersion)</Version>
Expand All @@ -16,26 +15,11 @@
</PropertyGroup>

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Microsoft.Bot.Builder.TemplateManager</PackageId>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>This library implements .NET TemplateManager classes to manage libraries of template renderers in Microsoft Bot Builder SDK v4</Description>
<Summary>This library implements .NET TemplateManager classes to manage libraries of template renderers in Microsoft Bot Builder SDK v4</Summary>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<NoWarn>1701;1702;1705;CS1998</NoWarn>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Documentation|AnyCPU'">
<NoWarn>1701;1702;1705;CS1998</NoWarn>
<DocumentationFile>bin\$(Configuration)\netstandard2.0\Microsoft.Bot.Builder.TemplateManager.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<NoWarn>1701;1702;1705;CS1998</NoWarn>
<DocumentationFile>bin\$(Configuration)\netstandard2.0\Microsoft.Bot.Builder.TemplateManager.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Bot.Builder" Condition=" '$(PackageVersion)' == '' " Version="4.0.0-local" />
<PackageReference Include="Microsoft.Bot.Builder" Condition=" '$(PackageVersion)' != '' " Version="$(PackageVersion)" />
Expand All @@ -46,5 +30,4 @@
<ItemGroup>
<ProjectReference Include="..\Microsoft.Bot.Builder\Microsoft.Bot.Builder.csproj" />
</ItemGroup>

</Project>
</Project>
Expand Up @@ -52,6 +52,7 @@ public BotFrameworkOptions()
/// <seealso cref="BotAdapter.Use(IMiddleware)"/>
public IList<IMiddleware> Middleware { get; } = new List<IMiddleware>();

#pragma warning disable SA1623
/// <summary>
/// OBSOLETE: This property is no longer used by the framework.
/// </summary>
Expand All @@ -65,7 +66,7 @@ public BotFrameworkOptions()
[Obsolete("This property is no longer used by the framework. Please see documentation for more details.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public IList<BotState> State { get; } = new List<BotState>();

#pragma warning restore SA1623
/// <summary>
/// Gets or sets the retry policy to use in case of errors from Bot Framework Service.
/// </summary>
Expand Down
12 changes: 0 additions & 12 deletions libraries/Microsoft.Bot.Builder/Microsoft.Bot.Builder.csproj
Expand Up @@ -25,19 +25,7 @@
<Description>Library for building bots using Microsoft Bot Framework Connector</Description>
<Summary>Library for building bots using Microsoft Bot Framework Connector</Summary>
</PropertyGroup>

<PropertyGroup>
<AssemblyName>Microsoft.Bot.Builder</AssemblyName>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\$(Configuration)\netstandard2.0\Microsoft.Bot.Builder.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Documentation|AnyCPU'">
<DocumentationFile>bin\$(Configuration)\netstandard2.0\Microsoft.Bot.Builder.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="AsyncUsageAnalyzers" Version="1.0.0-alpha003" PrivateAssets="all" />
<PackageReference Include="Microsoft.Bot.Connector" Condition=" '$(PackageVersion)' == '' " Version="4.0.0-local" />
Expand Down
6 changes: 6 additions & 0 deletions libraries/Microsoft.Bot.Builder/PagedResult.cs
Expand Up @@ -12,11 +12,17 @@ public class PagedResult<T>
/// <summary>
/// Gets or sets the page of items.
/// </summary>
/// <value>
/// The array of items.
/// </value>
public T[] Items { get; set; } = new T[0];

/// <summary>
/// Gets or sets a token for retrieving the next page of results.
/// </summary>
/// <value>
/// The Continuation Token to pass to get the next page of results.
/// </value>
public string ContinuationToken { get; set; }
}
}
Expand Up @@ -15,26 +15,8 @@
</PropertyGroup>

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Microsoft.Bot.Configuration</PackageId>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>Classes for loading and saving bot configuration files</Description>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Documentation|AnyCPU'">
<DocumentationFile>bin\$(Configuration)\netstandard2.0\Microsoft.Bot.Configuration.xml</DocumentationFile>
<CodeAnalysisRuleSet>Microsoft.Bot.Configuration.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\$(Configuration)\netstandard2.0\Microsoft.Bot.Configuration.xml</DocumentationFile>
<CodeAnalysisRuleSet>Microsoft.Bot.Configuration.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<CodeAnalysisRuleSet>Microsoft.Bot.Configuration.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug - NuGet Packages|AnyCPU'">
<CodeAnalysisRuleSet>Microsoft.Bot.Configuration.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>

Expand All @@ -49,5 +31,4 @@
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
</ItemGroup>

</Project>
11 changes: 1 addition & 10 deletions libraries/Microsoft.Bot.Connector/Microsoft.Bot.Connector.csproj
Expand Up @@ -15,20 +15,11 @@
</PropertyGroup>

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Microsoft.Bot.Connector</PackageId>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>This library implements C# classes for using the Bot Framework Connector REST API.</Description>
<Summary>Client REST API library for Microsoft Bot Framework Connector</Summary>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Documentation|AnyCPU'">
<DocumentationFile>bin\$(Configuration)\netstandard2.0\Microsoft.Bot.Connector.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\$(Configuration)\netstandard2.0\Microsoft.Bot.Connector.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
<Compile Remove="node_modules\**" />
<EmbeddedResource Remove="node_modules\**" />
Expand Down
14 changes: 2 additions & 12 deletions libraries/Microsoft.Bot.Schema/Microsoft.Bot.Schema.csproj
Expand Up @@ -15,23 +15,13 @@
</PropertyGroup>

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<PackageId>Microsoft.Bot.Schema</PackageId>
<TargetFramework>netstandard2.0</TargetFramework>
<Description>This library implements C# schema classes for using the Bot Framework.</Description>
<Summary>This library implements C# schema classes for using the Bot Framework.</Summary>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Documentation|AnyCPU'">
<DocumentationFile>bin\$(Configuration)\netstandard2.0\Microsoft.Bot.Schema.xml</DocumentationFile>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\$(Configuration)\netstandard2.0\Microsoft.Bot.Schema.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="SourceLink.Create.CommandLine" Version="2.8.1" />
</ItemGroup>

</Project>
</Project>

0 comments on commit c0dce37

Please sign in to comment.