move installer into msbuild

This commit is contained in:
bao-qian
2016-05-08 22:26:37 +01:00
parent 4216eec494
commit c3d22335e2
6 changed files with 39 additions and 61 deletions

View File

@@ -11,6 +11,6 @@
<description>Wox - a launcher for windows</description>
</metadata>
<files>
<file src="..\Output\Release\**\*.*" target="lib\net45\" exclude="*.nupkg;*.vshost.*"/>
<file src="**\*.*" target="lib\net45\" exclude="Wox.vshost.exe;Wox.vshost.exe.config;*.nupkg;Setup.exe;RELEASES"/>
</files>
</package>