forked from sdekock/AgUnit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing absolute paths. Adding debug and reference paths to project …
…files. Everything should now work without having to change settings in VS.
- Loading branch information
Steven De Kock
committed
Jul 13, 2011
1 parent
0be5fef
commit c9960e8
Showing
3 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
@echo off | ||
if "%ProgramFiles(x86)%" == "" set ProgramFiles(x86)=%ProgramFiles% | ||
|
||
set ReSharperPath="%ProgramFiles(x86)%\JetBrains\ReSharper\v6.0\Bin" | ||
set Configuration=Debug | ||
|
||
echo Building against ReSharper in %ReSharperPath% | ||
call "%vs100comntools%\vsvars32.bat" | ||
|
||
pushd lib\sl\StatLight\ | ||
powershell -NoProfile -Command "& { Import-Module .\psake.psm1; Invoke-psake .\default.ps1 "build-all" -parameters @{"build_configuration"='%Configuration%';} }" | ||
popd | ||
msbuild src\AgUnit.sln /p:Configuration=%Configuration%;ReferencePath=%ReSharperPath% /t:Rebuild | ||
|
||
msbuild src\AgUnit.sln /p:Configuration=%Configuration% /t:Rebuild | ||
|
||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters