Browse Source
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5865 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61pull/1/head
5 changed files with 11 additions and 7 deletions
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> |
||||
<PropertyGroup> |
||||
<SetupProductBuildVersion>4289</SetupProductBuildVersion> |
||||
<SetupProductBuildVersion>1</SetupProductBuildVersion> |
||||
<DefineConstants>PRODUCTBUILDVERSION=$(SetupProductBuildVersion)</DefineConstants> |
||||
</PropertyGroup> |
||||
</Project> |
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
del "bin\SharpDevelop.msi" |
||||
"..\Tools\UpdateSetupInfo\bin\UpdateSetupInfo.exe" |
||||
%windir%\microsoft.net\framework\v2.0.50727\msbuild SharpDevelop.Setup.sln "/p:SharpDevelopBinPath=%CD%\..\..\bin" |
||||
%windir%\microsoft.net\framework\v4.0.30319\msbuild SharpDevelop.Setup.sln "/p:SharpDevelopBinPath=%CD%\..\..\bin" |
||||
@IF %ERRORLEVEL% NEQ 0 PAUSE |
Loading…
Reference in new issue