You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Build/libHttpClient.import.props
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -65,9 +65,12 @@
65
65
</ItemDefinitionGroup>
66
66
67
67
<!--Bring in XCurl on GDK-->
68
-
<ImportGroupCondition="'$(HCPlatform)' == 'GDK' AND '$(GameDK)' != ''">
68
+
<ImportGroupCondition="'$(HCPlatform)' == 'GDK' AND '$(GameDK)' != '' AND exists('$(GameDK)\$(XdkEditionTarget)\GRDK\ExtensionLibraries\Xbox.XCurl.API\ExtensionLibrary.props')">
<ImportGroupCondition="'$(HCPlatform)' == 'GDK' AND '$(GameDK)' != '' AND exists('$(GameDK)\$(XdkEditionTarget)\GRDK\ExtensionLibraries\Xbox.XCurl.API\DesignTime\CommonConfiguration\neutral\ExtensionLibrary.props')">
Copy file name to clipboardExpand all lines: libHttpClient.props
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,10 @@
91
91
<ImportCondition="'$(OpenSslImported)' != 'true' and '$(useWsppWebsockets)' == 'true'"Project="$(HCBuildRoot)\openssl.import.props" />
92
92
93
93
<!--Bring in XCurl on GDK-->
94
-
<ImportGroupCondition="'$(HCLibPlatformType)' == 'GDK' AND '$(GameDK)' != ''">
94
+
<ImportGroupCondition="'$(HCLibPlatformType)' == 'GDK' AND '$(GameDK)' != '' AND exists('$(GameDK)\$(XdkEditionTarget)\GRDK\ExtensionLibraries\Xbox.XCurl.API\ExtensionLibrary.props')">
<ImportGroupCondition="'$(HCLibPlatformType)' == 'GDK' AND '$(GameDK)' != '' AND exists('$(GameDK)\$(XdkEditionTarget)\GRDK\ExtensionLibraries\Xbox.XCurl.API\DesignTime\CommonConfiguration\neutral\ExtensionLibrary.props')">
0 commit comments