You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
-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]
12 lines
370 B
XML
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> |