Changeset 5933 for trunk/sources/HeuristicLab.Problems.QuadraticAssignment
- Timestamp:
- 04/02/11 23:13:33 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.QuadraticAssignment
- Files:
-
- 1 deleted
- 10 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.QuadraticAssignment/3.3/HeuristicLab.Problems.QuadraticAssignment-3.3.csproj
r5930 r5933 102 102 </PropertyGroup> 103 103 <ItemGroup> 104 <Reference Include="HeuristicLab.Collections-3.3">105 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>106 </Reference>107 <Reference Include="HeuristicLab.Common-3.3">108 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>109 </Reference>110 <Reference Include="HeuristicLab.Common.Resources-3.3">111 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>112 </Reference>113 <Reference Include="HeuristicLab.Core-3.3">114 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>115 </Reference>116 <Reference Include="HeuristicLab.Data-3.3">117 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>118 </Reference>119 <Reference Include="HeuristicLab.Operators-3.3">120 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Operators-3.3.dll</HintPath>121 </Reference>122 <Reference Include="HeuristicLab.Optimization-3.3">123 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization-3.3.dll</HintPath>124 </Reference>125 <Reference Include="HeuristicLab.Parameters-3.3">126 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Parameters-3.3.dll</HintPath>127 </Reference>128 <Reference Include="HeuristicLab.Persistence-3.3">129 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>130 </Reference>131 <Reference Include="HeuristicLab.PluginInfrastructure-3.3">132 <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>133 </Reference>134 104 <Reference Include="System" /> 135 105 <Reference Include="System.Core" /> … … 416 386 </ItemGroup> 417 387 <ItemGroup> 388 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 389 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 390 <Name>HeuristicLab.Collections-3.3</Name> 391 </ProjectReference> 392 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 393 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 394 <Name>HeuristicLab.Common.Resources-3.3</Name> 395 </ProjectReference> 396 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 397 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 398 <Name>HeuristicLab.Common-3.3</Name> 399 </ProjectReference> 400 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 401 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 402 <Name>HeuristicLab.Core-3.3</Name> 403 </ProjectReference> 404 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 405 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 406 <Name>HeuristicLab.Data-3.3</Name> 407 </ProjectReference> 418 408 <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj"> 419 409 <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project> 420 410 <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name> 411 </ProjectReference> 412 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 413 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 414 <Name>HeuristicLab.Operators-3.3</Name> 415 </ProjectReference> 416 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 417 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 418 <Name>HeuristicLab.Optimization-3.3</Name> 419 </ProjectReference> 420 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 421 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 422 <Name>HeuristicLab.Parameters-3.3</Name> 423 </ProjectReference> 424 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 425 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 426 <Name>HeuristicLab.Persistence-3.3</Name> 427 </ProjectReference> 428 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 429 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 430 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 421 431 </ProjectReference> 422 432 </ItemGroup> … … 433 443 </PropertyGroup> 434 444 <PropertyGroup> 435 <PostBuildEvent>copy "$(TargetPath)" "C:\Program Files\HeuristicLab 3.3\"</PostBuildEvent> 445 <PostBuildEvent> 446 </PostBuildEvent> 436 447 </PropertyGroup> 437 448 <!-- 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.