[svn]
r7352: vs-plugin/trunk/Nemerle.VsIntegration/Templates/ProjectItems:
Class/Class.n Form/Form.Designe...
VladD2
svnadmin at nemerle.org
Mon Jan 29 17:18:23 CET 2007
Log:
Convert templates to UTF-8.
Author: VladD2
Date: Mon Jan 29 17:18:21 2007
New Revision: 7352
Modified:
vs-plugin/trunk/Nemerle.VsIntegration/Templates/ProjectItems/Class/Class.n
vs-plugin/trunk/Nemerle.VsIntegration/Templates/ProjectItems/Form/Form.Designer.n
vs-plugin/trunk/Nemerle.VsIntegration/Templates/ProjectItems/Form/Form.n
Modified: vs-plugin/trunk/Nemerle.VsIntegration/Templates/ProjectItems/Class/Class.n
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/Templates/ProjectItems/Class/Class.n (original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/Templates/ProjectItems/Class/Class.n Mon Jan 29 17:18:21 2007
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.Text;
Modified: vs-plugin/trunk/Nemerle.VsIntegration/Templates/ProjectItems/Form/Form.Designer.n
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/Templates/ProjectItems/Form/Form.Designer.n (original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/Templates/ProjectItems/Form/Form.Designer.n Mon Jan 29 17:18:21 2007
@@ -1,4 +1,4 @@
-namespace $rootnamespace$
+namespace $rootnamespace$
{
public partial class $safeitemrootname$
{
Modified: vs-plugin/trunk/Nemerle.VsIntegration/Templates/ProjectItems/Form/Form.n
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/Templates/ProjectItems/Form/Form.n (original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/Templates/ProjectItems/Form/Form.n Mon Jan 29 17:18:21 2007
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
More information about the svn
mailing list