Changeset 4082 for trunk/sources/HeuristicLab.Problems.DataAnalysis
- Timestamp:
- 07/22/10 15:59:57 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/Tests/HeuristicLab.Problems.DataAnalysis.Tests-3.3.csproj
r4065 r4082 53 53 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 54 54 </PropertyGroup> 55 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 56 <DebugSymbols>true</DebugSymbols> 57 <OutputPath>bin\x64\Debug\</OutputPath> 58 <DefineConstants>DEBUG;TRACE</DefineConstants> 59 <DebugType>full</DebugType> 60 <PlatformTarget>x64</PlatformTarget> 61 <ErrorReport>prompt</ErrorReport> 62 </PropertyGroup> 63 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 64 <OutputPath>bin\x64\Release\</OutputPath> 65 <DefineConstants>TRACE</DefineConstants> 66 <Optimize>true</Optimize> 67 <DebugType>pdbonly</DebugType> 68 <PlatformTarget>x64</PlatformTarget> 69 <ErrorReport>prompt</ErrorReport> 70 </PropertyGroup> 55 71 <ItemGroup> 56 72 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> … … 61 77 </ItemGroup> 62 78 <ItemGroup> 79 <Compile Include="LinearScalingTest.cs" /> 63 80 <Compile Include="Properties\AssemblyInfo.cs" /> 64 81 <Compile Include="SimpleArithmeticExpressionInterpreterTest.cs" /> … … 95 112 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 96 113 <Name>HeuristicLab.Optimization-3.3</Name> 114 </ProjectReference> 115 <ProjectReference Include="..\..\..\HeuristicLab.Problems.DataAnalysis.Regression\3.3\HeuristicLab.Problems.DataAnalysis.Regression-3.3.csproj"> 116 <Project>{BDF86B1D-630E-4CE2-8A49-8C90B1BDE4C9}</Project> 117 <Name>HeuristicLab.Problems.DataAnalysis.Regression-3.3</Name> 97 118 </ProjectReference> 98 119 <ProjectReference Include="..\..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">
Note: See TracChangeset
for help on using the changeset viewer.