Skip to content

Commit

Permalink
update the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yugangw-msft committed Jan 28, 2015
1 parent 90c0729 commit 838ea2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
/p:Scope
'Common' : build Azure Common
'<Path to a project file>': build that specific package
'Authentication': build the Authorization package
'Authentication': build the Authentication package
By default, it builds all.
/p:CodeGen
Expand Down Expand Up @@ -74,7 +74,7 @@
<FxTargetList Condition=" '$(FxTargetList)' == '' and '$(Scope)' == 'Authentication' " >net45</FxTargetList>
<FxTargetList Condition=" '$(FxTargetList)' == '' and ('$(Scope)' == '' or '$(Scope)' == 'all' or '$(Scope)' == 'Common') ">portable;net40;net45</FxTargetList>
<!--If FxTargetList still has no value, it must be an individual maml package-->
<FxTargetList Condition=" '$(FxTargetList)' == '' " >portable;net40</FxTargetList>
<FxTargetList Condition=" '$(FxTargetList)' == '' ">portable;net40</FxTargetList>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion tools/Library.Settings.targets
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
<PropertyGroup Condition=" '$(CodeSign)' == 'true' " >
<LibraryCustomConstants>$(LibraryCustomConstants);CODESIGN</LibraryCustomConstants>
</PropertyGroup>


<PropertyGroup Condition=" '$(Configuration)' == 'Net45-Debug' or '$(Configuration)' == 'Net40-Debug' or '$(Configuration)' == 'Portable-Debug' ">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit 838ea2b

Please sign in to comment.