- Timestamp:
- 03/06/12 01:43:06 (13 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.Instances.CordeauGQAP
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/HeuristicLab.Problems.Instances.CordeauGQAP-3.3.csproj
r7548 r7558 39 39 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> 40 40 <DebugSymbols>true</DebugSymbols> 41 <OutputPath> bin\x86\Debug\</OutputPath>41 <OutputPath>..\..\bin\</OutputPath> 42 42 <DefineConstants>DEBUG;TRACE</DefineConstants> 43 43 <DebugType>full</DebugType> … … 54 54 </PropertyGroup> 55 55 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> 56 <OutputPath> bin\x86\Release\</OutputPath>56 <OutputPath>..\..\bin\</OutputPath> 57 57 <DefineConstants>TRACE</DefineConstants> 58 58 <Optimize>true</Optimize> … … 70 70 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> 71 71 <DebugSymbols>true</DebugSymbols> 72 <OutputPath> bin\x64\Debug\</OutputPath>72 <OutputPath>..\..\bin\</OutputPath> 73 73 <DefineConstants>DEBUG;TRACE</DefineConstants> 74 74 <DebugType>full</DebugType> … … 85 85 </PropertyGroup> 86 86 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> 87 <OutputPath> bin\x64\Release\</OutputPath>87 <OutputPath>..\..\bin\</OutputPath> 88 88 <DefineConstants>TRACE</DefineConstants> 89 89 <Optimize>true</Optimize> … … 102 102 </PropertyGroup> 103 103 <ItemGroup> 104 <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />105 <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />106 104 <Reference Include="System" /> 107 105 <Reference Include="System.Core" /> … … 121 119 </ItemGroup> 122 120 <ItemGroup> 121 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 122 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 123 <Name>HeuristicLab.Common-3.3</Name> 124 </ProjectReference> 125 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 126 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 127 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 128 </ProjectReference> 123 129 <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj"> 124 130 <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project> -
trunk/sources/HeuristicLab.Problems.Instances.CordeauGQAP/3.3/Plugin.cs.frame
r7538 r7558 25 25 [Plugin("HeuristicLab.Problems.Instances.CordeauGQAP", "3.3.6.$WCREV$")] 26 26 [PluginFile("HeuristicLab.Problems.Instances.CordeauGQAP-3.3.dll", PluginFileType.Assembly)] 27 [PluginDependency("HeuristicLab.Common", "3.3")]28 27 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")] 29 28 public class HeuristicLabProblemsInstancesCordeauGQAPPlugin : PluginBase {
Note: See TracChangeset
for help on using the changeset viewer.