Browse Source

Keras Commit

tags/v0.9
Arnav Das 6 years ago
parent
commit
206db69420
2 changed files with 7 additions and 0 deletions
  1. +1
    -0
      test/KerasNET.Example/Keras.Example.csproj
  2. +6
    -0
      test/KerasNET.Test/Keras.UnitTest.csproj

+ 1
- 0
test/KerasNET.Example/Keras.Example.csproj View File

@@ -4,6 +4,7 @@
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework> <TargetFramework>netcoreapp2.2</TargetFramework>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild> <GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<StartupObject>Keras.Example.Program</StartupObject>
</PropertyGroup> </PropertyGroup>


<ItemGroup> <ItemGroup>


+ 6
- 0
test/KerasNET.Test/Keras.UnitTest.csproj View File

@@ -8,6 +8,12 @@
<AssemblyName>Keras.UnitTest</AssemblyName> <AssemblyName>Keras.UnitTest</AssemblyName>


<RootNamespace>Keras.UnitTest</RootNamespace> <RootNamespace>Keras.UnitTest</RootNamespace>

<ApplicationIcon />

<OutputType>Exe</OutputType>

<StartupObject />
</PropertyGroup> </PropertyGroup>


<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">


Loading…
Cancel
Save