Replies: 1 comment 1 reply
-
Hi, The solution is quite simple in fact. The way Sharpmake works is that it will generate all the permutations for each target specification that was added
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to get a single MSVS solution with two platforms: Windows Win64 and Android AGDE. More platforms will come later.
I used the HelloAndroidAgde sample as a starting point and expanded it for the Win64 platform. Now I have the following target definition:
This ends up with all possible and impossible combinations of configurations and dups of projects (by one for each platform).

BTW, a set of solution platforms is ok:
Questions:
Ideally I'd like to have only Debug and Release configs if possible.
Or, at least, is there a way to remove particular configs from the list?
I certainly don't need "win64_Debug_arm64_v8a" and "win64_Release_arm64_v8a" ones.
Is there a way to eliminate project duplicates and use single ones for both platforms?
Thanks in advance.
-- Dmitry
Beta Was this translation helpful? Give feedback.
All reactions