Skip to content

Commit

Permalink
Include nemish.exe in bin archive. Fix #624
Browse files Browse the repository at this point in the history
  • Loading branch information
someone-with-default-username committed Nov 13, 2014
1 parent a2fbcb3 commit 011fb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/packages/wix/nemerle.wixproj
Expand Up @@ -104,7 +104,7 @@
<PowerPack Include="$(NBinPath)\PowerPack\*.*" Exclude="$(NBinPath)\PowerPack\ComputationExpressions.Tests.exe; $(NBinPath)\PowerPack\CSharpParser.TestMacros.dll; $(NBinPath)\PowerPack\CSharpParser.Tests.exe; $(NBinPath)\PowerPack\CSharpToNemerle.xml; $(NBinPath)\PowerPack\DevMacros.dll; $(NBinPath)\PowerPack\Test.xml" />
<TestFramework Include="$(NBinPath)\TestFramework\*.*" Exclude="$(NBinPath)\TestFramework\Nemerle.Diff.Tests.exe; $(NBinPath)\TestFramework\Nemerle.Diff.Tests.xml;" />
<CompilerBin Include="$(Nemerle)\*.*" Exclude="" />
<ToolsBin Include="$(NBinPath)\Tools\*.*" Exclude="$(NBinPath)\Tools\NAnt.Core.dll; $(NBinPath)\Tools\NAnt.DotNetTasks.dll; $(NBinPath)\Tools\nemish.exe; $(NBinPath)\Tools\nemish.exe.config; $(NBinPath)\Tools\Reflector.exe; $(NBinPath)\Tools\Reflector.NemerleLanguage.dll" />
<ToolsBin Include="$(NBinPath)\Tools\*.*" Exclude="$(NBinPath)\Tools\NAnt.Core.dll; $(NBinPath)\Tools\NAnt.DotNetTasks.dll; $(NBinPath)\Tools\Reflector.exe; $(NBinPath)\Tools\Reflector.NemerleLanguage.dll" />
<VSBin Include="$(NBinPath)\VsIntegration\**\*.*" Exclude="" />
<Binaries Include="@(NLinq); @(Unsafe); @(PowerPack); @(TestFramework); @(CompilerBin); @(ToolsBin);" />
</ItemGroup>
Expand Down

0 comments on commit 011fb9f

Please sign in to comment.