Skip to content

Commit

Permalink
- removing the '2'
Browse files Browse the repository at this point in the history
  • Loading branch information
mckamey committed Aug 6, 2010
1 parent 66ee248 commit 5e162d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Build.bat
Expand Up @@ -3,7 +3,7 @@ PUSHD "%~dp0"

SET MSBuild=%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe
IF NOT EXIST "%MSBuild%" (
ECHO Installation of .NET Framework 4.0 is required to build this project, including for .NET v2.0 and v3.5
ECHO Installation of .NET Framework 4.0 is required to build this project, including .NET v2.0 and v3.5 releases
ECHO http://www.microsoft.com/downloads/details.aspx?FamilyID=0a391abd-25c1-4fc0-919f-b21f31ab88b7
START /d "~\iexplore.exe" http://www.microsoft.com/downloads/details.aspx?FamilyID=0a391abd-25c1-4fc0-919f-b21f31ab88b7
EXIT /b 1
Expand All @@ -17,9 +17,9 @@ IF NOT EXIST "keys\JsonFx_Key.pfx" (
)

ECHO Building unit test pass...
"%MSBuild%" JsonFx2.sln /target:rebuild /property:TargetFrameworkVersion=v4.0;Configuration=Release;RunTests=True
"%MSBuild%" JsonFx.sln /target:rebuild /property:TargetFrameworkVersion=v4.0;Configuration=Release;RunTests=True

ECHO Building specific builds for v2.0, v3.5, v4.0...
ECHO Building specific releases for v2.0, v3.5 and v4.0...
FOR %%i IN (v2.0 v3.5 v4.0) DO "%MSBuild%" src/JsonFx/JsonFx.csproj /target:rebuild /property:TargetFrameworkVersion=%%i;Configuration=%Configuration%

:END
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 5e162d4

Please sign in to comment.