Set svn:eol-style.
parent
79496381fc
commit
1a484fcabf
|
@ -25,8 +25,8 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
*/
|
||||
using libsecondlife;
|
||||
|
||||
using libsecondlife;
|
||||
|
||||
namespace OpenSim.Region.Capabilities
|
||||
{
|
||||
[LLSDMap]
|
||||
|
|
|
@ -26,8 +26,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
using libsecondlife;
|
||||
|
||||
using libsecondlife;
|
||||
|
||||
namespace OpenSim.Region.Capabilities
|
||||
{
|
||||
[LLSDMap]
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue