Skip to content

Commit eb9907d

Browse files
authored
Merge pull request #367 from watson-developer-cloud/6669-compare-comply-v1-examples
Add Compare Comply V1 examples
2 parents af08cb5 + 48b4aec commit eb9907d

File tree

6 files changed

+479
-0
lines changed

6 files changed

+479
-0
lines changed

IBM.Watson.sln

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBM.Watson.Assistant.v2.Exa
9999
EndProject
100100
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IBM.Watson.Assistant.v1.Examples", "examples\IBM.Watson.Assistant.v1.Examples\IBM.Watson.Assistant.v1.Examples.csproj", "{AE7F758A-A6FA-49E7-AD3C-52B784BEBA3F}"
101101
EndProject
102+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IBM.Watson.CompareComply.v1.Examples", "examples\IBM.Watson.CompareComply.v1.Examples\IBM.Watson.CompareComply.v1.Examples.csproj", "{58A819F6-2F99-4A79-95ED-2DED2F9D5DB4}"
103+
EndProject
102104
Global
103105
GlobalSection(SolutionConfigurationPlatforms) = preSolution
104106
Debug|Any CPU = Debug|Any CPU
@@ -245,6 +247,10 @@ Global
245247
{AE7F758A-A6FA-49E7-AD3C-52B784BEBA3F}.Debug|Any CPU.Build.0 = Debug|Any CPU
246248
{AE7F758A-A6FA-49E7-AD3C-52B784BEBA3F}.Release|Any CPU.ActiveCfg = Release|Any CPU
247249
{AE7F758A-A6FA-49E7-AD3C-52B784BEBA3F}.Release|Any CPU.Build.0 = Release|Any CPU
250+
{58A819F6-2F99-4A79-95ED-2DED2F9D5DB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
251+
{58A819F6-2F99-4A79-95ED-2DED2F9D5DB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
252+
{58A819F6-2F99-4A79-95ED-2DED2F9D5DB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
253+
{58A819F6-2F99-4A79-95ED-2DED2F9D5DB4}.Release|Any CPU.Build.0 = Release|Any CPU
248254
EndGlobalSection
249255
GlobalSection(SolutionProperties) = preSolution
250256
HideSolutionNode = FALSE
@@ -284,6 +290,7 @@ Global
284290
{28F5A68C-CF5B-4691-A5E5-9135C99470A0} = {C7873F44-7188-49BE-84C5-532BE4E07147}
285291
{4CFF70FE-F96E-46EE-B7FC-E06AEE4EE2AC} = {90E09BF8-A647-43B8-B721-05CAECFADD72}
286292
{AE7F758A-A6FA-49E7-AD3C-52B784BEBA3F} = {E3D238D7-7A09-4447-B836-8D6ABF4BFF80}
293+
{58A819F6-2F99-4A79-95ED-2DED2F9D5DB4} = {B368DCF7-FB57-4302-8467-4EB142394A29}
287294
EndGlobalSection
288295
GlobalSection(ExtensibilityGlobals) = postSolution
289296
SolutionGuid = {B9D9D17B-1C17-402F-B701-DC671528690A}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
3+
<PropertyGroup>
4+
<OutputType>Exe</OutputType>
5+
<TargetFramework>netcoreapp2.1</TargetFramework>
6+
</PropertyGroup>
7+
8+
<ItemGroup>
9+
<PackageReference Include="IBM.Cloud.SDK.Core" Version="0.7.1" />
10+
</ItemGroup>
11+
12+
<ItemGroup>
13+
<ProjectReference Include="..\..\src\IBM.Watson.CompareComply.v1\IBM.Watson.CompareComply.v1.csproj" />
14+
</ItemGroup>
15+
16+
<ItemGroup>
17+
<None Update=".\CompareComplyTestData\**\*;appsettings.json">
18+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
19+
</None>
20+
</ItemGroup>
21+
22+
</Project>

0 commit comments

Comments
 (0)