dotnet / vscode-csharp

Official C# support for Visual Studio Code
MIT License
2.84k stars 666 forks source link

Unity3D - Intellisense won't work with API Compatibility Level set to .NET Standard 2.0 #3692

Closed enriquemorenotent closed 4 years ago

enriquemorenotent commented 4 years ago

Issue Description

I am using Unity3D 2019.3 to build a C# project. There is a settings for my project within this program with 2 possible values.

API compatibility Level:

When editing the C# files, the only way I can get Intellisense to work, is if I set it to .NET 4.x I would need it to work too with version 2.0, since some packages in Unity have this as a requirement (like Unity.Entities)

Steps to Reproduce

In Unity, set Project settings -> Player -> API Compatibility Level to .NET Standard 2.0

Expected Behavior

Having Intellisense in VSCode

Actual Behavior

Not having Intellisense in VSCODE

Logs

OmniSharp log

Starting OmniSharp server at 3/27/2020, 12:07:36 AM
    Target: /home/dbugger/projects/unity/extinction/extinction.sln

OmniSharp server started with Mono 6.8.0.
    Path: /home/dbugger/.vscode/extensions/ms-dotnettools.csharp-1.21.15/.omnisharp/1.34.14/omnisharp/OmniSharp.exe
    PID: 15836

[info]: OmniSharp.Stdio.Host
        Starting OmniSharp on ubuntu 19.10 (x64)
[info]: OmniSharp.Services.DotNetCliService
        DotNetPath set to dotnet
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Located 2 MSBuild instance(s)
            1: Mono 16.4 - "/usr/lib/mono/msbuild/Current/bin"
            2: StandAlone 16.4 - "/home/dbugger/.vscode/extensions/ms-dotnettools.csharp-1.21.15/.omnisharp/1.34.14/omnisharp/.msbuild/Current/Bin"
[info]: OmniSharp.MSBuild.Discovery.MSBuildLocator
        Registered MSBuild instance: Mono 16.4 - "/usr/lib/mono/msbuild/Current/bin"
            CscToolExe = csc.exe
            CscToolPath = /home/dbugger/.vscode/extensions/ms-dotnettools.csharp-1.21.15/.omnisharp/1.34.14/omnisharp/.msbuild/Current/Bin/Roslyn
[info]: OmniSharp.Cake.CakeProjectSystem
        Detecting Cake files in '/home/dbugger/projects/unity/extinction'.
[info]: OmniSharp.Cake.CakeProjectSystem
        Could not find any Cake files
[info]: OmniSharp.MSBuild.ProjectSystem
        Detecting projects in '/home/dbugger/projects/unity/extinction/extinction.sln'.
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/dbugger/projects/unity/extinction/Unity.com.tamagames.extinction.world-renderer.Runtime.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/dbugger/projects/unity/extinction/Assembly-CSharp.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/dbugger/projects/unity/extinction/Unity.com.tamagames.extinction.world-renderer.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Queue project update for '/home/dbugger/projects/unity/extinction/Assembly-CSharp-Editor.csproj'
[info]: OmniSharp.Script.ScriptProjectSystem
        Detecting CSX files in '/home/dbugger/projects/unity/extinction'.
[info]: OmniSharp.Script.ScriptProjectSystem
        Could not find any CSX files
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.CSharpFormattingWorkspaceOptionsProvider, Order: 0
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.RenameWorkspaceOptionsProvider, Order: 100
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.ImplementTypeWorkspaceOptionsProvider, Order: 110
[info]: OmniSharp.WorkspaceInitializer
        Invoking Workspace Options Provider: OmniSharp.Roslyn.CSharp.Services.EditorConfigWorkspaceOptionsProvider, Order: 200
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/dbugger/projects/unity/extinction/Unity.com.tamagames.extinction.world-renderer.Runtime.csproj
[info]: OmniSharp.WorkspaceInitializer
        Configuration finished.
[info]: OmniSharp.Stdio.Host
        Omnisharp server running using Stdio at location '/home/dbugger/projects/unity/extinction' on host 15699.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'com.tamagames.navmesh-components.Runtime.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'UnityEditor.UI.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'UnityEngine.UI.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'UnityEditor.TestRunner.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'UnityEngine.TestRunner.csproj' does not exist.
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/dbugger/projects/unity/extinction/Unity.com.tamagames.extinction.world-renderer.Runtime.csproj'.
/home/dbugger/projects/unity/extinction/Unity.com.tamagames.extinction.world-renderer.Runtime.csproj
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'com.tamagames.navmesh-components.Runtime.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'UnityEditor.UI.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'UnityEngine.UI.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'UnityEditor.TestRunner.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'UnityEngine.TestRunner.csproj' does not exist.

[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/dbugger/projects/unity/extinction/Unity.com.tamagames.extinction.world-renderer.Runtime.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/dbugger/projects/unity/extinction/Assembly-CSharp.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'UnityEditor.TestRunner.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'UnityEngine.TestRunner.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.RenderPipeline.Universal.ShaderLibrary.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Timeline.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Cinemachine.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'UnityEditor.CacheServer.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.2D.Animation.Runtime.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.ScriptableBuildPipeline.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.RenderPipelines.Universal.Shaders.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Burst.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.VSCode.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.ProBuilder.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Entities.Properties.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Jobs.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Jobs.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Entities.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Burst.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.RenderPipelines.Core.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Collections.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.ProBuilder.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.ProBuilder.AssetIdRemapUtility.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.RenderPipelines.Core.Runtime.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Scenes.Hybrid.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Scenes.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.TextMeshPro.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Mathematics.Extensions.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.2D.IK.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.2D.IK.Runtime.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.RenderPipelines.Universal.Runtime.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.RenderPipelines.Universal.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'UnityEngine.UI.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Searcher.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Mathematics.Extensions.Hybrid.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Timeline.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Rendering.Hybrid.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.2D.Animation.Triangle.Runtime.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.CollabProxy.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Postprocessing.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Rendering.Hybrid.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Entities.BuildUtils.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'com.tamagames.navmesh-components.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Rider.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Entities.Hybrid.EndToEnd.Tests.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'com.tamagames.navmesh-components.Runtime.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Entities.Hybrid.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Mathematics.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.InternalAPIEngineBridge.001.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Properties.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.2D.Sprite.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.2D.Common.Runtime.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Postprocessing.Runtime.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.2D.Tilemap.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Entities.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Transforms.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.2D.Animation.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Transforms.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'com.unity.cinemachine.editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.ProBuilder.AddOns.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.ScriptableBuildPipeline.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.ShaderGraph.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Mathematics.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.RenderPipelines.Core.ShaderLibrary.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.TextMeshPro.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.2D.Common.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Analytics.DataPrivacy.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.InternalAPIEditorBridge.001.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'UnityEditor.UI.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Transforms.Hybrid.csproj' does not exist.
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/dbugger/projects/unity/extinction/Assembly-CSharp.csproj'.
/home/dbugger/projects/unity/extinction/Assembly-CSharp.csproj
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'UnityEditor.TestRunner.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'UnityEngine.TestRunner.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.RenderPipeline.Universal.ShaderLibrary.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Timeline.Editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Cinemachine.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'UnityEditor.CacheServer.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.2D.Animation.Runtime.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.ScriptableBuildPipeline.Editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.RenderPipelines.Universal.Shaders.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Burst.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.VSCode.Editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.ProBuilder.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Entities.Properties.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Jobs.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Jobs.Editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Entities.Editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Burst.Editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.RenderPipelines.Core.Editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Collections.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.ProBuilder.Editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.ProBuilder.AssetIdRemapUtility.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.RenderPipelines.Core.Runtime.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Scenes.Hybrid.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Scenes.Editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.TextMeshPro.Editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Mathematics.Extensions.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.2D.IK.Editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.2D.IK.Runtime.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.RenderPipelines.Universal.Runtime.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.RenderPipelines.Universal.Editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'UnityEngine.UI.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Searcher.Editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Mathematics.Extensions.Hybrid.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Timeline.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Rendering.Hybrid.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.2D.Animation.Triangle.Runtime.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.CollabProxy.Editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Postprocessing.Editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Rendering.Hybrid.Editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Entities.BuildUtils.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'com.tamagames.navmesh-components.Editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Rider.Editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Entities.Hybrid.EndToEnd.Tests.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'com.tamagames.navmesh-components.Runtime.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Entities.Hybrid.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Mathematics.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.InternalAPIEngineBridge.001.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Properties.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.2D.Sprite.Editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.2D.Common.Runtime.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Postprocessing.Runtime.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.2D.Tilemap.Editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Entities.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Transforms.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.2D.Animation.Editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Transforms.Editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'com.unity.cinemachine.editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.ProBuilder.AddOns.Editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.ScriptableBuildPipeline.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.ShaderGraph.Editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Mathematics.Editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.RenderPipelines.Core.ShaderLibrary.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.TextMeshPro.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.2D.Common.Editor.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Analytics.DataPrivacy.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.InternalAPIEditorBridge.001.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'UnityEditor.UI.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'Unity.Transforms.Hybrid.csproj' does not exist.

[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/dbugger/projects/unity/extinction/Assembly-CSharp.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/dbugger/projects/unity/extinction/Unity.com.tamagames.extinction.world-renderer.Editor.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'UnityEditor.UI.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'UnityEngine.UI.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'UnityEditor.TestRunner.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'UnityEngine.TestRunner.csproj' does not exist.
[info]: OmniSharp.MSBuild.ProjectManager
        Successfully loaded project file '/home/dbugger/projects/unity/extinction/Unity.com.tamagames.extinction.world-renderer.Editor.csproj'.
/home/dbugger/projects/unity/extinction/Unity.com.tamagames.extinction.world-renderer.Editor.csproj
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'UnityEditor.UI.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'UnityEngine.UI.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'UnityEditor.TestRunner.csproj' does not exist.
/usr/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets(1870,5): Error: The referenced project 'UnityEngine.TestRunner.csproj' does not exist.

[info]: OmniSharp.MSBuild.ProjectManager
        Adding project '/home/dbugger/projects/unity/extinction/Unity.com.tamagames.extinction.world-renderer.Editor.csproj'
[info]: OmniSharp.MSBuild.ProjectManager
        Loading project: /home/dbugger/projects/unity/extinction/Assembly-CSharp-Editor.csproj
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'UnityEditor.TestRunner.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'UnityEngine.TestRunner.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.RenderPipeline.Universal.ShaderLibrary.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Timeline.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Cinemachine.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'UnityEditor.CacheServer.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.2D.Animation.Runtime.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.ScriptableBuildPipeline.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.RenderPipelines.Universal.Shaders.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Burst.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.VSCode.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.ProBuilder.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Entities.Properties.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Jobs.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Jobs.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Entities.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Burst.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.RenderPipelines.Core.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Collections.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.ProBuilder.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.ProBuilder.AssetIdRemapUtility.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.RenderPipelines.Core.Runtime.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Scenes.Hybrid.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Scenes.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.TextMeshPro.Editor.csproj' does not exist.
[warn]: OmniSharp.MSBuild.ProjectLoader
        The referenced project 'Unity.Mathematics.Extensions.csproj' does not exist.

... The log is much longer, but I have decided to cut it here, since from here to the end, is always more of the same. `.csproj` doesnt exist, again, and again, and again...

Environment information

VSCode version: 1.43.1 C# Extension: 1.21.15

Mono Information OmniSharp using global mono :6.8.0
Dotnet Information .NET Core SDK (reflecting any global.json): Version: 3.1.200 Commit: c5123d973b Runtime Environment: OS Name: ubuntu OS Version: 19.10 OS Platform: Linux RID: ubuntu.19.10-x64 Base Path: /usr/share/dotnet/sdk/3.1.200/ Host (useful for support): Version: 3.1.2 Commit: 916b5cba26 .NET Core SDKs installed: 2.2.402 [/usr/share/dotnet/sdk] 3.1.200 [/usr/share/dotnet/sdk] .NET Core runtimes installed: Microsoft.AspNetCore.All 2.2.8 [/usr/share/dotnet/shared/Microsoft.AspNetCore.All] Microsoft.AspNetCore.App 2.2.8 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.AspNetCore.App 3.1.2 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App] Microsoft.NETCore.App 2.2.8 [/usr/share/dotnet/shared/Microsoft.NETCore.App] Microsoft.NETCore.App 3.1.2 [/usr/share/dotnet/shared/Microsoft.NETCore.App] To install additional .NET Core runtimes or SDKs: https://aka.ms/dotnet-download
Visual Studio Code Extensions |Extension|Author|Version| |---|---|---| |csharp|ms-dotnettools|1.21.15| |prettier-vscode|esbenp|3.20.0| |sftp|liximomo|1.12.9| |theme-dracula|dracula-theme|2.21.0| |unity-debug|Unity|2.7.5| |vscode-wakatime|WakaTime|4.0.0|;
JoeRobich commented 4 years ago

@enriquemorenotent Can you please provide the full 'OmniSharp Log' from the Output tab that is generated when you open the Project in .NET Standard 2.0 mode?

enriquemorenotent commented 4 years ago

@enriquemorenotent Can you please provide the full 'OmniSharp Log' from the Output tab that is generated when you open the Project in .NET Standard 2.0 mode?

I have added the log to the opening post. I have trimmed it down, because it was 55K lines long, but after a certain point, it is the same over and over. Multiple .csproj files not being found. I hope that is ok. There is really nothing more to be read there.

JoeRobich commented 4 years ago

@enriquemorenotent Sorry I didn't realize it would be so large. I installed Unity and created a starter app. In the Assembly-CSharp.csproj files there are lots of References that look like

    <Reference Include="UnityEngine.AIModule">
      <HintPath>/Applications/Unity/Hub/Editor/2018.4.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
    </Reference>
    <Reference Include="UnityEngine.ARModule">
      <HintPath>/Applications/Unity/Hub/Editor/2018.4.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
    </Reference>

They seems like they might mistakenly be ProjectReferences in your .csproj, could you share a sample from your Assembly-CSharp.csproj?

enriquemorenotent commented 4 years ago

@JoeRobich This is what my Assembly-CSharp.csproj looks like

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <LangVersion>latest</LangVersion>
  </PropertyGroup>
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>10.0.20506</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <RootNamespace></RootNamespace>
    <ProjectGuid>{4ef7a243-1afb-bee3-c299-64cf0a25d629}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <AssemblyName>Assembly-CSharp</AssemblyName>
    <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <BaseDirectory>.</BaseDirectory>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>Temp\bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE;UNITY_2019_3_4;UNITY_2019_3;UNITY_2019;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_2017_1_OR_NEWER;UNITY_2017_2_OR_NEWER;UNITY_2017_3_OR_NEWER;UNITY_2017_4_OR_NEWER;UNITY_2018_1_OR_NEWER;UNITY_2018_2_OR_NEWER;UNITY_2018_3_OR_NEWER;UNITY_2018_4_OR_NEWER;UNITY_2019_1_OR_NEWER;UNITY_2019_2_OR_NEWER;UNITY_2019_3_OR_NEWER;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;INCLUDE_DYNAMIC_GI;ENABLE_MONO_BDWGC;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;PLATFORM_STANDALONE;PLATFORM_STANDALONE_LINUX;UNITY_STANDALONE_LINUX;UNITY_STANDALONE;UNITY_STANDALONE_LINUX_API;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_SPATIALTRACKING;ENABLE_MODULAR_UNITYENGINE_ASSEMBLIES;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_LINUX;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_INPUT_SYSTEM;ENABLE_LEGACY_INPUT_MANAGER;UNITY_POST_PROCESSING_STACK_V2;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <NoWarn>0169</NoWarn>
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>Temp\bin\Release\</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <NoWarn>0169</NoWarn>
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
  </PropertyGroup>
  <PropertyGroup>
    <NoConfig>true</NoConfig>
    <NoStdLib>true</NoStdLib>
    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
    <ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
    <ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
  </PropertyGroup>
  <ItemGroup>
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scene\Color Picker\G_CUIColorPicker.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scene\Customization Scripts\CustomizeGraphy.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scene\Customization Scripts\ForceSliderToMultipleOf3.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scene\Customization Scripts\ForceSliderToPowerOf2.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scene\Customization Scripts\UpdateTextWithSliderValue.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scripts\Advanced\G_AdvancedData.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scripts\Audio\G_AudioGraph.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scripts\Audio\G_AudioManager.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scripts\Audio\G_AudioMonitor.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scripts\Audio\G_AudioText.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scripts\Fps\G_FpsGraph.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scripts\Fps\G_FpsManager.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scripts\Fps\G_FpsMonitor.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scripts\Fps\G_FpsText.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scripts\Graph\G_Graph.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scripts\GraphyDebugger.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scripts\GraphyManager.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scripts\Ram\G_RamGraph.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scripts\Ram\G_RamManager.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scripts\Ram\G_RamMonitor.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scripts\Ram\G_RamText.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scripts\Shader\G_GraphShader.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scripts\UI\IModifiableState.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scripts\UI\IMovable.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scripts\Util\G_ExtensionMethods.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scripts\Util\G_FloatString.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scripts\Util\G_Intstring.cs" />
     <Compile Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Scripts\Util\G_Singleton.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Examples\Archived\OldGUIExamplesCS.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Examples\Archived\TestingPunch.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Examples\Archived\TestingRigidbodyCS.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Examples\Scripts\Following.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Examples\Scripts\GeneralAdvancedTechniques.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Examples\Scripts\GeneralBasic.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Examples\Scripts\GeneralBasics2d.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Examples\Scripts\GeneralCameraShake.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Examples\Scripts\GeneralEasingTypes.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Examples\Scripts\GeneralEventsListeners.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Examples\Scripts\GeneralSequencer.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Examples\Scripts\GeneralSimpleUI.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Examples\Scripts\GeneralUISpace.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Examples\Scripts\LogoCinematic.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Examples\Scripts\PathBezier.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Examples\Scripts\PathBezier2d.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Examples\Scripts\PathSpline.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Examples\Scripts\PathSpline2d.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Examples\Scripts\PathSplineEndless.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Examples\Scripts\PathSplinePerformance.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Examples\Scripts\PathSplineTrack.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Examples\Scripts\PathSplines.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Examples\Scripts\TestingUnitTests.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Examples\Scripts\TestingZLegacy.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Examples\Scripts\TestingZLegacyExt.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Framework\LTDescr.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Framework\LTDescrOptional.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Framework\LTSeq.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Framework\LeanAudio.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Framework\LeanSmooth.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Framework\LeanTest.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Framework\LeanTween.cs" />
     <Compile Include="Assets\3rd party assets\LeanTween\Framework\LeanTweenExt.cs" />
     <Compile Include="Assets\3rd party assets\Standard Assets\Environment\Water\Water\Scripts\Displace.cs" />
     <Compile Include="Assets\3rd party assets\Standard Assets\Environment\Water\Water\Scripts\GerstnerDisplace.cs" />
     <Compile Include="Assets\3rd party assets\Standard Assets\Environment\Water\Water\Scripts\MeshContainer.cs" />
     <Compile Include="Assets\3rd party assets\Standard Assets\Environment\Water\Water\Scripts\PlanarReflection.cs" />
     <Compile Include="Assets\3rd party assets\Standard Assets\Environment\Water\Water\Scripts\SpecularLighting.cs" />
     <Compile Include="Assets\3rd party assets\Standard Assets\Environment\Water\Water\Scripts\Water.cs" />
     <Compile Include="Assets\3rd party assets\Standard Assets\Environment\Water\Water\Scripts\WaterBase.cs" />
     <Compile Include="Assets\3rd party assets\Standard Assets\Environment\Water\Water\Scripts\WaterTile.cs" />
     <Compile Include="Assets\AfterimageParticles.cs" />
     <Compile Include="Assets\AutoIntensity.cs" />
     <Compile Include="Assets\CharSelectHighlight.cs" />
     <Compile Include="Assets\CharSelectStatblock.cs" />
     <Compile Include="Assets\CharacterSelectionAvatarAnimation.cs" />
     <Compile Include="Assets\CloudLoop.cs" />
     <Compile Include="Assets\ControlHelp.cs" />
     <Compile Include="Assets\Experience.cs" />
     <Compile Include="Assets\Extinction\Scripts\Base\Age.cs" />
     <Compile Include="Assets\Extinction\Scripts\Base\DinoSelection.cs" />
     <Compile Include="Assets\Extinction\Scripts\Base\Direction.cs" />
     <Compile Include="Assets\Extinction\Scripts\Base\Enums.cs" />
     <Compile Include="Assets\Extinction\Scripts\Base\GameOver.cs" />
     <Compile Include="Assets\Extinction\Scripts\Base\SessionData.cs" />
     <Compile Include="Assets\Extinction\Scripts\CameraFacingBillboard.cs" />
     <Compile Include="Assets\Extinction\Scripts\Components\AI\Herd.cs" />
     <Compile Include="Assets\Extinction\Scripts\Components\AI\HerdMember.cs" />
     <Compile Include="Assets\Extinction\Scripts\Components\CameraOrbit.cs" />
     <Compile Include="Assets\Extinction\Scripts\Components\Character\Avatar.cs" />
     <Compile Include="Assets\Extinction\Scripts\Components\Character\BlinkManager.cs" />
     <Compile Include="Assets\Extinction\Scripts\Components\Character\Eatbox.cs" />
     <Compile Include="Assets\Extinction\Scripts\Components\Character\FillableResource.cs" />
     <Compile Include="Assets\Extinction\Scripts\Components\Character\HP.cs" />
     <Compile Include="Assets\Extinction\Scripts\Components\Character\Hitbox.cs" />
     <Compile Include="Assets\Extinction\Scripts\Components\Character\Hunger.cs" />
     <Compile Include="Assets\Extinction\Scripts\Components\Character\ItemPicker.cs" />
     <Compile Include="Assets\Extinction\Scripts\Components\Character\MatingArea.cs" />
     <Compile Include="Assets\Extinction\Scripts\Components\Character\Movement.cs" />
     <Compile Include="Assets\Extinction\Scripts\Components\Character\Roarbox.cs" />
     <Compile Include="Assets\Extinction\Scripts\Components\Character\Status.cs" />
     <Compile Include="Assets\Extinction\Scripts\Components\DinoCatalogue.cs" />
     <Compile Include="Assets\Extinction\Scripts\Components\Hurtbox.cs" />
     <Compile Include="Assets\Extinction\Scripts\Components\Items\HPModifier.cs" />
     <Compile Include="Assets\Extinction\Scripts\Components\Knocker.cs" />
     <Compile Include="Assets\Extinction\Scripts\Components\LevelManager.cs" />
     <Compile Include="Assets\Extinction\Scripts\Components\Matebox.cs" />
     <Compile Include="Assets\Extinction\Scripts\DinoAnimatorEvents.cs" />
     <Compile Include="Assets\Extinction\Scripts\Edible.cs" />
     <Compile Include="Assets\Extinction\Scripts\Extensions\GameObjectExtensions.cs" />
     <Compile Include="Assets\Extinction\Scripts\Extensions\IntExtensions.cs" />
     <Compile Include="Assets\Extinction\Scripts\Extensions\MatrixExtension.cs" />
     <Compile Include="Assets\Extinction\Scripts\Extensions\VectorsExtension.cs" />
     <Compile Include="Assets\Extinction\Scripts\FollowGameObject.cs" />
     <Compile Include="Assets\Extinction\Scripts\FruitPlant.cs" />
     <Compile Include="Assets\Extinction\Scripts\GameInput.cs" />
     <Compile Include="Assets\Extinction\Scripts\Menu\EvolutionPointsManager.cs" />
     <Compile Include="Assets\Extinction\Scripts\Menu\MenuPanelManager.cs" />
     <Compile Include="Assets\Extinction\Scripts\Menu\PauseMenu.cs" />
     <Compile Include="Assets\Extinction\Scripts\Menu\SetVolume.cs" />
     <Compile Include="Assets\Extinction\Scripts\Menu\TraitButton.cs" />
     <Compile Include="Assets\Extinction\Scripts\Menu\TraitPreviewManager.cs" />
     <Compile Include="Assets\Extinction\Scripts\NavigationBaker.cs" />
     <Compile Include="Assets\Extinction\Scripts\Noise\Chance.cs" />
     <Compile Include="Assets\Extinction\Scripts\Noise\Config.cs" />
     <Compile Include="Assets\Extinction\Scripts\Noise\ScriptableObjects\Profile.cs" />
     <Compile Include="Assets\Extinction\Scripts\Roles\Character.cs" />
     <Compile Include="Assets\Extinction\Scripts\Roles\Enemy.cs" />
     <Compile Include="Assets\Extinction\Scripts\Roles\Mate.cs" />
     <Compile Include="Assets\Extinction\Scripts\Roles\Player.cs" />
     <Compile Include="Assets\Extinction\Scripts\RotateOverTime.cs" />
     <Compile Include="Assets\Extinction\Scripts\ScriptableObjects\Dino.cs" />
     <Compile Include="Assets\Extinction\Scripts\ScriptableObjects\PropArea.cs" />
     <Compile Include="Assets\Extinction\Scripts\TrackerTraits.cs" />
     <Compile Include="Assets\Extinction\Scripts\World Management\SpawnMonster.cs" />
     <Compile Include="Assets\Extinction\Tests\MatrixExtensionsTest.cs" />
     <Compile Include="Assets\HerdController.cs" />
     <Compile Include="Assets\HighlightFix.cs" />
     <Compile Include="Assets\Jiggler.cs" />
     <Compile Include="Assets\MatingProgress.cs" />
     <Compile Include="Assets\MenuSidebarHighlight.cs" />
     <Compile Include="Assets\MinimapChunk.cs" />
     <Compile Include="Assets\MinimapController.cs" />
     <Compile Include="Assets\PanelsController.cs" />
     <Compile Include="Assets\ParticleSelfDestruct.cs" />
     <Compile Include="Assets\PopupWindowManager.cs" />
     <Compile Include="Assets\Scripts\Attackbox.cs" />
     <Compile Include="Assets\Scripts\Console\Commands\FillHungerCommand.cs" />
     <Compile Include="Assets\Scripts\Console\Commands\LoadSceneCommand.cs" />
     <Compile Include="Assets\Scripts\Console\Commands\LogCommand.cs" />
     <Compile Include="Assets\Scripts\Console\Commands\ReloadSceneCommand.cs" />
     <Compile Include="Assets\Scripts\Console\ConsoleCommand.cs" />
     <Compile Include="Assets\Scripts\Console\DeveloperConsole.cs" />
     <Compile Include="Assets\Scripts\Console\DeveloperConsoleBehaviour.cs" />
     <Compile Include="Assets\Scripts\Console\IConsoleCommand.cs" />
     <Compile Include="Assets\Scripts\Debug\DebugFoodPanel.cs" />
     <Compile Include="Assets\Scripts\Detection\GameObjectDetectable.cs" />
     <Compile Include="Assets\Scripts\Detection\GameObjectDetector.cs" />
     <Compile Include="Assets\Scripts\Detector.cs" />
     <Compile Include="Assets\Scripts\DisablingTimer.cs" />
     <Compile Include="Assets\Scripts\DontSink.cs" />
     <Compile Include="Assets\Scripts\EventsManager.cs" />
     <Compile Include="Assets\Scripts\Food.cs" />
     <Compile Include="Assets\Scripts\FoodBox.cs" />
     <Compile Include="Assets\Scripts\GenericHitbox.cs" />
     <Compile Include="Assets\Scripts\GroundCheck.cs" />
     <Compile Include="Assets\Scripts\HPModifier.cs" />
     <Compile Include="Assets\Scripts\InstantiateRadius.cs" />
     <Compile Include="Assets\Scripts\MouseWorldPointer.cs" />
     <Compile Include="Assets\Scripts\NPC\ChasePlayer.cs" />
     <Compile Include="Assets\Scripts\NPC\CliffDetector.cs" />
     <Compile Include="Assets\Scripts\NPC\Jumper.cs" />
     <Compile Include="Assets\Scripts\NPC\Pathfinding\Grid.cs" />
     <Compile Include="Assets\Scripts\NPC\Pathfinding\Manhattan.cs" />
     <Compile Include="Assets\Scripts\NPC\Pathfinding\PathGrid.cs" />
     <Compile Include="Assets\Scripts\NPC\PlayerDetector.cs" />
     <Compile Include="Assets\Scripts\NPC\SceneNavigator.cs" />
     <Compile Include="Assets\Scripts\NewEnemy.cs" />
     <Compile Include="Assets\Scripts\NewHerd.cs" />
     <Compile Include="Assets\Scripts\NewHitbox.cs" />
     <Compile Include="Assets\Scripts\NewHurtbox.cs" />
     <Compile Include="Assets\Scripts\NewMate.cs" />
     <Compile Include="Assets\Scripts\NewPlayer.cs" />
     <Compile Include="Assets\Scripts\OnFoodEventListener.cs" />
     <Compile Include="Assets\Scripts\OnMateEventListener.cs" />
     <Compile Include="Assets\Scripts\PlayerMovement.cs" />
     <Compile Include="Assets\Scripts\ProxyFor.cs" />
     <Compile Include="Assets\Scripts\ResourcePopup.cs" />
     <Compile Include="Assets\Scripts\Rotator.cs" />
     <Compile Include="Assets\Scripts\SpecialAttack.cs" />
     <Compile Include="Assets\Scripts\TagDetector.cs" />
     <Compile Include="Assets\Scripts\TemporaryActivate.cs" />
     <Compile Include="Assets\Scripts\Tmp\ChunkSpawner.cs" />
     <Compile Include="Assets\Scripts\Unsorted\Direction4.cs" />
     <Compile Include="Assets\SelfDestroyPopupPanel.cs" />
     <Compile Include="Assets\SendBackMenu.cs" />
     <Compile Include="Assets\SetInteractiveShaderEffects.cs" />
     <Compile Include="Assets\SidebarDimmer.cs" />
     <Compile Include="Assets\SpawnDino.cs" />
     <Compile Include="Assets\StartMenu.cs" />
     <Compile Include="Assets\StayHighlighted.cs" />
     <Compile Include="Assets\TextPopup.cs" />
     <Compile Include="Assets\Trait.cs" />
     <Compile Include="Assets\TraitManager.cs" />
     <Compile Include="Assets\TraitTreeSwapper.cs" />
     <Compile Include="Assets\UI\ButtonSelectController.cs" />
     <Compile Include="Assets\UI\Scripts\FPSDisplay.cs" />
     <Compile Include="Assets\UI\Scripts\FloatingText.cs" />
     <Compile Include="Assets\UI\Scripts\FloatingTextController.cs" />
     <Compile Include="Assets\UI\Scripts\HealthBar.cs" />
     <Compile Include="Assets\UI\Scripts\HungerBar.cs" />
     <Compile Include="Assets\UI\Scripts\MainMenu.cs" />
     <Compile Include="Assets\UI\Scripts\MenuStatblockUpdater.cs" />
     <Compile Include="Assets\UI\Scripts\RandomDamageTextMovement.cs" />
     <Compile Include="Assets\UI\Scripts\RotateWorldMask.cs" />
     <Compile Include="Assets\WaterParticles.cs" />
     <None Include="Assets\Renderer\Shaders\NewImageEffectShader.shader" />
     <None Include="Assets\3rd party assets\TextMesh Pro\Resources\Shaders\TMPro.cginc" />
     <None Include="Assets\3rd party assets\TextMesh Pro\Resources\Shaders\TMP_SDF-Mobile Overlay.shader" />
     <None Include="Assets\3rd party assets\LeanTween\ReadMe.txt" />
     <None Include="Assets\3rd party assets\TextMesh Pro\Resources\Shaders\TMP_Bitmap.shader" />
     <None Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Changelog.txt" />
     <None Include="Assets\3rd party assets\LeanTween\License.txt" />
     <None Include="Assets\3rd party assets\Standard Assets\Environment\Water\Water4\Shaders\WaterInclude.cginc" />
     <None Include="Assets\3rd party assets\TextMesh Pro\Resources\Shaders\TMP_SDF-Surface-Mobile.shader" />
     <None Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Shaders\GraphMobile.shader" />
     <None Include="Assets\3rd party assets\Standard Assets\Environment\Water\Water4\Shaders\FXWater4Advanced.shader" />
     <None Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Font\Northwest-Bold\ERIC-TIRADO-NORTHWEST-LICENSE.txt" />
     <None Include="Assets\3rd party assets\TextMesh Pro\Resources\Shaders\TMP_SDF-Surface.shader" />
     <None Include="Assets\3rd party assets\TextMesh Pro\Sprites\EmojiOne Attribution.txt" />
     <None Include="Assets\3rd party assets\TextMesh Pro\Resources\Shaders\TMP_Bitmap-Custom-Atlas.shader" />
     <None Include="Assets\3rd party assets\TextMesh Pro\Resources\Shaders\TMP_SDF.shader" />
     <None Include="Assets\3rd party assets\TextMesh Pro\Resources\LineBreaking Leading Characters.txt" />
     <None Include="Assets\3rd party assets\TextMesh Pro\Resources\Shaders\TMPro_Properties.cginc" />
     <None Include="Assets\3rd party assets\TextMesh Pro\Resources\Shaders\TMPro_Surface.cginc" />
     <None Include="Assets\3rd party assets\Standard Assets\Environment\Water\Water4\Shaders\FXWater4Simple.shader" />
     <None Include="Assets\3rd party assets\TextMesh Pro\Resources\LineBreaking Following Characters.txt" />
     <None Include="Assets\3rd party assets\LeanTween\Examples\Archived\2dUnlitWithFade.shader" />
     <None Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Font\Roboto\LICENSE.txt" />
     <None Include="Assets\3rd party assets\Standard Assets\Environment\Water\Water\Shaders\FXWaterPro.shader" />
     <None Include="Assets\3rd party assets\Graphy - Ultimate Stats Monitor\Shaders\GraphStandard.shader" />
     <None Include="Assets\Renderer\Shaders\XTC Sprite Shadow shader.shader" />
     <None Include="Assets\3rd party assets\TextMesh Pro\Resources\Shaders\TMP_SDF-Mobile Masking.shader" />
     <None Include="Assets\3rd party assets\TextMesh Pro\Resources\Shaders\TMP_SDF Overlay.shader" />
     <None Include="Assets\3rd party assets\TextMesh Pro\Resources\Shaders\TMP_Bitmap-Mobile.shader" />
     <None Include="Assets\3rd party assets\TextMesh Pro\Resources\Shaders\TMP_SDF-Mobile.shader" />
     <None Include="Assets\3rd party assets\TextMesh Pro\Resources\Shaders\TMP_Sprite.shader" />
 <Reference Include="UnityEngine">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.AIModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.AccessibilityModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.AndroidJNIModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.AnimationModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.AssetBundleModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.AudioModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.ClothModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.ClusterInputModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.ClusterRendererModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.CoreModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.CrashReportingModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.DSPGraphModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.DirectorModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.GameCenterModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.GridModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.HotReloadModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.IMGUIModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.ImageConversionModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.InputModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.InputLegacyModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.JSONSerializeModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.LocalizationModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.ParticleSystemModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.PerformanceReportingModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.PhysicsModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.Physics2DModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.ProfilerModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.ScreenCaptureModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.SharedInternalsModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.SpriteMaskModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.SpriteShapeModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.StreamingModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.SubstanceModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.SubsystemsModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.TLSModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.TerrainModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.TerrainPhysicsModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.TextCoreModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.TextRenderingModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.TilemapModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.UIModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.UIElementsModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.UNETModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.UmbraModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.UnityAnalyticsModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.UnityConnectModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.UnityTestProtocolModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.UnityWebRequestModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.UnityWebRequestAudioModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.UnityWebRequestTextureModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.UnityWebRequestWWWModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.VFXModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.VRModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.VehiclesModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.VideoModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.WindModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEngine.XRModule">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
 </Reference>
 <Reference Include="UnityEditor">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/Managed/UnityEditor.dll</HintPath>
 </Reference>
 <Reference Include="Unity.Analytics.Tracker">
 <HintPath>/home/dbugger/projects/unity/extinction/Library/PackageCache/com.unity.analytics@3.3.5/Unity.Analytics.Tracker.dll</HintPath>
 </Reference>
 <Reference Include="Unity.Analytics.Editor">
 <HintPath>/home/dbugger/projects/unity/extinction/Library/PackageCache/com.unity.analytics@3.3.5/Unity.Analytics.Editor.dll</HintPath>
 </Reference>
 <Reference Include="Unity.Analytics.StandardEvents">
 <HintPath>/home/dbugger/projects/unity/extinction/Library/PackageCache/com.unity.analytics@3.3.5/AnalyticsStandardEvents/Unity.Analytics.StandardEvents.dll</HintPath>
 </Reference>
 <Reference Include="Unity.Burst.Unsafe">
 <HintPath>/home/dbugger/projects/unity/extinction/Library/PackageCache/com.unity.burst@1.3.0-preview.8/Unity.Burst.Unsafe.dll</HintPath>
 </Reference>
 <Reference Include="System.Runtime.CompilerServices.Unsafe">
 <HintPath>/home/dbugger/projects/unity/extinction/Library/PackageCache/com.unity.collections@0.7.0-preview.2/System.Runtime.CompilerServices.Unsafe.dll</HintPath>
 </Reference>
 <Reference Include="nunit.framework">
 <HintPath>/home/dbugger/projects/unity/extinction/Library/PackageCache/com.unity.ext.nunit@1.0.0/net35/unity-custom/nunit.framework.dll</HintPath>
 </Reference>
 <Reference Include="mscorlib">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll</HintPath>
 </Reference>
 <Reference Include="System">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.dll</HintPath>
 </Reference>
 <Reference Include="System.Core">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Core.dll</HintPath>
 </Reference>
 <Reference Include="System.Runtime.Serialization">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Runtime.Serialization.dll</HintPath>
 </Reference>
 <Reference Include="System.Xml">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.dll</HintPath>
 </Reference>
 <Reference Include="System.Xml.Linq">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.Linq.dll</HintPath>
 </Reference>
 <Reference Include="System.Numerics">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.dll</HintPath>
 </Reference>
 <Reference Include="System.Numerics.Vectors">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll</HintPath>
 </Reference>
 <Reference Include="System.Net.Http">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Net.Http.dll</HintPath>
 </Reference>
 <Reference Include="Microsoft.CSharp">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Microsoft.CSharp.dll</HintPath>
 </Reference>
 <Reference Include="System.Data">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Data.dll</HintPath>
 </Reference>
 <Reference Include="Microsoft.Win32.Primitives">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll</HintPath>
 </Reference>
 <Reference Include="System.AppContext">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.AppContext.dll</HintPath>
 </Reference>
 <Reference Include="System.Collections.Concurrent">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Concurrent.dll</HintPath>
 </Reference>
 <Reference Include="System.Collections.NonGeneric">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.NonGeneric.dll</HintPath>
 </Reference>
 <Reference Include="System.Collections.Specialized">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll</HintPath>
 </Reference>
 <Reference Include="System.Collections">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.dll</HintPath>
 </Reference>
 <Reference Include="System.ComponentModel.Annotations">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Annotations.dll</HintPath>
 </Reference>
 <Reference Include="System.ComponentModel.EventBasedAsync">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.EventBasedAsync.dll</HintPath>
 </Reference>
 <Reference Include="System.ComponentModel.Primitives">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Primitives.dll</HintPath>
 </Reference>
 <Reference Include="System.ComponentModel.TypeConverter">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.TypeConverter.dll</HintPath>
 </Reference>
 <Reference Include="System.ComponentModel">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.dll</HintPath>
 </Reference>
 <Reference Include="System.Console">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Console.dll</HintPath>
 </Reference>
 <Reference Include="System.Data.Common">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Data.Common.dll</HintPath>
 </Reference>
 <Reference Include="System.Diagnostics.Contracts">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Contracts.dll</HintPath>
 </Reference>
 <Reference Include="System.Diagnostics.Debug">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Debug.dll</HintPath>
 </Reference>
 <Reference Include="System.Diagnostics.FileVersionInfo">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.FileVersionInfo.dll</HintPath>
 </Reference>
 <Reference Include="System.Diagnostics.Process">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Process.dll</HintPath>
 </Reference>
 <Reference Include="System.Diagnostics.StackTrace">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.StackTrace.dll</HintPath>
 </Reference>
 <Reference Include="System.Diagnostics.TextWriterTraceListener">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TextWriterTraceListener.dll</HintPath>
 </Reference>
 <Reference Include="System.Diagnostics.Tools">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Tools.dll</HintPath>
 </Reference>
 <Reference Include="System.Diagnostics.TraceSource">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll</HintPath>
 </Reference>
 <Reference Include="System.Drawing.Primitives">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Drawing.Primitives.dll</HintPath>
 </Reference>
 <Reference Include="System.Dynamic.Runtime">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Dynamic.Runtime.dll</HintPath>
 </Reference>
 <Reference Include="System.Globalization.Calendars">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Calendars.dll</HintPath>
 </Reference>
 <Reference Include="System.Globalization.Extensions">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll</HintPath>
 </Reference>
 <Reference Include="System.Globalization">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.dll</HintPath>
 </Reference>
 <Reference Include="System.IO.Compression.ZipFile">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Compression.ZipFile.dll</HintPath>
 </Reference>
 <Reference Include="System.IO.FileSystem.DriveInfo">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.DriveInfo.dll</HintPath>
 </Reference>
 <Reference Include="System.IO.FileSystem.Primitives">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Primitives.dll</HintPath>
 </Reference>
 <Reference Include="System.IO.FileSystem.Watcher">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Watcher.dll</HintPath>
 </Reference>
 <Reference Include="System.IO.FileSystem">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.dll</HintPath>
 </Reference>
 <Reference Include="System.IO.IsolatedStorage">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.IsolatedStorage.dll</HintPath>
 </Reference>
 <Reference Include="System.IO.MemoryMappedFiles">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.MemoryMappedFiles.dll</HintPath>
 </Reference>
 <Reference Include="System.IO.Pipes">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Pipes.dll</HintPath>
 </Reference>
 <Reference Include="System.IO.UnmanagedMemoryStream">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.UnmanagedMemoryStream.dll</HintPath>
 </Reference>
 <Reference Include="System.IO">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.dll</HintPath>
 </Reference>
 <Reference Include="System.Linq.Expressions">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Expressions.dll</HintPath>
 </Reference>
 <Reference Include="System.Linq.Parallel">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Parallel.dll</HintPath>
 </Reference>
 <Reference Include="System.Linq.Queryable">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Queryable.dll</HintPath>
 </Reference>
 <Reference Include="System.Linq">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.dll</HintPath>
 </Reference>
 <Reference Include="System.Net.Http.Rtc">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Http.Rtc.dll</HintPath>
 </Reference>
 <Reference Include="System.Net.NameResolution">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NameResolution.dll</HintPath>
 </Reference>
 <Reference Include="System.Net.NetworkInformation">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NetworkInformation.dll</HintPath>
 </Reference>
 <Reference Include="System.Net.Ping">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Ping.dll</HintPath>
 </Reference>
 <Reference Include="System.Net.Primitives">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Primitives.dll</HintPath>
 </Reference>
 <Reference Include="System.Net.Requests">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Requests.dll</HintPath>
 </Reference>
 <Reference Include="System.Net.Security">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Security.dll</HintPath>
 </Reference>
 <Reference Include="System.Net.Sockets">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Sockets.dll</HintPath>
 </Reference>
 <Reference Include="System.Net.WebHeaderCollection">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebHeaderCollection.dll</HintPath>
 </Reference>
 <Reference Include="System.Net.WebSockets.Client">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.Client.dll</HintPath>
 </Reference>
 <Reference Include="System.Net.WebSockets">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.dll</HintPath>
 </Reference>
 <Reference Include="System.ObjectModel">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ObjectModel.dll</HintPath>
 </Reference>
 <Reference Include="System.Reflection.Emit.ILGeneration">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll</HintPath>
 </Reference>
 <Reference Include="System.Reflection.Emit.Lightweight">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll</HintPath>
 </Reference>
 <Reference Include="System.Reflection.Emit">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll</HintPath>
 </Reference>
 <Reference Include="System.Reflection.Extensions">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Extensions.dll</HintPath>
 </Reference>
 <Reference Include="System.Reflection.Primitives">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Primitives.dll</HintPath>
 </Reference>
 <Reference Include="System.Reflection">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.dll</HintPath>
 </Reference>
 <Reference Include="System.Resources.Reader">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Reader.dll</HintPath>
 </Reference>
 <Reference Include="System.Resources.ResourceManager">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.ResourceManager.dll</HintPath>
 </Reference>
 <Reference Include="System.Resources.Writer">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Writer.dll</HintPath>
 </Reference>
 <Reference Include="System.Runtime.CompilerServices.VisualC">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.CompilerServices.VisualC.dll</HintPath>
 </Reference>
 <Reference Include="System.Runtime.Extensions">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Extensions.dll</HintPath>
 </Reference>
 <Reference Include="System.Runtime.Handles">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Handles.dll</HintPath>
 </Reference>
 <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
 </Reference>
 <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
 </Reference>
 <Reference Include="System.Runtime.InteropServices">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.dll</HintPath>
 </Reference>
 <Reference Include="System.Runtime.Numerics">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Numerics.dll</HintPath>
 </Reference>
 <Reference Include="System.Runtime.Serialization.Formatters">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Formatters.dll</HintPath>
 </Reference>
 <Reference Include="System.Runtime.Serialization.Json">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Json.dll</HintPath>
 </Reference>
 <Reference Include="System.Runtime.Serialization.Primitives">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Primitives.dll</HintPath>
 </Reference>
 <Reference Include="System.Runtime.Serialization.Xml">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Xml.dll</HintPath>
 </Reference>
 <Reference Include="System.Runtime">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.dll</HintPath>
 </Reference>
 <Reference Include="System.Security.Claims">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Claims.dll</HintPath>
 </Reference>
 <Reference Include="System.Security.Cryptography.Algorithms">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Algorithms.dll</HintPath>
 </Reference>
 <Reference Include="System.Security.Cryptography.Csp">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Csp.dll</HintPath>
 </Reference>
 <Reference Include="System.Security.Cryptography.Encoding">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Encoding.dll</HintPath>
 </Reference>
 <Reference Include="System.Security.Cryptography.Primitives">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Primitives.dll</HintPath>
 </Reference>
 <Reference Include="System.Security.Cryptography.X509Certificates">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.X509Certificates.dll</HintPath>
 </Reference>
 <Reference Include="System.Security.Principal">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Principal.dll</HintPath>
 </Reference>
 <Reference Include="System.Security.SecureString">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll</HintPath>
 </Reference>
 <Reference Include="System.ServiceModel.Duplex">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Duplex.dll</HintPath>
 </Reference>
 <Reference Include="System.ServiceModel.Http">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Http.dll</HintPath>
 </Reference>
 <Reference Include="System.ServiceModel.NetTcp">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.NetTcp.dll</HintPath>
 </Reference>
 <Reference Include="System.ServiceModel.Primitives">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Primitives.dll</HintPath>
 </Reference>
 <Reference Include="System.ServiceModel.Security">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Security.dll</HintPath>
 </Reference>
 <Reference Include="System.Text.Encoding.Extensions">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.Extensions.dll</HintPath>
 </Reference>
 <Reference Include="System.Text.Encoding">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.dll</HintPath>
 </Reference>
 <Reference Include="System.Text.RegularExpressions">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.RegularExpressions.dll</HintPath>
 </Reference>
 <Reference Include="System.Threading.Overlapped">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Overlapped.dll</HintPath>
 </Reference>
 <Reference Include="System.Threading.Tasks.Parallel">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.Parallel.dll</HintPath>
 </Reference>
 <Reference Include="System.Threading.Tasks">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.dll</HintPath>
 </Reference>
 <Reference Include="System.Threading.Thread">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Thread.dll</HintPath>
 </Reference>
 <Reference Include="System.Threading.ThreadPool">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.ThreadPool.dll</HintPath>
 </Reference>
 <Reference Include="System.Threading.Timer">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Timer.dll</HintPath>
 </Reference>
 <Reference Include="System.Threading">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.dll</HintPath>
 </Reference>
 <Reference Include="System.ValueTuple">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ValueTuple.dll</HintPath>
 </Reference>
 <Reference Include="System.Xml.ReaderWriter">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.ReaderWriter.dll</HintPath>
 </Reference>
 <Reference Include="System.Xml.XDocument">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XDocument.dll</HintPath>
 </Reference>
 <Reference Include="System.Xml.XPath.XDocument">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll</HintPath>
 </Reference>
 <Reference Include="System.Xml.XPath">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.dll</HintPath>
 </Reference>
 <Reference Include="System.Xml.XmlDocument">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlDocument.dll</HintPath>
 </Reference>
 <Reference Include="System.Xml.XmlSerializer">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlSerializer.dll</HintPath>
 </Reference>
 <Reference Include="netstandard">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/netstandard.dll</HintPath>
 </Reference>
 <Reference Include="UnityScript">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.dll</HintPath>
 </Reference>
 <Reference Include="UnityScript.Lang">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.Lang.dll</HintPath>
 </Reference>
 <Reference Include="Boo.Lang">
 <HintPath>/home/dbugger/Unity/Hub/Editor/2019.3.4f1/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/Boo.Lang.dll</HintPath>
 </Reference>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="UnityEditor.TestRunner.csproj">
      <Project>{2a504f9d-e40a-c3d1-5e72-be76f2ce63e8}</Project>
      <Name>UnityEditor.TestRunner</Name>
    </ProjectReference>
    <ProjectReference Include="UnityEngine.TestRunner.csproj">
      <Project>{844ae476-e0d7-5be8-6605-e939ca66e75c}</Project>
      <Name>UnityEngine.TestRunner</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.RenderPipeline.Universal.ShaderLibrary.csproj">
      <Project>{f9601be1-74be-b897-9e67-7a6ed04db570}</Project>
      <Name>Unity.RenderPipeline.Universal.ShaderLibrary</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Timeline.Editor.csproj">
      <Project>{244b8698-bd3f-7eaf-b204-4694d42c442f}</Project>
      <Name>Unity.Timeline.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="Cinemachine.csproj">
      <Project>{2a0c96b4-dd4a-5167-209c-d092b65c08e1}</Project>
      <Name>Cinemachine</Name>
    </ProjectReference>
    <ProjectReference Include="UnityEditor.CacheServer.csproj">
      <Project>{d913654f-2e3a-8a50-5c05-8f57f4fe07af}</Project>
      <Name>UnityEditor.CacheServer</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.2D.Animation.Runtime.csproj">
      <Project>{8b323746-3fc1-f402-a8c4-5127a4eb55ec}</Project>
      <Name>Unity.2D.Animation.Runtime</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.ScriptableBuildPipeline.Editor.csproj">
      <Project>{6f4bdd8d-5f56-903d-14db-4310a37445ff}</Project>
      <Name>Unity.ScriptableBuildPipeline.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.RenderPipelines.Universal.Shaders.csproj">
      <Project>{c0e451d0-f1a2-7d8c-71f7-aa6515997db3}</Project>
      <Name>Unity.RenderPipelines.Universal.Shaders</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Burst.csproj">
      <Project>{0d3ce429-29ef-493f-30f6-5da15609d1f8}</Project>
      <Name>Unity.Burst</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.VSCode.Editor.csproj">
      <Project>{81642d96-d901-21a7-96a9-8ba456753a27}</Project>
      <Name>Unity.VSCode.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.ProBuilder.csproj">
      <Project>{c18a0916-facf-2f4d-aec2-3ec2951e0a98}</Project>
      <Name>Unity.ProBuilder</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Entities.Properties.csproj">
      <Project>{2428467a-e3a7-5726-f24d-313965e6a5f7}</Project>
      <Name>Unity.Entities.Properties</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Jobs.csproj">
      <Project>{438c1671-0fb3-dab2-c98e-c4a63d38e0d5}</Project>
      <Name>Unity.Jobs</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Jobs.Editor.csproj">
      <Project>{4b3603e8-a386-c52c-d833-af18024a0f35}</Project>
      <Name>Unity.Jobs.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Entities.Editor.csproj">
      <Project>{18219d6d-07c7-b64f-fcd9-220a2a0f5bf6}</Project>
      <Name>Unity.Entities.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Burst.Editor.csproj">
      <Project>{da52df80-967d-32dd-9cbe-1d7f8112b105}</Project>
      <Name>Unity.Burst.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.RenderPipelines.Core.Editor.csproj">
      <Project>{4cc18741-5843-f38f-fda9-39f127f056ac}</Project>
      <Name>Unity.RenderPipelines.Core.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Collections.csproj">
      <Project>{1f4894c0-7784-b3a5-3620-596c53be5636}</Project>
      <Name>Unity.Collections</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.ProBuilder.Editor.csproj">
      <Project>{22fbcc4d-7831-e429-27d3-64140f2bbef7}</Project>
      <Name>Unity.ProBuilder.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.ProBuilder.AssetIdRemapUtility.csproj">
      <Project>{2f169de0-d2ea-9bd4-ad81-6cde6b995293}</Project>
      <Name>Unity.ProBuilder.AssetIdRemapUtility</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.RenderPipelines.Core.Runtime.csproj">
      <Project>{d3c6b68b-7461-34cf-6879-6f63a0ab9feb}</Project>
      <Name>Unity.RenderPipelines.Core.Runtime</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Scenes.Hybrid.csproj">
      <Project>{4bff02c6-0ee3-fd74-04b4-c9ace79a0ce4}</Project>
      <Name>Unity.Scenes.Hybrid</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Scenes.Editor.csproj">
      <Project>{c5251f6d-e556-e1dc-7d55-5dd031ef858c}</Project>
      <Name>Unity.Scenes.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.com.tamagames.extinction.world-renderer.Runtime.csproj">
      <Project>{8042dee8-8f40-e121-0a07-09e7077c5277}</Project>
      <Name>Unity.com.tamagames.extinction.world-renderer.Runtime</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.TextMeshPro.Editor.csproj">
      <Project>{7b2a1169-8760-741a-2c24-ce1db89ffb06}</Project>
      <Name>Unity.TextMeshPro.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Mathematics.Extensions.csproj">
      <Project>{fe5071d7-ea74-3043-d688-80f59cd73b26}</Project>
      <Name>Unity.Mathematics.Extensions</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.2D.IK.Editor.csproj">
      <Project>{172746c5-c237-77b4-8cca-b123a1dda1ee}</Project>
      <Name>Unity.2D.IK.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.2D.IK.Runtime.csproj">
      <Project>{6f61f2d3-383c-d485-7a0c-4becfc312a59}</Project>
      <Name>Unity.2D.IK.Runtime</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.RenderPipelines.Universal.Runtime.csproj">
      <Project>{36b6f3f1-917d-da71-c84b-4ee4f9e534a4}</Project>
      <Name>Unity.RenderPipelines.Universal.Runtime</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.RenderPipelines.Universal.Editor.csproj">
      <Project>{0d49d316-1cfb-fc1d-ff89-3ffdf11e6347}</Project>
      <Name>Unity.RenderPipelines.Universal.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="UnityEngine.UI.csproj">
      <Project>{a1b0f2ad-3229-9a4c-3e17-3f745538e0b1}</Project>
      <Name>UnityEngine.UI</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Searcher.Editor.csproj">
      <Project>{c235010b-98ce-4857-19de-bbc47618e80b}</Project>
      <Name>Unity.Searcher.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Mathematics.Extensions.Hybrid.csproj">
      <Project>{8dcf85a9-80fc-af58-cb8e-6b60a9627434}</Project>
      <Name>Unity.Mathematics.Extensions.Hybrid</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Timeline.csproj">
      <Project>{2dbe51f7-e857-8d28-b9ed-511bc81cfbb1}</Project>
      <Name>Unity.Timeline</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Rendering.Hybrid.csproj">
      <Project>{1b6b0c87-0882-5917-406c-238411ed159f}</Project>
      <Name>Unity.Rendering.Hybrid</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.2D.Animation.Triangle.Runtime.csproj">
      <Project>{38ed90e0-63d6-1c55-fd7d-c833c8c82891}</Project>
      <Name>Unity.2D.Animation.Triangle.Runtime</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.CollabProxy.Editor.csproj">
      <Project>{4a103581-0c11-0b36-4552-527379c2d2fa}</Project>
      <Name>Unity.CollabProxy.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Postprocessing.Editor.csproj">
      <Project>{e54c1a75-d064-31d3-4686-fd52a7d2ccd5}</Project>
      <Name>Unity.Postprocessing.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Rendering.Hybrid.Editor.csproj">
      <Project>{041dce85-c6c7-8905-d013-544f9477ac24}</Project>
      <Name>Unity.Rendering.Hybrid.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Entities.BuildUtils.csproj">
      <Project>{c2b26e45-0455-1c6e-e020-4422c27ea447}</Project>
      <Name>Unity.Entities.BuildUtils</Name>
    </ProjectReference>
    <ProjectReference Include="com.tamagames.navmesh-components.Editor.csproj">
      <Project>{00a99824-52fb-0b79-a828-36de346725e0}</Project>
      <Name>com.tamagames.navmesh-components.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Rider.Editor.csproj">
      <Project>{159b0c0b-0824-95e6-bf40-8c2d9d847dd0}</Project>
      <Name>Unity.Rider.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.csproj">
      <Project>{34875013-86cd-a37d-91e4-bd8b589cc0f8}</Project>
      <Name>Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Entities.Hybrid.EndToEnd.Tests.csproj">
      <Project>{f018e3cc-92ee-018d-4227-ed00cad9692f}</Project>
      <Name>Unity.Entities.Hybrid.EndToEnd.Tests</Name>
    </ProjectReference>
    <ProjectReference Include="com.tamagames.navmesh-components.Runtime.csproj">
      <Project>{c8922fe8-4db9-bd4f-d1ff-a7e0fa7ee965}</Project>
      <Name>com.tamagames.navmesh-components.Runtime</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Entities.Hybrid.csproj">
      <Project>{cab8bb56-890f-f594-8179-263329319c91}</Project>
      <Name>Unity.Entities.Hybrid</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Mathematics.csproj">
      <Project>{a2270029-6c19-442e-7d9a-72139b835aa8}</Project>
      <Name>Unity.Mathematics</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.InternalAPIEngineBridge.001.csproj">
      <Project>{2fa8dcb5-1a8a-df00-4709-9fd15fa737fd}</Project>
      <Name>Unity.InternalAPIEngineBridge.001</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Properties.csproj">
      <Project>{9e58cea1-791c-e8f6-6a9c-f8b64cd8f2df}</Project>
      <Name>Unity.Properties</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.2D.Sprite.Editor.csproj">
      <Project>{56d86c77-773b-762c-6808-7ae772f5ac0e}</Project>
      <Name>Unity.2D.Sprite.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.2D.Common.Runtime.csproj">
      <Project>{70a6c76f-b7f2-a66c-eb4a-3658e238a901}</Project>
      <Name>Unity.2D.Common.Runtime</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Postprocessing.Runtime.csproj">
      <Project>{797418cd-d330-8159-0046-d59f2bbb3915}</Project>
      <Name>Unity.Postprocessing.Runtime</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.com.tamagames.extinction.world-renderer.Editor.csproj">
      <Project>{856a6250-1a71-e0ef-35ef-2e806b06ecbd}</Project>
      <Name>Unity.com.tamagames.extinction.world-renderer.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.2D.Tilemap.Editor.csproj">
      <Project>{8694e49c-7258-62ea-f89c-ceaedaf48a1c}</Project>
      <Name>Unity.2D.Tilemap.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Entities.csproj">
      <Project>{0cdd6ebe-e4bf-11e3-4b46-a51d11d551a3}</Project>
      <Name>Unity.Entities</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Transforms.csproj">
      <Project>{707506ad-c20e-e9ba-fd4f-7f241c297e26}</Project>
      <Name>Unity.Transforms</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.2D.Animation.Editor.csproj">
      <Project>{4434f73e-bc89-2759-7d1f-12a8dd1df808}</Project>
      <Name>Unity.2D.Animation.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Transforms.Editor.csproj">
      <Project>{d9baa039-4fa0-59f6-7764-891e99f261cb}</Project>
      <Name>Unity.Transforms.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="com.unity.cinemachine.editor.csproj">
      <Project>{429e050a-bd37-082b-9347-bd2a06b0162d}</Project>
      <Name>com.unity.cinemachine.editor</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.ProBuilder.AddOns.Editor.csproj">
      <Project>{51ab62b7-c549-0f31-0808-c580e3176c0c}</Project>
      <Name>Unity.ProBuilder.AddOns.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.ScriptableBuildPipeline.csproj">
      <Project>{8eb7ab01-83d4-f1a0-75a6-aedb2f98ffd1}</Project>
      <Name>Unity.ScriptableBuildPipeline</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.ShaderGraph.Editor.csproj">
      <Project>{31e3046d-e9e4-a3c8-3c8a-328c9d853c6d}</Project>
      <Name>Unity.ShaderGraph.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Mathematics.Editor.csproj">
      <Project>{e2a9e2bf-1c17-8aab-35a2-430f7572ee84}</Project>
      <Name>Unity.Mathematics.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.RenderPipelines.Core.ShaderLibrary.csproj">
      <Project>{a7e35e12-72c1-4a4c-00d9-faa42da19352}</Project>
      <Name>Unity.RenderPipelines.Core.ShaderLibrary</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.TextMeshPro.csproj">
      <Project>{b5e63094-a62d-4346-7a5e-2089d7dd9d70}</Project>
      <Name>Unity.TextMeshPro</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.2D.Common.Editor.csproj">
      <Project>{d9b33e72-23d0-f2e7-b01d-db970f1c2e2e}</Project>
      <Name>Unity.2D.Common.Editor</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Analytics.DataPrivacy.csproj">
      <Project>{6568c8ef-e939-823a-36af-8b539dc892e2}</Project>
      <Name>Unity.Analytics.DataPrivacy</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.InternalAPIEditorBridge.001.csproj">
      <Project>{5b896b1b-300c-9212-472b-bf837cca3682}</Project>
      <Name>Unity.InternalAPIEditorBridge.001</Name>
    </ProjectReference>
    <ProjectReference Include="UnityEditor.UI.csproj">
      <Project>{d43f279e-ce61-6078-0994-139ca3fefec4}</Project>
      <Name>UnityEditor.UI</Name>
    </ProjectReference>
    <ProjectReference Include="Unity.Transforms.Hybrid.csproj">
      <Project>{ef87dc6f-f9bd-2c2e-d62f-e5475a93ddb9}</Project>
      <Name>Unity.Transforms.Hybrid</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>
enriquemorenotent commented 4 years ago

@JoeRobich Also, you seem to be using 2018.4, instead of 2019.3. Not sure if it will make a difference, but just so you know, that is the version I am working with.

JoeRobich commented 4 years ago

@enriquemorenotent Yeah, I am having issue getting a good install of 2019.3. The ProjectReferences in your csproj do not exist in mine and the way they are named make me think they may not belong in your csproj either. I would recommend backing up your csproj files and removing the ProjectReferences for projects named "Unity.*.csproj" and see if things work better. Will respond back when I'm able to install 2019.3 and reproduce.

enriquemorenotent commented 4 years ago

Once you install 2019.3, use this manifest.json to install the same dependencies I am using

{
  "dependencies": {
    "com.unity.2d.animation": "3.1.0",
    "com.unity.2d.ik": "2.0.0-preview.1",
    "com.unity.2d.sprite": "1.0.0",
    "com.unity.2d.tilemap": "1.0.0",
    "com.unity.ads": "2.0.8",
    "com.unity.analytics": "3.3.5",
    "com.unity.burst": "1.3.0-preview.8",
    "com.unity.cinemachine": "2.5.0",
    "com.unity.collab-proxy": "1.2.16",
    "com.unity.entities": "0.8.0-preview.8",
    "com.unity.ide.rider": "1.1.4",
    "com.unity.ide.vscode": "1.1.4",
    "com.unity.probuilder": "4.2.3",
    "com.unity.purchasing": "2.0.6",
    "com.unity.render-pipelines.lightweight": "7.1.8",
    "com.unity.rendering.hybrid": "0.4.0-preview.8",
    "com.unity.test-framework": "1.1.11",
    "com.unity.textmeshpro": "2.0.1",
    "com.unity.timeline": "1.2.10",
    "com.unity.ugui": "1.0.0",
    "com.unity.modules.ai": "1.0.0",
    "com.unity.modules.androidjni": "1.0.0",
    "com.unity.modules.animation": "1.0.0",
    "com.unity.modules.assetbundle": "1.0.0",
    "com.unity.modules.audio": "1.0.0",
    "com.unity.modules.cloth": "1.0.0",
    "com.unity.modules.director": "1.0.0",
    "com.unity.modules.imageconversion": "1.0.0",
    "com.unity.modules.imgui": "1.0.0",
    "com.unity.modules.jsonserialize": "1.0.0",
    "com.unity.modules.particlesystem": "1.0.0",
    "com.unity.modules.physics": "1.0.0",
    "com.unity.modules.physics2d": "1.0.0",
    "com.unity.modules.screencapture": "1.0.0",
    "com.unity.modules.terrain": "1.0.0",
    "com.unity.modules.terrainphysics": "1.0.0",
    "com.unity.modules.tilemap": "1.0.0",
    "com.unity.modules.ui": "1.0.0",
    "com.unity.modules.uielements": "1.0.0",
    "com.unity.modules.umbra": "1.0.0",
    "com.unity.modules.unityanalytics": "1.0.0",
    "com.unity.modules.unitywebrequest": "1.0.0",
    "com.unity.modules.unitywebrequestassetbundle": "1.0.0",
    "com.unity.modules.unitywebrequestaudio": "1.0.0",
    "com.unity.modules.unitywebrequesttexture": "1.0.0",
    "com.unity.modules.unitywebrequestwww": "1.0.0",
    "com.unity.modules.vehicles": "1.0.0",
    "com.unity.modules.video": "1.0.0",
    "com.unity.modules.vr": "1.0.0",
    "com.unity.modules.wind": "1.0.0",
    "com.unity.modules.xr": "1.0.0"
  }
}
enriquemorenotent commented 4 years ago

@enriquemorenotent Yeah, I am having issue getting a good install of 2019.3. The ProjectReferences in your csproj do not exist in mine and the way they are named make me think they may not belong in your csproj either. I would recommend backing up your csproj files and removing the ProjectReferences for projects named "Unity.*.csproj" and see if things work better. Will respond back when I'm able to install 2019.3 and reproduce.

A few points:

JoeRobich commented 4 years ago

@enriquemorenotent OK. I got 2019.3 installed and added all the packages that you listed. I then toggled to .NET 4.x, saved, and opened the C# project. Everything loaded fine. So I toggled back to .NET Standard 2.0, saved, and opened the C# project. Everything loaded fine.

The biggest difference between your csproj and the one it generates for me (https://gist.github.com/JoeRobich/2cfe639e998c67604f8b213e250f43de) is the <ItemGroup> full of <ProjectReferences> to Unity csproj files. At this point, I would recommend filing a bug with Unity to see if they can troubleshoot it from their side, since the issue seems to be with Unity adding <ProjectReferences> to csproj files that don't exist.

SirIntruder commented 4 years ago

I think this is problem with Unity's vscode plugin package "com.unity.ide.vscode": "1.1.4", try downgrading to "1.1.3". WIth "1.1.4" I too got all references to packages missing (notice how you miss only references to unity code that's in packages, not the embedded dlls like "UnityEngine")

enriquemorenotent commented 4 years ago

I have managed to solve the issue. I removed Unity, Unity Hub, and deleted all the rests left in my PC, inside $HOME/.config. Then I re-installed Unity Hub, installed latest 2019.3, and then it worked.

There might have been some leftovers from previous installations, or god knows what... But now it works. With both API Levels.

Thanks for your support!

JoeRobich commented 4 years ago

@enriquemorenotent Happy coding! Closing this one.

SirIntruder commented 4 years ago

@enriquemorenotent this bug may still resurface if you are still on 1.1.4, as that version added "delta" csproj rebuilding or something like that. So .csproj file could get botched randomly later.

https://forum.unity.com/threads/visual-studio-code-editor-1-1-4-error-the-referenced-project-does-not-exist.806628/

https://docs.unity3d.com/Packages/com.unity.ide.vscode@1.2/changelog/CHANGELOG.html

enriquemorenotent commented 4 years ago

Wait! I spoke too soon!

Intellisense works now, both for 2.0 and 4.x, but only on the default Unity Libraries.

If I go to the package manager, and I try to install something like "Entities", I will not get Intellisense on that one.

Example: I should be able to see the type Unity.Entities.EntittyManager https://docs.unity3d.com/Packages/com.unity.entities@0.8/api/Unity.Entities.EntityManager.html

JoeRobich commented 4 years ago

@enriquemorenotent Do you have your project open in VS Code while you are adding the Package? Does Unity update the csproj immediately when you add the package or do you have to 'save'?

enriquemorenotent commented 4 years ago

I usually reboot the code editor, to make sure everything is alright. Heck, sometimes I might reboot everything. Even the PC :P I have never updated the project. Unity does everything.

SirIntruder commented 4 years ago

@enriquemorenotent re-read my last post, it's a bug in unity package that generates csprojs for vscode

enriquemorenotent commented 4 years ago

@SirIntruder You were right. Changing to v1.2 of the Visual Studio Code package fixed this. I guess it was really not a problem with the plugin, but with the Unity package.

Thanks all for your help!

JoeRobich commented 4 years ago

Thanks @SirIntruder for narrowing that down. Closing.