3 Star 5 Fork 1

似水年华 / MagicOnion

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
MagicOnion.sln.startup.json 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
neuecc 提交于 2017-04-07 20:14 . Fix task-like UnaryResult
/*
This is a configuration file for the SwitchStartupProject Visual Studio Extension
See https://bitbucket.org/thirteen/switchstartupproject/src/tip/Configuration.md
*/
{
/* Configuration File Version */
"Version": 3,
/* Create an item in the dropdown list for each project in the solution? */
"ListAllProjects": true,
/*
Dictionary of named startup project configurations with one or multiple
startup projects and optional command line arguments.
Example:
"MultiProjectConfigurations": {
"A + B": {
"Projects": {
"MyProjectA": {},
"MyProjectB": {
"CommandLineArguments": "1234"
}
}
},
"D": {
"Projects": {
"MyProjectD": {}
}
}
},
*/
"MultiProjectConfigurations": {
"Server + Client": {
"Projects": {
"Sandbox.ConsoleServer": {},
"Sandbox.ConsoleClient": {}
}
},
"Server + Server2 + Client": {
"Projects": {
"Sandbox.ConsoleServer": {},
"Sandbox.ConsoleServer2": {},
"Sandbox.ConsoleClient": {}
}
}
}
}
C#
1
https://gitee.com/yulou/MagicOnion.git
git@gitee.com:yulou/MagicOnion.git
yulou
MagicOnion
MagicOnion
master

搜索帮助