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