Changeset 15602
- Timestamp:
- 01/12/18 13:19:00 (7 years ago)
- Location:
- branches/GeneralizedQAP
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/GeneralizedQAP.sln
r15579 r15602 23 23 EndProject 24 24 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.GeneralizedQuadraticAssignment.Instances-3.3", "HeuristicLab.Problems.GeneralizedQuadraticAssignment.Instances\3.3\HeuristicLab.Problems.GeneralizedQuadraticAssignment.Instances-3.3.csproj", "{0EB9AB8E-D0D2-4A63-9353-BD5CE57DBDFE}" 25 EndProject 26 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Optimization.Views-3.3", "HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj", "{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}" 25 27 EndProject 26 28 Global … … 142 144 {0EB9AB8E-D0D2-4A63-9353-BD5CE57DBDFE}.Release|x86.ActiveCfg = Release|Any CPU 143 145 {0EB9AB8E-D0D2-4A63-9353-BD5CE57DBDFE}.Release|x86.Build.0 = Release|Any CPU 146 {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 147 {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}.Debug|Any CPU.Build.0 = Debug|Any CPU 148 {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}.Debug|x64.ActiveCfg = Debug|x64 149 {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}.Debug|x64.Build.0 = Debug|x64 150 {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}.Debug|x86.ActiveCfg = Debug|x86 151 {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}.Debug|x86.Build.0 = Debug|x86 152 {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}.Release|Any CPU.ActiveCfg = Release|Any CPU 153 {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}.Release|Any CPU.Build.0 = Release|Any CPU 154 {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}.Release|x64.ActiveCfg = Release|x64 155 {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}.Release|x64.Build.0 = Release|x64 156 {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}.Release|x86.ActiveCfg = Release|x86 157 {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}.Release|x86.Build.0 = Release|x86 144 158 EndGlobalSection 145 159 GlobalSection(SolutionProperties) = preSolution -
branches/GeneralizedQAP/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj
r14636 r15602 41 41 <DebugType>full</DebugType> 42 42 <Optimize>false</Optimize> 43 <OutputPath> $(SolutionDir)\bin\</OutputPath>43 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 44 44 <DefineConstants>DEBUG;TRACE</DefineConstants> 45 45 <ErrorReport>prompt</ErrorReport> … … 51 51 <DebugType>pdbonly</DebugType> 52 52 <Optimize>true</Optimize> 53 <OutputPath> $(SolutionDir)\bin\</OutputPath>53 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 54 54 <DefineConstants>TRACE</DefineConstants> 55 55 <ErrorReport>prompt</ErrorReport> … … 62 62 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> 63 63 <DebugSymbols>true</DebugSymbols> 64 <OutputPath> $(SolutionDir)\bin\</OutputPath>64 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 65 65 <DefineConstants>DEBUG;TRACE</DefineConstants> 66 66 <DebugType>full</DebugType> … … 71 71 </PropertyGroup> 72 72 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> 73 <OutputPath> $(SolutionDir)\bin\</OutputPath>73 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 74 74 <DefineConstants>TRACE</DefineConstants> 75 75 <DocumentationFile> … … 84 84 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> 85 85 <DebugSymbols>true</DebugSymbols> 86 <OutputPath> $(SolutionDir)\bin\</OutputPath>86 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 87 87 <DefineConstants>DEBUG;TRACE</DefineConstants> 88 88 <DebugType>full</DebugType> … … 93 93 </PropertyGroup> 94 94 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> 95 <OutputPath> $(SolutionDir)\bin\</OutputPath>95 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 96 96 <DefineConstants>TRACE</DefineConstants> 97 97 <DocumentationFile> … … 365 365 </ItemGroup> 366 366 <ItemGroup> 367 <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj"> 368 <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project> 369 <Name>HeuristicLab.Analysis.Views-3.3</Name> 370 <Private>False</Private> 371 </ProjectReference> 372 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 373 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 374 <Name>HeuristicLab.Collections-3.3</Name> 375 <Private>False</Private> 376 </ProjectReference> 377 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 378 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 379 <Name>HeuristicLab.Common.Resources-3.3</Name> 380 <Private>False</Private> 381 </ProjectReference> 382 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 383 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 384 <Name>HeuristicLab.Common-3.3</Name> 385 <Private>False</Private> 386 </ProjectReference> 387 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj"> 388 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project> 389 <Name>HeuristicLab.Core.Views-3.3</Name> 390 <Private>False</Private> 391 </ProjectReference> 392 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 393 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 394 <Name>HeuristicLab.Core-3.3</Name> 395 <Private>False</Private> 396 </ProjectReference> 397 <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj"> 398 <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project> 399 <Name>HeuristicLab.Data.Views-3.3</Name> 400 <Private>False</Private> 401 </ProjectReference> 402 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 403 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 404 <Name>HeuristicLab.Data-3.3</Name> 405 <Private>False</Private> 406 </ProjectReference> 407 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj"> 408 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project> 409 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name> 410 <Private>False</Private> 411 </ProjectReference> 412 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj"> 413 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project> 414 <Name>HeuristicLab.MainForm-3.3</Name> 415 <Private>False</Private> 416 </ProjectReference> 417 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 418 <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project> 419 <Name>HeuristicLab.Operators-3.3</Name> 420 <Private>False</Private> 421 </ProjectReference> 367 <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0"> 368 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 369 <Private>False</Private> 370 </Reference> 371 <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0"> 372 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 373 <Private>False</Private> 374 </Reference> 375 <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0"> 376 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 377 <Private>False</Private> 378 </Reference> 379 <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0"> 380 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 381 <Private>False</Private> 382 </Reference> 383 <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0"> 384 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 385 <Private>False</Private> 386 </Reference> 387 <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0"> 388 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath> 389 <Private>False</Private> 390 </Reference> 391 <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0"> 392 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 393 <Private>False</Private> 394 </Reference> 395 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 396 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 397 <Private>False</Private> 398 </Reference> 399 <Reference Include="HeuristicLab.Analysis.Views-3.3"> 400 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis.Views-3.3.dll</HintPath> 401 <Private>False</Private> 402 </Reference> 403 <Reference Include="HeuristicLab.Core.Views-3.3"> 404 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath> 405 <Private>False</Private> 406 </Reference> 407 <Reference Include=".HeuristicLab.Data.Views-3.3"> 408 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath> 409 <Private>False</Private> 410 </Reference> 411 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 412 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 413 <Private>False</Private> 414 </Reference> 415 <Reference Include="HeuristicLab.MainForm-3.3"> 416 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 417 <Private>False</Private> 418 </Reference> 419 <Reference Include="HeuristicLab.Parameters.Views-3.3"> 420 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath> 421 <Private>False</Private> 422 </Reference> 423 <Reference Include="HeuristicLab.Problems.Instances.Views-3.3"> 424 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.Views-3.3.dll</HintPath> 425 <Private>False</Private> 426 </Reference> 427 <Reference Include="HeuristicLab.Problems.Instances-3.3"> 428 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 429 <Private>False</Private> 430 </Reference> 431 <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3"> 432 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath> 433 <Private>False</Private> 434 </Reference> 435 <Reference Include="HeuristicLab.Analysis-3.3"> 436 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath> 437 <Private>False</Private> 438 </Reference> 439 </ItemGroup> 440 <ItemGroup> 422 441 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 423 442 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 424 443 <Name>HeuristicLab.Optimization-3.3</Name> 425 <Private>False</Private>426 </ProjectReference>427 <ProjectReference Include="..\..\HeuristicLab.Parameters.Views\3.3\HeuristicLab.Parameters.Views-3.3.csproj">428 <Project>{ae5b1ce5-9862-4d6f-a700-d72cd9aea295}</Project>429 <Name>HeuristicLab.Parameters.Views-3.3</Name>430 <Private>False</Private>431 </ProjectReference>432 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">433 <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>434 <Name>HeuristicLab.Parameters-3.3</Name>435 <Private>False</Private>436 </ProjectReference>437 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">438 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>439 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>440 <Private>False</Private>441 </ProjectReference>442 <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.Views\3.3\HeuristicLab.Problems.Instances.Views-3.3.csproj">443 <Project>{B1BA398F-953F-4C3A-B07B-1E5E17A27DD9}</Project>444 <Name>HeuristicLab.Problems.Instances.Views-3.3</Name>445 <Private>False</Private>446 </ProjectReference>447 <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">448 <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>449 <Name>HeuristicLab.Problems.Instances-3.3</Name>450 <Private>False</Private>451 </ProjectReference>452 <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">453 <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>454 <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>455 <Private>False</Private>456 </ProjectReference>457 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">458 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>459 <Name>HeuristicLab.Analysis-3.3</Name>460 444 <Private>False</Private> 461 445 </ProjectReference>
Note: See TracChangeset
for help on using the changeset viewer.