Changeset 17759 for branches/3040_VectorBasedGP/HeuristicLab.TensorFlowNet
- Timestamp:
- 09/24/20 14:45:26 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3040_VectorBasedGP/HeuristicLab.TensorFlowNet/HeuristicLab.TensorFlowNet.csproj
r17469 r17759 33 33 <PropertyGroup> 34 34 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent> 35 </PropertyGroup> 36 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 37 <DebugSymbols>true</DebugSymbols> 38 <OutputPath>..\bin\</OutputPath> 39 <DefineConstants>DEBUG;TRACE</DefineConstants> 40 <DebugType>full</DebugType> 41 <PlatformTarget>x64</PlatformTarget> 42 <ErrorReport>prompt</ErrorReport> 43 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 44 </PropertyGroup> 45 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 46 <OutputPath>..\bin\</OutputPath> 47 <DefineConstants>TRACE</DefineConstants> 48 <Optimize>true</Optimize> 49 <DebugType>pdbonly</DebugType> 50 <PlatformTarget>x64</PlatformTarget> 51 <ErrorReport>prompt</ErrorReport> 52 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 35 53 </PropertyGroup> 36 54 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.