[svn]
r7354: vs-plugin/trunk/Nemerle.VsIntegration/Templates/Projects:
ClassLibrary/Class1.n ConsoleApplic...
VladD2
svnadmin at nemerle.org
Mon Jan 29 23:00:16 CET 2007
Log:
Convert templates to UTF-8.
Author: VladD2
Date: Mon Jan 29 23:00:13 2007
New Revision: 7354
Modified:
vs-plugin/trunk/Nemerle.VsIntegration/Templates/Projects/ClassLibrary/Class1.n
vs-plugin/trunk/Nemerle.VsIntegration/Templates/Projects/ConsoleApplication/Main.n
vs-plugin/trunk/Nemerle.VsIntegration/Templates/Projects/MacroLibrary/Macro1.n
vs-plugin/trunk/Nemerle.VsIntegration/Templates/Projects/WindowsApplication/Form1.Designer.n
vs-plugin/trunk/Nemerle.VsIntegration/Templates/Projects/WindowsApplication/Form1.n
vs-plugin/trunk/Nemerle.VsIntegration/Templates/Projects/WindowsApplication/Program.n
Modified: vs-plugin/trunk/Nemerle.VsIntegration/Templates/Projects/ClassLibrary/Class1.n
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/Templates/Projects/ClassLibrary/Class1.n (original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/Templates/Projects/ClassLibrary/Class1.n Mon Jan 29 23:00:13 2007
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.Text;
Modified: vs-plugin/trunk/Nemerle.VsIntegration/Templates/Projects/ConsoleApplication/Main.n
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/Templates/Projects/ConsoleApplication/Main.n (original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/Templates/Projects/ConsoleApplication/Main.n Mon Jan 29 23:00:13 2007
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Console;
using Nemerle.Utility;
Modified: vs-plugin/trunk/Nemerle.VsIntegration/Templates/Projects/MacroLibrary/Macro1.n
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/Templates/Projects/MacroLibrary/Macro1.n (original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/Templates/Projects/MacroLibrary/Macro1.n Mon Jan 29 23:00:13 2007
@@ -1,4 +1,4 @@
-using Nemerle.Compiler;
+using Nemerle.Compiler;
namespace $safeprojectname$
{
Modified: vs-plugin/trunk/Nemerle.VsIntegration/Templates/Projects/WindowsApplication/Form1.Designer.n
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/Templates/Projects/WindowsApplication/Form1.Designer.n (original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/Templates/Projects/WindowsApplication/Form1.Designer.n Mon Jan 29 23:00:13 2007
@@ -1,4 +1,4 @@
-namespace $safeprojectname$
+namespace $safeprojectname$
{
public partial class Form1
{
Modified: vs-plugin/trunk/Nemerle.VsIntegration/Templates/Projects/WindowsApplication/Form1.n
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/Templates/Projects/WindowsApplication/Form1.n (original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/Templates/Projects/WindowsApplication/Form1.n Mon Jan 29 23:00:13 2007
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
Modified: vs-plugin/trunk/Nemerle.VsIntegration/Templates/Projects/WindowsApplication/Program.n
==============================================================================
--- vs-plugin/trunk/Nemerle.VsIntegration/Templates/Projects/WindowsApplication/Program.n (original)
+++ vs-plugin/trunk/Nemerle.VsIntegration/Templates/Projects/WindowsApplication/Program.n Mon Jan 29 23:00:13 2007
@@ -1,4 +1,4 @@
-using System;
+using System;
using System.Collections.Generic;
using System.Windows.Forms;
More information about the svn
mailing list