Skip to content
Permalink
Browse files
Add batch file for copying generator binaries to Tools folder.
  • Loading branch information
slovely committed Nov 16, 2015
1 parent 857dfc3 commit 7a708dc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -53,6 +53,7 @@
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
<None Include="_copyexe.bat" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
@@ -0,0 +1,4 @@
copy bin\debug\*.dll ..\Tools
copy bin\debug\*.exe ..\Tools
del ..\Tools\*.vshost.exe
pause

0 comments on commit 7a708dc

Please sign in to comment.