Completed adding GenericRESTful client to PepperDash Core. Built sample program to test updates made.

This commit is contained in:
Jason DeVito
2019-10-12 00:32:36 -05:00
parent 7a636b78e2
commit 8174ece650
2 changed files with 1 additions and 1 deletions

View File

@@ -88,7 +88,7 @@
<Compile Include="CoreInterfaces.cs" />
<Compile Include="EventArgs.cs" />
<Compile Include="GenericRESTfulCommunications\Constants.cs" />
<Compile Include="GenericRESTfulCommunications\GenericRESTful.cs" />
<Compile Include="GenericRESTfulCommunications\GenericRESTfulClient.cs" />
<Compile Include="JsonStandardObjects\EventArgs and Constants.cs" />
<Compile Include="JsonStandardObjects\JsonToSimplDeviceConfig.cs" />
<Compile Include="JsonStandardObjects\JsonToSimplDevice.cs" />