Changeset 8800 for trunk/sources/HeuristicLab.Problems.Scheduling
- Timestamp:
- 10/12/12 12:50:39 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Scheduling/3.3/HeuristicLab.Problems.Scheduling-3.3.csproj
r8769 r8800 100 100 </PropertyGroup> 101 101 <ItemGroup> 102 <Reference Include="HeuristicLab.Collections-3.3">103 <HintPath>..\..\bin\HeuristicLab.Collections-3.3.dll</HintPath>104 <Private>False</Private>105 </Reference>106 <Reference Include="HeuristicLab.Common-3.3">107 <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>108 <Private>False</Private>109 </Reference>110 <Reference Include="HeuristicLab.Common.Resources-3.3">111 <HintPath>..\..\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>112 <Private>False</Private>113 </Reference>114 <Reference Include="HeuristicLab.Core-3.3">115 <HintPath>..\..\bin\HeuristicLab.Core-3.3.dll</HintPath>116 <Private>False</Private>117 </Reference>118 <Reference Include="HeuristicLab.Data-3.3">119 <HintPath>..\..\bin\HeuristicLab.Data-3.3.dll</HintPath>120 <Private>False</Private>121 </Reference>122 <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">123 <HintPath>..\..\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>124 <Private>False</Private>125 </Reference>126 <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">127 <HintPath>..\..\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>128 <Private>False</Private>129 </Reference>130 <Reference Include="HeuristicLab.Operators-3.3">131 <HintPath>..\..\bin\HeuristicLab.Operators-3.3.dll</HintPath>132 <Private>False</Private>133 </Reference>134 <Reference Include="HeuristicLab.Optimization-3.3">135 <HintPath>..\..\bin\HeuristicLab.Optimization-3.3.dll</HintPath>136 <Private>False</Private>137 </Reference>138 <Reference Include="HeuristicLab.Parameters-3.3">139 <HintPath>..\..\bin\HeuristicLab.Parameters-3.3.dll</HintPath>140 <Private>False</Private>141 </Reference>142 <Reference Include="HeuristicLab.Persistence-3.3">143 <HintPath>..\..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>144 <Private>False</Private>145 </Reference>146 <Reference Include="HeuristicLab.PluginInfrastructure-3.3">147 <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>148 <Private>False</Private>149 </Reference>150 102 <Reference Include="System" /> 151 103 <Reference Include="System.Core" /> … … 176 128 </ItemGroup> 177 129 <ItemGroup> 130 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 131 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 132 <Name>HeuristicLab.Collections-3.3</Name> 133 <Private>False</Private> 134 </ProjectReference> 135 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj"> 136 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project> 137 <Name>HeuristicLab.Common.Resources-3.3</Name> 138 <Private>False</Private> 139 </ProjectReference> 140 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj"> 141 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 142 <Name>HeuristicLab.Common-3.3</Name> 143 <Private>False</Private> 144 </ProjectReference> 145 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 146 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 147 <Name>HeuristicLab.Core-3.3</Name> 148 <Private>False</Private> 149 </ProjectReference> 150 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 151 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 152 <Name>HeuristicLab.Data-3.3</Name> 153 <Private>False</Private> 154 </ProjectReference> 155 <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj"> 156 <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project> 157 <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name> 158 <Private>False</Private> 159 </ProjectReference> 160 <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj"> 161 <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project> 162 <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name> 163 <Private>False</Private> 164 </ProjectReference> 178 165 <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding\3.3\HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj"> 179 166 <Project>{17F3EF80-B2C3-4B8D-A4D5-BE9CE3BA2606}</Project> … … 181 168 <Private>False</Private> 182 169 </ProjectReference> 183 </ItemGroup> 184 <ItemGroup /> 170 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 171 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 172 <Name>HeuristicLab.Operators-3.3</Name> 173 <Private>False</Private> 174 </ProjectReference> 175 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj"> 176 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project> 177 <Name>HeuristicLab.Optimization-3.3</Name> 178 <Private>False</Private> 179 </ProjectReference> 180 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 181 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 182 <Name>HeuristicLab.Parameters-3.3</Name> 183 <Private>False</Private> 184 </ProjectReference> 185 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 186 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project> 187 <Name>HeuristicLab.Persistence-3.3</Name> 188 <Private>False</Private> 189 </ProjectReference> 190 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 191 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 192 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 193 <Private>False</Private> 194 </ProjectReference> 195 </ItemGroup> 185 196 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 186 197 <PropertyGroup> 187 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)198 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir) 188 199 set ProjectDir=$(ProjectDir) 189 200 set SolutionDir=$(SolutionDir) … … 192 203 call PreBuildEvent.cmd 193 204 </PreBuildEvent> 194 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">205 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' "> 195 206 export ProjectDir=$(ProjectDir) 196 207 export SolutionDir=$(SolutionDir)
Note: See TracChangeset
for help on using the changeset viewer.