Skip to content

Commit f00f7a8

Browse files
committed
regenerate with null check revision in template
1 parent 92cf94c commit f00f7a8

File tree

13 files changed

+327
-689
lines changed

13 files changed

+327
-689
lines changed

src/IBM.WatsonDeveloperCloud.Conversation.v1/ConversationService.cs

Lines changed: 96 additions & 96 deletions
Large diffs are not rendered by default.
Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup>
4-
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
5-
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
6-
</PropertyGroup>
7-
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
8-
<PropertyGroup Label="Globals">
9-
<ProjectGuid>34f55944-7db0-4ec1-9600-9686c9dea071</ProjectGuid>
10-
<RootNamespace>IBM.WatsonDeveloperCloud.Conversation.v1</RootNamespace>
11-
<AssemblyName>IBM.WatsonDeveloperCloud.Conversation.v1</AssemblyName>
12-
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
13-
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
14-
<TargetFrameworkVersion>
15-
</TargetFrameworkVersion>
16-
</PropertyGroup>
17-
<PropertyGroup>
18-
<SchemaVersion>2.0</SchemaVersion>
19-
</PropertyGroup>
20-
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
21-
</Project>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
5+
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
6+
</PropertyGroup>
7+
8+
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
9+
<PropertyGroup Label="Globals">
10+
<ProjectGuid></ProjectGuid>
11+
<RootNamespace>IBM.WatsonDeveloperCloud.Conversation.v1</RootNamespace>
12+
<AssemblyName>IBM.WatsonDeveloperCloud.Conversation.v1</AssemblyName>
13+
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
14+
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
15+
<TargetFrameworkVersion></TargetFrameworkVersion>
16+
</PropertyGroup>
17+
18+
<PropertyGroup>
19+
<SchemaVersion>2.0</SchemaVersion>
20+
</PropertyGroup>
21+
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.targets" Condition="'$(VSToolsPath)' != ''" />
22+
</Project>

0 commit comments

Comments
 (0)