Search Unity

[UWP] [IL2CPP] Deploy issues - LNK2005

Discussion in 'Windows' started by MartinHerbethSpectralTMS, Sep 25, 2019.

  1. MartinHerbethSpectralTMS

    MartinHerbethSpectralTMS

    Joined:
    Jan 17, 2019
    Posts:
    7
    Hello everyone,

    I'm currently trying to port an HoloLens App from Holotoolkit to MRTK2 in preparation of the upcoming release of HoloLens 2. To that end, I had to update Unity and had to switch from .NET to IL2CPP scripting backend. After some difficulties, I finally managed to access the debug target I needed, but when I want to debug via HoloLens2 emulator, I have LNK2005 errors popping, as follow:

    Error LNK2005 _DllMain@12 already defined in 9ECBC7B869C573E5AB6B56EA479F2EDE.obj Il2CppOutputProject "ProjectPath"\0815BDA7D4E0707FFF86E15F0BD2834C.obj

    Unfortunately, the .obj file is unreadable so I'm not exactly sure what's wrong.
    There also seems to be a problem with GameAssembly.lib because it isn't in the generated project, as shown by a LNK1181 error I also get.

    I'm using Unity 2018 LTS and VS 2019.
    I should mention that in my project, I have currently both the HoloToolkit and the MRTK as I'm currently doing the transition between both.

    Here is the trace of the output window:
    1>------ Build started: Project: Il2CppOutputProject, Configuration: Release Win32 ------
    1>Building GameAssembly.dll with MsvcWinRtToolChain
    1> Msvc Install Version: 15.0
    1> Msvc Install SDK Directory: C:\Program Files (x86)\Windows Kits\10
    1> Msvc Linker Path: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.23.28105\bin\HostX64\x86\link.exe
    1> Msvc Compiler Path: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.23.28105\bin\HostX64\x86\cl.exe
    1>
    1> Output directory: C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\build\bin\Win32\Release
    1> Cache directory: C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\build\obj\il2cppOutputProject\Win32\Release
    1>ObjectFiles: 1073 of which compiled: 0
    1>Total compilation time: 1420 milliseconds.
    1>il2cpp.exe didn't catch exception: Unity.IL2CPP.Building.BuilderFailedException: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.23.28105\bin\HostX64\x86\link.exe /out:"C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\build\obj\il2cppOutputProject\Win32\Release\linkresult_3BE0A676342ADD5AD58DF36C1F324203\GameAssembly.dll" /DEBUG /INCREMENTAL:NO /LARGEADDRESSAWARE /NXCOMPAT /DYNAMICBASE /NOLOGO /TLBID:1 /OPT:REF /OPT:ICF /DLL /NODEFAULTLIB:uuid.lib "Shcore.lib" "WindowsApp.lib" "Crypt32.lib" /LIBPATH:"C:\Program Files (x86)\Windows Kits\10\Lib\10.0.18362.0\um\x86" /LIBPATH:"C:\Program Files (x86)\Windows Kits\10\Lib\10.0.18362.0\ucrt\x86" /LIBPATH:"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.23.28105\lib\x86\store" /APPCONTAINER /SUBSYSTEM:WINDOWS /NODEFAULTLIB:eek:le32.lib /NODEFAULTLIB:kernel32.lib @"C:\Users\marti\AppData\Local\Temp\tmp1503.tmp"
    1>
    1>0815BDA7D4E0707FFF86E15F0BD2834C.obj : error LNK2005: _DllMain@12 already defined in 9ECBC7B869C573E5AB6B56EA479F2EDE.obj
    1> Creating library C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\build\obj\il2cppOutputProject\Win32\Release\linkresult_3BE0A676342ADD5AD58DF36C1F324203\GameAssembly.lib and object C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\build\obj\il2cppOutputProject\Win32\Release\linkresult_3BE0A676342ADD5AD58DF36C1F324203\GameAssembly.exp
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\build\obj\il2cppOutputProject\Win32\Release\linkresult_3BE0A676342ADD5AD58DF36C1F324203\GameAssembly.dll : fatal error LNK1169: one or more multiply defined symbols found
    1>
    1> � Unity.IL2CPP.Building.CppProgramBuilder.PostprocessObjectFiles(HashSet`1 objectFiles, CppToolChainContext toolChainContext)
    1> � Unity.IL2CPP.Building.CppProgramBuilder.Build(IBuildStatistics& statistics)
    1> � il2cpp.Program.DoRun(String[] args)
    1> � il2cpp.Program.Run(String[] args)
    1> � il2cpp.Program.Main(String[] args)
    1>
    1>Exception non g�r�e�: Unity.IL2CPP.Building.BuilderFailedException: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.23.28105\bin\HostX64\x86\link.exe /out:"C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\build\obj\il2cppOutputProject\Win32\Release\linkresult_3BE0A676342ADD5AD58DF36C1F324203\GameAssembly.dll" /DEBUG /INCREMENTAL:NO /LARGEADDRESSAWARE /NXCOMPAT /DYNAMICBASE /NOLOGO /TLBID:1 /OPT:REF /OPT:ICF /DLL /NODEFAULTLIB:uuid.lib "Shcore.lib" "WindowsApp.lib" "Crypt32.lib" /LIBPATH:"C:\Program Files (x86)\Windows Kits\10\Lib\10.0.18362.0\um\x86" /LIBPATH:"C:\Program Files (x86)\Windows Kits\10\Lib\10.0.18362.0\ucrt\x86" /LIBPATH:"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.23.28105\lib\x86\store" /APPCONTAINER /SUBSYSTEM:WINDOWS /NODEFAULTLIB:eek:le32.lib /NODEFAULTLIB:kernel32.lib @"C:\Users\marti\AppData\Local\Temp\tmp1503.tmp"
    1>
    1>0815BDA7D4E0707FFF86E15F0BD2834C.obj : error LNK2005: _DllMain@12 already defined in 9ECBC7B869C573E5AB6B56EA479F2EDE.obj
    1> Creating library C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\build\obj\il2cppOutputProject\Win32\Release\linkresult_3BE0A676342ADD5AD58DF36C1F324203\GameAssembly.lib and object C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\build\obj\il2cppOutputProject\Win32\Release\linkresult_3BE0A676342ADD5AD58DF36C1F324203\GameAssembly.exp
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\build\obj\il2cppOutputProject\Win32\Release\linkresult_3BE0A676342ADD5AD58DF36C1F324203\GameAssembly.dll : fatal error LNK1169: one or more multiply defined symbols found
    1>
    1> � Unity.IL2CPP.Building.CppProgramBuilder.PostprocessObjectFiles(HashSet`1 objectFiles, CppToolChainContext toolChainContext)
    1> � Unity.IL2CPP.Building.CppProgramBuilder.Build(IBuildStatistics& statistics)
    1> � il2cpp.Program.DoRun(String[] args)
    1> � il2cpp.Program.Run(String[] args)
    1> � il2cpp.Program.Main(String[] args)
    1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Microsoft\VC\v160\Microsoft.MakeFile.Targets(44,5): error MSB3073: The command ""C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\\IL2CPP\build\il2cpp.exe" --libil2cpp-static --compile-cpp -architecture=x86 -configuration=Release -platform=winrt -outputpath="C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\\build\bin\Win32\Release\GameAssembly.dll" --data-folder="C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\\build\bin\Win32\Release\\" -cachedirectory="C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\\build\obj\il2cppOutputProject\Win32\Release\\" -generatedcppdir="C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\\Source" --additional-defines=WINDOWS_UWP --additional-defines=UNITY_UWP --additional-defines=UNITY_WSA_10_0 --additional-defines=UNITY_WSA --additional-defines=UNITY_WINRT --additional-defines=PLATFORM_WINRT --enable-debugger -dotnetprofile=unityaot -verbose --map-file-parser="C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\\IL2CPP\MapFileParser\MapFileParser.exe"" exited with code -532462766.
    1>Done building project "Il2CppOutputProject.vcxproj" -- FAILED.
    2>------ Build started: Project: Spectral, Configuration: Release Win32 ------
    2>LINK : fatal error LNK1181: cannot open input file 'C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\build\bin\Win32\Release\GameAssembly.lib'
    2>Done building project "Spectral.vcxproj" -- FAILED.
    ========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========
    ========== Deploy: 0 succeeded, 0 failed, 0 skipped ==========

    Thanks in advance !
     
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    Hey that is a very weird issue you're running into!

    Could you by any chance send me the two .obj files that it's complaining about (0815BDA7D4E0707FFF86E15F0BD2834C.obj and 9ECBC7B869C573E5AB6B56EA479F2EDE.obj)?

    Secondly, could you open Il2CppOutputProject.vcxproj in a text editor, in there find il2cpp.exe invocation, add "--include-file-names-in-hashes" argument to the command line, then reload the project in VS and build it again? It should make the error contain more information.
     
  3. MartinHerbethSpectralTMS

    MartinHerbethSpectralTMS

    Joined:
    Jan 17, 2019
    Posts:
    7
    Thanks for your quick answer !
    Here's the new trace, if it's any help to you !
    1>------ Build started: Project: Il2CppOutputProject, Configuration: Release Win32 ------
    1>Building GameAssembly.dll with MsvcWinRtToolChain
    1> Msvc Install Version: 15.0
    1> Msvc Install SDK Directory: C:\Program Files (x86)\Windows Kits\10
    1> Msvc Linker Path: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.23.28105\bin\HostX64\x86\link.exe
    1> Msvc Compiler Path: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.23.28105\bin\HostX64\x86\cl.exe
    1>
    1> Output directory: C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\build\bin\Win32\Release
    1> Cache directory: C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\build\obj\il2cppOutputProject\Win32\Release
    1>Il2CppMethodPointerTable.cpp
    1>Il2CppGenericClassTable.cpp
    1>Il2CppInteropDataTable.cpp
    1>Il2CppGenericMethodPointerTable.cpp
    1>Il2CppGenericMethodDefinitions.cpp
    1>Il2CppSequencePointIndexTable.cpp
    1>GenericMethods2.cpp
    1>Il2CppGenericMethodTable.cpp
    1>Il2CppSequencePointTable8.cpp
    1>Il2CppSequencePointTable9.cpp
    1>Il2CppSequencePointTable12.cpp
    1>Il2CppSequencePointTable4.cpp
    1>Il2CppSequencePointTable10.cpp
    1>Il2CppSequencePointTable7.cpp
    1>Il2CppSequencePointTable11.cpp
    1>Il2CppMetadataUsage.cpp
    1>Il2CppSequencePointTable6.cpp
    1>Il2CppSequencePointTable2.cpp
    1>Il2CppSequencePointTable5.cpp
    1>Il2CppSequencePointTable3.cpp
    1>Il2CppInvokerTable.cpp
    1>Il2CppSequencePointTable1.cpp
    1>Il2CppAttributes.cpp
    1>Bulk_Generics_78.cpp
    1>Il2CppGenericInstDefinitions.cpp
    1>GenericMethods7.cpp
    1>GenericMethods11.cpp
    1>GenericMethods8.cpp
    1>Bulk_Generics_37.cpp
    1>GenericMethods13.cpp
    1>Il2CppComCallableWrappers3.cpp
    1>Il2CppTypeDefinitions.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.SDK_2.cpp
    1>Bulk_Assembly-CSharp_26.cpp
    1>Bulk_System.Xml_4.cpp
    1>UnresolvedVirtualCallStubs.cpp
    1>Bulk_Assembly-CSharp_43.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.Services.InputSystem_0.cpp
    1>Bulk_mscorlib_5.cpp
    1>Bulk_System.Core_3.cpp
    1>GenericMethods1.cpp
    1>Bulk_Generics_5.cpp
    1>Bulk_Newtonsoft.Json_1.cpp
    1>Bulk_Generics_7.cpp
    1>GenericMethods12.cpp
    1>Bulk_Assembly-CSharp_46.cpp
    1>Bulk_Generics_77.cpp
    1>Bulk_mscorlib_12.cpp
    1>Bulk_mscorlib_6.cpp
    1>GenericMethods0.cpp
    1>Bulk_Generics_4.cpp
    1>Bulk_Generics_15.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.SDK_4.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.Examples_0.cpp
    1>Bulk_Generics_6.cpp
    1>Bulk_Assembly-CSharp_27.cpp
    1>Bulk_Unity.TextMeshPro_1.cpp
    1>Bulk_Assembly-CSharp_45.cpp
    1>Bulk_System.Xml_3.cpp
    1>Bulk_Microsoft.CSharp_1.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.SDK_5.cpp
    1>Bulk_Generics_16.cpp
    1>Bulk_Assembly-CSharp_33.cpp
    1>Bulk_Generics_90.cpp
    1>GenericMethods6.cpp
    1>Bulk_Generics_18.cpp
    1>Bulk_Assembly-CSharp_32.cpp
    1>Bulk_mscorlib_8.cpp
    1>Bulk_Microsoft.CSharp_0.cpp
    1>Bulk_System.Xml_0.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.Providers.WindowsMixedReality_0.cpp
    1>Bulk_Assembly-CSharp_39.cpp
    1>GenericMethods5.cpp
    1>Bulk_Generics_89.cpp
    1>Bulk_System_3.cpp
    1>Bulk_Assembly-CSharp_34.cpp
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\Source\il2cppOutput\Bulk_Assembly-CSharp_34.cpp(25272): warning C4717: 'RoomManager_set_ChosenRoomId_mEA78C79CEE19AA6E568C4970D692D4C6A3694111': recursive on all control paths, function will cause runtime stack overflow
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\Source\il2cppOutput\Bulk_Assembly-CSharp_34.cpp(25332): warning C4717: 'RoomManager_set_ChosenRoomName_m55253DB4D8C3A75093BF1591E9F6C3C125E131E2': recursive on all control paths, function will cause runtime stack overflow
    1>GenericMethods9.cpp
    1>Bulk_Assembly-CSharp_23.cpp
    1>Bulk_Assembly-CSharp_3.cpp
    1>Bulk_mscorlib_14.cpp
    1>Bulk_Assembly-CSharp_20.cpp
    1>Bulk_Microsoft.CSharp_3.cpp
    1>Bulk_UnityEngine.UI_2.cpp
    1>Bulk_Assembly-CSharp_31.cpp
    1>Bulk_Unity.TextMeshPro_0.cpp
    1>Il2CppComCallableWrappers1.cpp
    1>Bulk_System_4.cpp
    1>Bulk_Assembly-CSharp_41.cpp
    1>Bulk_mscorlib_15.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.SDK_3.cpp
    1>Bulk_mscorlib_17.cpp
    1>GenericMethods10.cpp
    1>Bulk_Assembly-CSharp_40.cpp
    1>Il2CppComCallableWrappers2.cpp
    1>Bulk_Assembly-CSharp_21.cpp
    1>Bulk_Assembly-CSharp_17.cpp
    1>Bulk_Assembly-CSharp_42.cpp
    1>Bulk_Newtonsoft.Json_0.cpp
    1>Bulk_Assembly-CSharp_12.cpp
    1>Bulk_Generics_3.cpp
    1>Bulk_UnityEngine.Networking_3.cpp
    1>Bulk_Assembly-CSharp_14.cpp
    1>Bulk_mscorlib_10.cpp
    1>Bulk_Assembly-CSharp_2.cpp
    1>Bulk_Assembly-CSharp_25.cpp
    1>Bulk_Newtonsoft.Json_2.cpp
    1>Il2CppComCallableWrappers18.cpp
    1>Bulk_Unity.TextMeshPro_2.cpp
    1>Bulk_System_0.cpp
    1>Bulk_System_5.cpp
    1>Bulk_mscorlib_16.cpp
    1>Bulk_mscorlib_9.cpp
    1>Bulk_Assembly-CSharp_16.cpp
    1>Bulk_Generics_46.cpp
    1>Bulk_Assembly-CSharp_19.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.SDK_1.cpp
    1>Bulk_System_2.cpp
    1>Bulk_Assembly-CSharp_9.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.Examples_2.cpp
    1>Bulk_mscorlib_2.cpp
    1>Il2CppComCallableWrappers20.cpp
    1>Bulk_Assembly-CSharp_22.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit_0.cpp
    1>Bulk_Assembly-CSharp_4.cpp
    1>Bulk_mscorlib_0.cpp
    1>Bulk_Assembly-CSharp_1.cpp
    1>Bulk_Assembly-CSharp_18.cpp
    1>Bulk_Generics_91.cpp
    1>Bulk_Generics_65.cpp
    1>Bulk_UnityEngine.UI_1.cpp
    1>Bulk_Microsoft.CSharp_2.cpp
    1>Bulk_mscorlib_20.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit_1.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.Examples_1.cpp
    1>Bulk_Assembly-CSharp_7.cpp
    1>Bulk_Assembly-CSharp_38.cpp
    1>Bulk_Assembly-CSharp_5.cpp
    1>GenericMethods4.cpp
    1>Bulk_Generics_1.cpp
    1>Bulk_mscorlib_18.cpp
    1>Bulk_UnityEngine.Networking_1.cpp
    1>Bulk_Assembly-CSharp_28.cpp
    1>Il2CppComCallableWrappers50.cpp
    1>Bulk_System.Core_2.cpp
    1>Bulk_Generics_14.cpp
    1>Bulk_System.Core_0.cpp
    1>Bulk_System.Core_4.cpp
    1>Il2CppComCallableWrappers41.cpp
    1>Bulk_System.Xml_1.cpp
    1>Bulk_Assembly-CSharp_0.cpp
    1>Bulk_Generics_79.cpp
    1>Bulk_Assembly-CSharp_6.cpp
    1>Bulk_Assembly-CSharp_36.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.SDK_0.cpp
    1>Bulk_Assembly-CSharp_15.cpp
    1>Il2CppComCallableWrappers23.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit_4.cpp
    1>Bulk_System.Core_1.cpp
    1>Il2CppComCallableWrappers35.cpp
    1>Bulk_System_1.cpp
    1>Bulk_Unity.TextMeshPro_3.cpp
    1>Bulk_mscorlib_1.cpp
    1>Bulk_Generics_0.cpp
    1>Bulk_mscorlib_3.cpp
    1>Bulk_Generics_49.cpp
    1>Il2CppComCallableWrappers39.cpp
    1>Il2CppComCallableWrappers44.cpp
    1>Bulk_Generics_48.cpp
    1>Bulk_mscorlib_13.cpp
    1>Il2CppComCallableWrappers34.cpp
    1>Bulk_Assembly-CSharp_37.cpp
    1>Bulk_Generics_19.cpp
    1>Bulk_Generics_82.cpp
    1>Il2CppComCallableWrappers0.cpp
    1>Bulk_Assembly-CSharp_13.cpp
    1>Bulk_Generics_47.cpp
    1>Il2CppComCallableWrappers30.cpp
    1>Bulk_Generics_81.cpp
    1>Bulk_Assembly-CSharp_29.cpp
    1>Bulk_Assembly-CSharp_35.cpp
    1>Bulk_mscorlib_4.cpp
    1>Bulk_mscorlib_11.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit_2.cpp
    1>Bulk_WindowsRuntimeMetadata_0.cpp
    1>Bulk_Assembly-CSharp_11.cpp
    1>Bulk_Generics_17.cpp
    1>Bulk_mscorlib_21.cpp
    1>Il2CppComCallableWrappers40.cpp
    1>Il2CppComCallableWrappers49.cpp
    1>Bulk_UnityEngine.UI_3.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit_5.cpp
    1>Bulk_System.Xml_2.cpp
    1>Bulk_mscorlib_7.cpp
    1>Bulk_Generics_80.cpp
    1>Il2CppComCallableWrappers55.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit_3.cpp
    1>Bulk_Assembly-CSharp_30.cpp
    1>Bulk_Generics_63.cpp
    1>Il2CppComCallableWrappers16.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.Gltf_0.cpp
    1>Il2CppComCallableWrappers54.cpp
    1>Bulk_Generics_2.cpp
    1>Il2CppComCallableWrappers33.cpp
    1>Bulk_Assembly-CSharp_10.cpp
    1>Il2CppComCallableWrappers26.cpp
    1>Bulk_mscorlib_19.cpp
    1>Il2CppComCallableWrappers29.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.SDK_6.cpp
    1>Bulk_UnityEngine.CoreModule_0.cpp
    1>Bulk_GLTFSerializationUWP_0.cpp
    1>Il2CppComCallableWrappers38.cpp
    1>Il2CppComCallableWrappers42.cpp
    1>Bulk_UnityEngine.Networking_2.cpp
    1>Il2CppComCallableWrappers51.cpp
    1>Il2CppComCallableWrappers28.cpp
    1>Il2CppComCallableWrappers53.cpp
    1>Il2CppComCallableWrappers47.cpp
    1>Il2CppComCallableWrappers43.cpp
    1>Il2CppComCallableWrappers27.cpp
    1>Bulk_Generics_45.cpp
    1>Il2CppComCallableWrappers52.cpp
    1>Bulk_Generics_61.cpp
    1>Il2CppComCallableWrappers19.cpp
    1>Bulk_UnityEngine.Networking_0.cpp
    1>Il2CppComCallableWrappers36.cpp
    1>Il2CppComCallableWrappers45.cpp
    1>Bulk_Generics_35.cpp
    1>Il2CppComCallableWrappers25.cpp
    1>Il2CppComCallableWrappers46.cpp
    1>Il2CppComCallableWrappers37.cpp
    1>Il2CppComCallableWrappers48.cpp
    1>Bulk_UnityEngine.UI_0.cpp
    1>Bulk_Generics_58.cpp
    1>Bulk_UnityEngine.CoreModule_2.cpp
    1>Bulk_Generics_84.cpp
    1>Il2CppComCallableWrappers11.cpp
    1>Bulk_UnityEngine.CoreModule_1.cpp
    1>Il2CppComCallableWrappers24.cpp
    1>Bulk_Generics_67.cpp
    1>Bulk_Generics_66.cpp
    1>Bulk_Assembly-CSharp_44.cpp
    1>Il2CppComCallableWrappers7.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit_6.cpp
    1>Bulk_Generics_68.cpp
    1>Il2CppSequencePointTable13.cpp
    1>Bulk_Assembly-CSharp_24.cpp
    1>Il2CppComCallableWrappers32.cpp
    1>Bulk_Generics_64.cpp
    1>Il2CppComCallableWrappers22.cpp
    1>Bulk_Generics_72.cpp
    1>Il2CppComCallableWrappers31.cpp
    1>Il2CppComCallableWrappers17.cpp
    1>Il2CppComCallableWrappers21.cpp
    1>Il2CppComCallableWrappers8.cpp
    1>Bulk_Generics_93.cpp
    1>Bulk_Generics_95.cpp
    1>Bulk_Generics_100.cpp
    1>Bulk_Generics_36.cpp
    1>Bulk_Generics_97.cpp
    1>Bulk_Generics_88.cpp
    1>Bulk_Generics_83.cpp
    1>Bulk_Generics_73.cpp
    1>Bulk_UnityEngine.UI_4.cpp
    1>Bulk_UnityEngine.VRModule_0.cpp
    1>Il2CppComCallableWrappers6.cpp
    1>Bulk_UnityEngine.IMGUIModule_0.cpp
    1>Bulk_Mono.Security_0.cpp
    1>Il2CppComCallableWrappers56.cpp
    1>Bulk_Generics_85.cpp
    1>Il2CppComCallableWrappers15.cpp
    1>Il2CppComCallableWrappers12.cpp
    1>Bulk_Generics_86.cpp
    1>Bulk_Generics_87.cpp
    1>Bulk_Generics_25.cpp
    1>Bulk_Generics_92.cpp
    1>Bulk_Generics_56.cpp
    1>Bulk_Generics_94.cpp
    1>Bulk_Generics_21.cpp
    1>Bulk_Generics_33.cpp
    1>Bulk_Generics_23.cpp
    1>Bulk_System_6.cpp
    1>Il2CppProjectedComCallableWrapperMethods6.cpp
    1>Il2CppComCallableWrappers10.cpp
    1>Bulk_Generics_54.cpp
    1>Bulk_Generics_76.cpp
    1>Bulk_Generics_27.cpp
    1>Bulk_Generics_62.cpp
    1>Bulk_Generics_69.cpp
    1>Bulk_Generics_74.cpp
    1>Bulk_Assembly-CSharp_8.cpp
    1>Bulk_Generics_71.cpp
    1>Bulk_Generics_13.cpp
    1>Bulk_Generics_20.cpp
    1>Bulk_Generics_70.cpp
    1>Il2CppComCallableWrappers5.cpp
    1>Bulk_Generics_99.cpp
    1>Bulk_Generics_60.cpp
    1>Bulk_Generics_28.cpp
    1>Bulk_Generics_50.cpp
    1>Bulk_UnityEngine.CoreModule_3.cpp
    1>Bulk_Generics_31.cpp
    1>Bulk_Generics_29.cpp
    1>Bulk_Generics_38.cpp
    1>Bulk_Generics_26.cpp
    1>Bulk_Generics_8.cpp
    1>Bulk_Generics_75.cpp
    1>Bulk_Generics_24.cpp
    1>Bulk_Generics_96.cpp
    1>Bulk_Generics_34.cpp
    1>Bulk_Generics_40.cpp
    1>Bulk_System.Xml_5.cpp
    1>Bulk_Generics_39.cpp
    1>Bulk_Generics_55.cpp
    1>Il2CppProjectedComCallableWrapperMethods5.cpp
    1>Bulk_Generics_57.cpp
    1>Il2CppComCallableWrappers4.cpp
    1>Il2CppProjectedComCallableWrapperMethods1.cpp
    1>Il2CppComCallableWrappers14.cpp
    1>Il2CppProjectedComCallableWrapperMethods3.cpp
    1>Il2CppProjectedComCallableWrapperMethods4.cpp
    1>Bulk_Generics_30.cpp
    1>Il2CppProjectedComCallableWrapperMethods2.cpp
    1>Bulk_Generics_98.cpp
    1>Bulk_Generics_44.cpp
    1>Bulk_Generics_22.cpp
    1>Bulk_Generics_41.cpp
    1>Il2CppProjectedComCallableWrapperMethods0.cpp
    1>Bulk_Generics_32.cpp
    1>Bulk_Generics_51.cpp
    1>Il2CppCompilerCalculateTypeValuesTable.cpp
    1>Bulk_UnityEngine.UNETModule_0.cpp
    1>GenericMethods3.cpp
    1>Bulk_Generics_43.cpp
    1>Il2CppComCallableWrappers13.cpp
    1>Bulk_Generics_9.cpp
    1>Bulk_Generics_42.cpp
    1>Bulk_Generics_53.cpp
    1>Bulk_Generics_10.cpp
    1>Bulk_Generics_52.cpp
    1>Il2CppGenericComDefinitions0.cpp
    1>Bulk_Generics_12.cpp
    1>Bulk_Generics_11.cpp
    1>Il2CppCompilerCalculateTypeValues_75Table.cpp
    1>Il2CppComCallableWrappers9.cpp
    1>Bulk_I18N.Rare_0.cpp
    1>Bulk_System.Runtime.WindowsRuntime_0.cpp
    1>Bulk_UnityEngine.IMGUIModule_1.cpp
    1>Il2CppMethodHeaderInfoTable.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.Services.SceneSystem_0.cpp
    1>Bulk_System.Core_5.cpp
    1>Bulk_Generics_59.cpp
    1>Bulk_ICSharpCode.SharpZipLib_0.cpp
    1>Il2CppCompilerCalculateTypeValues_72Table.cpp
    1>Il2CppMethodExecutionInfoIndexTable.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.Services.InputSimulation_0.cpp
    1>Il2CppCompilerCalculateTypeValues_62Table.cpp
    1>GenericMethods14.cpp
    1>Il2CppProjectedComCallableWrapperMethods7.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.Services.InputAnimation_0.cpp
    1>Bulk_UnityEngine.Networking_4.cpp
    1>Il2CppCompilerCalculateTypeValues_61Table.cpp
    1>Il2CppCompilerCalculateTypeValues_71Table.cpp
    1>Il2CppCompilerCalculateTypeValues_89Table.cpp
    1>Il2CppCompilerCalculateTypeValues_65Table.cpp
    1>Il2CppCompilerCalculateTypeValues_55Table.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.Services.DiagnosticsSystem_0.cpp
    1>Bulk_UnityEngine.UnityWebRequestModule_0.cpp
    1>Il2CppCompilerCalculateTypeValues_87Table.cpp
    1>Il2CppCompilerCalculateTypeValues_56Table.cpp
    1>Il2CppCompilerCalculateTypeValues_88Table.cpp
    1>Il2CppCompilerCalculateTypeValues_66Table.cpp
    1>Il2CppCompilerCalculateTypeValues_78Table.cpp
    1>Il2CppCompilerCalculateTypeValues_81Table.cpp
    1>Bulk_I18N.Rare_1.cpp
    1>Il2CppCompilerCalculateTypeValues_64Table.cpp
    1>Bulk_I18N.CJK_0.cpp
    1>Bulk_I18N.West_0.cpp
    1>Il2CppCompilerCalculateTypeValues_76Table.cpp
    1>Il2CppCompilerCalculateTypeValues_80Table.cpp
    1>Il2CppCompilerCalculateTypeValues_79Table.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.Services.InputSystem_1.cpp
    1>Il2CppCompilerCalculateTypeValues_86Table.cpp
    1>Bulk_UnityEngine.AudioModule_0.cpp
    1>Il2CppCompilerCalculateTypeValues_67Table.cpp
    1>Bulk_I18N_0.cpp
    1>Il2CppCompilerCalculateTypeValues_7Table.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.Providers.WindowsVoiceInput_0.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.Services.BoundarySystem_0.cpp
    1>Il2CppCompilerCalculateTypeValues_18Table.cpp
    1>Il2CppCompilerCalculateTypeValues_74Table.cpp
    1>Il2CppCompilerCalculateTypeValues_84Table.cpp
    1>Il2CppCompilerCalculateTypeValues_58Table.cpp
    1>Il2CppCompilerCalculateTypeValues_59Table.cpp
    1>Il2CppCompilerCalculateTypeValues_68Table.cpp
    1>Il2CppCompilerCalculateTypeValues_83Table.cpp
    1>Il2CppCompilerCalculateTypeValues_10Table.cpp
    1>Bulk_UnityEngine.AnimationModule_0.cpp
    1>Il2CppCompilerCalculateTypeValues_46Table.cpp
    1>char-conversions.cpp
    1>Bulk_System.Xml.Linq_0.cpp
    1>Il2CppCompilerCalculateTypeValues_23Table.cpp
    1>Bulk_UnityEngine.XRModule_0.cpp
    1>Il2CppCompilerCalculateTypeValues_26Table.cpp
    1>Il2CppCompilerCalculateTypeValues_20Table.cpp
    1>Il2CppCompilerCalculateTypeValues_52Table.cpp
    1>Il2CppCompilerCalculateTypeValues_40Table.cpp
    1>Bulk_Assembly-CSharp_47.cpp
    1>Bulk_Mono.Security_1.cpp
    1>Il2CppCompilerCalculateTypeValues_0Table.cpp
    1>Il2CppMethodExecutionInfoTable1.cpp
    1>Il2CppCompilerCalculateTypeValues_6Table.cpp
    1>Il2CppCompilerCalculateTypeValues_60Table.cpp
    1>Il2CppCompilerCalculateTypeValues_77Table.cpp
    1>Bulk_UnityEngine.TextCoreModule_0.cpp
    1>Il2CppCompilerCalculateTypeValues_73Table.cpp
    1>Il2CppCompilerCalculateTypeValues_21Table.cpp
    1>Il2CppCompilerCalculateTypeValues_16Table.cpp
    1>Il2CppCompilerCalculateTypeValues_63Table.cpp
    1>Il2CppCompilerCalculateTypeValues_85Table.cpp
    1>Bulk_UnityEngine.PhysicsModule_0.cpp
    1>Bulk_Generics_101.cpp
    1>Il2CppCompilerCalculateTypeValues_57Table.cpp
    1>Bulk_I18N.Other_0.cpp
    1>Bulk_mscorlib_22.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.Async_0.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.SDK_7.cpp
    1>Il2CppSequencePointSourceFileTable.cpp
    1>Il2CppCompilerCalculateTypeValues_82Table.cpp
    1>Il2CppCompilerCalculateTypeValues_24Table.cpp
    1>Il2CppCompilerCalculateTypeValues_41Table.cpp
    1>Il2CppCompilerCalculateTypeValues_50Table.cpp
    1>Il2CppCompilerCalculateTypeValues_43Table.cpp
    1>Il2CppCompilerCalculateTypeValues_70Table.cpp
    1>Il2CppCompilerCalculateTypeValues_8Table.cpp
    1>Il2CppCompilerCalculateTypeValues_3Table.cpp
    1>Il2CppCompilerCalculateTypeValues_9Table.cpp
    1>Il2CppCompilerCalculateTypeValues_42Table.cpp
    1>Il2CppCompilerCalculateTypeValues_53Table.cpp
    1>debugger-agent.c
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(1066): warning C4028: formal parameter 1 different from declaration
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(1067): warning C4028: formal parameter 1 different from declaration
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(1068): warning C4028: formal parameter 1 different from declaration
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(1068): warning C4028: formal parameter 2 different from declaration
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(1069): warning C4028: formal parameter 1 different from declaration
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(1069): warning C4028: formal parameter 2 different from declaration
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(1070): warning C4028: formal parameter 1 different from declaration
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(1070): warning C4028: formal parameter 2 different from declaration
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(1071): warning C4028: formal parameter 1 different from declaration
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(1072): warning C4028: formal parameter 1 different from declaration
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(1073): warning C4028: formal parameter 1 different from declaration
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(1073): warning C4028: formal parameter 2 different from declaration
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(1077): warning C4028: formal parameter 1 different from declaration
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(1077): warning C4028: formal parameter 2 different from declaration
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(1078): warning C4028: formal parameter 1 different from declaration
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(1078): warning C4028: formal parameter 2 different from declaration
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(1166): warning C4090: '=': different 'volatile' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(1423): warning C4133: 'function': incompatible types - from 'int *' to 'const char *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(1773): warning C4101: 'thread': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(1772): warning C4101: 'error': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(2347): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(2358): warning C4133: 'function': incompatible types - from 'Il2CppDomain *' to 'Il2CppAppDomain *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(2373): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(2393): warning C4133: 'function': incompatible types - from 'Il2CppDomain *' to 'Il2CppAppDomain *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(2399): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(2420): warning C4133: 'function': incompatible types - from 'Il2CppDomain *' to 'Il2CppAppDomain *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(2423): warning C4133: 'function': incompatible types - from 'Il2CppDomain *' to 'Il2CppAppDomain *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(2487): warning C4018: '<=': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(2524): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(2584): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(2750): warning C4133: '=': incompatible types - from 'MonoDomain *' to 'Il2CppDomain *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(2883): warning C4101: 'ji': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(3288): warning C4133: '=': incompatible types - from 'MonoMethod *' to 'MethodInfo *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(3289): warning C4133: '=': incompatible types - from 'MonoMethod *' to 'MethodInfo *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(3301): warning C4133: 'function': incompatible types - from 'MonoDomain *' to 'Il2CppDomain *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(3305): warning C4133: 'function': incompatible types - from 'MonoDomain *' to 'Il2CppDomain *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(3336): warning C4133: '=': incompatible types - from 'MonoDomain *' to 'Il2CppDomain *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(3404): warning C4477: 'fprintf' : format string '%lx' requires an argument of type 'unsigned long', but variadic argument 2 has type 'uint64_t'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(3404): note: consider using '%llx' in the format string
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(3404): note: consider using '%I64x' in the format string
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(3451): warning C4090: '=': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(3449): warning C4090: 'initializing': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(3650): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(3699): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(3766): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(3688): warning C4090: 'initializing': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(3757): warning C4101: 'source_file_list': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(3754): warning C4101: 'source_file': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(3754): warning C4101: 's': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(3756): warning C4101: 'i': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(3750): warning C4101: 'method': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(4194): warning C4022: 'il2cpp_mono_gc_register_root': pointer mismatch for actual parameter 3
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(4235): warning C4047: 'function': 'Il2CppThreadUnwindState *' differs in levels of indirection from 'Il2CppThreadUnwindState **'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(4235): warning C4024: 'callbacks': different types for formal and actual parameter 1
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(4405): warning C4133: 'function': incompatible types - from 'Il2CppDomain *' to 'Il2CppAppDomain *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(4394): warning C4101: 'tmp': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(4654): warning C4013: 'il2cpp_mono_methods_match' undefined; assuming extern returning int
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(4649): warning C4101: 'i': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(4794): warning C4101: 'm': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(4795): warning C4101: 'seq_points': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(4792): warning C4101: 'iter': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(4799): warning C4101: 'i': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(4793): warning C4101: 'domain': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(4792): warning C4101: 'iter2': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(4917): warning C4090: '=': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(4900): warning C4101: 'm': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(4901): warning C4101: 'seq_points': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(4898): warning C4101: 'iter': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(4905): warning C4101: 'i': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(4899): warning C4101: 'domain': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(4898): warning C4101: 'iter2': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(4967): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(4995): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(5009): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(5040): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(5044): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(5223): warning C4018: '>': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(5208): warning C4090: 'initializing': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(5369): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(5391): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(5855): warning C4133: 'function': incompatible types - from 'Il2CppSequencePoint *' to 'MonoJitInfo *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(5866): warning C4090: 'initializing': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(5742): warning C4101: 'ji': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(5745): warning C4101: 'il_offset': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(5743): warning C4101: 'ip': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(5751): warning C4101: 'info': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(5750): warning C4101: 'sp': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(5746): warning C4101: 'domain': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(5749): warning C4101: 'method': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(5898): warning C4113: 'void (__cdecl *)(DebuggerTlsData *,gboolean,int)' differs in parameter lists from 'void (__cdecl *)(DebuggerTlsData *,gboolean)'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(5940): warning C4101: 'orig_restore_state': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(6157): warning C4090: 'initializing': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(6456): warning C4090: 'initializing': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(6568): warning C4090: 'initializing': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(6517): warning C4101: 'found_sp': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(6516): warning C4101: 'local_sp': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(6783): warning C4090: 'initializing': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(6790): warning C4090: 'initializing': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(6877): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(6874): warning C4090: 'initializing': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(7018): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(7411): warning C4090: '=': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(7491): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(7533): warning C4133: '=': incompatible types - from 'MonoClass *' to 'Il2CppClass *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(7567): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(7580): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(7649): warning C4244: '=': conversion from 'gint64' to 'gssize', possible loss of data
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(7773): warning C4090: 'initializing': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(8031): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(8110): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(8136): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(8136): warning C4013: 'il2cpp_mono_assembly_get_image' undefined; assuming extern returning int
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(8136): warning C4047: 'function': 'MonoImage *' differs in levels of indirection from 'int'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(8136): warning C4024: 'mono_type_in_image': different types for formal and actual parameter 2
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(8258): warning C4090: '=': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(8269): warning C4090: '=': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(8501): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(8567): warning C4101: 'method': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(8701): warning C4090: '=': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(8886): warning C4133: 'function': incompatible types - from 'Il2CppDomain *' to 'Il2CppAppDomain *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(8895): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(8949): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(8988): warning C4133: 'function': incompatible types - from 'Il2CppDomain *' to 'Il2CppAppDomain *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(9010): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(8984): warning C4101: 'tmp': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(9069): warning C4244: '=': conversion from 'gint64' to 'long', possible loss of data
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(9253): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(9307): warning C4133: 'function': incompatible types - from 'Il2CppDomain *' to 'Il2CppAppDomain *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(9316): warning C4133: 'function': incompatible types - from 'Il2CppDomain *' to 'Il2CppAppDomain *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(9380): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(9295): warning C4101: 'tmp': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(9437): warning C4101: 'token': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(9577): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(9595): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(9685): warning C4101: 'i': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(9720): warning C4090: '=': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(9724): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(9725): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(9778): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(9827): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(9847): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(9848): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(9990): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(9994): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10032): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10033): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10038): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10047): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10064): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10102): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(9773): warning C4090: 'initializing': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(9946): warning C4101: 'special_static_type': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10138): warning C4101: 'variance_used': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10137): warning C4101: 'ioffset': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10255): warning C4090: '=': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10270): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10275): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10387): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10405): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10415): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10421): warning C4477: 'fprintf' : format string '%s' requires an argument of type 'char *', but variadic argument 2 has type 'Il2CppSequencePointSourceFile'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10555): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10570): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10570): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10634): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10709): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10735): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10816): warning C4090: '=': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10628): warning C4090: 'initializing': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10295): warning C4101: 'header': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10308): warning C4101: 'error': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10309): warning C4101: 'j': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(10468): warning C4101: 'error': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(11017): warning C4090: '=': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(11029): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(11029): warning C4090: '=': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(11021): warning C4101: 'i': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(11118): warning C4101: 'error': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(11228): warning C4101: 'error': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(11318): warning C4101: 'var': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(11386): warning C4018: '>': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(11400): warning C4018: '>': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(11460): warning C4244: '=': conversion from 'gint64' to 'int', possible loss of data
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(11461): warning C4244: '=': conversion from 'gint64' to 'int', possible loss of data
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(11535): warning C4133: '=': incompatible types - from 'MonoClass *' to 'Il2CppClass *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(11578): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(11584): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(11604): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(11637): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(11638): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(11646): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(11994): warning C4133: 'function': incompatible types - from 'Il2CppDomain *' to 'Il2CppAppDomain *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(12140): warning C4013: 'il2cpp_mono_free_method_signatures' undefined; assuming extern returning int
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(12198): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(12209): warning C4018: '<=': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(12210): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(12215): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(12219): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(12238): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(12277): warning C4133: 'function': incompatible types - from 'Il2CppSequencePoint *' to 'MonoJitInfo *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(12279): warning C4133: 'function': incompatible types - from 'Il2CppSequencePoint *' to 'MonoJitInfo *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(12281): warning C4133: 'function': incompatible types - from 'Il2CppSequencePoint *' to 'MonoJitInfo *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(12178): warning C4090: 'initializing': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(12177): warning C4101: 'found_sp': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(12167): warning C4101: 'ip': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(12176): warning C4101: 'sp': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(12304): warning C4101: 'orig_restore_state': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(12305): warning C4101: 'orig_ip': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(12348): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(12379): warning C4047: 'function': 'Il2CppThreadUnwindState *' differs in levels of indirection from 'Il2CppThreadUnwindState **'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\debugger-agent.c(12379): warning C4024: 'callbacks': different types for formal and actual parameter 1
    1>Il2CppCompilerCalculateTypeValues_25Table.cpp
    1>Il2CppCompilerCalculateTypeValues_45Table.cpp
    1>Il2CppCompilerCalculateTypeValues_54Table.cpp
    1>Il2CppCompilerCalculateTypeValues_4Table.cpp
    1>Il2CppCompilerCalculateTypeValues_11Table.cpp
    1>Il2CppCompilerCalculateTypeValues_22Table.cpp
    1>Bulk_UnityEngine.TextRenderingModule_0.cpp
    1>Il2CppCompilerCalculateTypeValues_39Table.cpp
    1>Bulk_UnityEngine.TerrainModule_0.cpp
    1>Il2CppCompilerCalculateTypeValues_30Table.cpp
    1>Il2CppCompilerCalculateTypeValues_15Table.cpp
    1>Il2CppCompilerCalculateTypeValues_5Table.cpp
    1>Bulk_UnityEngine.UIModule_0.cpp
    1>Bulk_I18N.MidEast_0.cpp
    1>Il2CppCompilerCalculateTypeValues_90Table.cpp
    1>Il2CppCompilerCalculateTypeValues_12Table.cpp
    1>Il2CppCompilerCalculateTypeValues_19Table.cpp
    1>Il2CppCompilerCalculateTypeValues_49Table.cpp
    1>Il2CppCompilerCalculateTypeValues_29Table.cpp
    1>Il2CppCompilerCalculateTypeValues_44Table.cpp
    1>Il2CppCompilerCalculateTypeValues_38Table.cpp
    1>Il2CppCompilerCalculateTypeValues_51Table.cpp
    1>Il2CppCompilerCalculateTypeValues_31Table.cpp
    1>Il2CppCompilerCalculateTypeValues_47Table.cpp
    1>Il2CppCompilerCalculateTypeValues_37Table.cpp
    1>Il2CppCompilerCalculateTypeValues_17Table.cpp
    1>Bulk_UnityEngine.Physics2DModule_0.cpp
    1>Il2CppCompilerCalculateTypeValues_2Table.cpp
    1>Il2CppCompilerCalculateTypeValues_48Table.cpp
    1>Bulk_System.Numerics_0.cpp
    1>Bulk_UnityEngine.ParticleSystemModule_0.cpp
    1>Il2CppMethodScopeTable.cpp
    1>Il2CppCompilerCalculateTypeValues_28Table.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.Services.TeleportSystem_0.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.Services.SpatialAwarenessSystem_0.cpp
    1>Bulk_Unity.TextMeshPro_4.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.Demos.Gltf_0.cpp
    1>Bulk_Microsoft.CSharp_4.cpp
    1>Il2CppCompilerCalculateTypeValues_34Table.cpp
    1>Bulk_UnityEngine.SharedInternalsModule_0.cpp
    1>Il2CppCompilerCalculateTypeValues_35Table.cpp
    1>Il2CppCompilerCalculateTypeValues_13Table.cpp
    1>dlmalloc.c
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\dlmalloc.c(1184): warning C4005: 'assert': macro redefinition
    1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.18362.0\ucrt\assert.h(22): note: see previous definition of 'assert'
    1>Il2CppCompilerCalculateTypeValues_32Table.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.Demos.UX.Interactables_0.cpp
    1>Il2CppCompilerCalculateTypeValues_33Table.cpp
    1>Il2CppCompilerCalculateTypeValues_27Table.cpp
    1>Il2CppCompilerCalculateTypeValues_69Table.cpp
    1>Bulk_UnityEngine.VideoModule_0.cpp
    1>Il2CppCompilerCalculateTypeValues_1Table.cpp
    1>Il2CppCompilerCalculateTypeValues_14Table.cpp
    1>Decimal.cpp
    1>Bulk_UnityEngine.VRModule_1.cpp
    1>Bulk_UnityEngine.TilemapModule_0.cpp
    1>Messages.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.Services.CameraSystem_0.cpp
    1>deflate.c
    1>SocketImpl.cpp
    1>Il2CppMethodExecutionInfoTable2.cpp
    1>Il2CppCompilerCalculateTypeValues_36Table.cpp
    1>Bulk_UnityEngine.UIElementsModule_0.cpp
    1>Bulk_GLTFSerializationUWP_1.cpp
    1>Bulk_UnityEngine.VFXModule_0.cpp
    1>Bulk_UnityEngine.UnityAnalyticsModule_0.cpp
    1>Bulk_System.Configuration_0.cpp
    1>Bulk_UnityEngine.UnityWebRequestWWWModule_0.cpp
    1>FileTests.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.Providers.WindowsMixedReality_1.cpp
    1>Il2CppMethodExecutionInfoStringTable.cpp
    1>trees.c
    1>inflate.c
    1>mono-threads.c
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\mono-threads.c(209): warning C4013: '_write' undefined; assuming extern returning int
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\mono-threads.c(243): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\mono-threads.c(1270): warning C4244: 'function': conversion from 'gint64' to 'guint32', possible loss of data
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\mono-threads.c(1315): warning C4101: 'ret': unreferenced local variable
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\mono-threads.c(1358): warning C4244: 'function': conversion from 'guint64' to 'gulong', possible loss of data
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\mono-threads.c(1654): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\mono-threads.c(1661): warning C4018: '<=': signed/unsigned mismatch
    1>Bulk_UnityEngine.InputModule_0.cpp
    1>Bulk_UnityEngine.JSONSerializeModule_0.cpp
    1>Bulk_UnityEngine.UnityWebRequestTextureModule_0.cpp
    1>Il2CppTypeSourceFileTable.cpp
    1>Class.cpp
    1>Socket.cpp
    1>il2cpp-mono-support.cpp
    1>SocketImpl.cpp
    1>Bulk_UnityEngine.AssetBundleModule_0.cpp
    1>profiler.c
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\profiler.c(1146): warning C4244: 'function': conversion from 'uint64_t' to 'int', possible loss of data
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\profiler.c(1146): warning C4244: 'function': conversion from 'uint64_t' to 'int', possible loss of data
    1>ThreadPool.cpp
    1>AtomicQueue.cpp
    1>File.cpp
    1>il2cpp-stubs.cpp
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\il2cpp-stubs.cpp(155): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\mini\il2cpp-stubs.cpp(644): warning C4101: 'nslots': unreferenced local variable
    1>Bulk_System.Runtime.WindowsRuntime.UI.Xaml_0.cpp
    1>Bulk_Microsoft.MixedReality.Toolkit.Demos.InspectorFields_0.cpp
    1>MetadataCache.cpp
    1>Runtime.cpp
    1>MonoType.cpp
    1>WindowsRuntime.cpp
    1>xamarin_getifaddrs.c
    1>mono-error.c
    1>Bulk_System.Runtime.Serialization_0.cpp
    1>Bulk_UnityEngine.AIModule_0.cpp
    1>threadpool-ms.cpp
    1>Monitor.cpp
    1>giconv.c
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\eglib\giconv.c(549): warning C4018: '>': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\eglib\giconv.c(598): warning C4018: '<': signed/unsigned mismatch
    1>il2cpp-api.cpp
    1>Type.cpp
    1>Bulk_UnityEngine.DirectorModule_0.cpp
    1>ArrayMetadata.cpp
    1>mono-proclib.c
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\mono-proclib.c(239): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\mono-proclib.c(240): warning C4018: '<': signed/unsigned mismatch
    1>Thread.cpp
    1>infback.c
    1>mono-threads-state-machine.c
    1>DirectoryTests.cpp
    1>gzread.c
    1>Exception.cpp
    1>gstr.c
    1>Reflection.cpp
    1>Number.cpp
    1>Array.cpp
    1>gzwrite.c
    1>Thread.cpp
    1>Assembly.cpp
    1>MonoIO.cpp
    1>Marshal.cpp
    1>mono-counters.c
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\mono-counters.c(484): warning C4018: '<': signed/unsigned mismatch
    1>lock-free-alloc.c
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\lock-free-alloc.c(576): warning C4018: '<': signed/unsigned mismatch
    1>gzlib.c
    1>mono-context.c
    1>Debugger.cpp
    1>monobitset.c
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\monobitset.c(179): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\monobitset.c(390): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\monobitset.c(416): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\monobitset.c(425): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\monobitset.c(449): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\monobitset.c(482): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\monobitset.c(491): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\monobitset.c(620): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\monobitset.c(638): warning C4018: '<': signed/unsigned mismatch
    1>Liveness.cpp
    1>PlatformInvoke.cpp
    1>il2cpp-callbacks.cpp
    1>Type.cpp
    1>File.cpp
    1>mono-mmap.c
    1>mono-codeman.c
    1>threadpool-ms-io.cpp
    1>crc32.c
    1>ghashtable.c
    1>MonoMethod.cpp
    1>Bulk_UnityEngine.ImageConversionModule_0.cpp
    1>mono-logger.c
    1>inftrees.c
    1>inffast.c
    1>RCW.cpp
    1>WindowsRuntime.cpp
    1>Image.cpp
    1>mono-hash.c
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\mono-hash.c(96): warning C4013: 'il2cpp_mono_gc_wbarrier_generic_store' undefined; assuming extern returning int
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\mono-hash.c(133): warning C4018: '>': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\mono-hash.c(135): warning C4018: '>': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\mono-hash.c(222): warning C4244: 'function': conversion from 'float' to 'guint', possible loss of data
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\mono-hash.c(239): warning C4013: 'il2cpp_mono_gc_deregister_root' undefined; assuming extern returning int
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\mono-hash.c(365): warning C4018: '>': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\mono-hash.c(365): warning C4018: '<=': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\mono-hash.c(366): warning C4018: '>': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\mono-hash.c(366): warning C4018: '<=': signed/unsigned mismatch
    1>CultureInfo.cpp
    1>MemoryInformation.cpp
    1>mono-threads-coop.c
    1>MemoryMappedFile.cpp
    1>Field.cpp
    1>gspawn.c
    1>Object.cpp
    1>ThreadImpl.cpp
    1>COM.cpp
    1>mono-tls.c
    1>Il2CppReversePInvokeWrapperTable.cpp
    1>RuntimeType.cpp
    1>gmarkup.c
    1>GCHandle.cpp
    1>w32file-unity.c
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\w32file-unity.c(124): warning C4244: 'initializing': conversion from 'int64_t' to 'int32_t', possible loss of data
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\w32file-unity.c(151): warning C4047: 'function': 'int64_t' differs in levels of indirection from 'const FILETIME *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\w32file-unity.c(151): warning C4024: 'UnityPalSetFileTime': different types for formal and actual parameter 2
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\w32file-unity.c(151): warning C4047: 'function': 'int64_t' differs in levels of indirection from 'const FILETIME *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\w32file-unity.c(151): warning C4024: 'UnityPalSetFileTime': different types for formal and actual parameter 3
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\w32file-unity.c(151): warning C4047: 'function': 'int64_t' differs in levels of indirection from 'const FILETIME *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\w32file-unity.c(151): warning C4024: 'UnityPalSetFileTime': different types for formal and actual parameter 4
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\w32file-unity.c(167): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\w32file-unity.c(192): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\w32file-unity.c(212): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\w32file-unity.c(223): warning C4090: 'function': different 'const' qualifiers
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\w32file-unity.c(512): warning C4018: '<=': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\w32file-unity.c(519): warning C4090: 'function': different 'const' qualifiers
    1>GenericMetadata.cpp
    1>strenc.c
    1>mono-dl.c
    1>BrokeredFileSystem.cpp
    1>MemoryMappedFile.cpp
    1>GarbageCollector.cpp
    1>mono-md5.c
    1>atomic.c
    1>hazard-pointer.c
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\hazard-pointer.c(99): warning C4018: '>=': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\hazard-pointer.c(115): warning C4197: 'MonoThreadHazardPointers *volatile ': top-level volatile in cast is ignored
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\hazard-pointer.c(148): warning C4018: '<': signed/unsigned mismatch
    1>LibraryLoader.cpp
    1>mono-sha1.c
    1>mono-conc-hashtable.c
    1>PosixWaitObject.cpp
    1>GenericClass.cpp
    1>Socket.cpp
    1>StackTrace.cpp
    1>mono-io-portability.c
    1>PathTests.cpp
    1>SocketImpl.cpp
    1>lock-free-queue.c
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\lock-free-queue.c(73): warning C4197: 'MonoLockFreeQueueNode *volatile ': top-level volatile in cast is ignored
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\lock-free-queue.c(73): warning C4197: 'MonoLockFreeQueueNode *volatile ': top-level volatile in cast is ignored
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\lock-free-queue.c(97): warning C4197: 'MonoLockFreeQueueNode *volatile ': top-level volatile in cast is ignored
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\lock-free-queue.c(97): warning C4197: 'MonoLockFreeQueueNode *volatile ': top-level volatile in cast is ignored
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\lock-free-queue.c(109): warning C4197: 'MonoLockFreeQueueNode *volatile ': top-level volatile in cast is ignored
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\lock-free-queue.c(113): warning C4197: 'MonoLockFreeQueueNode *volatile ': top-level volatile in cast is ignored
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\lock-free-queue.c(132): warning C4197: 'MonoLockFreeQueueNode *volatile ': top-level volatile in cast is ignored
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\lock-free-queue.c(133): warning C4197: 'MonoLockFreeQueueNode *volatile ': top-level volatile in cast is ignored
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\lock-free-queue.c(148): warning C4197: 'MonoLockFreeQueueNode *volatile ': top-level volatile in cast is ignored
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\lock-free-queue.c(151): warning C4197: 'MonoLockFreeQueueNode *volatile ': top-level volatile in cast is ignored
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\lock-free-queue.c(159): warning C4197: 'MonoLockFreeQueueNode *volatile ': top-level volatile in cast is ignored
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\lock-free-queue.c(159): warning C4197: 'MonoLockFreeQueueNode *volatile ': top-level volatile in cast is ignored
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\lock-free-queue.c(255): warning C4197: 'MonoLockFreeQueueNode *volatile ': top-level volatile in cast is ignored
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\lock-free-queue.c(260): warning C4197: 'MonoLockFreeQueueNode *volatile ': top-level volatile in cast is ignored
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\lock-free-queue.c(280): warning C4197: 'MonoLockFreeQueueNode *volatile ': top-level volatile in cast is ignored
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\lock-free-queue.c(304): warning C4197: 'MonoLockFreeQueueNode *volatile ': top-level volatile in cast is ignored
    1>Bulk_UnityEngine.GridModule_0.cpp
    1>ThreadImpl.cpp
    1>Enum.cpp
    1>ThreadPoolWorkerThread.cpp
    1>Console.cpp
    1>LibraryLoader.cpp
    1>Array.cpp
    1>mono-value-hash.c
    1>Method.cpp
    1>BoehmGC.cpp
    1>gpath.c
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\eglib\gpath.c(256): warning C4013: '_access' undefined; assuming extern returning int
    1>AppDomain.cpp
    1>String.cpp
    1>TimeZone.cpp
    1>gutf8.c
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\eglib\gutf8.c(153): warning C4018: '<': signed/unsigned mismatch
    1>Thread.cpp
    1>Directory.cpp
    1>zutil.c
    1>ThreadPoolMonitorThread.cpp
    1>Error.cpp
    1>ValueType.cpp
    1>NativeSymbol.cpp
    1>AssemblyName.cpp
    1>Locale.cpp
    1>mono-os-wait-win32.c
    1>ComObjectBase.cpp
    1>MemoryMappedFile.cpp
    1>FieldLayout.cpp
    1>gshell.c
    1>Environment.cpp
    1>goutput.c
    1>gslist.c
    1>Environment.cpp
    1>Directory.cpp
    1>memfuncs.c
    1>glist.c
    1>CompareInfo.cpp
    1>CCW.cpp
    1>gunicode.c
    1>gstring.c
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\eglib\gstring.c(173): warning C4018: '<=': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\eglib\gstring.c(264): warning C4018: '>=': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\eglib\gstring.c(267): warning C4018: '>=': signed/unsigned mismatch
    1>MonoPosixHelper.cpp
    1>RuntimeTypeHandle.cpp
    1>MonoField.cpp
    1>GenericMethod.cpp
    1>Profiler.cpp
    1>MemoryMappedFileTests.cpp
    1>LibraryLoaderTests.cpp
    1>w32socket-unity.c
    1>MemoryMapImpl.cpp
    1>mono-linked-list-set.c
    1>garray.c
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\eglib\garray.c(232): warning C4018: '>': signed/unsigned mismatch
    1>File.cpp
    1>threadpool-ms-io-poll.cpp
    1>TimeZoneInfo.cpp
    1>w32process-unity.c
    1>gptrarray.c
    1>StringUtils.cpp
    1>adler32.c
    1>String.cpp
    1>Interlocked.cpp
    1>MethodBase.cpp
    1>MutexTests.cpp
    1>gpattern.c
    1>SocketTests.cpp
    1>MonoCustomAttrs.cpp
    1>SemaphoreTests.cpp
    1>Environment.cpp
    1>gqsort.c
    1>mono-mmap-windows.c
    1>lock-free-array-queue.c
    1>mono-path.c
    1>WaitHandle.cpp
    1>Image.cpp
    1>Convert.cpp
    1>CultureData.cpp
    1>Process.cpp
    1>Time.cpp
    1>ThreadLocalValueTests.cpp
    1>VmStringUtils.cpp
    1>Enum.cpp
    1>TimeZone.cpp
    1>mono-threads-unity.c
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\mono-threads-unity.c(143): warning C4716: 'mono_threads_platform_in_critical_region': must return a value
    1>ThreadPoolMs.cpp
    1>VisualizerHelpers.cpp
    1>Environment.cpp
    1>gfile.c
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\eglib\gfile.c(136): warning C4018: '<': signed/unsigned mismatch
    1>EventTests.cpp
    1>MarshalAlloc.cpp
    1>PerformanceCounterCategory.cpp
    1>Module.cpp
    1>CalendarData.cpp
    1>AssemblyName.cpp
    1>TimeZoneTests.cpp
    1>mono-filemap.c
    1>StackFrame.cpp
    1>mono-hwcap-x86.c
    1>WindowsHelpers.cpp
    1>gdir-unity.c
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\eglib\gdir-unity.c(130): warning C4090: 'function': different 'const' qualifiers
    1>WindowsRuntime.cpp
    1>MonoMethodMessage.cpp
    1>gmem.c
    1>Directory.cpp
    1>Math.cpp
    1>PerformanceCounter.cpp
    1>Dns.cpp
    1>Il2CppTypeCompare.cpp
    1>mono-log-common.c
    1>uncompr.c
    1>Win32ApiSharedEmulation.cpp
    1>mono-networkinterfaces.c
    1>COM.cpp
    1>Random.cpp
    1>NullGC.cpp
    1>networking-unity.c
    1>GCHandle.cpp
    1>RuntimeHelpers.cpp
    1>Assembly.cpp
    1>ProcessTests.cpp
    1>ThreadPool.cpp
    1>GC.cpp
    1>compress.c
    1>mono-internal-hash.c
    1>json.c
    1>unity-rand.c
    1>mono-os-mutex.c
    1>gerror.c
    1>ModuleBuilder.cpp
    1>gqueue.c
    1>Memory.cpp
    1>COM.cpp
    1>MonoMethodInfo.cpp
    1>NativeEventCalls.cpp
    1>MonoPropertyInfo.cpp
    1>StackTrace.cpp
    1>gfile-unity.c
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\eglib\gfile-unity.c(34): warning C4244: 'function': conversion from 'int64_t' to 'gsize', possible loss of data
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\eglib\gfile-unity.c(38): warning C4244: 'function': conversion from 'int64_t' to 'int', possible loss of data
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\eglib\gfile-unity.c(50): warning C4244: '=': conversion from 'int64_t' to 'gsize', possible loss of data
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\eglib\gfile-unity.c(60): warning C4090: 'return': different 'const' qualifiers
    1>NativeMethods.cpp
    1>bsearch.c
    1>mono-poll.c
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\mono-poll.c(55): warning C4018: '<': signed/unsigned mismatch
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\mono-poll.c(109): warning C4018: '<': signed/unsigned mismatch
    1>RNGCryptoServiceProvider.cpp
    1>MemoryMappedFile.cpp
    1>Delegate.cpp
    1>Encoding.cpp
    1>Buffer.cpp
    1>EnvironmentTests.cpp
    1>file-mmap-unity.c
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\file-mmap-unity.c(78): warning C4244: '=': conversion from 'gint64' to 'size_t', possible loss of data
    1>TypedReference.cpp
    1>RegionInfo.cpp
    1>CpuInfo.cpp
    1>Monitor.cpp
    1>COM.cpp
    1>MemoryPool.cpp
    1>Win32ApiWinRTEmulation.cpp
    1>Semaphore.cpp
    1>BlobReader.cpp
    1>WaitHandle.cpp
    1>DirectoryUtils.cpp
    1>COMTests.cpp
    1>Mutex.cpp
    1>Atomic.cpp
    1>w32event-unity.c
    1>MutexImpl.cpp
    1>AsyncResult.cpp
    1>CryptographyTests.cpp
    1>mono-property-hash.c
    1>gc.c
    1>ConsoleDriver.cpp
    1>MetadataAlloc.cpp
    1>Time.cpp
    1>mono-proclib-windows.c
    1>WeakReference.cpp
    1>FieldInfo.cpp
    1>SystemCertificates.cpp
    1>TypeBuilder.cpp
    1>CurrentSystemTimeZone.cpp
    1>MemberInfo.cpp
    1>Semaphore.cpp
    1>RuntimeFieldHandle.cpp
    1>Domain.cpp
    1>Bulk_System.Collections_0.cpp
    1>Bulk_System.Dynamic.Runtime_0.cpp
    1>Bulk_System.Diagnostics.Debug_0.cpp
    1>Bulk_System.Globalization_0.cpp
    1>Bulk_System.IO_0.cpp
    1>Bulk_System.Linq.Expressions_0.cpp
    1>Bulk_System.Linq_0.cpp
    1>Bulk_System.ObjectModel_0.cpp
    1>Bulk_System.Numerics.Vectors_0.cpp
    1>Bulk_System.Reflection.Extensions_0.cpp
    1>Bulk_System.Reflection_0.cpp
    1>Bulk_System.Runtime.Extensions_0.cpp
    1>Bulk_System.Runtime.InteropServices.WindowsRuntime_0.cpp
    1>Bulk_System.Runtime_0.cpp
    1>Bulk_System.Text.Encoding.Extensions_0.cpp
    1>Bulk_System.Runtime.Serialization.Primitives_0.cpp
    1>Bulk_System.Text.Encoding_0.cpp
    1>Bulk_System.Text.RegularExpressions_0.cpp
    1>gbytearray.c
    1>Path.cpp
    1>Handle.cpp
    1>Bulk_System.Threading.Tasks_0.cpp
    1>Bulk_System.Threading_0.cpp
    1>UnsafeNativeMethods.cpp
    1>Bulk_System.Xml.ReaderWriter_0.cpp
    1>ConsoleTests.cpp
    1>Bulk_System.Xml.XDocument_0.cpp
    1>networking.c
    1>UnityAdsStubs.cpp
    1>mono-dl-unity.c
    1>ConditionVariableImpl.cpp
    1>Bulk_UnityEngine_0.cpp
    1>TimeTests.cpp
    1>mono-uri.c
    1>Allocator.cpp
    1>mono-hwcap.c
    1>MainTestRunner.cpp
    1>ArgIterator.cpp
    1>Il2CppCodeRegistration.cpp
    1>Event.cpp
    1>parse.c
    1>File.cpp
    1>Environment.cpp
    1>MonoEventInfo.cpp
    1>Runtime.cpp
    1>CpuInfo.cpp
    1>Cryptography.cpp
    1>PerformanceCounterUtils.cpp
    1>Image.cpp
    1>krait_signal_handler.c
    1>Handle.cpp
    1>Process.cpp
    1>Il2CppTypeHash.cpp
    1>ErrorTests.cpp
    1>StackTrace.cpp
    1>ThreadImpl.cpp
    1>Image.cpp
    1>gmisc-unity.c
    1>InternalCalls.cpp
    1>Parameter.cpp
    1>Locale.cpp
    1>Il2CppDebuggerMetadataRegistration.cpp
    1>SecurityManager.cpp
    1>Exception.cpp
    1>Process.cpp
    1>KeyPairPersistence.cpp
    1>WindowsImpersonationContext.cpp
    1>Mutex.cpp
    1>Il2CppGenericContextCompare.cpp
    1>networking-missing.c
    1>SystemCertificates.cpp
    1>Environment.cpp
    1>os-event-unity.c
    1>w32semaphore-unity.c
    1>LibraryLoader.cpp
    1>MarshalingUtils.cpp
    1>Il2CppSequencePointTable.cpp
    1>Mutex.cpp
    1>MemoryTests.cpp
    1>EventInfo.cpp
    1>PropertyInfo.cpp
    1>Process.cpp
    1>ParameterInfo.cpp
    1>SemaphoreImpl.cpp
    1>WindowsIdentity.cpp
    1>Process.cpp
    1>Activator.cpp
    1>ActivationServices.cpp
    1>Path.cpp
    1>Il2CppMetadataRegistration.cpp
    1>mono-stdlib.c
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\mono-stdlib.c(39): warning C4013: '_mktemp' undefined; assuming extern returning int
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\mono-stdlib.c(39): warning C4047: '=': 'char *' differs in levels of indirection from 'int'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\utils\mono-stdlib.c(54): warning C4013: '_open' undefined; assuming extern returning int
    1>Socket.cpp
    1>w32mutex-unity.c
    1>Memory.cpp
    1>Win32Exception.cpp
    1>EventImpl.cpp
    1>RegisterRuntimeInitializeAndCleanup.cpp
    1>SemaphoreImpl.cpp
    1>Normalization.cpp
    1>DriveInfo.cpp
    1>StackTrace.cpp
    1>MonoGenericClass.cpp
    1>ConditionVariable.cpp
    1>MutexImpl.cpp
    1>Il2CppSignatureCompare.cpp
    1>GenericSharing.cpp
    1>Cryptography.cpp
    1>__ComObject.cpp
    1>MetadataLoader.cpp
    1>TimeZoneInfoTests.cpp
    1>gunicode-win32-uwp.c
    1>Path.cpp
    1>Il2CppGenericInstCompare.cpp
    1>ConditionVariable.cpp
    1>AssemblyBuilder.cpp
    1>LastError.cpp
    1>mono-structs.cpp
    1>ConditionVariableImpl.cpp
    1>Char.cpp
    1>console-unity.c
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\console-unity.c(44): warning C4133: 'function': incompatible types - from 'MonoString *' to 'const char *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\console-unity.c(44): warning C4133: 'function': incompatible types - from 'MonoString *' to 'const char *'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\console-unity.c(44): warning C4047: 'function': 'uint8_t *' differs in levels of indirection from 'MonoArray **'
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\IL2CPP\external\mono\mono\metadata\console-unity.c(44): warning C4024: 'UnityPalConsoleTtySetup': different types for formal and actual parameter 3
    1>SizedReference.cpp
    1>ConditionVariableTests.cpp
    1>MonoEnumInfo.cpp
    1>NumberFormatter.cpp
    1>Handle.cpp
    1>ReaderWriterLock.cpp
    1>Cryptography.cpp
    1>RemotingServices.cpp
    1>Semaphore.cpp
    1>Environment.cpp
    1>ThreadLocalValueImpl.cpp
    1>Il2CppGenericContextHash.cpp
    1>StackTrace.cpp
    1>Object.cpp
    1>NativeDelegateMethodCache.cpp
    1>ThreadLocalValueImpl.cpp
    1>Debugger.cpp
    1>LinuxNetworkInterface.cpp
    1>Logging.cpp
    1>LibraryLoader.cpp
    1>MarshalStringAlloc.cpp
    1>NativeMethods.cpp
    1>MonoCMethod.cpp
    1>WindowsPrincipal.cpp
    1>il2cpp-codegen-common.cpp
    1>Event.cpp
    1>Il2CppSignatureHash.cpp
    1>InotifyWatcher.cpp
    1>Runtime.cpp
    1>GenericContainer.cpp
    1>LocaleTests.cpp
    1>unity-time.c
    1>NativeMethods.cpp
    1>PosixHelpers.cpp
    1>SystemCertificates.cpp
    1>Property.cpp
    1>RealProxy.cpp
    1>Locale.cpp
    1>Console.cpp
    1>ThreadLocalValue.cpp
    1>DynamicMethod.cpp
    1>Initialize.cpp
    1>EventImpl.cpp
    1>MarshalStringAlloc.cpp
    1>SignatureHelper.cpp
    1>Normalization.cpp
    1>TimeZoneInfo.cpp
    1>CustomAttributeBuilder.cpp
    1>Il2CppGenericClassHash.cpp
    1>SecurityFrame.cpp
    1>Il2CppGenericMethodHash.cpp
    1>mono-publib.c
    1>Double.cpp
    1>PathUtils.cpp
    1>Il2CppGenericClassCompare.cpp
    1>CustomAttributeData.cpp
    1>ThreadLocalValue.cpp
    1>Context.cpp
    1>Il2CppGenericMethodCompare.cpp
    1>TimeZoneInfo.cpp
    1>SafeStringMarshal.cpp
    1>InternalConfigurationHost.cpp
    1>Il2CppGenericInstHash.cpp
    1>gzclose.c
    1>Cryptography.cpp
    1>ComInteropProxy.cpp
    1>DefaultConfig.cpp
    1>RtFieldInfo.cpp
    1>Output.cpp
    1>InternalConfigurationHost.cpp
    1>DateTime.cpp
    1>RuntimeMarshal.cpp
    1>Exception.cpp
    1>MemoryMappedFile.cpp
    1>MacOsIPInterfaceProperties.cpp
    1>MonoTlsProviderFactory.cpp
    1>Initialize.cpp
    1>DllMain.cpp
    1>NativeMethods.cpp
    1>Console.cpp
    1>Il2CppMethodExecutionInfoTable.cpp
    1>InternalThread.cpp
    1>MonoGenericCMethod.cpp
    1>SystemCertificates.cpp
    1>mono-log-unity.c
    1>MonoGenericMethod.cpp
    1>CpuInfoTests.cpp
    1>Assert.cpp
    1>w32error-unity.c
    1>DefaultTraceListener.cpp
    1>Process.cpp
    1>TimeZone.cpp
    1>SocketException.cpp
    1>Evidence.cpp
    1>MethodBuilder.cpp
    1>MessagesTests.cpp
    1>IOSelector.cpp
    1>FileVersionInfo.cpp
    1>GenericTypeParameterBuilder.cpp
    1>EnumBuilder.cpp
    1>Time.cpp
    1>KqueueMonitor.cpp
    1>CLRConfig.cpp
    1>FAMWatcher.cpp
    1>DerivedType.cpp
    1>VersioningHelper.cpp
    1>SystemCertificates.cpp
    1>SymbolType.cpp
    1>Memory.cpp
    1>MissingMemberException.cpp
    1>MarshalAlloc.cpp
    1>Error.cpp
    1>Debug.cpp
    1>MarshalAlloc.cpp
    1>Stopwatch.cpp
    1>Path.cpp
    1>FileSystemWatcher.cpp
    1>Initialize.cpp
    1>Memory.cpp
    1>RuntimeMethodHandle.cpp
    1>Path.cpp
    1>RuntimeGPtrArrayHandle.cpp
    1>EncodingHelper.cpp
    1>RuntimeClassHandle.cpp
    1>mono-math.c
    1>FileSystemWatcher.cpp
    1>Timer.cpp
    1>Encoding.cpp
    1>Path.cpp
    1>ScopedThreadAttacher.cpp
    1>Locale.cpp
    1>Error.cpp
    1>TimeSpan.cpp
    1>Debug.cpp
    1>ThreadTests.cpp
    1>DebugTests.cpp
    1>CpuInfo.cpp
    1>UnityTls.cpp
    1>CpuInfo.cpp
    1>FileSystemWatcher.cpp
    1>File.cpp
    1>dllmain.cpp
    1>Thread.cpp
    1>LastError.cpp
    1>Event.cpp
    1>WriteBarrier.cpp
    1>Module.cpp
    1>NativeMethodsTests.cpp
    1>Initialize.cpp
    1>DotNetNativeWorkaround.cpp
    1>gdate-unity.c
    1>class-internals.cpp
    1>LastError.cpp
    1>Messages.cpp
    1>Debug.cpp
    1>pch.cpp
    1>Encoding.cpp
    1>ObjectFiles: 1073 of which compiled: 1073
    1> Time Compile: 39775 milliseconds Bulk_Unity.TextMeshPro_3.cpp
    1> Time Compile: 38509 milliseconds Bulk_Unity.TextMeshPro_2.cpp
    1> Time Compile: 28803 milliseconds Bulk_Assembly-CSharp_31.cpp
    1> Time Compile: 28422 milliseconds Bulk_Assembly-CSharp_30.cpp
    1> Time Compile: 25730 milliseconds Bulk_Unity.TextMeshPro_1.cpp
    1> Time Compile: 20861 milliseconds Bulk_Assembly-CSharp_27.cpp
    1> Time Compile: 18484 milliseconds Bulk_Assembly-CSharp_40.cpp
    1> Time Compile: 16551 milliseconds Bulk_Assembly-CSharp_42.cpp
    1> Time Compile: 15454 milliseconds Bulk_mscorlib_7.cpp
    1> Time Compile: 14592 milliseconds Il2CppTypeDefinitions.cpp
    1>Total compilation time: 208457 milliseconds.
    1>il2cpp.exe didn't catch exception: Unity.IL2CPP.Building.BuilderFailedException: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.23.28105\bin\HostX64\x86\link.exe /out:"C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\build\obj\il2cppOutputProject\Win32\Release\linkresult_673D47F4FFB600B25DCD8F9B0C4D98B2\GameAssembly.dll" /DEBUG /INCREMENTAL:NO /LARGEADDRESSAWARE /NXCOMPAT /DYNAMICBASE /NOLOGO /TLBID:1 /OPT:REF /OPT:ICF /DLL /NODEFAULTLIB:uuid.lib "Shcore.lib" "WindowsApp.lib" "Crypt32.lib" /LIBPATH:"C:\Program Files (x86)\Windows Kits\10\Lib\10.0.18362.0\um\x86" /LIBPATH:"C:\Program Files (x86)\Windows Kits\10\Lib\10.0.18362.0\ucrt\x86" /LIBPATH:"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\lib\um\x86" /LIBPATH:"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.23.28105\lib\x86\store" /APPCONTAINER /SUBSYSTEM:WINDOWS /NODEFAULTLIB:eek:le32.lib /NODEFAULTLIB:kernel32.lib @"C:\Users\marti\AppData\Local\Temp\tmpCC4C.tmp"
    1>
    1>dllmain_cpp0815BDA7D4E0707FFF86E15F0BD2834C.obj : error LNK2005: _DllMain@12 already defined in DllMain_cpp9ECBC7B869C573E5AB6B56EA479F2EDE.obj
    1> Creating library C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\build\obj\il2cppOutputProject\Win32\Release\linkresult_673D47F4FFB600B25DCD8F9B0C4D98B2\GameAssembly.lib and object C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\build\obj\il2cppOutputProject\Win32\Release\linkresult_673D47F4FFB600B25DCD8F9B0C4D98B2\GameAssembly.exp
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\build\obj\il2cppOutputProject\Win32\Release\linkresult_673D47F4FFB600B25DCD8F9B0C4D98B2\GameAssembly.dll : fatal error LNK1169: one or more multiply defined symbols found
    1>
    1> � Unity.IL2CPP.Building.CppProgramBuilder.PostprocessObjectFiles(HashSet`1 objectFiles, CppToolChainContext toolChainContext)
    1> � Unity.IL2CPP.Building.CppProgramBuilder.Build(IBuildStatistics& statistics)
    1> � il2cpp.Program.DoRun(String[] args)
    1> � il2cpp.Program.Run(String[] args)
    1> � il2cpp.Program.Main(String[] args)
    1>
    1>Exception non g�r�e�: Unity.IL2CPP.Building.BuilderFailedException: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.23.28105\bin\HostX64\x86\link.exe /out:"C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\build\obj\il2cppOutputProject\Win32\Release\linkresult_673D47F4FFB600B25DCD8F9B0C4D98B2\GameAssembly.dll" /DEBUG /INCREMENTAL:NO /LARGEADDRESSAWARE /NXCOMPAT /DYNAMICBASE /NOLOGO /TLBID:1 /OPT:REF /OPT:ICF /DLL /NODEFAULTLIB:uuid.lib "Shcore.lib" "WindowsApp.lib" "Crypt32.lib" /LIBPATH:"C:\Program Files (x86)\Windows Kits\10\Lib\10.0.18362.0\um\x86" /LIBPATH:"C:\Program Files (x86)\Windows Kits\10\Lib\10.0.18362.0\ucrt\x86" /LIBPATH:"C:\Program Files (x86)\Windows Kits\NETFXSDK\4.6.1\lib\um\x86" /LIBPATH:"C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.23.28105\lib\x86\store" /APPCONTAINER /SUBSYSTEM:WINDOWS /NODEFAULTLIB:eek:le32.lib /NODEFAULTLIB:kernel32.lib @"C:\Users\marti\AppData\Local\Temp\tmpCC4C.tmp"
    1>
    1>dllmain_cpp0815BDA7D4E0707FFF86E15F0BD2834C.obj : error LNK2005: _DllMain@12 already defined in DllMain_cpp9ECBC7B869C573E5AB6B56EA479F2EDE.obj
    1> Creating library C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\build\obj\il2cppOutputProject\Win32\Release\linkresult_673D47F4FFB600B25DCD8F9B0C4D98B2\GameAssembly.lib and object C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\build\obj\il2cppOutputProject\Win32\Release\linkresult_673D47F4FFB600B25DCD8F9B0C4D98B2\GameAssembly.exp
    1>C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\build\obj\il2cppOutputProject\Win32\Release\linkresult_673D47F4FFB600B25DCD8F9B0C4D98B2\GameAssembly.dll : fatal error LNK1169: one or more multiply defined symbols found
    1>
    1> � Unity.IL2CPP.Building.CppProgramBuilder.PostprocessObjectFiles(HashSet`1 objectFiles, CppToolChainContext toolChainContext)
    1> � Unity.IL2CPP.Building.CppProgramBuilder.Build(IBuildStatistics& statistics)
    1> � il2cpp.Program.DoRun(String[] args)
    1> � il2cpp.Program.Run(String[] args)
    1> � il2cpp.Program.Main(String[] args)
    1>C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Microsoft\VC\v160\Microsoft.MakeFile.Targets(44,5): error MSB3073: The command ""C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\\IL2CPP\build\il2cpp.exe" --include-file-names-in-hashes --libil2cpp-static --compile-cpp -architecture=x86 -configuration=Release -platform=winrt -outputpath="C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\\build\bin\Win32\Release\GameAssembly.dll" --data-folder="C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\\build\bin\Win32\Release\\" -cachedirectory="C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\\build\obj\il2cppOutputProject\Win32\Release\\" -generatedcppdir="C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\\Source" --additional-defines=WINDOWS_UWP --additional-defines=UNITY_UWP --additional-defines=UNITY_WSA_10_0 --additional-defines=UNITY_WSA --additional-defines=UNITY_WINRT --additional-defines=PLATFORM_WINRT --enable-debugger -dotnetprofile=unityaot -verbose --map-file-parser="C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\\IL2CPP\MapFileParser\MapFileParser.exe"" exited with code -532462766.
    1>Done building project "Il2CppOutputProject.vcxproj" -- FAILED.
    2>------ Build started: Project: Spectral, Configuration: Release Win32 ------
    2>LINK : fatal error LNK1181: cannot open input file 'C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\build\bin\Win32\Release\GameAssembly.lib'
    2>Done building project "Spectral.vcxproj" -- FAILED.
    ========== Build: 0 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========
    ========== Deploy: 0 succeeded, 0 failed, 0 skipped ==========

    If you just want the error with additional info, here it is: LNK2005 _DllMain@12 already defined in DllMain_cpp9ECBC7B869C573E5AB6B56EA479F2EDE.obj Il2CppOutputProject C:\Users\marti\OneDrive\Bureau\Spectral-MRTK2\UWP\Il2CppOutputProject\dllmain_cpp0815BDA7D4E0707FFF86E15F0BD2834C.obj
    The other one is the same except the name of the .obj.

    I'll also include the two .obj files you requested.
    Thanks again, I hope we can resolve this problem quickly !
     

    Attached Files:

  4. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    Do you have a file named "dllmain.cpp" in your project somewhere? That file contains a function with the same name that Unity already defines ("DllMain") and it causes duplicate symbol error.
     
  5. MartinHerbethSpectralTMS

    MartinHerbethSpectralTMS

    Joined:
    Jan 17, 2019
    Posts:
    7
    Indeed, I have a dllmain.cpp file in Il2CppOutputProject\Source\CppPlugins. Unfortunately I'm not very familiar with IL2CPP and C++ compilation, so I can only guess that the file is automatically generated. I'll link it with this post so you can have a look if you want.

    Thanks !
     

    Attached Files:

  6. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    It's not automatically generated. It's copied from your project. Look for it in your Unity project. If you find that you don't need it, you can delete it. If you need it for other platforms, you'll have to click on it and exclude it from UWP build in the plugin inspector.
     
  7. MartinHerbethSpectralTMS

    MartinHerbethSpectralTMS

    Joined:
    Jan 17, 2019
    Posts:
    7
    Alright, I had indeed a dllmain file in my project as you mentionned, I deleted it (for those who would want to know in the future, it was in the DotNetWorkaround to allow .Net scripting backend for HoloLens 2), and I'm now able to deploy my project.

    Thank you very much for your help !