Changeset 10572
- Timestamp:
- 03/12/14 12:47:47 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DataPreprocessing/HeuristicLab.Tests/HeuristicLab.Tests.csproj
r10571 r10572 166 166 <Private>False</Private> 167 167 </Reference> 168 <Reference Include="HeuristicLab.DataPreprocessing-3.3, Version=3.3.9.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">169 <SpecificVersion>False</SpecificVersion>170 <HintPath>..\bin\HeuristicLab.DataPreprocessing-3.3.dll</HintPath>171 <Private>False</Private>172 </Reference>173 168 <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3"> 174 169 <HintPath>..\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath> … … 329 324 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> 330 325 <Private>false</Private> 331 </Reference>332 <Reference Include="Rhino.Mocks">333 <HintPath>..\packages\RhinoMocks.3.6.1\lib\net\Rhino.Mocks.dll</HintPath>334 326 </Reference> 335 327 <Reference Include="System" /> … … 369 361 <Compile Include="HeuristicLab.Collections-3.3\BidirectionalLookupTest.cs" /> 370 362 <Compile Include="HeuristicLab.Collections-3.3\ObservableKeyedListTest.cs" /> 371 <Compile Include="HeuristicLab.DataPreprocessing-3.3\StatisticInfoTest.cs" />372 363 <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\Auxiliary.cs" /> 373 364 <Compile Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3\NPointCrossoverTest.cs" /> … … 483 474 </None> 484 475 <None Include="HeuristicLab.snk" /> 485 <None Include="packages.config" />486 476 <None Include="Test Resources\GA_SymbReg.hl"> 487 477 <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> … … 513 503 </Content> 514 504 </ItemGroup> 515 <ItemGroup />516 505 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 517 506 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.