- Timestamp:
- 12/02/11 13:22:06 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Scheduling/HeuristicLab.Encodings.ScheduleEncoding/3.3/HeuristicLab.Encodings.ScheduleEncoding-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.Core-3.3"> 47 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath> 48 </Reference> 49 <Reference Include="HeuristicLab.Data-3.3"> 50 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath> 51 </Reference> 52 <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3"> 53 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath> 54 </Reference> 55 <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3"> 56 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath> 57 </Reference> 58 <Reference Include="HeuristicLab.Operators-3.3"> 59 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath> 60 </Reference> 61 <Reference Include="HeuristicLab.Optimization-3.3"> 62 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 63 </Reference> 64 <Reference Include="HeuristicLab.Parameters-3.3"> 65 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 66 </Reference> 67 <Reference Include="HeuristicLab.Persistence-3.3"> 68 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 69 </Reference> 70 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 71 <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 72 </Reference> 40 73 <Reference Include="System" /> 41 74 <Reference Include="System.Core" /> … … 105 138 <None Include="Properties\AssemblyInfo.frame" /> 106 139 </ItemGroup> 107 <ItemGroup>108 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">109 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>110 <Name>HeuristicLab.Collections-3.3</Name>111 </ProjectReference>112 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">113 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>114 <Name>HeuristicLab.Common.Resources-3.3</Name>115 </ProjectReference>116 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">117 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>118 <Name>HeuristicLab.Common-3.3</Name>119 </ProjectReference>120 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">121 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>122 <Name>HeuristicLab.Core-3.3</Name>123 </ProjectReference>124 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">125 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>126 <Name>HeuristicLab.Data-3.3</Name>127 </ProjectReference>128 <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">129 <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project>130 <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>131 </ProjectReference>132 <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">133 <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>134 <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>135 </ProjectReference>136 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">137 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>138 <Name>HeuristicLab.Operators-3.3</Name>139 </ProjectReference>140 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">141 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>142 <Name>HeuristicLab.Optimization-3.3</Name>143 </ProjectReference>144 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">145 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>146 <Name>HeuristicLab.Parameters-3.3</Name>147 </ProjectReference>148 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">149 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>150 <Name>HeuristicLab.Persistence-3.3</Name>151 </ProjectReference>152 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">153 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>154 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>155 </ProjectReference>156 </ItemGroup>157 140 <ItemGroup /> 158 141 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.