- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
My apologies if this is a really simple question.
Is there way to have multiple targets within a project in Visual Studio? I have two executables that are related and it appears that I have to create two seperate projects, which Visual Studio wants to do with two seperate directories.
コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
As far as I know, you will need multiple projects. You can have one set of sources, but yes, when you add a project to a solution, VS wants to put it in its own directory. You can make that be a subdirectory of the solution directory if you want. I don't recommend sharing directories for the output files.
