Changeset 3 for trunk/sources
- Timestamp:
- 02/19/08 17:55:12 (17 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.sln
r2 r3 51 51 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.StructureIdentification", "HeuristicLab.StructureIdentification\HeuristicLab.StructureIdentification.csproj", "{5948F299-0A5E-43B9-8F17-2D15298EEC34}" 52 52 EndProject 53 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Charting.Gantt", "HeuristicLab.Charting.Gantt\HeuristicLab.Charting.Gantt.csproj", "{5D2521D9-AD86-4B3F-9532-06F4C0F49D1B}"54 EndProject55 53 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Constraints", "HeuristicLab.Constraints\HeuristicLab.Constraints.csproj", "{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}" 56 EndProject57 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Charting.Grid", "HeuristicLab.Charting.Grid\HeuristicLab.Charting.Grid.csproj", "{36BADE08-A7C2-42C1-A57B-5EE31C431C36}"58 54 EndProject 59 55 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.DataAnalysis", "HeuristicLab.DataAnalysis\HeuristicLab.DataAnalysis.csproj", "{7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}" … … 167 163 {5948F299-0A5E-43B9-8F17-2D15298EEC34}.Release|Any CPU.ActiveCfg = Release|Any CPU 168 164 {5948F299-0A5E-43B9-8F17-2D15298EEC34}.Release|Any CPU.Build.0 = Release|Any CPU 169 {5D2521D9-AD86-4B3F-9532-06F4C0F49D1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU170 {5D2521D9-AD86-4B3F-9532-06F4C0F49D1B}.Debug|Any CPU.Build.0 = Debug|Any CPU171 {5D2521D9-AD86-4B3F-9532-06F4C0F49D1B}.Release|Any CPU.ActiveCfg = Release|Any CPU172 {5D2521D9-AD86-4B3F-9532-06F4C0F49D1B}.Release|Any CPU.Build.0 = Release|Any CPU173 165 {FCD62C6F-4793-4593-AE9A-0BDCA256EE99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 174 166 {FCD62C6F-4793-4593-AE9A-0BDCA256EE99}.Debug|Any CPU.Build.0 = Debug|Any CPU 175 167 {FCD62C6F-4793-4593-AE9A-0BDCA256EE99}.Release|Any CPU.ActiveCfg = Release|Any CPU 176 168 {FCD62C6F-4793-4593-AE9A-0BDCA256EE99}.Release|Any CPU.Build.0 = Release|Any CPU 177 {36BADE08-A7C2-42C1-A57B-5EE31C431C36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU178 {36BADE08-A7C2-42C1-A57B-5EE31C431C36}.Debug|Any CPU.Build.0 = Debug|Any CPU179 {36BADE08-A7C2-42C1-A57B-5EE31C431C36}.Release|Any CPU.ActiveCfg = Release|Any CPU180 {36BADE08-A7C2-42C1-A57B-5EE31C431C36}.Release|Any CPU.Build.0 = Release|Any CPU181 169 {7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 182 170 {7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}.Debug|Any CPU.Build.0 = Debug|Any CPU -
trunk/sources/HeuristicLab/UpdateAssemblies.cmd
r2 r3 9 9 copy ..\..\..\HeuristicLab.Charting\bin\%1\HeuristicLab.Charting.dll .\plugins 10 10 copy ..\..\..\HeuristicLab.Charting.Data\bin\%1\HeuristicLab.Charting.Data.dll .\plugins 11 copy ..\..\..\HeuristicLab.Charting.Gantt\bin\%1\HeuristicLab.Charting.Gantt.dll .\plugins12 copy ..\..\..\HeuristicLab.Charting.Grid\bin\%1\HeuristicLab.Charting.Grid.dll .\plugins13 11 copy ..\..\..\HeuristicLab.Core\bin\%1\HeuristicLab.Core.dll .\plugins 14 12 copy ..\..\..\HeuristicLab.Constraints\bin\%1\HeuristicLab.Constraints.dll .\plugins
Note: See TracChangeset
for help on using the changeset viewer.