Browse Source

Added different build directory for TensorflowNET.Examples.GPU

tags/v0.12
Eli Belash 6 years ago
parent
commit
35295f8f18
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      test/TensorFlowNET.Examples/TensorFlowNET.Examples.GPU.csproj

+ 8
- 0
test/TensorFlowNET.Examples/TensorFlowNET.Examples.GPU.csproj View File

@@ -6,6 +6,14 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>bin\debug-gpu</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>bin\release-gpu</OutputPath>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Colorful.Console" Version="1.2.9" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.2" />


Loading…
Cancel
Save