Show More
Commit Description:
Two quick tweaks...
Commit Description:
Two quick tweaks Remove unnecessary HashShet and replace other HashSet with List. Adding to a HashSet seems to be slower than adding to the List
File last commit:
Show/Diff file:
Action:
SpriteFontPlus/copy_zip_package_files.bat
11 lines | 346 B | application/x-msdownload | BatchLexer
Early working version (including all dependencies, lol).
r0 rem delete existing
rmdir "ZipPackage" /Q /S
rem Create required folders
mkdir "ZipPackage"
mkdir "ZipPackage\MonoGame"
set "CONFIGURATION=Release\net45"
rem Copy output files
copy "src\bin\MonoGame\%CONFIGURATION%\SpriteFontPlus.dll" "ZipPackage\MonoGame" /Y
copy "src\bin\MonoGame\%CONFIGURATION%\SpriteFontPlus.pdb" "ZipPackage\MonoGame" /Y