From 206db69420354bc4f72ef35eb2bfd55ed8e946ef Mon Sep 17 00:00:00 2001 From: Arnav Das Date: Thu, 16 May 2019 04:32:26 +0530 Subject: [PATCH] Keras Commit --- test/KerasNET.Example/Keras.Example.csproj | 1 + test/KerasNET.Test/Keras.UnitTest.csproj | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/test/KerasNET.Example/Keras.Example.csproj b/test/KerasNET.Example/Keras.Example.csproj index b7037eda..44bf52a4 100644 --- a/test/KerasNET.Example/Keras.Example.csproj +++ b/test/KerasNET.Example/Keras.Example.csproj @@ -4,6 +4,7 @@ Exe netcoreapp2.2 false + Keras.Example.Program diff --git a/test/KerasNET.Test/Keras.UnitTest.csproj b/test/KerasNET.Test/Keras.UnitTest.csproj index e2a0e357..89a5425c 100644 --- a/test/KerasNET.Test/Keras.UnitTest.csproj +++ b/test/KerasNET.Test/Keras.UnitTest.csproj @@ -8,6 +8,12 @@ Keras.UnitTest Keras.UnitTest + + + + Exe + +