Created
October 31, 2018 02:12
-
-
Save smpsnr/16a19c675a88b37d899943647b88cc54 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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