Changeset 8842 for branches/DataAnalysisCSVImport/HeuristicLab.Problems.Instances.DataAnalysis.Views
- Timestamp:
- 10/23/12 16:29:21 (12 years ago)
- Location:
- branches/DataAnalysisCSVImport/HeuristicLab.Problems.Instances.DataAnalysis.Views
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysisCSVImport/HeuristicLab.Problems.Instances.DataAnalysis.Views
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Problems.Instances.DataAnalysis.Views (added) merged: 8781
- Property svn:mergeinfo changed
-
branches/DataAnalysisCSVImport/HeuristicLab.Problems.Instances.DataAnalysis.Views/3.3/HeuristicLab.Problems.Instances.DataAnalysis.Views-3.3.csproj
r8715 r8842 30 30 <ErrorReport>prompt</ErrorReport> 31 31 <WarningLevel>4</WarningLevel> 32 </PropertyGroup> 33 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 34 <DebugSymbols>true</DebugSymbols> 35 <OutputPath>..\..\bin\</OutputPath> 36 <DefineConstants>DEBUG;TRACE</DefineConstants> 37 <DebugType>full</DebugType> 38 <PlatformTarget>x86</PlatformTarget> 39 <ErrorReport>prompt</ErrorReport> 40 </PropertyGroup> 41 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 42 <OutputPath>..\..\bin\</OutputPath> 43 <DefineConstants>TRACE</DefineConstants> 44 <Optimize>true</Optimize> 45 <DebugType>pdbonly</DebugType> 46 <PlatformTarget>x86</PlatformTarget> 47 <ErrorReport>prompt</ErrorReport> 48 </PropertyGroup> 49 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 50 <DebugSymbols>true</DebugSymbols> 51 <OutputPath>..\..\bin\</OutputPath> 52 <DefineConstants>DEBUG;TRACE</DefineConstants> 53 <DebugType>full</DebugType> 54 <PlatformTarget>x64</PlatformTarget> 55 <ErrorReport>prompt</ErrorReport> 56 </PropertyGroup> 57 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 58 <OutputPath>..\..\bin\</OutputPath> 59 <DefineConstants>TRACE</DefineConstants> 60 <Optimize>true</Optimize> 61 <DebugType>pdbonly</DebugType> 62 <PlatformTarget>x64</PlatformTarget> 63 <ErrorReport>prompt</ErrorReport> 32 64 </PropertyGroup> 33 65 <PropertyGroup>
Note: See TracChangeset
for help on using the changeset viewer.