- Timestamp:
- 08/02/15 15:22:46 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.GrammaticalOptimization/Test/Test.csproj
r12289 r12830 37 37 <WarningLevel>4</WarningLevel> 38 38 <Prefer32Bit>false</Prefer32Bit> 39 </PropertyGroup> 40 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 41 <DebugSymbols>true</DebugSymbols> 42 <OutputPath>bin\x64\Debug\</OutputPath> 43 <DefineConstants>DEBUG;TRACE</DefineConstants> 44 <DebugType>full</DebugType> 45 <PlatformTarget>x64</PlatformTarget> 46 <ErrorReport>prompt</ErrorReport> 47 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 48 </PropertyGroup> 49 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 50 <OutputPath>bin\x64\Release\</OutputPath> 51 <DefineConstants>TRACE</DefineConstants> 52 <Optimize>true</Optimize> 53 <DebugType>pdbonly</DebugType> 54 <PlatformTarget>x64</PlatformTarget> 55 <ErrorReport>prompt</ErrorReport> 56 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 39 57 </PropertyGroup> 40 58 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.