From 1a484fcabfd7311757f2db699ced0bacd2b126a5 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Fri, 28 Dec 2007 08:56:44 +0000 Subject: Set svn:eol-style. --- Prebuild/src/Core/Targets/VS2008Target.cs | 112 +++++++++++++++--------------- 1 file changed, 56 insertions(+), 56 deletions(-) (limited to 'Prebuild') diff --git a/Prebuild/src/Core/Targets/VS2008Target.cs b/Prebuild/src/Core/Targets/VS2008Target.cs index 08854ab..88bb5e6 100644 --- a/Prebuild/src/Core/Targets/VS2008Target.cs +++ b/Prebuild/src/Core/Targets/VS2008Target.cs @@ -1,56 +1,56 @@ -using System; -using System.Collections.Generic; -using System.Text; -using Prebuild.Core.Attributes; - -namespace Prebuild.Core.Targets -{ - [Target("vs2008")] - public class VS2008Target : VS2005Target - { - protected override string SolutionTag - { - get { return "# Visual Studio 2008"; } - } - - protected override string SolutionVersion - { - get - { - return "10.00"; - } - } - - protected override string VersionName - { - get - { - return "Visual C# 2008"; - } - } - - protected override string ToolsVersionXml - { - get - { - return " ToolsVersion=\"3.5\""; - } - } - - protected override string ProductVersion - { - get - { - return "9.0.21022"; - } - } - - public override string Name - { - get - { - return "vs2008"; - } - } - } -} +using System; +using System.Collections.Generic; +using System.Text; +using Prebuild.Core.Attributes; + +namespace Prebuild.Core.Targets +{ + [Target("vs2008")] + public class VS2008Target : VS2005Target + { + protected override string SolutionTag + { + get { return "# Visual Studio 2008"; } + } + + protected override string SolutionVersion + { + get + { + return "10.00"; + } + } + + protected override string VersionName + { + get + { + return "Visual C# 2008"; + } + } + + protected override string ToolsVersionXml + { + get + { + return " ToolsVersion=\"3.5\""; + } + } + + protected override string ProductVersion + { + get + { + return "9.0.21022"; + } + } + + public override string Name + { + get + { + return "vs2008"; + } + } + } +} -- cgit v1.1