AvaloniaVSCode icon indicating copy to clipboard operation
AvaloniaVSCode copied to clipboard

Allow users to set startup project

Open prashantvc opened this issue 2 years ago • 1 comments

User msbuild target to generate previewer parameters. Add previewer target to the project only in debug mode

prashantvc avatar Jun 27 '23 07:06 prashantvc

The solution model (cache) is solution-specific, while the previewer requires a project-specific setting. So, when we work on the fork, we add two new settings and allow users to select both of them. We are considering a third for build configuration (Debug/Release/etc.) and more (primary target framework if the project has many).

lextm avatar Aug 20 '25 23:08 lextm