Skip to content
This repository has been archived by the owner on Aug 15, 2022. It is now read-only.

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven De Kock committed May 27, 2012
1 parent 0548d8b commit ce334ec
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -5,4 +5,5 @@
_ReSharper.*/ _ReSharper.*/
output/* output/*
resharper.log resharper.log
TestResults/ TestResults/
ClientBin/*
2 changes: 1 addition & 1 deletion build.bat
Expand Up @@ -4,7 +4,7 @@ set Configuration=Release
call "%vs100comntools%\vsvars32.bat" call "%vs100comntools%\vsvars32.bat"


pushd lib\sl\StatLight\ pushd lib\sl\StatLight\
powershell -NoProfile -Command "& { Import-Module .\psake.psm1; Invoke-psake .\default.ps1 "build-all" -parameters @{"build_configuration"='%Configuration%';} }" powershell -NoProfile -Command "& { Import-Module .\psake.psm1; Invoke-psake .\default.ps1 "build-all" -framework 3.5x86 -parameters @{"build_configuration"='%Configuration%';} }"
popd popd


msbuild src\AgUnit.sln /p:Configuration=%Configuration% /t:Rebuild msbuild src\AgUnit.sln /p:Configuration=%Configuration% /t:Rebuild
Expand Down
Expand Up @@ -23,7 +23,7 @@
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType> <DebugType>full</DebugType>
<Optimize>false</Optimize> <Optimize>false</Optimize>
<DefineConstants>TRACE;DEBUG;RS51</DefineConstants> <DefineConstants>TRACE;DEBUG</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
</PropertyGroup> </PropertyGroup>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit ce334ec

Please sign in to comment.