Changeset 16372
- Timestamp:
- 12/12/18 13:33:02 (6 years ago)
- Location:
- branches/2971_named_intervals
- Files:
-
- 6 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2971_named_intervals/HeuristicLab.Data.Views/3.3/HeuristicLab.Data.Views-3.3.csproj
r15009 r16372 105 105 </PropertyGroup> 106 106 <ItemGroup> 107 <Reference Include="HeuristicLab.Common-3.3"> 108 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 109 </Reference> 110 <Reference Include="HeuristicLab.Common.Resources-3.3"> 111 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 112 </Reference> 113 <Reference Include="HeuristicLab.Core-3.3"> 114 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 115 </Reference> 116 <Reference Include="HeuristicLab.Core.Views-3.3"> 117 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core.Views-3.3.dll</HintPath> 118 </Reference> 119 <Reference Include="HeuristicLab.Data.Views-3.3"> 120 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Data.Views-3.3.dll</HintPath> 121 </Reference> 122 <Reference Include="HeuristicLab.MainForm-3.3"> 123 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm-3.3.dll</HintPath> 124 </Reference> 125 <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3"> 126 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath> 127 </Reference> 128 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 129 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 130 </Reference> 107 131 <Reference Include="Microsoft.CSharp" /> 108 132 <Reference Include="System" /> … … 233 257 </ItemGroup> 234 258 <ItemGroup> 235 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">236 <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>237 <Name>HeuristicLab.Common.Resources-3.3</Name>238 <Private>False</Private>239 </ProjectReference>240 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">241 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>242 <Name>HeuristicLab.Common-3.3</Name>243 <Private>False</Private>244 </ProjectReference>245 <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">246 <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>247 <Name>HeuristicLab.Core.Views-3.3</Name>248 <Private>False</Private>249 </ProjectReference>250 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">251 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>252 <Name>HeuristicLab.Core-3.3</Name>253 <Private>False</Private>254 </ProjectReference>255 259 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 256 260 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 257 261 <Name>HeuristicLab.Data-3.3</Name> 258 <Private>False</Private>259 </ProjectReference>260 <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">261 <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>262 <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>263 <Private>False</Private>264 </ProjectReference>265 <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">266 <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>267 <Name>HeuristicLab.MainForm-3.3</Name>268 <Private>False</Private>269 </ProjectReference>270 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">271 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>272 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>273 262 <Private>False</Private> 274 263 </ProjectReference> -
branches/2971_named_intervals/HeuristicLab.Data/3.3/HeuristicLab.Data-3.3.csproj
r15934 r16372 108 108 </PropertyGroup> 109 109 <ItemGroup> 110 <Reference Include="HeuristicLab.Common-3.3"> 111 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 112 </Reference> 113 <Reference Include="HeuristicLab.Common.Resources-3.3"> 114 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 115 </Reference> 116 <Reference Include="HeuristicLab.Core-3.3"> 117 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 118 </Reference> 119 <Reference Include="HeuristicLab.Persistence-3.3"> 120 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 121 </Reference> 122 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 123 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 124 </Reference> 110 125 <Reference Include="System" /> 111 126 <Reference Include="System.Core"> … … 160 175 </ItemGroup> 161 176 <ItemGroup> 162 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">163 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>164 <Name>HeuristicLab.Common.Resources-3.3</Name>165 <Private>False</Private>166 </ProjectReference>167 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">168 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>169 <Name>HeuristicLab.Common-3.3</Name>170 <Private>False</Private>171 </ProjectReference>172 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">173 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>174 <Name>HeuristicLab.Core-3.3</Name>175 <Private>False</Private>176 </ProjectReference>177 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">178 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>179 <Name>HeuristicLab.Persistence-3.3</Name>180 <Private>False</Private>181 </ProjectReference>182 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">183 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>184 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>185 <Private>False</Private>186 </ProjectReference>187 </ItemGroup>188 <ItemGroup>189 177 <None Include="HeuristicLab.snk" /> 190 178 <None Include="Properties\AssemblyInfo.cs.frame" /> -
branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj
r15638 r16372 99 99 </PropertyGroup> 100 100 <ItemGroup> 101 <Reference Include="ALGLIB-3.7.0, Version=3.7.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 102 <HintPath>..\..\bin\ALGLIB-3.7.0.dll</HintPath> 103 <Private>False</Private> 101 <Reference Include="ALGLIB-3.7.0"> 102 <HintPath>..\..\..\..\trunk\bin\ALGLIB-3.7.0.dll</HintPath> 103 </Reference> 104 <Reference Include="HeuristicLab.Collections-3.3"> 105 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Collections-3.3.dll</HintPath> 106 </Reference> 107 <Reference Include="HeuristicLab.Common-3.3"> 108 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common-3.3.dll</HintPath> 109 </Reference> 110 <Reference Include="HeuristicLab.Common.Resources-3.3"> 111 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath> 112 </Reference> 113 <Reference Include="HeuristicLab.Core-3.3"> 114 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Core-3.3.dll</HintPath> 115 </Reference> 116 <Reference Include="HeuristicLab.Optimization-3.3"> 117 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Optimization-3.3.dll</HintPath> 118 </Reference> 119 <Reference Include="HeuristicLab.Parameters-3.3"> 120 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Parameters-3.3.dll</HintPath> 121 </Reference> 122 <Reference Include="HeuristicLab.Persistence-3.3"> 123 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Persistence-3.3.dll</HintPath> 124 </Reference> 125 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 126 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 127 </Reference> 128 <Reference Include="HeuristicLab.Problems.Instances-3.3"> 129 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath> 130 </Reference> 131 <Reference Include="HeuristicLab.Random-3.3"> 132 <HintPath>..\..\..\..\trunk\bin\HeuristicLab.Random-3.3.dll</HintPath> 104 133 </Reference> 105 134 <Reference Include="System" /> … … 272 301 </ItemGroup> 273 302 <ItemGroup> 274 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">275 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>276 <Name>HeuristicLab.Collections-3.3</Name>277 <Private>False</Private>278 </ProjectReference>279 <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">280 <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>281 <Name>HeuristicLab.Common.Resources-3.3</Name>282 <Private>False</Private>283 </ProjectReference>284 <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">285 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>286 <Name>HeuristicLab.Common-3.3</Name>287 <Private>False</Private>288 </ProjectReference>289 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">290 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>291 <Name>HeuristicLab.Core-3.3</Name>292 <Private>False</Private>293 </ProjectReference>294 303 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 295 304 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 296 305 <Name>HeuristicLab.Data-3.3</Name> 297 306 <Private>False</Private> 298 </ProjectReference>299 <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">300 <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>301 <Name>HeuristicLab.Optimization-3.3</Name>302 <Private>False</Private>303 </ProjectReference>304 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">305 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>306 <Name>HeuristicLab.Parameters-3.3</Name>307 <Private>False</Private>308 </ProjectReference>309 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">310 <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>311 <Name>HeuristicLab.Persistence-3.3</Name>312 <Private>False</Private>313 </ProjectReference>314 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">315 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>316 <Name>HeuristicLab.PluginInfrastructure-3.3</Name>317 <Private>False</Private>318 </ProjectReference>319 <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">320 <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>321 <Name>HeuristicLab.Problems.Instances-3.3</Name>322 <Private>False</Private>323 </ProjectReference>324 <ProjectReference Include="..\..\HeuristicLab.Random\3.3\HeuristicLab.Random-3.3.csproj">325 <Project>{F4539FB6-4708-40C9-BE64-0A1390AEA197}</Project>326 <Name>HeuristicLab.Random-3.3</Name>327 307 </ProjectReference> 328 308 </ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.