mirror of
https://github.com/denglihong2007/CRSim
synced 2026-08-12 20:55:38 +08:00
feat: 完成基础功能迁移
This commit is contained in:
11
CRSim.ExamplePlugin/Properties/launchSettings.json
Normal file
11
CRSim.ExamplePlugin/Properties/launchSettings.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"profiles": {
|
||||
"CRSim 插件": {
|
||||
"commandName": "Executable",
|
||||
"executablePath": "$(CRSim_DebugBinaryFile)",
|
||||
"commandLineArgs": "-epp $(TargetDir) -debug",
|
||||
"workingDirectory": "$(CRSim_DebugBinaryDirectory)",
|
||||
"nativeDebugging": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user