Skip to content

Commit

Permalink
Fix command-line parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Gomes committed Jul 10, 2012
1 parent f08c439 commit 14ebf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vs2010-nms-net2.0.csproj
Expand Up @@ -165,7 +165,7 @@
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
<PropertyGroup>
<PostBuildEvent>if /i "$(build_extraplatforms)" equ "true" (
nant -nologo -q build -D:build.framework.strings="netcf-2.0,netcf-3.5,mono-2.0"
nant -nologo -q -D:build.framework.strings="netcf-2.0,netcf-3.5,mono-2.0"
)

if /i "$(install_skip)" equ "true" (
Expand Down

0 comments on commit 14ebf33

Please sign in to comment.