zachary-cs / NDetect

Network Detective - Graphical Network Connections
0 stars 0 forks source link

Current Project Configuration Should not be in Repo #5

Closed ghost closed 6 years ago

ghost commented 6 years ago

After pulling down the latest commits, the project does not compile on my computer. It's now looking in the D: Drive, as is probably set on your local computer. I think we need to ignore changes to the NDetect.vcxproj file. It holds the links to the Local Include and Library folders. My latest commit will begin to ignore that file. It's still going to remain in the Repo to complete the project, but will need to be modified per Team Member in order to point to their local Include/Library folders.

fmolinar commented 6 years ago

Agreed, I added some description of how to solve it in the READme file.

ghost commented 6 years ago

Perfect. My last commit adds the NDetect.vcxproj to .gitignore, so that when we make changes locally it will not propagate up to Github. That way, we can each configure our projects, and not upload changes that will break each others project configuration. Closing the Issue.