1 Star 0 Fork 0

初大米 / framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Build.sh 826 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
###########
echo " "
echo "Accord.NET Framework all projects configurations builder "
echo "========================================================="
echo " "
echo "This Linux bash script will use Mono's xbuild tool to "
echo "compile the Debug and Release versions of the framework. "
echo " "
if [ $# -eq 0 ] || [ "$1" == "framework" ]; then
echo ""
echo " - Building NET40 configuration..."
echo ""
xbuild /p:Configuration=NET40 Sources/Accord.NET.Mono.sln
fi
if [ $# -eq 0 ] || [ "$1" == "samples" ]; then
echo ""
echo " - Building samples..."
echo ""
xbuild /p:Configuration=Mono /p:Platform=x86 Samples/Samples.sln
fi
C#
1
https://gitee.com/adinet/framework.git
git@gitee.com:adinet/framework.git
adinet
framework
framework
master

搜索帮助