Skip to content

Instantly share code, notes, and snippets.

@smpsnr
Created October 31, 2018 02:12
Show Gist options
  • Select an option

  • Save smpsnr/16a19c675a88b37d899943647b88cc54 to your computer and use it in GitHub Desktop.

Select an option

Save smpsnr/16a19c675a88b37d899943647b88cc54 to your computer and use it in GitHub Desktop.
project references get stored in both the .sln and .vcxproj files. in .vcxproj, you can do
`<ProjectReference Include="$(OFX_DIR)\...`
in .sln, do
`Project("{...}") = "openframeworksLib", "%OFX_DIR%\...`
then cry.
https://stackoverflow.com/a/909625
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment