Changeset 13470 for branches/PTSP/HeuristicLab.Problems.PTSP.Tests-3.3/HeuristicLab.Problems.PTSP.Tests-3.3.csproj
- Timestamp:
- 12/15/15 16:38:08 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PTSP/HeuristicLab.Problems.PTSP.Tests-3.3/HeuristicLab.Problems.PTSP.Tests-3.3.csproj
r12322 r13470 34 34 <ErrorReport>prompt</ErrorReport> 35 35 <WarningLevel>4</WarningLevel> 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> 54 </PropertyGroup> 55 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 56 <DebugSymbols>true</DebugSymbols> 57 <OutputPath>bin\x86\Debug\</OutputPath> 58 <DefineConstants>DEBUG;TRACE</DefineConstants> 59 <DebugType>full</DebugType> 60 <PlatformTarget>x86</PlatformTarget> 61 <ErrorReport>prompt</ErrorReport> 62 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 63 </PropertyGroup> 64 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 65 <OutputPath>bin\x86\Release\</OutputPath> 66 <DefineConstants>TRACE</DefineConstants> 67 <Optimize>true</Optimize> 68 <DebugType>pdbonly</DebugType> 69 <PlatformTarget>x86</PlatformTarget> 70 <ErrorReport>prompt</ErrorReport> 71 <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> 36 72 </PropertyGroup> 37 73 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.