Skip to content

Commit

Permalink
[Build] Fix typo: NemerlePowerPack
Browse files Browse the repository at this point in the history
  • Loading branch information
NN--- committed Aug 17, 2012
1 parent 4174a98 commit 69b2201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -16,7 +16,7 @@
<FileAlignment>512</FileAlignment>
<NoStdLib>true</NoStdLib>
<Nemerle Condition=" '$(Nemerle)' == '' ">$(NemerleBinPathRoot)\$(NemerleVersion)</Nemerle>
<NemerlePowerPack Condition=" '$(NemerlePowerPack)' == '' ">$(NemerleBinPathRoot)\$(NemerleVersion)</Nemerle>
<NemerlePowerPack Condition=" '$(NemerlePowerPack)' == '' ">$(NemerleBinPathRoot)\$(NemerleVersion)</NemerlePowerPack>
<Name>Nemerle.Statechart.Parser</Name>
<SccProjectName>
</SccProjectName>
Expand Down
2 changes: 1 addition & 1 deletion snippets/nemerle.statechart/Nemerle.Statechart.nproj
Expand Up @@ -5,7 +5,7 @@
<NemerleBinPathRoot Condition=" '$(NemerleBinPathRoot)' == '' ">$(ProgramFiles)\Nemerle</NemerleBinPathRoot>
<NoStdLib>true</NoStdLib>
<Nemerle Condition=" '$(Nemerle)' == '' ">$(NemerleBinPathRoot)\$(NemerleVersion)</Nemerle>
<NemerlePowerPack Condition=" '$(NemerlePowerPack)' == '' ">$(NemerleBinPathRoot)\$(NemerleVersion)</Nemerle>
<NemerlePowerPack Condition=" '$(NemerlePowerPack)' == '' ">$(NemerleBinPathRoot)\$(NemerleVersion)</NemerlePowerPack>
<Name>Nemerle.Statechart</Name>
<SccProjectName>
</SccProjectName>
Expand Down

0 comments on commit 69b2201

Please sign in to comment.