From 06ece33bee0f046ea5f4b8590cfd9b13dd2e4a38 Mon Sep 17 00:00:00 2001
From: lbsa71
Date: Thu, 19 Feb 2009 18:01:33 +0000
Subject: * Okay, so finally got my head around this. Problem is that upstream
Prebuild copied dlls promiscuously, and this led to the references being all
mixed up (/bin dlls overwritten by different versions on every csc) *
Something that thus needs fixing is the fact that ProjectReferences has to be
marked False
but that is not configurable in the upstream Xml Schema.
I've hardcoded it in our repo for now.
---
Prebuild/src/Core/Targets/VS2003Target.cs | 31 -------------------------------
1 file changed, 31 deletions(-)
(limited to 'Prebuild/src/Core/Targets/VS2003Target.cs')
diff --git a/Prebuild/src/Core/Targets/VS2003Target.cs b/Prebuild/src/Core/Targets/VS2003Target.cs
index 4bf05cb..1bcb7dc 100644
--- a/Prebuild/src/Core/Targets/VS2003Target.cs
+++ b/Prebuild/src/Core/Targets/VS2003Target.cs
@@ -23,15 +23,6 @@ IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY O
*/
#endregion
-#region CVS Information
-/*
- * $Source$
- * $Author: jendave $
- * $Date: 2006-09-30 04:11:40 +0900 (Sat, 30 Sep 2006) $
- * $Revision: 177 $
- */
-#endregion
-
using System;
using System.Collections;
using System.Collections.Specialized;
@@ -44,28 +35,6 @@ using Prebuild.Core.Utilities;
namespace Prebuild.Core.Targets
{
- ///
- ///
- ///
- public enum VSVersion
- {
- ///
- ///
- ///
- VS70,
- ///
- ///
- ///
- VS71,
- ///
- ///
- ///
- VS80
- }
-
- ///
- ///
- ///
[Target("vs2003")]
public class VS2003Target : ITarget
{
--
cgit v1.1