Files
UnrealEngineUWP/Engine/Source/ThirdParty/WindowsMixedRealityInterop/NuGet.Config
jeff fisher 1ea5921242 -Fixes QRCodes and SceneUnderstanding when Hololens Remoting
-Prepares for a fix for AzureSpatialAnchors when hololens Remoting
-Replaces c++cx implementations with winrt implementations
-Using nuget packages directly for more ASA features rather than manually unpacked nuget packages.
-Changed dependency order from WMR depending on HololensAR to the reverse.
-Updated Azure.SpatialAnchors nuget package to latest version to get fix for Set AppProperties on cloud anchor.
-Merging from //UE4/Partner-Microsoft-XR/Engine/...
#jira UE-90809
#rb Steve.Smith

#ROBOMERGE-SOURCE: CL 12346915 in //UE4/Release-4.25/... via CL 12346947
#ROBOMERGE-BOT: RELEASE (Release-4.25Plus -> Main) (v671-12333473)

[CL 12346997 by jeff fisher in Main branch]
2020-03-20 16:15:55 -04:00

12 lines
370 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="LocalPackages" value="./LocalPackages" />
</packageSources>
<solution>
<add key="disableSourceControlIntegration" value="true" />
</solution>
<packageSources>
<add key="NuGet.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>