-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hello, i have like 2 days trying fix this problem but i cant :c
when i compile the solution in Visual Studio in the appManifest.xaml i get duplicated the Microsoft.Advertising.Mobile library, this si how the appManifest is builded.
<.Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" EntryPointAssembly="GN" EntryPointType="GN.App" RuntimeVersion="4.7.50308.0">
<.Deployment.Parts>
<.AssemblyPart x:Name="GN" Source="GN.dll" />
<.AssemblyPart x:Name="Microsoft.Advertising.Mobile.Common" Source="Microsoft.Advertising.Mobile.Common.dll" />
<.AssemblyPart x:Name="Microsoft.Advertising.Mobile" Source="Microsoft.Advertising.Mobile.dll" />
<.AssemblyPart x:Name="Microsoft.Advertising.Mobile.UI" Source="Microsoft.Advertising.Mobile.UI.dll" />
<.AssemblyPart x:Name="Assembly-CSharp" Source="Assembly-CSharp.dll" />
<.AssemblyPart x:Name="GoogleAds" Source="GoogleAds.dll" />
<.AssemblyPart x:Name="UnityEngine" Source="UnityEngine.dll" />
<.AssemblyPart x:Name="UnityEngineProxy" Source="UnityEngineProxy.dll" />
<.AssemblyPart x:Name="WindowsHelperPlugin" Source="WindowsHelperPlugin.dll" />
<.AssemblyPart x:Name="Windows_Ad_Plugin" Source="Windows_Ad_Plugin.dll" />
<.AssemblyPart x:Name="WinRTBridge" Source="WinRTBridge.dll" />
<.AssemblyPart x:Name="WinRTLegacy" Source="WinRTLegacy.dll" />
<.AssemblyPart x:Name="Microsoft.Advertising.Mobile.UI" Source="Microsoft.Advertising.Mobile.UI.dll" />
<.AssemblyPart x:Name="Microsoft.Advertising.Mobile" Source="Microsoft.Advertising.Mobile.dll" />
<.AssemblyPart x:Name="Microsoft.Phone.Controls.Maps" Source="Microsoft.Phone.Controls.Maps.dll" />
<.AssemblyPart x:Name="BridgeInterface" Source="BridgeInterface.dll" />
<.AssemblyPart x:Name="UnityEngineDelegates" Source="UnityEngineDelegates.dll" />
<.AssemblyPart x:Name="UnityPlayer" Source="UnityPlayer.dll" />
<./Deployment.Parts>
<./Deployment>
I dont have in my references the Miscrosoft.Adversiting or any other library.
I hope u can help me :D