Changeset 7114 for branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/HeuristicLab.Problems.Scheduling-3.3.csproj
- Timestamp:
- 12/02/11 13:22:06 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/HeuristicLab.Problems.Scheduling-3.3.csproj
r6475 r7114 18 18 <DebugType>full</DebugType> 19 19 <Optimize>false</Optimize> 20 <OutputPath> bin\Debug\</OutputPath>20 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 21 21 <DefineConstants>DEBUG;TRACE</DefineConstants> 22 22 <ErrorReport>prompt</ErrorReport> … … 26 26 <DebugType>pdbonly</DebugType> 27 27 <Optimize>true</Optimize> 28 <OutputPath> bin\Release\</OutputPath>28 <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath> 29 29 <DefineConstants>TRACE</DefineConstants> 30 30 <ErrorReport>prompt</ErrorReport> … … 38 38 </PropertyGroup> 39 39 <ItemGroup> 40 <Reference Include="HeuristicLab.Collections-3.3"> 41 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath> 42 </Reference> 43 <Reference Include="HeuristicLab.Common-3.3"> 44 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath> 45 </Reference> 46 <Reference Include="HeuristicLab.Common.Resources-3.3"> 47 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 48 </Reference> 49 <Reference Include="HeuristicLab.Core-3.3"> 50 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 51 </Reference> 52 <Reference Include="HeuristicLab.Data-3.3"> 53 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 54 </Reference> 55 <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3"> 56 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath> 57 </Reference> 58 <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3"> 59 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath> 60 </Reference> 61 <Reference Include="HeuristicLab.Operators-3.3"> 62 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath> 63 </Reference> 64 <Reference Include="HeuristicLab.Optimization-3.3"> 65 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 66 </Reference> 67 <Reference Include="HeuristicLab.Parameters-3.3"> 68 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 69 </Reference> 70 <Reference Include="HeuristicLab.Persistence-3.3"> 71 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 72 </Reference> 73 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 74 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 75 </Reference> 40 76 <Reference Include="System" /> 41 77 <Reference Include="System.Core" /> … … 71 107 </ItemGroup> 72 108 <ItemGroup> 73 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">74 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>75 <Name>HeuristicLab.Collections-3.3</Name>76 </ProjectReference>77 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">78 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>79 <Name>HeuristicLab.Common.Resources-3.3</Name>80 </ProjectReference>81 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">82 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>83 <Name>HeuristicLab.Common-3.3</Name>84 </ProjectReference>85 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">86 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>87 <Name>HeuristicLab.Core-3.3</Name>88 </ProjectReference>89 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">90 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>91 <Name>HeuristicLab.Data-3.3</Name>92 </ProjectReference>93 <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">94 <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project>95 <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>96 </ProjectReference>97 <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">98 <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>99 <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>100 </ProjectReference>101 109 <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding\3.3\HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj"> 102 110 <Project>{17F3EF80-B2C3-4B8D-A4D5-BE9CE3BA2606}</Project> 103 111 <Name>HeuristicLab.Encodings.ScheduleEncoding-3.3</Name> 104 </ProjectReference>105 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">106 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>107 <Name>HeuristicLab.Operators-3.3</Name>108 </ProjectReference>109 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">110 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>111 <Name>HeuristicLab.Optimization-3.3</Name>112 </ProjectReference>113 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">114 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>115 <Name>HeuristicLab.Parameters-3.3</Name>116 </ProjectReference>117 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">118 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>119 <Name>HeuristicLab.Persistence-3.3</Name>120 </ProjectReference>121 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">122 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>123 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>124 112 </ProjectReference> 125 113 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.