[commit] r1316 - in trunk/SDK/DotNet/CSharpComponentWizard/Templates:	CSharpAddon CSharpInterpreter
    GMESRC Repository Notifications 
    gme-commit at list.isis.vanderbilt.edu
       
    Mon May 16 15:18:26 CDT 2011
    
    
  
Author: ksmyth
Date: Mon May 16 15:18:26 2011
New Revision: 1316
Log:
Dont need Windows.Forms
Modified:
   trunk/SDK/DotNet/CSharpComponentWizard/Templates/CSharpAddon/classlibrary.csproj
   trunk/SDK/DotNet/CSharpComponentWizard/Templates/CSharpInterpreter/classlibrary.csproj
Modified: trunk/SDK/DotNet/CSharpComponentWizard/Templates/CSharpAddon/classlibrary.csproj
==============================================================================
--- trunk/SDK/DotNet/CSharpComponentWizard/Templates/CSharpAddon/classlibrary.csproj	Mon May 16 14:53:21 2011	(r1315)
+++ trunk/SDK/DotNet/CSharpComponentWizard/Templates/CSharpAddon/classlibrary.csproj	Mon May 16 15:18:26 2011	(r1316)
@@ -45,7 +45,6 @@
     <Reference Include="System.Core" />    
     <Reference Include="System.Xml.Linq" />
     <Reference Include="System.Data.DataSetExtensions" />
-	<Reference Include="System.Windows.Forms" />
 	<Reference Include="Microsoft.CSharp"/>
     <Reference Include="System.Data" />
     <Reference Include="System.Xml" />
Modified: trunk/SDK/DotNet/CSharpComponentWizard/Templates/CSharpInterpreter/classlibrary.csproj
==============================================================================
--- trunk/SDK/DotNet/CSharpComponentWizard/Templates/CSharpInterpreter/classlibrary.csproj	Mon May 16 14:53:21 2011	(r1315)
+++ trunk/SDK/DotNet/CSharpComponentWizard/Templates/CSharpInterpreter/classlibrary.csproj	Mon May 16 15:18:26 2011	(r1316)
@@ -45,7 +45,6 @@
     <Reference Include="System.Core" />    
     <Reference Include="System.Xml.Linq" />
     <Reference Include="System.Data.DataSetExtensions" />
-	<Reference Include="System.Windows.Forms" />
 	<Reference Include="Microsoft.CSharp"/>
     <Reference Include="System.Data" />
     <Reference Include="System.Xml" />
    
    
More information about the gme-commit
mailing list