[commit] r1182 - in trunk/SDK/DotNet/CSharpComponentWizard: . DSMGenerators

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Wed Feb 16 10:17:11 CST 2011


Author: ksmyth
Date: Wed Feb 16 10:17:11 2011
New Revision: 1182

Log:
Clean up formatting, usings, references

Modified:
   trunk/SDK/DotNet/CSharpComponentWizard/App.xaml.cs
   trunk/SDK/DotNet/CSharpComponentWizard/CSharpComponentWizard.csproj
   trunk/SDK/DotNet/CSharpComponentWizard/DSMGenerators/GeneratorFacade.cs
   trunk/SDK/DotNet/CSharpComponentWizard/SolutionGenerator.cs

Modified: trunk/SDK/DotNet/CSharpComponentWizard/App.xaml.cs
==============================================================================
--- trunk/SDK/DotNet/CSharpComponentWizard/App.xaml.cs	Wed Feb 16 10:17:02 2011	(r1181)
+++ trunk/SDK/DotNet/CSharpComponentWizard/App.xaml.cs	Wed Feb 16 10:17:11 2011	(r1182)
@@ -1,9 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Configuration;
-using System.Data;
-using System.Linq;
-using System.Windows;
+using System.Windows;
 
 namespace CSharpComponentWizard
 {

Modified: trunk/SDK/DotNet/CSharpComponentWizard/CSharpComponentWizard.csproj
==============================================================================
--- trunk/SDK/DotNet/CSharpComponentWizard/CSharpComponentWizard.csproj	Wed Feb 16 10:17:02 2011	(r1181)
+++ trunk/SDK/DotNet/CSharpComponentWizard/CSharpComponentWizard.csproj	Wed Feb 16 10:17:11 2011	(r1182)
@@ -70,17 +70,14 @@
     <Reference Include="EnvDTE90, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
       <EmbedInteropTypes>True</EmbedInteropTypes>
     </Reference>
+    <Reference Include="PresentationFramework" />
     <Reference Include="System" />
-    <Reference Include="System.Data" />
-    <Reference Include="System.Drawing" />
     <Reference Include="System.Windows.Forms" />
     <Reference Include="System.Xml" />
-    <Reference Include="System.Core" />
     <Reference Include="System.Xml.Linq" />
     <Reference Include="System.Data.DataSetExtensions" />
-    <Reference Include="WindowsBase" />
     <Reference Include="PresentationCore" />
-    <Reference Include="PresentationFramework" />
+    <Reference Include="WindowsBase" />
   </ItemGroup>
   <ItemGroup>
     <ApplicationDefinition Include="App.xaml">

Modified: trunk/SDK/DotNet/CSharpComponentWizard/DSMGenerators/GeneratorFacade.cs
==============================================================================
--- trunk/SDK/DotNet/CSharpComponentWizard/DSMGenerators/GeneratorFacade.cs	Wed Feb 16 10:17:02 2011	(r1181)
+++ trunk/SDK/DotNet/CSharpComponentWizard/DSMGenerators/GeneratorFacade.cs	Wed Feb 16 10:17:11 2011	(r1182)
@@ -1,9 +1,5 @@
 using System;
 using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Linq;
 using System.Text;
 using System.Windows.Forms;
 using MGALib;

Modified: trunk/SDK/DotNet/CSharpComponentWizard/SolutionGenerator.cs
==============================================================================
--- trunk/SDK/DotNet/CSharpComponentWizard/SolutionGenerator.cs	Wed Feb 16 10:17:02 2011	(r1181)
+++ trunk/SDK/DotNet/CSharpComponentWizard/SolutionGenerator.cs	Wed Feb 16 10:17:11 2011	(r1182)
@@ -1,18 +1,11 @@
 using System;
 using System.Collections.Generic;
-using System.Linq;
 using System.Text;
 using System.Windows;
-using EnvDTE;
 using System.IO;
 using Microsoft.Win32;
 using EnvDTE80;
 using EnvDTE100;
-using System.Text.RegularExpressions;
-using System.Windows.Controls;
-using System.ComponentModel;
-using System.Windows.Threading;
-using System.Threading;
 using DSM;
 
 namespace CSharpComponentWizard


More information about the gme-commit mailing list