From 57eafab058ec03af4ef7e0629f53b78ab5fbcbdc Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Sat, 2 Jun 2007 15:40:42 +0000 Subject: [PATCH] ConsoleProject templates: - Revert changes to project-wide imports. If we don't use the same imports as Visual Studio, most VB tutorials will fail to work with SharpDevelop. - Option Strict/Option Explicit should be a project-wide setting and not specified in each file. - fixed indentation git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2532 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 --- .../project/CSharp/ConsoleProject.xpt | 12 +++++------- .../project/VBNet/ConsoleProject.xpt | 19 ++++++++++--------- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/data/templates/project/CSharp/ConsoleProject.xpt b/data/templates/project/CSharp/ConsoleProject.xpt index e766058faa..a1a6493d89 100644 --- a/data/templates/project/CSharp/ConsoleProject.xpt +++ b/data/templates/project/CSharp/ConsoleProject.xpt @@ -1,7 +1,5 @@ -