How to link a existing VS2022 project? #2409
Unanswered
ViktorPopp
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I'm creating a Project which has a
core
(static lib) project and then aplatform
group with alinux
(executable) andwindows
(executable) projects . I wan't the Windows to be a Winforms project and the Linux to be a Linux specific project. But how can i refer to a platform specific project if the user is on that platform? (I wan't to add it to the workspace)EDIT: I'm using C++ for the
core
and C++/CLI for thewindows
project.Beta Was this translation helpful? Give feedback.
All reactions