FractalUK / KSPInterstellar

KSP Instellar Mod for Kerbal Space Program
115 stars 67 forks source link

Need csproj file to open project in Visual Studios #7

Open FireStormOOO opened 10 years ago

FireStormOOO commented 10 years ago

The .csproj file is currently in the git ignore list, but the .sln is there. Anyone who tries to open the solution will have VS throw a fit about not finding the project file.

Cat-Ion commented 10 years ago

Any updates on this? :|

confusingbits commented 10 years ago

I've run into this issue as well.

FireStormOOO commented 10 years ago

For those wanting to open the project in visual studios, you still can, it just takes a little extra work. Create a new project, add all your references, then use "add existing" to bring in whatever source code you're using.

confusingbits commented 10 years ago

It took a little doing but with a little project renaming and add existing "musical chairs" I was able to recreate the folder and project structure.