Closed Chener closed 11 years ago
Set ExampleBot as the Startup Project. Right click it, set as startup project.
@waylaidwanderer THX a million! Btw, why in this solution, why protobuf-net
was set as the Startup Project? and does this have anything to do with the build order?
Probably just a mistake by whoever last made a change to SteamBot
hohisonfire notifications@github.com wrote:
@waylaidwanderer THX a million! Btw, why in this solution, protobuf-net
was set as the Startup Project? and does this have anything to do with the build order?
Reply to this email directly or view it on GitHub: https://github.com/Jessecar96/SteamBot/issues/256#issuecomment-16745822
@waylaidwanderer Aha, thank you anyway, and this issue can be closed ;)
why protobuf-net was set as the Startup Project? and does this have anything to do with the build order?
I think this may be a per-user setting and Visual Studio will pick one if you don't have it setup.
@cwhelchel ye that makes more sense, ty ;)
Hi, I am recently digging into the code, and I need to active "debug" function in Visual Studio. As there are no executable projects within this solution, so I get this prompt:
“A project with an Output type of Class Library cannot be started directly”
I googled a bit and found there are three possible ways to solve this:So Which way should I choose? Can the
SteamBot.exe
generated be any useful here?