Changeset 5538
- Timestamp:
- 02/22/11 15:28:01 (14 years ago)
- Location:
- branches/HeuristicLab.Hive-3.4/sources
- Files:
-
- 11 added
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/Administration/HiveAdministrationView.Designer.cs
r5525 r5538 39 39 this.tabSlaves = new System.Windows.Forms.TabPage(); 40 40 this.splitSlaves = new System.Windows.Forms.SplitContainer(); 41 this.updateSlaveGroups = new HeuristicLab.Clients.Hive.Views.Common.UpdateControl(); 41 42 this.btnRemoveGroup = new System.Windows.Forms.Button(); 42 43 this.btnAddGroup = new System.Windows.Forms.Button(); … … 60 61 this.label9 = new System.Windows.Forms.Label(); 61 62 this.tabSchedule = new System.Windows.Forms.TabPage(); 63 this.scheduleControl1 = new HeuristicLab.Clients.Hive.Views.Administration.ScheduleControl(); 62 64 this.tabJobs = new System.Windows.Forms.TabPage(); 65 this.updateControl1 = new HeuristicLab.Clients.Hive.Views.Common.UpdateControl(); 66 this.hiveJobListViewSlaves = new HeuristicLab.Clients.Hive.Views.HiveJobListView(); 63 67 this.tabUsers = new System.Windows.Forms.TabPage(); 64 68 this.splitUsers = new System.Windows.Forms.SplitContainer(); … … 82 86 this.label7 = new System.Windows.Forms.Label(); 83 87 this.tabUserJobs = new System.Windows.Forms.TabPage(); 88 this.updateControl2 = new HeuristicLab.Clients.Hive.Views.Common.UpdateControl(); 89 this.hiveExperimentManagerView = new HeuristicLab.Clients.Hive.Views.HiveExperimentManagerView(); 84 90 this.tabStatistics = new System.Windows.Forms.TabPage(); 85 91 this.label5 = new System.Windows.Forms.Label(); 86 this.updateSlaveGroups = new HeuristicLab.Clients.Hive.Views.Common.UpdateControl();87 this.scheduleControl1 = new HeuristicLab.Clients.Hive.Views.Administration.ScheduleControl();88 this.hiveJobListViewSlaves = new HeuristicLab.Clients.Hive.Views.HiveJobListView();89 this.hiveExperimentManagerView = new HeuristicLab.Clients.Hive.Views.HiveExperimentManagerView();90 this.updateControl1 = new HeuristicLab.Clients.Hive.Views.Common.UpdateControl();91 this.updateControl2 = new HeuristicLab.Clients.Hive.Views.Common.UpdateControl();92 92 this.tabAdmin.SuspendLayout(); 93 93 this.tabSlaves.SuspendLayout(); … … 158 158 this.splitSlaves.TabIndex = 2; 159 159 // 160 // updateSlaveGroups 161 // 162 this.updateSlaveGroups.Location = new System.Drawing.Point(63, 3); 163 this.updateSlaveGroups.Name = "updateSlaveGroups"; 164 this.updateSlaveGroups.Size = new System.Drawing.Size(75, 24); 165 this.updateSlaveGroups.TabIndex = 4; 166 this.updateSlaveGroups.UpdateAction = null; 167 // 160 168 // btnRemoveGroup 161 169 // … … 188 196 this.treeSlaveGroup.Size = new System.Drawing.Size(209, 472); 189 197 this.treeSlaveGroup.TabIndex = 0; 190 this.treeSlaveGroup.Click += new System.EventHandler(this.treeSlaveGroup_Click); 191 this.treeSlaveGroup.MouseClick += new System.Windows.Forms.MouseEventHandler(this.treeSlaveGroup_MouseClick); 198 this.treeSlaveGroup.NodeMouseClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeSlaveGroup_NodeMouseClick); 192 199 // 193 200 // imageListSlaveGroups … … 379 386 this.tabSchedule.UseVisualStyleBackColor = true; 380 387 // 388 // scheduleControl1 389 // 390 this.scheduleControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 391 | System.Windows.Forms.AnchorStyles.Left) 392 | System.Windows.Forms.AnchorStyles.Right))); 393 this.scheduleControl1.Location = new System.Drawing.Point(7, 7); 394 this.scheduleControl1.Name = "scheduleControl1"; 395 this.scheduleControl1.Size = new System.Drawing.Size(862, 562); 396 this.scheduleControl1.TabIndex = 0; 397 // 381 398 // tabJobs 382 399 // … … 390 407 this.tabJobs.Text = "Jobs"; 391 408 this.tabJobs.UseVisualStyleBackColor = true; 409 // 410 // updateControl1 411 // 412 this.updateControl1.Location = new System.Drawing.Point(7, 3); 413 this.updateControl1.Name = "updateControl1"; 414 this.updateControl1.Size = new System.Drawing.Size(75, 24); 415 this.updateControl1.TabIndex = 1; 416 this.updateControl1.UpdateAction = null; 417 // 418 // hiveJobListViewSlaves 419 // 420 this.hiveJobListViewSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 421 | System.Windows.Forms.AnchorStyles.Left) 422 | System.Windows.Forms.AnchorStyles.Right))); 423 this.hiveJobListViewSlaves.Caption = "JobItemList View"; 424 this.hiveJobListViewSlaves.Content = null; 425 this.hiveJobListViewSlaves.Location = new System.Drawing.Point(7, 26); 426 this.hiveJobListViewSlaves.Name = "hiveJobListViewSlaves"; 427 this.hiveJobListViewSlaves.ReadOnly = false; 428 this.hiveJobListViewSlaves.Size = new System.Drawing.Size(485, 450); 429 this.hiveJobListViewSlaves.TabIndex = 0; 392 430 // 393 431 // tabUsers … … 622 660 this.tabUserJobs.UseVisualStyleBackColor = true; 623 661 // 662 // updateControl2 663 // 664 this.updateControl2.Location = new System.Drawing.Point(7, 4); 665 this.updateControl2.Name = "updateControl2"; 666 this.updateControl2.Size = new System.Drawing.Size(75, 24); 667 this.updateControl2.TabIndex = 1; 668 this.updateControl2.UpdateAction = null; 669 // 670 // hiveExperimentManagerView 671 // 672 this.hiveExperimentManagerView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 673 | System.Windows.Forms.AnchorStyles.Left) 674 | System.Windows.Forms.AnchorStyles.Right))); 675 this.hiveExperimentManagerView.Caption = "HiveExperimentManagerBaseView"; 676 this.hiveExperimentManagerView.Content = null; 677 this.hiveExperimentManagerView.Location = new System.Drawing.Point(4, 26); 678 this.hiveExperimentManagerView.Name = "hiveExperimentManagerView"; 679 this.hiveExperimentManagerView.ReadOnly = false; 680 this.hiveExperimentManagerView.Size = new System.Drawing.Size(484, 449); 681 this.hiveExperimentManagerView.TabIndex = 0; 682 // 624 683 // tabStatistics 625 684 // … … 642 701 this.label5.Text = "Show some global statistics, e.g. Overall execution time, nr of calculated jobs, " + 643 702 "...."; 644 //645 // updateSlaveGroups646 //647 this.updateSlaveGroups.Location = new System.Drawing.Point(63, 3);648 this.updateSlaveGroups.Name = "updateSlaveGroups";649 this.updateSlaveGroups.Size = new System.Drawing.Size(75, 24);650 this.updateSlaveGroups.TabIndex = 4;651 this.updateSlaveGroups.UpdateAction = null;652 //653 // scheduleControl1654 //655 this.scheduleControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)656 | System.Windows.Forms.AnchorStyles.Left)657 | System.Windows.Forms.AnchorStyles.Right)));658 this.scheduleControl1.Location = new System.Drawing.Point(7, 7);659 this.scheduleControl1.Name = "scheduleControl1";660 this.scheduleControl1.Size = new System.Drawing.Size(862, 562);661 this.scheduleControl1.TabIndex = 0;662 //663 // hiveJobListViewSlaves664 //665 this.hiveJobListViewSlaves.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)666 | System.Windows.Forms.AnchorStyles.Left)667 | System.Windows.Forms.AnchorStyles.Right)));668 this.hiveJobListViewSlaves.Caption = "JobItemList View";669 this.hiveJobListViewSlaves.Content = null;670 this.hiveJobListViewSlaves.Location = new System.Drawing.Point(7, 26);671 this.hiveJobListViewSlaves.Name = "hiveJobListViewSlaves";672 this.hiveJobListViewSlaves.ReadOnly = false;673 this.hiveJobListViewSlaves.Size = new System.Drawing.Size(485, 450);674 this.hiveJobListViewSlaves.TabIndex = 0;675 //676 // hiveExperimentManagerView677 //678 this.hiveExperimentManagerView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)679 | System.Windows.Forms.AnchorStyles.Left)680 | System.Windows.Forms.AnchorStyles.Right)));681 this.hiveExperimentManagerView.Caption = "HiveExperimentManagerBaseView";682 this.hiveExperimentManagerView.Content = null;683 this.hiveExperimentManagerView.Location = new System.Drawing.Point(4, 26);684 this.hiveExperimentManagerView.Name = "hiveExperimentManagerView";685 this.hiveExperimentManagerView.ReadOnly = false;686 this.hiveExperimentManagerView.Size = new System.Drawing.Size(484, 449);687 this.hiveExperimentManagerView.TabIndex = 0;688 //689 // updateControl1690 //691 this.updateControl1.Location = new System.Drawing.Point(7, 3);692 this.updateControl1.Name = "updateControl1";693 this.updateControl1.Size = new System.Drawing.Size(75, 24);694 this.updateControl1.TabIndex = 1;695 this.updateControl1.UpdateAction = null;696 //697 // updateControl2698 //699 this.updateControl2.Location = new System.Drawing.Point(7, 4);700 this.updateControl2.Name = "updateControl2";701 this.updateControl2.Size = new System.Drawing.Size(75, 24);702 this.updateControl2.TabIndex = 1;703 this.updateControl2.UpdateAction = null;704 703 // 705 704 // HiveAdministrationView -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/Administration/HiveAdministrationView.cs
r5525 r5538 123 123 } 124 124 125 private void treeSlaveGroup_Click(object sender, System.EventArgs e) { 126 127 } 128 129 private void treeSlaveGroup_MouseClick(object sender, MouseEventArgs e) { 130 if (treeSlaveGroup.SelectedNode != null && 131 treeSlaveGroup.SelectedNode.Tag != null) { 132 if (treeSlaveGroup.SelectedNode.Tag.GetType() == typeof(Slave)) { 133 Slave s = treeSlaveGroup.SelectedNode.Tag as Slave; 125 private void treeSlaveGroup_NodeMouseClick(object sender, TreeNodeMouseClickEventArgs e) { 126 if (e.Node != null) { 127 if (e.Node.Tag.GetType() == typeof(Slave)) { 128 Slave s = e.Node.Tag as Slave; 134 129 txtName.Text = s.Name; 135 130 txtDetailsDescription.Text = s.Description; … … 139 134 txtOS.Text = s.OperatingSystem; 140 135 txtSlaveState.Text = s.SlaveState.ToString(); 141 } else if ( treeSlaveGroup.SelectedNode.Tag.GetType() == typeof(SlaveGroup)) {142 SlaveGroup s = treeSlaveGroup.SelectedNode.Tag as SlaveGroup;136 } else if (e.Node.Tag.GetType() == typeof(SlaveGroup)) { 137 SlaveGroup s = e.Node.Tag as SlaveGroup; 143 138 txtName.Text = s.Name; 144 139 txtDetailsDescription.Text = s.Description; … … 153 148 154 149 155 156 150 #region Event Handlers 157 151 // TODO: Put event handlers here -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/Administration/HiveAdministrationView.resx
r5525 r5538 118 118 <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> 119 119 </resheader> 120 <metadata name="imageListUsers.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">121 <value>120, 17</value>122 </metadata>123 120 <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> 124 121 <data name="btnRemoveGroup.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> … … 240 237 <value>17, 17</value> 241 238 </metadata> 239 <metadata name="imageListUsers.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> 240 <value>120, 17</value> 241 </metadata> 242 242 </root> -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/Administration/ScheduleControl.Designer.cs
r5457 r5538 24 24 /// </summary> 25 25 private void InitializeComponent() { 26 HeuristicLab.Calendar.DrawTool drawTool1 = new HeuristicLab.Calendar.DrawTool();26 Calendar.DrawTool drawTool1 = new Calendar.DrawTool(); 27 27 this.cbx_forcePush = new System.Windows.Forms.CheckBox(); 28 28 this.btnClearCal = new System.Windows.Forms.Button(); … … 40 40 this.btCreate = new System.Windows.Forms.Button(); 41 41 this.mcOnline = new System.Windows.Forms.MonthCalendar(); 42 this.dvOnline = new HeuristicLab.Calendar.DayView();42 this.dvOnline = new Calendar.DayView(); 43 43 this.groupBox1.SuspendLayout(); 44 44 this.SuspendLayout(); … … 193 193 this.dvOnline.ActiveTool = drawTool1; 194 194 this.dvOnline.AmPmDisplay = false; 195 this.dvOnline.AppointmentDuration = HeuristicLab.Calendar.AppointmentSlotDuration.SixtyMinutes;196 this.dvOnline.AppointmentHeightMode = HeuristicLab.Calendar.AppHeightDrawMode.TrueHeightAll;195 this.dvOnline.AppointmentDuration = Calendar.AppointmentSlotDuration.SixtyMinutes; 196 this.dvOnline.AppointmentHeightMode = Calendar.AppHeightDrawMode.TrueHeightAll; 197 197 this.dvOnline.DayHeadersHeight = 15; 198 198 this.dvOnline.DaysToShow = 7; -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/HeuristicLab.Clients.Hive.Views-3.4.csproj
r5525 r5538 71 71 </PropertyGroup> 72 72 <ItemGroup> 73 <Reference Include="Calendar.DayView"> 74 <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\Calendar.DayView.dll</HintPath> 75 </Reference> 73 76 <Reference Include="HeuristicLab.Collections-3.3"> 74 77 <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath> … … 117 120 </ItemGroup> 118 121 <ItemGroup> 122 <Compile Include="Administration\HiveAppointment.cs" /> 119 123 <Compile Include="Common\UpdateControl.cs"> 120 124 <SubType>UserControl</SubType> … … 233 237 </ItemGroup> 234 238 <ItemGroup> 235 <ProjectReference Include="..\..\HeuristicLab.Calendar\3.3\HeuristicLab.Calendar-3.3.csproj">236 <Project>{D17A4D6A-4CAA-4470-8A19-F42463C021FD}</Project>237 <Name>HeuristicLab.Calendar-3.3</Name>238 </ProjectReference>239 239 <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.4\HeuristicLab.Clients.Hive-3.4.csproj"> 240 240 <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project> 241 241 <Name>HeuristicLab.Clients.Hive-3.4</Name> 242 </ProjectReference> 243 <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.DayView\1.0\HeuristicLab.DayView-1.0.csproj"> 244 <Project>{02766ECC-D0F5-4115-9ECA-47409167B638}</Project> 245 <Name>HeuristicLab.DayView-1.0</Name> 242 246 </ProjectReference> 243 247 <ProjectReference Include="..\..\HeuristicLab.Hive\3.4\HeuristicLab.Hive-3.4.csproj"> -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/Administration/HiveAdministrationClient.cs
r5526 r5538 50 50 51 51 public void UpdateSlaveGroups() { 52 /*SlaveGroup sg = new SlaveGroup(); 53 sg.Name = "Test" + Guid.NewGuid(); 54 sg.Description = "TestGroupdesc"; 55 sg.Id = Guid.NewGuid(); 56 ServiceLocator.Instance.CallHiveService(service => service.AddSlaveGroup(sg));*/ 57 58 52 59 ServiceLocator.Instance.CallHiveService(service => { 53 /*SlaveGroup sg = new SlaveGroup();54 sg.Name = "Test" + Guid.NewGuid();55 sg.Description = "TestGroupdesc";56 sg.Id = Guid.NewGuid();57 service.Obj.AddSlaveGroup(sg);*/58 59 60 SlaveGroups = new List<SlaveGroup>(service.GetSlaveGroups()); 60 61 Slaves = new List<Slave>(service.GetSlaves()); -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Hive 3.4.sln
r5457 r5538 67 67 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Clients.Hive.Tests-3.4", "HeuristicLab.Clients.Hive.Tests\HeuristicLab.Clients.Hive.Tests-3.4.csproj", "{8D40A723-139D-40E4-8BBA-4CB309A9E4B9}" 68 68 EndProject 69 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Calendar-3.3", "HeuristicLab.Calendar\3.3\HeuristicLab.Calendar-3.3.csproj", "{D17A4D6A-4CAA-4470-8A19-F42463C021FD}" 69 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HeuristicLab.ExtLibs", "HeuristicLab.ExtLibs", "{063D87A6-1085-49F6-A195-5D1890CBE994}" 70 EndProject 71 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HeuristicLab.DayView", "HeuristicLab.DayView", "{A2061FFC-C564-4872-AA06-56B002DDEDBF}" 72 EndProject 73 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.DayView-1.0", "HeuristicLab.ExtLibs\HeuristicLab.DayView\1.0\HeuristicLab.DayView-1.0.csproj", "{02766ECC-D0F5-4115-9ECA-47409167B638}" 70 74 EndProject 71 75 Global … … 291 295 {8D40A723-139D-40E4-8BBA-4CB309A9E4B9}.Release|x64.ActiveCfg = Release|Any CPU 292 296 {8D40A723-139D-40E4-8BBA-4CB309A9E4B9}.Release|x86.ActiveCfg = Release|Any CPU 293 { D17A4D6A-4CAA-4470-8A19-F42463C021FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU294 { D17A4D6A-4CAA-4470-8A19-F42463C021FD}.Debug|Any CPU.Build.0 = Debug|Any CPU295 { D17A4D6A-4CAA-4470-8A19-F42463C021FD}.Debug|Mixed Platforms.ActiveCfg = Debug|x64296 { D17A4D6A-4CAA-4470-8A19-F42463C021FD}.Debug|Mixed Platforms.Build.0 = Debug|x64297 { D17A4D6A-4CAA-4470-8A19-F42463C021FD}.Debug|x64.ActiveCfg = Debug|x64298 { D17A4D6A-4CAA-4470-8A19-F42463C021FD}.Debug|x64.Build.0 = Debug|x64299 { D17A4D6A-4CAA-4470-8A19-F42463C021FD}.Debug|x86.ActiveCfg = Debug|x86300 { D17A4D6A-4CAA-4470-8A19-F42463C021FD}.Debug|x86.Build.0 = Debug|x86301 { D17A4D6A-4CAA-4470-8A19-F42463C021FD}.Release|Any CPU.ActiveCfg = Release|Any CPU302 { D17A4D6A-4CAA-4470-8A19-F42463C021FD}.Release|Any CPU.Build.0 = Release|Any CPU303 { D17A4D6A-4CAA-4470-8A19-F42463C021FD}.Release|Mixed Platforms.ActiveCfg = Release|x64304 { D17A4D6A-4CAA-4470-8A19-F42463C021FD}.Release|Mixed Platforms.Build.0 = Release|x64305 { D17A4D6A-4CAA-4470-8A19-F42463C021FD}.Release|x64.ActiveCfg = Release|x64306 { D17A4D6A-4CAA-4470-8A19-F42463C021FD}.Release|x64.Build.0 = Release|x64307 { D17A4D6A-4CAA-4470-8A19-F42463C021FD}.Release|x86.ActiveCfg = Release|x86308 { D17A4D6A-4CAA-4470-8A19-F42463C021FD}.Release|x86.Build.0 = Release|x86297 {02766ECC-D0F5-4115-9ECA-47409167B638}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 298 {02766ECC-D0F5-4115-9ECA-47409167B638}.Debug|Any CPU.Build.0 = Debug|Any CPU 299 {02766ECC-D0F5-4115-9ECA-47409167B638}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 300 {02766ECC-D0F5-4115-9ECA-47409167B638}.Debug|Mixed Platforms.Build.0 = Debug|x86 301 {02766ECC-D0F5-4115-9ECA-47409167B638}.Debug|x64.ActiveCfg = Debug|x64 302 {02766ECC-D0F5-4115-9ECA-47409167B638}.Debug|x64.Build.0 = Debug|x64 303 {02766ECC-D0F5-4115-9ECA-47409167B638}.Debug|x86.ActiveCfg = Debug|x86 304 {02766ECC-D0F5-4115-9ECA-47409167B638}.Debug|x86.Build.0 = Debug|x86 305 {02766ECC-D0F5-4115-9ECA-47409167B638}.Release|Any CPU.ActiveCfg = Release|Any CPU 306 {02766ECC-D0F5-4115-9ECA-47409167B638}.Release|Any CPU.Build.0 = Release|Any CPU 307 {02766ECC-D0F5-4115-9ECA-47409167B638}.Release|Mixed Platforms.ActiveCfg = Release|x86 308 {02766ECC-D0F5-4115-9ECA-47409167B638}.Release|Mixed Platforms.Build.0 = Release|x86 309 {02766ECC-D0F5-4115-9ECA-47409167B638}.Release|x64.ActiveCfg = Release|x64 310 {02766ECC-D0F5-4115-9ECA-47409167B638}.Release|x64.Build.0 = Release|x64 311 {02766ECC-D0F5-4115-9ECA-47409167B638}.Release|x86.ActiveCfg = Release|x86 312 {02766ECC-D0F5-4115-9ECA-47409167B638}.Release|x86.Build.0 = Release|x86 309 313 EndGlobalSection 310 314 GlobalSection(SolutionProperties) = preSolution 311 315 HideSolutionNode = FALSE 312 316 EndGlobalSection 317 GlobalSection(NestedProjects) = preSolution 318 {A2061FFC-C564-4872-AA06-56B002DDEDBF} = {063D87A6-1085-49F6-A195-5D1890CBE994} 319 {02766ECC-D0F5-4115-9ECA-47409167B638} = {A2061FFC-C564-4872-AA06-56B002DDEDBF} 320 EndGlobalSection 313 321 EndGlobal
Note: See TracChangeset
for help on using the changeset viewer.