Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1042


Ignore:
Timestamp:
12/20/08 11:11:03 (15 years ago)
Author:
gkronber
Message:

worked on control for CEDMA problem importer. #419 (Refactor CEDMA plugins)

Location:
branches/CEDMA-Refactoring-Ticket419
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Core/ProblemView.Designer.cs

    r1003 r1042  
    4545    private void InitializeComponent() {
    4646      this.importButton = new System.Windows.Forms.Button();
    47       this.textBox1 = new System.Windows.Forms.TextBox();
     47      this.trainingSamplesStartTextBox = new System.Windows.Forms.TextBox();
    4848      this.trainingLabel = new System.Windows.Forms.Label();
    49       this.textBox4 = new System.Windows.Forms.TextBox();
    50       this.textBox2 = new System.Windows.Forms.TextBox();
    51       this.textBox3 = new System.Windows.Forms.TextBox();
     49      this.trainingSamplesEndTextBox = new System.Windows.Forms.TextBox();
     50      this.validationSamplesEndTextBox = new System.Windows.Forms.TextBox();
     51      this.validationSamplesStartTextBox = new System.Windows.Forms.TextBox();
    5252      this.validationLabel = new System.Windows.Forms.Label();
    53       this.textBox5 = new System.Windows.Forms.TextBox();
    54       this.textBox6 = new System.Windows.Forms.TextBox();
     53      this.testSamplesEndTextBox = new System.Windows.Forms.TextBox();
     54      this.testSamplesStartTextBox = new System.Windows.Forms.TextBox();
    5555      this.testLabel = new System.Windows.Forms.Label();
    5656      this.datasetView = new HeuristicLab.DataAnalysis.DatasetView();
     
    7777      this.importButton.Click += new System.EventHandler(this.importButton_Click);
    7878      //
    79       // textBox1
    80       //
    81       this.textBox1.Location = new System.Drawing.Point(119, 17);
    82       this.textBox1.Name = "textBox1";
    83       this.textBox1.Size = new System.Drawing.Size(96, 20);
    84       this.textBox1.TabIndex = 4;
     79      // trainingSamplesStartTextBox
     80      //
     81      this.trainingSamplesStartTextBox.Location = new System.Drawing.Point(119, 17);
     82      this.trainingSamplesStartTextBox.Name = "trainingSamplesStartTextBox";
     83      this.trainingSamplesStartTextBox.Size = new System.Drawing.Size(96, 20);
     84      this.trainingSamplesStartTextBox.TabIndex = 4;
     85      this.trainingSamplesStartTextBox.Validated += new System.EventHandler(this.samplesTextBox_Validated);
     86      this.trainingSamplesStartTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.samplesTextBox_Validating);
    8587      //
    8688      // trainingLabel
     
    9395      this.trainingLabel.Text = "Training samples:";
    9496      //
    95       // textBox4
    96       //
    97       this.textBox4.Location = new System.Drawing.Point(221, 17);
    98       this.textBox4.Name = "textBox4";
    99       this.textBox4.Size = new System.Drawing.Size(96, 20);
    100       this.textBox4.TabIndex = 10;
    101       //
    102       // textBox2
    103       //
    104       this.textBox2.Location = new System.Drawing.Point(221, 43);
    105       this.textBox2.Name = "textBox2";
    106       this.textBox2.Size = new System.Drawing.Size(96, 20);
    107       this.textBox2.TabIndex = 13;
    108       //
    109       // textBox3
    110       //
    111       this.textBox3.Location = new System.Drawing.Point(119, 43);
    112       this.textBox3.Name = "textBox3";
    113       this.textBox3.Size = new System.Drawing.Size(96, 20);
    114       this.textBox3.TabIndex = 12;
     97      // trainingSamplesEndTextBox
     98      //
     99      this.trainingSamplesEndTextBox.Location = new System.Drawing.Point(221, 17);
     100      this.trainingSamplesEndTextBox.Name = "trainingSamplesEndTextBox";
     101      this.trainingSamplesEndTextBox.Size = new System.Drawing.Size(96, 20);
     102      this.trainingSamplesEndTextBox.TabIndex = 10;
     103      this.trainingSamplesEndTextBox.Validated += new System.EventHandler(this.samplesTextBox_Validated);
     104      this.trainingSamplesEndTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.samplesTextBox_Validating);
     105      //
     106      // validationSamplesEndTextBox
     107      //
     108      this.validationSamplesEndTextBox.Location = new System.Drawing.Point(221, 43);
     109      this.validationSamplesEndTextBox.Name = "validationSamplesEndTextBox";
     110      this.validationSamplesEndTextBox.Size = new System.Drawing.Size(96, 20);
     111      this.validationSamplesEndTextBox.TabIndex = 13;
     112      this.validationSamplesEndTextBox.Validated += new System.EventHandler(this.samplesTextBox_Validated);
     113      this.validationSamplesEndTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.samplesTextBox_Validating);
     114      //
     115      // validationSamplesStartTextBox
     116      //
     117      this.validationSamplesStartTextBox.Location = new System.Drawing.Point(119, 43);
     118      this.validationSamplesStartTextBox.Name = "validationSamplesStartTextBox";
     119      this.validationSamplesStartTextBox.Size = new System.Drawing.Size(96, 20);
     120      this.validationSamplesStartTextBox.TabIndex = 12;
     121      this.validationSamplesStartTextBox.Validated += new System.EventHandler(this.samplesTextBox_Validated);
     122      this.validationSamplesStartTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.samplesTextBox_Validating);
    115123      //
    116124      // validationLabel
     
    123131      this.validationLabel.Text = "Validation samples:";
    124132      //
    125       // textBox5
    126       //
    127       this.textBox5.Location = new System.Drawing.Point(221, 68);
    128       this.textBox5.Name = "textBox5";
    129       this.textBox5.Size = new System.Drawing.Size(96, 20);
    130       this.textBox5.TabIndex = 16;
    131       //
    132       // textBox6
    133       //
    134       this.textBox6.Location = new System.Drawing.Point(119, 68);
    135       this.textBox6.Name = "textBox6";
    136       this.textBox6.Size = new System.Drawing.Size(96, 20);
    137       this.textBox6.TabIndex = 15;
     133      // testSamplesEndTextBox
     134      //
     135      this.testSamplesEndTextBox.Location = new System.Drawing.Point(221, 68);
     136      this.testSamplesEndTextBox.Name = "testSamplesEndTextBox";
     137      this.testSamplesEndTextBox.Size = new System.Drawing.Size(96, 20);
     138      this.testSamplesEndTextBox.TabIndex = 16;
     139      this.testSamplesEndTextBox.Validated += new System.EventHandler(this.samplesTextBox_Validated);
     140      this.testSamplesEndTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.samplesTextBox_Validating);
     141      //
     142      // testSamplesStartTextBox
     143      //
     144      this.testSamplesStartTextBox.Location = new System.Drawing.Point(119, 68);
     145      this.testSamplesStartTextBox.Name = "testSamplesStartTextBox";
     146      this.testSamplesStartTextBox.Size = new System.Drawing.Size(96, 20);
     147      this.testSamplesStartTextBox.TabIndex = 15;
     148      this.testSamplesStartTextBox.Validated += new System.EventHandler(this.samplesTextBox_Validated);
     149      this.testSamplesStartTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.samplesTextBox_Validating);
    138150      //
    139151      // testLabel
     
    169181      this.targetsListBox.Size = new System.Drawing.Size(153, 79);
    170182      this.targetsListBox.TabIndex = 19;
     183      this.targetsListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.targetsListBox_ItemCheck);
    171184      //
    172185      // inputsListBox
     
    180193      this.inputsListBox.Size = new System.Drawing.Size(141, 79);
    181194      this.inputsListBox.TabIndex = 21;
     195      this.inputsListBox.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.inputsListBox_ItemCheck);
    182196      //
    183197      // autoregressiveCheckBox
     
    192206      this.autoregressiveCheckBox.Text = "Auto regressive:";
    193207      this.autoregressiveCheckBox.UseVisualStyleBackColor = true;
     208      this.autoregressiveCheckBox.CheckedChanged += new System.EventHandler(this.autoregressiveCheckBox_CheckedChanged);
    194209      //
    195210      // targetsGroupBox
     
    218233      //
    219234      this.partitioningGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    220       this.partitioningGroupBox.Controls.Add(this.textBox2);
     235      this.partitioningGroupBox.Controls.Add(this.validationSamplesEndTextBox);
    221236      this.partitioningGroupBox.Controls.Add(this.trainingLabel);
    222       this.partitioningGroupBox.Controls.Add(this.textBox1);
    223       this.partitioningGroupBox.Controls.Add(this.textBox4);
     237      this.partitioningGroupBox.Controls.Add(this.trainingSamplesStartTextBox);
     238      this.partitioningGroupBox.Controls.Add(this.trainingSamplesEndTextBox);
    224239      this.partitioningGroupBox.Controls.Add(this.validationLabel);
    225       this.partitioningGroupBox.Controls.Add(this.textBox5);
    226       this.partitioningGroupBox.Controls.Add(this.textBox3);
    227       this.partitioningGroupBox.Controls.Add(this.textBox6);
     240      this.partitioningGroupBox.Controls.Add(this.testSamplesEndTextBox);
     241      this.partitioningGroupBox.Controls.Add(this.validationSamplesStartTextBox);
     242      this.partitioningGroupBox.Controls.Add(this.testSamplesStartTextBox);
    228243      this.partitioningGroupBox.Controls.Add(this.testLabel);
    229244      this.partitioningGroupBox.Location = new System.Drawing.Point(3, 268);
     
    265280
    266281    private System.Windows.Forms.Button importButton;
    267     private System.Windows.Forms.TextBox textBox1;
     282    private System.Windows.Forms.TextBox trainingSamplesStartTextBox;
    268283    private System.Windows.Forms.Label trainingLabel;
    269     private System.Windows.Forms.TextBox textBox4;
    270     private System.Windows.Forms.TextBox textBox2;
    271     private System.Windows.Forms.TextBox textBox3;
     284    private System.Windows.Forms.TextBox trainingSamplesEndTextBox;
     285    private System.Windows.Forms.TextBox validationSamplesEndTextBox;
     286    private System.Windows.Forms.TextBox validationSamplesStartTextBox;
    272287    private System.Windows.Forms.Label validationLabel;
    273     private System.Windows.Forms.TextBox textBox5;
    274     private System.Windows.Forms.TextBox textBox6;
     288    private System.Windows.Forms.TextBox testSamplesEndTextBox;
     289    private System.Windows.Forms.TextBox testSamplesStartTextBox;
    275290    private System.Windows.Forms.Label testLabel;
    276291    private HeuristicLab.DataAnalysis.DatasetView datasetView;
  • branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Core/ProblemView.cs

    r1003 r1042  
    3030using HeuristicLab.Core;
    3131using HeuristicLab.DataAnalysis;
     32using System.Diagnostics;
    3233
    3334namespace HeuristicLab.CEDMA.Core {
     
    4243    protected override void UpdateControls() {
    4344      base.UpdateControls();
    44       // TASK update text-boxes and datasetview
     45      trainingSamplesStartTextBox.Text = problem.TrainingSamplesStart.ToString();
     46      trainingSamplesEndTextBox.Text = problem.TrainingSamplesEnd.ToString();
     47      validationSamplesStartTextBox.Text = problem.ValidationSamplesStart.ToString();
     48      validationSamplesEndTextBox.Text = problem.ValidationSamplesEnd.ToString();
     49      testSamplesStartTextBox.Text = problem.TestSamplesStart.ToString();
     50      testSamplesEndTextBox.Text = problem.TestSamplesEnd.ToString();
     51      targetsListBox.Items.Clear();
     52      inputsListBox.Items.Clear();
     53      for (int i = 0; i < problem.DataSet.Columns; i++) {
     54        targetsListBox.Items.Add(problem.DataSet.VariableNames[i], problem.AllowedTargetVariables.Contains(i));
     55        inputsListBox.Items.Add(problem.DataSet.VariableNames[i], problem.AllowedInputVariables.Contains(i));
     56      }
    4557    }
    4658
    4759    private void importButton_Click(object sender, EventArgs e) {
    48       if(openFileDialog.ShowDialog(this) == DialogResult.OK) {
     60      if (openFileDialog.ShowDialog(this) == DialogResult.OK) {
    4961        DatasetParser parser = new DatasetParser();
    5062        bool success = false;
     
    5365            parser.Import(openFileDialog.FileName, true);
    5466            success = true;
    55           } catch(DataFormatException ex) {
     67          }
     68          catch (DataFormatException ex) {
    5669            ShowWarningMessageBox(ex);
    5770            // not possible to parse strictly => clear and try to parse non-strict
     
    6073            success = true;
    6174          }
    62         } catch(DataFormatException ex) {
     75        }
     76        catch (DataFormatException ex) {
    6377          // if the non-strict parsing also failed then show the exception
    6478          ShowErrorMessageBox(ex);
    6579        }
    66         if(success) {
     80        if (success) {
    6781          Dataset dataset = (Dataset)problem.DataSet;
    6882          dataset.Rows = parser.Rows;
     
    7286          dataset.Samples = new double[dataset.Rows * dataset.Columns];
    7387          Array.Copy(parser.Samples, dataset.Samples, dataset.Columns * dataset.Rows);
     88          datasetView.Dataset = problem.DataSet;
     89
    7490          problem.TrainingSamplesStart = parser.TrainingSamplesStart;
    7591          problem.ValidationSamplesEnd = parser.TrainingSamplesStart;
     
    8298
    8399          List<int> nonInputVariables = parser.NonInputVariables;
    84           for(int i = 0; i < dataset.Columns; i++) {
    85             if(!nonInputVariables.Contains(i)) problem.AllowedInputVariables.Add(i);
     100          for (int i = 0; i < dataset.Columns; i++) {
     101            if (!nonInputVariables.Contains(i)) problem.AllowedInputVariables.Add(i);
    86102          }
    87103          Refresh();
     
    106122      sb.Append("Sorry, but something went wrong!\n\n" + ex.Message + "\n\n" + ex.StackTrace);
    107123
    108       while(ex.InnerException != null) {
     124      while (ex.InnerException != null) {
    109125        ex = ex.InnerException;
    110126        sb.Append("\n\n-----\n\n" + ex.Message + "\n\n" + ex.StackTrace);
     
    112128      return sb.ToString();
    113129    }
     130
     131    private void targetsListBox_ItemCheck(object sender, ItemCheckEventArgs e) {
     132      if (e.NewValue == CheckState.Checked && !problem.AllowedTargetVariables.Contains(e.Index))
     133        problem.AllowedTargetVariables.Add(e.Index);
     134      else if (e.NewValue == CheckState.Unchecked && problem.AllowedTargetVariables.Contains(e.Index))
     135        problem.AllowedTargetVariables.Remove(e.Index);
     136    }
     137
     138    private void inputsListBox_ItemCheck(object sender, ItemCheckEventArgs e) {
     139      if (e.NewValue == CheckState.Checked && !problem.AllowedInputVariables.Contains(e.Index))
     140        problem.AllowedInputVariables.Add(e.Index);
     141      else if (e.NewValue == CheckState.Unchecked && problem.AllowedInputVariables.Contains(e.Index))
     142        problem.AllowedInputVariables.Remove(e.Index);
     143    }
     144
     145    private void autoregressiveCheckBox_CheckedChanged(object sender, EventArgs e) {
     146      problem.AutoRegressive = autoregressiveCheckBox.Checked;
     147    }
     148
     149    private void samplesTextBox_Validating(object sender, CancelEventArgs e) {
     150      try {
     151        int trainingStart = int.Parse(trainingSamplesStartTextBox.Text);
     152        int trainingEnd = int.Parse(trainingSamplesEndTextBox.Text);
     153        int validationStart = int.Parse(validationSamplesStartTextBox.Text);
     154        int validationEnd = int.Parse(validationSamplesEndTextBox.Text);
     155        int testStart = int.Parse(testSamplesStartTextBox.Text);
     156        int testEnd = int.Parse(testSamplesEndTextBox.Text);
     157        if (trainingStart < 0 || validationStart < 0 || testStart < 0 ||
     158          trainingEnd >= problem.DataSet.Rows || validationEnd >= problem.DataSet.Rows || testEnd >= problem.DataSet.Rows ||
     159          trainingStart >= trainingEnd ||
     160          validationStart >= validationEnd ||
     161          testStart >= testEnd ||
     162          IsOverlapping(trainingStart, trainingEnd, validationStart, validationEnd) ||
     163          IsOverlapping(trainingStart, trainingEnd, testStart, testEnd) ||
     164          IsOverlapping(validationStart, validationEnd, testStart, testEnd))
     165          ColorSamplesTextBoxes(Color.Red);
     166        else
     167          ColorSamplesTextBoxes(Color.White);
     168      }
     169      catch (FormatException ex) {
     170        ColorSamplesTextBoxes(Color.Red);
     171      }
     172    }
     173
     174    private void samplesTextBox_Validated(object sender, EventArgs e) {
     175      problem.TrainingSamplesStart = int.Parse(trainingSamplesStartTextBox.Text);
     176      problem.TrainingSamplesEnd = int.Parse(trainingSamplesEndTextBox.Text);
     177      problem.ValidationSamplesStart = int.Parse(validationSamplesStartTextBox.Text);
     178      problem.ValidationSamplesEnd = int.Parse(validationSamplesEndTextBox.Text);
     179      problem.TestSamplesStart = int.Parse(testSamplesStartTextBox.Text);
     180      problem.TestSamplesEnd = int.Parse(testSamplesEndTextBox.Text);
     181    }
     182
     183    private void ColorSamplesTextBoxes(Color color) {
     184      trainingSamplesStartTextBox.BackColor = color;
     185      trainingSamplesEndTextBox.BackColor = color;
     186      validationSamplesStartTextBox.BackColor = color;
     187      validationSamplesEndTextBox.BackColor = color;
     188      testSamplesStartTextBox.BackColor = color;
     189      testSamplesEndTextBox.BackColor = color;
     190    }
     191
     192    private bool IsOverlapping(int x0, int y0, int x1, int y1) {
     193      Trace.Assert(x0 <= y0 && x1 <= y1);
     194      int tmp;
     195      // make sure that x0,y0 is the left interval
     196      if (x1 < x0) {
     197        tmp = x1;
     198        x1 = x0;
     199        x0 = tmp;
     200        tmp = y1;
     201        y1 = y0;
     202        y0 = tmp;
     203      }
     204      return y0 > x1;
     205    }
    114206  }
    115207}
  • branches/CEDMA-Refactoring-Ticket419/HeuristicLab.sln

    r1041 r1042  
    160160    {623FB817-8371-4A9A-A491-4DECC87B2BBB}.Visualization Debug|x86.Build.0 = Debug|x86
    161161    {F43B59AB-2B8C-4570-BC1E-15592086517C}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    162     {F43B59AB-2B8C-4570-BC1E-15592086517C}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    163162    {F43B59AB-2B8C-4570-BC1E-15592086517C}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    164163    {F43B59AB-2B8C-4570-BC1E-15592086517C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    175174    {F43B59AB-2B8C-4570-BC1E-15592086517C}.Visualization Debug|x86.Build.0 = Debug|x86
    176175    {F473D9AF-3F09-4296-9F28-3C65118DAFFA}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    177     {F473D9AF-3F09-4296-9F28-3C65118DAFFA}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    178176    {F473D9AF-3F09-4296-9F28-3C65118DAFFA}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    179177    {F473D9AF-3F09-4296-9F28-3C65118DAFFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    190188    {F473D9AF-3F09-4296-9F28-3C65118DAFFA}.Visualization Debug|x86.Build.0 = Debug|x86
    191189    {47019A74-F7F7-482E-83AA-D3F4F777E879}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    192     {47019A74-F7F7-482E-83AA-D3F4F777E879}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    193190    {47019A74-F7F7-482E-83AA-D3F4F777E879}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    194191    {47019A74-F7F7-482E-83AA-D3F4F777E879}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    204201    {47019A74-F7F7-482E-83AA-D3F4F777E879}.Visualization Debug|x86.Build.0 = Debug|x86
    205202    {9EF75B49-D507-44E0-BC5D-C200FDA53B9B}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    206     {9EF75B49-D507-44E0-BC5D-C200FDA53B9B}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    207203    {9EF75B49-D507-44E0-BC5D-C200FDA53B9B}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    208204    {9EF75B49-D507-44E0-BC5D-C200FDA53B9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    218214    {9EF75B49-D507-44E0-BC5D-C200FDA53B9B}.Visualization Debug|x86.Build.0 = Debug|x86
    219215    {A9983BA2-B3B2-475E-8E2C-62050B71D1C5}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    220     {A9983BA2-B3B2-475E-8E2C-62050B71D1C5}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    221216    {A9983BA2-B3B2-475E-8E2C-62050B71D1C5}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    222217    {A9983BA2-B3B2-475E-8E2C-62050B71D1C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    233228    {A9983BA2-B3B2-475E-8E2C-62050B71D1C5}.Visualization Debug|x86.Build.0 = Debug|x86
    234229    {94186A6A-5176-4402-AE83-886557B53CCA}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    235     {94186A6A-5176-4402-AE83-886557B53CCA}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    236230    {94186A6A-5176-4402-AE83-886557B53CCA}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    237231    {94186A6A-5176-4402-AE83-886557B53CCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    247241    {94186A6A-5176-4402-AE83-886557B53CCA}.Visualization Debug|x86.Build.0 = Debug|x86
    248242    {4095C92C-5A4C-44BC-9963-5F384CF5CC3F}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    249     {4095C92C-5A4C-44BC-9963-5F384CF5CC3F}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    250243    {4095C92C-5A4C-44BC-9963-5F384CF5CC3F}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    251244    {4095C92C-5A4C-44BC-9963-5F384CF5CC3F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    261254    {4095C92C-5A4C-44BC-9963-5F384CF5CC3F}.Visualization Debug|x86.Build.0 = Debug|x86
    262255    {B4BE8E53-BA06-4237-9A01-24255F880201}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    263     {B4BE8E53-BA06-4237-9A01-24255F880201}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    264256    {B4BE8E53-BA06-4237-9A01-24255F880201}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    265257    {B4BE8E53-BA06-4237-9A01-24255F880201}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    275267    {B4BE8E53-BA06-4237-9A01-24255F880201}.Visualization Debug|x86.Build.0 = Debug|x86
    276268    {6E757D0E-20F9-4E89-AF06-D7DA256870DB}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    277     {6E757D0E-20F9-4E89-AF06-D7DA256870DB}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    278269    {6E757D0E-20F9-4E89-AF06-D7DA256870DB}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    279270    {6E757D0E-20F9-4E89-AF06-D7DA256870DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    289280    {6E757D0E-20F9-4E89-AF06-D7DA256870DB}.Visualization Debug|x86.Build.0 = Debug|x86
    290281    {55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    291     {55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    292282    {55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    293283    {55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    303293    {55FDCFB3-3E8C-4FB0-837C-0CF06BEDED39}.Visualization Debug|x86.Build.0 = Debug|x86
    304294    {F5614C53-153C-4A37-A608-121E1C087F07}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    305     {F5614C53-153C-4A37-A608-121E1C087F07}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    306295    {F5614C53-153C-4A37-A608-121E1C087F07}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    307296    {F5614C53-153C-4A37-A608-121E1C087F07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    317306    {F5614C53-153C-4A37-A608-121E1C087F07}.Visualization Debug|x86.Build.0 = Debug|x86
    318307    {F7CF0571-25CB-43D5-8443-0843A1E2861A}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    319     {F7CF0571-25CB-43D5-8443-0843A1E2861A}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    320308    {F7CF0571-25CB-43D5-8443-0843A1E2861A}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    321309    {F7CF0571-25CB-43D5-8443-0843A1E2861A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    331319    {F7CF0571-25CB-43D5-8443-0843A1E2861A}.Visualization Debug|x86.Build.0 = Debug|x86
    332320    {205898D3-2717-4686-AF17-52409B7EC0C6}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    333     {205898D3-2717-4686-AF17-52409B7EC0C6}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    334321    {205898D3-2717-4686-AF17-52409B7EC0C6}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    335322    {205898D3-2717-4686-AF17-52409B7EC0C6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    345332    {205898D3-2717-4686-AF17-52409B7EC0C6}.Visualization Debug|x86.Build.0 = Debug|x86
    346333    {D3F92C1F-42B4-4EFB-9E73-B64FD3428ADE}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    347     {D3F92C1F-42B4-4EFB-9E73-B64FD3428ADE}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    348334    {D3F92C1F-42B4-4EFB-9E73-B64FD3428ADE}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    349335    {D3F92C1F-42B4-4EFB-9E73-B64FD3428ADE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    359345    {D3F92C1F-42B4-4EFB-9E73-B64FD3428ADE}.Visualization Debug|x86.Build.0 = Debug|x86
    360346    {4C0EF782-CC94-4A94-BC3E-661D2600559B}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    361     {4C0EF782-CC94-4A94-BC3E-661D2600559B}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    362347    {4C0EF782-CC94-4A94-BC3E-661D2600559B}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    363348    {4C0EF782-CC94-4A94-BC3E-661D2600559B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    373358    {4C0EF782-CC94-4A94-BC3E-661D2600559B}.Visualization Debug|x86.Build.0 = Debug|x86
    374359    {B462D3CC-8866-42F0-9832-AD0967613B72}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    375     {B462D3CC-8866-42F0-9832-AD0967613B72}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    376360    {B462D3CC-8866-42F0-9832-AD0967613B72}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    377361    {B462D3CC-8866-42F0-9832-AD0967613B72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    387371    {B462D3CC-8866-42F0-9832-AD0967613B72}.Visualization Debug|x86.Build.0 = Debug|x86
    388372    {E0740131-AA3E-4A3F-BA03-C9FF8327F4EE}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    389     {E0740131-AA3E-4A3F-BA03-C9FF8327F4EE}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    390373    {E0740131-AA3E-4A3F-BA03-C9FF8327F4EE}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    391374    {E0740131-AA3E-4A3F-BA03-C9FF8327F4EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    401384    {E0740131-AA3E-4A3F-BA03-C9FF8327F4EE}.Visualization Debug|x86.Build.0 = Debug|x86
    402385    {E3CCBFC6-900C-41B6-AFB8-6646DB097435}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    403     {E3CCBFC6-900C-41B6-AFB8-6646DB097435}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    404386    {E3CCBFC6-900C-41B6-AFB8-6646DB097435}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    405387    {E3CCBFC6-900C-41B6-AFB8-6646DB097435}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    415397    {E3CCBFC6-900C-41B6-AFB8-6646DB097435}.Visualization Debug|x86.Build.0 = Debug|x86
    416398    {E39AF78A-9692-472B-B061-E2F1B1AB2C92}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    417     {E39AF78A-9692-472B-B061-E2F1B1AB2C92}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    418399    {E39AF78A-9692-472B-B061-E2F1B1AB2C92}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    419400    {E39AF78A-9692-472B-B061-E2F1B1AB2C92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    429410    {E39AF78A-9692-472B-B061-E2F1B1AB2C92}.Visualization Debug|x86.Build.0 = Debug|x86
    430411    {FCD62C6F-4793-4593-AE9A-0BDCA256EE99}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    431     {FCD62C6F-4793-4593-AE9A-0BDCA256EE99}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    432412    {FCD62C6F-4793-4593-AE9A-0BDCA256EE99}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    433413    {FCD62C6F-4793-4593-AE9A-0BDCA256EE99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    444424    {FCD62C6F-4793-4593-AE9A-0BDCA256EE99}.Visualization Debug|x86.Build.0 = Debug|x86
    445425    {7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    446     {7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    447426    {7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    448427    {7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    458437    {7DD3A97A-56E9-462F-90E2-A351FE7AF5C2}.Visualization Debug|x86.Build.0 = Debug|x86
    459438    {6D9564BB-956D-4808-8F92-AA7F776F90A5}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    460     {6D9564BB-956D-4808-8F92-AA7F776F90A5}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    461439    {6D9564BB-956D-4808-8F92-AA7F776F90A5}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    462440    {6D9564BB-956D-4808-8F92-AA7F776F90A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    472450    {6D9564BB-956D-4808-8F92-AA7F776F90A5}.Visualization Debug|x86.Build.0 = Debug|x86
    473451    {2D4E4565-3ED9-4BEB-AE75-39D871843D24}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    474     {2D4E4565-3ED9-4BEB-AE75-39D871843D24}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    475452    {2D4E4565-3ED9-4BEB-AE75-39D871843D24}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    476453    {2D4E4565-3ED9-4BEB-AE75-39D871843D24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    486463    {2D4E4565-3ED9-4BEB-AE75-39D871843D24}.Visualization Debug|x86.Build.0 = Debug|x86
    487464    {9A781B2F-A58D-4270-A28A-3B14BBC11F4A}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    488     {9A781B2F-A58D-4270-A28A-3B14BBC11F4A}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    489465    {9A781B2F-A58D-4270-A28A-3B14BBC11F4A}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    490466    {9A781B2F-A58D-4270-A28A-3B14BBC11F4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    500476    {9A781B2F-A58D-4270-A28A-3B14BBC11F4A}.Visualization Debug|x86.Build.0 = Debug|x86
    501477    {C2FB432A-07CA-45B5-BAFE-FEC172D1107B}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    502     {C2FB432A-07CA-45B5-BAFE-FEC172D1107B}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    503478    {C2FB432A-07CA-45B5-BAFE-FEC172D1107B}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    504479    {C2FB432A-07CA-45B5-BAFE-FEC172D1107B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    514489    {C2FB432A-07CA-45B5-BAFE-FEC172D1107B}.Visualization Debug|x86.Build.0 = Debug|x86
    515490    {74752FCD-9E10-48DB-9AF2-AF5518B62807}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    516     {74752FCD-9E10-48DB-9AF2-AF5518B62807}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    517491    {74752FCD-9E10-48DB-9AF2-AF5518B62807}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    518492    {74752FCD-9E10-48DB-9AF2-AF5518B62807}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    528502    {74752FCD-9E10-48DB-9AF2-AF5518B62807}.Visualization Debug|x86.Build.0 = Debug|x86
    529503    {E66D1EAA-525C-4F6D-BD25-DBCAE3750E25}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    530     {E66D1EAA-525C-4F6D-BD25-DBCAE3750E25}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    531504    {E66D1EAA-525C-4F6D-BD25-DBCAE3750E25}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    532505    {E66D1EAA-525C-4F6D-BD25-DBCAE3750E25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    542515    {E66D1EAA-525C-4F6D-BD25-DBCAE3750E25}.Visualization Debug|x86.Build.0 = Debug|x86
    543516    {545CE756-98D8-423B-AC2E-6E7D70926E5C}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    544     {545CE756-98D8-423B-AC2E-6E7D70926E5C}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    545517    {545CE756-98D8-423B-AC2E-6E7D70926E5C}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    546518    {545CE756-98D8-423B-AC2E-6E7D70926E5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    556528    {545CE756-98D8-423B-AC2E-6E7D70926E5C}.Visualization Debug|x86.Build.0 = Debug|x86
    557529    {2E6112A7-3A94-406D-A28C-38AC2D324DCA}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    558     {2E6112A7-3A94-406D-A28C-38AC2D324DCA}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    559530    {2E6112A7-3A94-406D-A28C-38AC2D324DCA}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    560531    {2E6112A7-3A94-406D-A28C-38AC2D324DCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    570541    {2E6112A7-3A94-406D-A28C-38AC2D324DCA}.Visualization Debug|x86.Build.0 = Debug|x86
    571542    {6960CBCD-E44B-49B0-BA86-671091C42C36}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    572     {6960CBCD-E44B-49B0-BA86-671091C42C36}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    573543    {6960CBCD-E44B-49B0-BA86-671091C42C36}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    574544    {6960CBCD-E44B-49B0-BA86-671091C42C36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    659629    {C27DDF6C-84DF-45EF-B82F-57A28DD51166}.Visualization Debug|x86.Build.0 = Debug|x86
    660630    {39DEF061-8261-43DB-8B3B-C7555251FF77}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    661     {39DEF061-8261-43DB-8B3B-C7555251FF77}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    662631    {39DEF061-8261-43DB-8B3B-C7555251FF77}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    663632    {39DEF061-8261-43DB-8B3B-C7555251FF77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    673642    {39DEF061-8261-43DB-8B3B-C7555251FF77}.Visualization Debug|x86.Build.0 = Debug|x86
    674643    {F18FD554-19B9-460C-9A49-4AA8D7245727}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    675     {F18FD554-19B9-460C-9A49-4AA8D7245727}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    676644    {F18FD554-19B9-460C-9A49-4AA8D7245727}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    677645    {F18FD554-19B9-460C-9A49-4AA8D7245727}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    702670    {1BF17271-5350-476A-8F6D-FC74FA3E82CA}.Visualization Debug|x86.Build.0 = Debug|x86
    703671    {14E1C3E3-2496-436A-AE00-09F7B81DB15B}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    704     {14E1C3E3-2496-436A-AE00-09F7B81DB15B}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    705672    {14E1C3E3-2496-436A-AE00-09F7B81DB15B}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    706673    {14E1C3E3-2496-436A-AE00-09F7B81DB15B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    716683    {14E1C3E3-2496-436A-AE00-09F7B81DB15B}.Visualization Debug|x86.Build.0 = Debug|x86
    717684    {6AEF1284-2428-4B01-B9D2-62C1FA7C2DE1}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    718     {6AEF1284-2428-4B01-B9D2-62C1FA7C2DE1}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    719685    {6AEF1284-2428-4B01-B9D2-62C1FA7C2DE1}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    720686    {6AEF1284-2428-4B01-B9D2-62C1FA7C2DE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    730696    {6AEF1284-2428-4B01-B9D2-62C1FA7C2DE1}.Visualization Debug|x86.Build.0 = Debug|x86
    731697    {32DAA44F-944A-465F-A5C9-1C491EE4976D}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    732     {32DAA44F-944A-465F-A5C9-1C491EE4976D}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    733698    {32DAA44F-944A-465F-A5C9-1C491EE4976D}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    734699    {32DAA44F-944A-465F-A5C9-1C491EE4976D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    744709    {32DAA44F-944A-465F-A5C9-1C491EE4976D}.Visualization Debug|x86.Build.0 = Debug|x86
    745710    {E392A1E2-DC95-4E33-B82E-8ED690EDA1AB}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    746     {E392A1E2-DC95-4E33-B82E-8ED690EDA1AB}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    747711    {E392A1E2-DC95-4E33-B82E-8ED690EDA1AB}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    748712    {E392A1E2-DC95-4E33-B82E-8ED690EDA1AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    759723    {E392A1E2-DC95-4E33-B82E-8ED690EDA1AB}.Visualization Debug|x86.Build.0 = Debug|x86
    760724    {23117533-8A91-474E-BBF6-C39485D0810A}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    761     {23117533-8A91-474E-BBF6-C39485D0810A}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    762725    {23117533-8A91-474E-BBF6-C39485D0810A}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    763726    {23117533-8A91-474E-BBF6-C39485D0810A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    774737    {23117533-8A91-474E-BBF6-C39485D0810A}.Visualization Debug|x86.Build.0 = Debug|x86
    775738    {1F5FA590-1D2D-406C-BDBD-03BAECEA3C80}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    776     {1F5FA590-1D2D-406C-BDBD-03BAECEA3C80}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    777739    {1F5FA590-1D2D-406C-BDBD-03BAECEA3C80}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    778740    {1F5FA590-1D2D-406C-BDBD-03BAECEA3C80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    788750    {1F5FA590-1D2D-406C-BDBD-03BAECEA3C80}.Visualization Debug|x86.Build.0 = Debug|x86
    789751    {1F1CF3ED-374C-4288-995B-93F6B872F571}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    790     {1F1CF3ED-374C-4288-995B-93F6B872F571}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    791752    {1F1CF3ED-374C-4288-995B-93F6B872F571}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    792753    {1F1CF3ED-374C-4288-995B-93F6B872F571}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    802763    {1F1CF3ED-374C-4288-995B-93F6B872F571}.Visualization Debug|x86.Build.0 = Debug|x86
    803764    {74223A32-C726-4978-BE78-37113A18373C}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    804     {74223A32-C726-4978-BE78-37113A18373C}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    805765    {74223A32-C726-4978-BE78-37113A18373C}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    806766    {74223A32-C726-4978-BE78-37113A18373C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    816776    {74223A32-C726-4978-BE78-37113A18373C}.Visualization Debug|x86.Build.0 = Debug|x86
    817777    {7C20D100-8BEB-433A-9499-F075E2CB9297}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    818     {7C20D100-8BEB-433A-9499-F075E2CB9297}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    819778    {7C20D100-8BEB-433A-9499-F075E2CB9297}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    820779    {7C20D100-8BEB-433A-9499-F075E2CB9297}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    830789    {7C20D100-8BEB-433A-9499-F075E2CB9297}.Visualization Debug|x86.Build.0 = Debug|x86
    831790    {6084CFB5-733F-449D-9F92-2E40D13F0514}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    832     {6084CFB5-733F-449D-9F92-2E40D13F0514}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    833791    {6084CFB5-733F-449D-9F92-2E40D13F0514}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    834792    {6084CFB5-733F-449D-9F92-2E40D13F0514}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    941899    {8B14A35E-DBDF-43EB-B019-23E9FBC5A35E}.Visualization Debug|x86.Build.0 = Debug|x86
    942900    {A0821479-801F-43DF-B788-AE92FB410DA9}.CEDMA Debug|Any CPU.ActiveCfg = Debug|x86
    943     {A0821479-801F-43DF-B788-AE92FB410DA9}.CEDMA Debug|Any CPU.Build.0 = Debug|x86
    944901    {A0821479-801F-43DF-B788-AE92FB410DA9}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    945902    {A0821479-801F-43DF-B788-AE92FB410DA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
Note: See TracChangeset for help on using the changeset viewer.