Browse Source
Use separate directory for storing settings. git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1140 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61shortcuts
11 changed files with 28 additions and 69 deletions
@ -1,33 +0,0 @@
@@ -1,33 +0,0 @@
|
||||
// <file>
|
||||
// <copyright see="prj:///doc/copyright.txt"/>
|
||||
// <license see="prj:///doc/license.txt"/>
|
||||
// <owner name="Daniel Grunwald" email="daniel@danielgrunwald.de"/>
|
||||
// <version>$Revision$</version>
|
||||
// </file>
|
||||
|
||||
using System.Reflection; |
||||
using System.Runtime.CompilerServices; |
||||
|
||||
// Information about this assembly is defined by the following
|
||||
// attributes.
|
||||
//
|
||||
// change them to the information which is associated with the assembly
|
||||
// you compile.
|
||||
|
||||
[assembly: AssemblyTitle("BooBinding")] |
||||
[assembly: AssemblyDescription("Boo language binding for #develop")] |
||||
[assembly: AssemblyConfiguration("")] |
||||
[assembly: AssemblyCompany("ic#code")] |
||||
[assembly: AssemblyProduct("SharpDevelop")] |
||||
[assembly: AssemblyCopyright("2005-2006 AlphaSierraPapa")] |
||||
[assembly: AssemblyTrademark("")] |
||||
[assembly: AssemblyCulture("")] |
||||
|
||||
// The assembly version has following format :
|
||||
//
|
||||
// Major.Minor.Build.Revision
|
||||
//
|
||||
// You can specify all values by your own or you can build default build and revision
|
||||
// numbers with the '*' character (the default):
|
||||
|
||||
[assembly: AssemblyVersion("2.0.0.1")] |
@ -1,2 +1,2 @@
@@ -1,2 +1,2 @@
|
||||
%windir%\microsoft.net\framework\v2.0.50727\msbuild /t:clean SharpDevelop.sln |
||||
%windir%\microsoft.net\framework\v2.0.50727\msbuild /t:clean SharpDevelop.sln /p:BooBinPath=%CD%\AddIns\BackendBindings\Boo\RequiredLibraries |
||||
@IF %ERRORLEVEL% NEQ 0 PAUSE |
@ -1,2 +1,2 @@
@@ -1,2 +1,2 @@
|
||||
%windir%\microsoft.net\framework\v2.0.50727\msbuild SharpDevelop.sln |
||||
%windir%\microsoft.net\framework\v2.0.50727\msbuild SharpDevelop.sln /p:BooBinPath=%CD%\AddIns\BackendBindings\Boo\RequiredLibraries |
||||
@IF %ERRORLEVEL% NEQ 0 PAUSE |
@ -1,2 +1,2 @@
@@ -1,2 +1,2 @@
|
||||
%windir%\microsoft.net\framework\v2.0.50727\msbuild /property:Configuration=Release SharpDevelop.sln |
||||
%windir%\microsoft.net\framework\v2.0.50727\msbuild /property:Configuration=Release SharpDevelop.sln /p:BooBinPath=%CD%\AddIns\BackendBindings\Boo\RequiredLibraries |
||||
@IF %ERRORLEVEL% NEQ 0 PAUSE |
Loading…
Reference in new issue