Skip to content

Commit 7a708dc

Browse files
committed
Add batch file for copying generator binaries to Tools folder.
1 parent 857dfc3 commit 7a708dc

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

src/Tools/TypeLite.Net4.dll

7 KB
Binary file not shown.

src/Tools/TypeLite.dll

35 KB
Binary file not shown.
6 KB
Binary file not shown.

src/TypeScriptSample.Generator/TypeScriptSample.Generator.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<ItemGroup>
5454
<None Include="App.config" />
5555
<None Include="packages.config" />
56+
<None Include="_copyexe.bat" />
5657
</ItemGroup>
5758
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5859
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
copy bin\debug\*.dll ..\Tools
2+
copy bin\debug\*.exe ..\Tools
3+
del ..\Tools\*.vshost.exe
4+
pause

0 commit comments

Comments
 (0)