- Timestamp:
- 07/24/13 09:56:56 (11 years ago)
- Location:
- branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter/HeuristicLab.Tests
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.DataAnalysis.Symbolic.LinearInterpreter/HeuristicLab.Tests/HeuristicLab.Tests.csproj
r9738 r9739 31 31 <DebugType>pdbonly</DebugType> 32 32 <Optimize>true</Optimize> 33 <OutputPath> ..\..\..\..\trunk\sources\bin\</OutputPath>33 <OutputPath>bin\</OutputPath> 34 34 <DefineConstants>TRACE</DefineConstants> 35 35 <ErrorReport>prompt</ErrorReport> … … 82 82 <Reference Include="ALGLIB-3.7.0"> 83 83 <HintPath>..\..\..\Trunk\sources\bin\ALGLIB-3.7.0.dll</HintPath> 84 <Private> False</Private>84 <Private>True</Private> 85 85 </Reference> 86 86 <Reference Include="HeuristicLab.Common-3.3"> 87 87 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 88 <Private> False</Private>88 <Private>True</Private> 89 89 </Reference> 90 90 <Reference Include="HeuristicLab.Core-3.3"> 91 91 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 92 <Private> False</Private>92 <Private>True</Private> 93 93 </Reference> 94 94 <Reference Include="HeuristicLab.Data-3.3"> 95 95 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 96 <Private> False</Private>96 <Private>True</Private> 97 97 </Reference> 98 98 <Reference Include="HeuristicLab.Operators-3.3"> 99 99 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath> 100 <Private> False</Private>100 <Private>True</Private> 101 101 </Reference> 102 102 <Reference Include="HeuristicLab.Optimization-3.3"> 103 103 <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 104 <Private> False</Private>104 <Private>True</Private> 105 105 </Reference> 106 106 <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4"> 107 107 <HintPath>..\..\..\Trunk\sources\bin\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath> 108 <Private> False</Private>108 <Private>True</Private> 109 109 </Reference> 110 110 <Reference Include="HeuristicLab.Random-3.3"> 111 111 <HintPath>..\..\..\Trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath> 112 <Private> False</Private>112 <Private>True</Private> 113 113 </Reference> 114 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> 114 115 <Reference Include="System" /> 115 116 </ItemGroup> … … 120 121 </ItemGroup> 121 122 </When> 122 <Otherwise> 123 <ItemGroup> 124 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" /> 125 </ItemGroup> 126 </Otherwise> 123 <Otherwise /> 127 124 </Choose> 128 125 <ItemGroup> … … 137 134 <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project> 138 135 <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name> 139 <Private> False</Private>136 <Private>True</Private> 140 137 </ProjectReference> 141 138 <ProjectReference Include="..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj"> 142 139 <Project>{3d28463f-ec96-4d82-afee-38be91a0ca00}</Project> 143 140 <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name> 144 <Private> False</Private>141 <Private>True</Private> 145 142 </ProjectReference> 146 143 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.