We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8ff310 commit 6099eb5Copy full SHA for 6099eb5
1 file changed
src/windows/WslcSDK/csharp/CMakeLists.txt
@@ -22,6 +22,9 @@ set_target_properties(
22
wslcsdkcs PROPERTIES
23
FOLDER windows
24
LINKER_LANGUAGE CSharp
25
+ VS_GLOBAL_Platform "AnyCPU"
26
+ VS_GLOBAL_Platforms "AnyCPU"
27
+ VS_GLOBAL_PlatformTarget "AnyCPU"
28
VS_PACKAGE_REFERENCES "Microsoft.Windows.CsWinRT_${CSWINRT_VERSION}"
29
VS_GLOBAL_CsWinRTIncludes "Microsoft.WSL.Containers"
30
)
0 commit comments