Changeset 11305 for branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Orienteering/3.3/HeuristicLab.Problems.Orienteering-3.3.csproj
- Timestamp:
- 08/26/14 14:27:34 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.Problems.Orienteering/3.3/HeuristicLab.Problems.Orienteering-3.3.csproj
r11195 r11305 38 38 <PropertyGroup> 39 39 <StartupObject /> 40 </PropertyGroup> 41 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 42 <DebugSymbols>true</DebugSymbols> 43 <OutputPath>bin\x64\Debug\</OutputPath> 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 <DebugType>full</DebugType> 46 <PlatformTarget>x64</PlatformTarget> 47 <ErrorReport>prompt</ErrorReport> 48 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 49 </PropertyGroup> 50 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 51 <OutputPath>bin\x64\Release\</OutputPath> 52 <DefineConstants>TRACE</DefineConstants> 53 <Optimize>true</Optimize> 54 <DebugType>pdbonly</DebugType> 55 <PlatformTarget>x64</PlatformTarget> 56 <ErrorReport>prompt</ErrorReport> 57 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 58 </PropertyGroup> 59 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 60 <DebugSymbols>true</DebugSymbols> 61 <OutputPath>bin\x86\Debug\</OutputPath> 62 <DefineConstants>DEBUG;TRACE</DefineConstants> 63 <DebugType>full</DebugType> 64 <PlatformTarget>x86</PlatformTarget> 65 <ErrorReport>prompt</ErrorReport> 66 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 67 </PropertyGroup> 68 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 69 <OutputPath>bin\x86\Release\</OutputPath> 70 <DefineConstants>TRACE</DefineConstants> 71 <Optimize>true</Optimize> 72 <DebugType>pdbonly</DebugType> 73 <PlatformTarget>x86</PlatformTarget> 74 <ErrorReport>prompt</ErrorReport> 75 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 40 76 </PropertyGroup> 41 77 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.