Skip to content

Instantly share code, notes, and snippets.

@objectx
Last active October 13, 2015 06:27
Show Gist options
  • Save objectx/4153243 to your computer and use it in GitHub Desktop.
Save objectx/4153243 to your computer and use it in GitHub Desktop.
Visual C++ properties.

Output Directory (for executables).

$(SolutionDir)build\bin-$(PlatformName)\

Output Directory (for libraries).

$(SolutionDir)build\lib-$(PlatformName)\

Intermediate Directory

$(SolutionDir)build\tmp\$(ProjectName)-$(PlatformName)-$(Configuration)\
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment