Created
August 17, 2018 09:39
-
-
Save kiyoaki/337cd1e50c831c7d5b79a4ea85dc6a27 to your computer and use it in GitHub Desktop.
MessagePack-CSharp for Unity, code generation and copy cs files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd "$(ProjectDir)" | |
xcopy /y "$(ProjectDir)*.cs" "{destination}" | |
mpc.exe -i "$(ProjectPath)" -o "{destination}\MessagePackGenerated.cs" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment