UnityEditor.UI.csproj 52.9 KB
Newer Older
BlackAngle233's avatar
BlackAngle233 committed
1
2
3
4
5
6
7
8
9
10
11
<?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>
BlackAngle233's avatar
BlackAngle233 committed
12
    <ProjectGuid>{4E416D41-2083-594C-DC8A-549D4A5711F8}</ProjectGuid>
BlackAngle233's avatar
BlackAngle233 committed
13
14
15
16
17
18
19
20
21
22
23
24
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <AssemblyName>UnityEditor.UI</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>
BlackAngle233's avatar
BlackAngle233 committed
25
26
27
28
29
30
31
32
33
34
    <DefineConstants>DEBUG;TRACE;UNITY_2019_4_3;UNITY_2019_4;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;UNITY_2019_4_OR_NEWER;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_EVENT_QUEUE;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_NATIVE_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;ENABLE_RUNTIME_PERMISSIONS;ENABLE_ENGINE_CODE_STRIPPING;ENABLE_ONSCREEN_KEYBOARD;INCLUDE_DYNAMIC_GI;ENABLE_MONO_BDWGC;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;ENABLE_VIDEO;PLATFORM_ANDROID;UNITY_ANDROID;UNITY_ANDROID_API;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_CRUNCH_TEXTURE_COMPRESSION;PLATFORM_SUPPORTS_ADS_ID;UNITY_CAN_SHOW_SPLASH_SCREEN;UNITY_HAS_GOOGLEVR;UNITY_HAS_TANGO;ENABLE_SPATIALTRACKING;UNITY_ASTC_ONLY_DECOMPRESS;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;ENABLE_MONO;NET_4_6;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;ENABLE_VSTU;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;PACKAGE_PHYSICS;PACKAGE_PHYSICS2D;PACKAGE_ANIMATION;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>
BlackAngle233's avatar
BlackAngle233 committed
35
36
37
38
39
40
41
42
43
44
45
46
    <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>
BlackAngle233's avatar
BlackAngle233 committed
47
48
49
50
51
52
53
54
55
56
57
  <PropertyGroup>
    <ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
    <UnityProjectGenerator>Unity/VSTU</UnityProjectGenerator>
    <UnityProjectGeneratorVersion>4.9.1.0</UnityProjectGeneratorVersion>
    <UnityProjectType>Editor:5</UnityProjectType>
    <UnityBuildTarget>Android:13</UnityBuildTarget>
    <UnityVersion>2019.4.3f1</UnityVersion>
  </PropertyGroup>
  <ItemGroup>
    <Analyzer Include="C:\Program Files (x86)\Microsoft Visual Studio Tools for Unity\16.0\Analyzers\Microsoft.Unity.Analyzers.dll" />
  </ItemGroup>
BlackAngle233's avatar
BlackAngle233 committed
58
59
  <ItemGroup>
    <Reference Include="UnityEngine">
BlackAngle233's avatar
BlackAngle233 committed
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
      <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Managed/UnityEngine/UnityEngine.dll</HintPath>
    </Reference>
    <Reference Include="UnityEditor">
      <HintPath>C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Managed/UnityEditor.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\EventSystem\EventSystemEditor.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\EventSystem\EventTriggerEditor.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\EventSystem\Physics2DRaycasterEditor.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\EventSystem\PhysicsRaycasterEditor.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\Properties\AssemblyInfo.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\AspectRatioFitterEditor.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\ButtonEditor.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\CanvasScalerEditor.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\ContentSizeFitterEditor.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\DropdownEditor.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\GraphicEditor.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\GridLayoutGroupEditor.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\HorizontalOrVerticalLayoutGroupEditor.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\ImageEditor.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\InputFieldEditor.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\InterceptedEventsPreview.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\LayoutElementEditor.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\LayoutPropertiesPreview.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\MaskEditor.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\MenuOptions.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\PrefabLayoutRebuilder.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\PropertyDrawers\AnimationTriggersDrawer.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\PropertyDrawers\ColorBlockDrawer.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\PropertyDrawers\DropdownOptionListDrawer.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\PropertyDrawers\FontDataDrawer.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\PropertyDrawers\NavigationDrawer.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\PropertyDrawers\SpriteStateDrawer.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\RawImageEditor.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\RectMask2DEditor.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\ScrollRectEditor.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\ScrollbarEditor.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\SelectableEditor.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\SelfControllerEditor.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\SliderEditor.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\SpriteDrawUtility.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\TextEditor.cs" />
    <Compile Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UI\ToggleEditor.cs" />
    <None Include="C:\Program Files\Unity\Hub\Editor\2019.4.3f1\Editor\Data\Resources\PackageManager\BuiltInPackages\com.unity.ugui\Editor\UnityEditor.UI.asmdef" />
    <Reference Include="UnityEngine">
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
107
108
    </Reference>
    <Reference Include="UnityEngine.AIModule">
BlackAngle233's avatar
BlackAngle233 committed
109
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
110
111
    </Reference>
    <Reference Include="UnityEngine.ARModule">
BlackAngle233's avatar
BlackAngle233 committed
112
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
113
114
    </Reference>
    <Reference Include="UnityEngine.AccessibilityModule">
BlackAngle233's avatar
BlackAngle233 committed
115
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
116
117
    </Reference>
    <Reference Include="UnityEngine.AndroidJNIModule">
BlackAngle233's avatar
BlackAngle233 committed
118
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
119
120
    </Reference>
    <Reference Include="UnityEngine.AnimationModule">
BlackAngle233's avatar
BlackAngle233 committed
121
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
122
123
    </Reference>
    <Reference Include="UnityEngine.AssetBundleModule">
BlackAngle233's avatar
BlackAngle233 committed
124
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
125
126
    </Reference>
    <Reference Include="UnityEngine.AudioModule">
BlackAngle233's avatar
BlackAngle233 committed
127
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
128
129
    </Reference>
    <Reference Include="UnityEngine.ClothModule">
BlackAngle233's avatar
BlackAngle233 committed
130
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
131
132
    </Reference>
    <Reference Include="UnityEngine.ClusterInputModule">
BlackAngle233's avatar
BlackAngle233 committed
133
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
134
135
    </Reference>
    <Reference Include="UnityEngine.ClusterRendererModule">
BlackAngle233's avatar
BlackAngle233 committed
136
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
137
138
    </Reference>
    <Reference Include="UnityEngine.CoreModule">
BlackAngle233's avatar
BlackAngle233 committed
139
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
140
141
    </Reference>
    <Reference Include="UnityEngine.CrashReportingModule">
BlackAngle233's avatar
BlackAngle233 committed
142
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
143
144
    </Reference>
    <Reference Include="UnityEngine.DSPGraphModule">
BlackAngle233's avatar
BlackAngle233 committed
145
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
146
147
    </Reference>
    <Reference Include="UnityEngine.DirectorModule">
BlackAngle233's avatar
BlackAngle233 committed
148
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
149
150
    </Reference>
    <Reference Include="UnityEngine.GameCenterModule">
BlackAngle233's avatar
BlackAngle233 committed
151
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
152
153
    </Reference>
    <Reference Include="UnityEngine.GridModule">
BlackAngle233's avatar
BlackAngle233 committed
154
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
155
156
    </Reference>
    <Reference Include="UnityEngine.HotReloadModule">
BlackAngle233's avatar
BlackAngle233 committed
157
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
158
159
    </Reference>
    <Reference Include="UnityEngine.IMGUIModule">
BlackAngle233's avatar
BlackAngle233 committed
160
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
161
162
    </Reference>
    <Reference Include="UnityEngine.ImageConversionModule">
BlackAngle233's avatar
BlackAngle233 committed
163
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
164
165
    </Reference>
    <Reference Include="UnityEngine.InputModule">
BlackAngle233's avatar
BlackAngle233 committed
166
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
167
168
    </Reference>
    <Reference Include="UnityEngine.InputLegacyModule">
BlackAngle233's avatar
BlackAngle233 committed
169
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
170
171
    </Reference>
    <Reference Include="UnityEngine.JSONSerializeModule">
BlackAngle233's avatar
BlackAngle233 committed
172
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
173
174
    </Reference>
    <Reference Include="UnityEngine.LocalizationModule">
BlackAngle233's avatar
BlackAngle233 committed
175
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
176
177
    </Reference>
    <Reference Include="UnityEngine.ParticleSystemModule">
BlackAngle233's avatar
BlackAngle233 committed
178
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
179
180
    </Reference>
    <Reference Include="UnityEngine.PerformanceReportingModule">
BlackAngle233's avatar
BlackAngle233 committed
181
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
182
183
    </Reference>
    <Reference Include="UnityEngine.PhysicsModule">
BlackAngle233's avatar
BlackAngle233 committed
184
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
185
186
    </Reference>
    <Reference Include="UnityEngine.Physics2DModule">
BlackAngle233's avatar
BlackAngle233 committed
187
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
188
189
    </Reference>
    <Reference Include="UnityEngine.ProfilerModule">
BlackAngle233's avatar
BlackAngle233 committed
190
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
191
192
    </Reference>
    <Reference Include="UnityEngine.ScreenCaptureModule">
BlackAngle233's avatar
BlackAngle233 committed
193
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
194
195
    </Reference>
    <Reference Include="UnityEngine.SharedInternalsModule">
BlackAngle233's avatar
BlackAngle233 committed
196
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
197
198
    </Reference>
    <Reference Include="UnityEngine.SpriteMaskModule">
BlackAngle233's avatar
BlackAngle233 committed
199
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
200
201
    </Reference>
    <Reference Include="UnityEngine.SpriteShapeModule">
BlackAngle233's avatar
BlackAngle233 committed
202
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
203
204
    </Reference>
    <Reference Include="UnityEngine.StreamingModule">
BlackAngle233's avatar
BlackAngle233 committed
205
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
206
207
    </Reference>
    <Reference Include="UnityEngine.SubstanceModule">
BlackAngle233's avatar
BlackAngle233 committed
208
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
209
210
    </Reference>
    <Reference Include="UnityEngine.SubsystemsModule">
BlackAngle233's avatar
BlackAngle233 committed
211
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
212
213
    </Reference>
    <Reference Include="UnityEngine.TLSModule">
BlackAngle233's avatar
BlackAngle233 committed
214
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
215
216
    </Reference>
    <Reference Include="UnityEngine.TerrainModule">
BlackAngle233's avatar
BlackAngle233 committed
217
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
218
219
    </Reference>
    <Reference Include="UnityEngine.TerrainPhysicsModule">
BlackAngle233's avatar
BlackAngle233 committed
220
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
221
222
    </Reference>
    <Reference Include="UnityEngine.TextCoreModule">
BlackAngle233's avatar
BlackAngle233 committed
223
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
224
225
    </Reference>
    <Reference Include="UnityEngine.TextRenderingModule">
BlackAngle233's avatar
BlackAngle233 committed
226
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
227
228
    </Reference>
    <Reference Include="UnityEngine.TilemapModule">
BlackAngle233's avatar
BlackAngle233 committed
229
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
230
231
    </Reference>
    <Reference Include="UnityEngine.UIModule">
BlackAngle233's avatar
BlackAngle233 committed
232
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
233
234
    </Reference>
    <Reference Include="UnityEngine.UIElementsModule">
BlackAngle233's avatar
BlackAngle233 committed
235
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
236
237
    </Reference>
    <Reference Include="UnityEngine.UNETModule">
BlackAngle233's avatar
BlackAngle233 committed
238
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
239
240
    </Reference>
    <Reference Include="UnityEngine.UmbraModule">
BlackAngle233's avatar
BlackAngle233 committed
241
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
242
243
    </Reference>
    <Reference Include="UnityEngine.UnityAnalyticsModule">
BlackAngle233's avatar
BlackAngle233 committed
244
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
245
246
    </Reference>
    <Reference Include="UnityEngine.UnityConnectModule">
BlackAngle233's avatar
BlackAngle233 committed
247
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
248
249
    </Reference>
    <Reference Include="UnityEngine.UnityTestProtocolModule">
BlackAngle233's avatar
BlackAngle233 committed
250
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
251
252
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestModule">
BlackAngle233's avatar
BlackAngle233 committed
253
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
254
255
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
BlackAngle233's avatar
BlackAngle233 committed
256
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
257
258
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestAudioModule">
BlackAngle233's avatar
BlackAngle233 committed
259
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
260
261
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestTextureModule">
BlackAngle233's avatar
BlackAngle233 committed
262
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
263
264
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestWWWModule">
BlackAngle233's avatar
BlackAngle233 committed
265
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
266
267
    </Reference>
    <Reference Include="UnityEngine.VFXModule">
BlackAngle233's avatar
BlackAngle233 committed
268
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
269
270
    </Reference>
    <Reference Include="UnityEngine.VRModule">
BlackAngle233's avatar
BlackAngle233 committed
271
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
272
273
    </Reference>
    <Reference Include="UnityEngine.VehiclesModule">
BlackAngle233's avatar
BlackAngle233 committed
274
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
275
276
    </Reference>
    <Reference Include="UnityEngine.VideoModule">
BlackAngle233's avatar
BlackAngle233 committed
277
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
278
279
    </Reference>
    <Reference Include="UnityEngine.WindModule">
BlackAngle233's avatar
BlackAngle233 committed
280
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
281
282
    </Reference>
    <Reference Include="UnityEngine.XRModule">
BlackAngle233's avatar
BlackAngle233 committed
283
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
284
285
    </Reference>
    <Reference Include="UnityEditor">
BlackAngle233's avatar
BlackAngle233 committed
286
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEditor.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
287
288
    </Reference>
    <Reference Include="UnityEditor.VR">
BlackAngle233's avatar
BlackAngle233 committed
289
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
290
291
    </Reference>
    <Reference Include="UnityEditor.Graphs">
BlackAngle233's avatar
BlackAngle233 committed
292
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEditor.Graphs.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
293
294
    </Reference>
    <Reference Include="UnityEditor.WindowsStandalone.Extensions">
BlackAngle233's avatar
BlackAngle233 committed
295
296
297
298
299
300
301
302
303
304
305
306
307
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
    </Reference>
    <Reference Include="UnityEditor.Android.Extensions">
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll</HintPath>
    </Reference>
    <Reference Include="UnityEditor.iOS.Extensions">
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll</HintPath>
    </Reference>
    <Reference Include="SyntaxTree.VisualStudio.Unity.Bridge">
      <HintPath>C:/Program Files (x86)/Microsoft Visual Studio Tools for Unity/16.0/Editor/SyntaxTree.VisualStudio.Unity.Bridge.dll</HintPath>
    </Reference>
    <Reference Include="zxing.unity">
      <HintPath>C:/Users/BlackAngle/Desktop/MathsEngine/MathTec/Assets/Plugins/zxing/zxing.unity.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
308
309
    </Reference>
    <Reference Include="nunit.framework">
BlackAngle233's avatar
BlackAngle233 committed
310
311
312
313
314
315
316
      <HintPath>C:/Users/BlackAngle/Desktop/MathsEngine/MathTec/Library/PackageCache/com.unity.ext.nunit@1.0.0/net35/unity-custom/nunit.framework.dll</HintPath>
    </Reference>
    <Reference Include="UnityEditor.iOS.Extensions.Xcode">
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Xcode.dll</HintPath>
    </Reference>
    <Reference Include="UnityEditor.iOS.Extensions.Common">
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Common.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
317
318
    </Reference>
    <Reference Include="mscorlib">
BlackAngle233's avatar
BlackAngle233 committed
319
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/mscorlib.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
320
321
    </Reference>
    <Reference Include="System">
BlackAngle233's avatar
BlackAngle233 committed
322
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
323
324
    </Reference>
    <Reference Include="System.Core">
BlackAngle233's avatar
BlackAngle233 committed
325
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Core.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
326
327
    </Reference>
    <Reference Include="System.Runtime.Serialization">
BlackAngle233's avatar
BlackAngle233 committed
328
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Runtime.Serialization.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
329
330
    </Reference>
    <Reference Include="System.Xml">
BlackAngle233's avatar
BlackAngle233 committed
331
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
332
333
    </Reference>
    <Reference Include="System.Xml.Linq">
BlackAngle233's avatar
BlackAngle233 committed
334
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Xml.Linq.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
335
336
    </Reference>
    <Reference Include="System.Numerics">
BlackAngle233's avatar
BlackAngle233 committed
337
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
338
339
    </Reference>
    <Reference Include="System.Numerics.Vectors">
BlackAngle233's avatar
BlackAngle233 committed
340
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Numerics.Vectors.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
341
342
    </Reference>
    <Reference Include="System.Net.Http">
BlackAngle233's avatar
BlackAngle233 committed
343
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Net.Http.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
344
345
    </Reference>
    <Reference Include="Microsoft.CSharp">
BlackAngle233's avatar
BlackAngle233 committed
346
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Microsoft.CSharp.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
347
348
    </Reference>
    <Reference Include="System.Data">
BlackAngle233's avatar
BlackAngle233 committed
349
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/System.Data.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
350
351
    </Reference>
    <Reference Include="Microsoft.Win32.Primitives">
BlackAngle233's avatar
BlackAngle233 committed
352
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/Microsoft.Win32.Primitives.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
353
354
    </Reference>
    <Reference Include="netstandard">
BlackAngle233's avatar
BlackAngle233 committed
355
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/netstandard.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
356
357
    </Reference>
    <Reference Include="System.AppContext">
BlackAngle233's avatar
BlackAngle233 committed
358
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.AppContext.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
359
360
    </Reference>
    <Reference Include="System.Collections.Concurrent">
BlackAngle233's avatar
BlackAngle233 committed
361
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Concurrent.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
362
363
    </Reference>
    <Reference Include="System.Collections">
BlackAngle233's avatar
BlackAngle233 committed
364
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
365
366
    </Reference>
    <Reference Include="System.Collections.NonGeneric">
BlackAngle233's avatar
BlackAngle233 committed
367
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.NonGeneric.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
368
369
    </Reference>
    <Reference Include="System.Collections.Specialized">
BlackAngle233's avatar
BlackAngle233 committed
370
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Collections.Specialized.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
371
372
    </Reference>
    <Reference Include="System.ComponentModel.Annotations">
BlackAngle233's avatar
BlackAngle233 committed
373
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Annotations.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
374
375
    </Reference>
    <Reference Include="System.ComponentModel">
BlackAngle233's avatar
BlackAngle233 committed
376
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
377
378
    </Reference>
    <Reference Include="System.ComponentModel.EventBasedAsync">
BlackAngle233's avatar
BlackAngle233 committed
379
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.EventBasedAsync.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
380
381
    </Reference>
    <Reference Include="System.ComponentModel.Primitives">
BlackAngle233's avatar
BlackAngle233 committed
382
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.Primitives.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
383
384
    </Reference>
    <Reference Include="System.ComponentModel.TypeConverter">
BlackAngle233's avatar
BlackAngle233 committed
385
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ComponentModel.TypeConverter.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
386
387
    </Reference>
    <Reference Include="System.Console">
BlackAngle233's avatar
BlackAngle233 committed
388
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Console.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
389
390
    </Reference>
    <Reference Include="System.Data.Common">
BlackAngle233's avatar
BlackAngle233 committed
391
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Data.Common.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
392
393
    </Reference>
    <Reference Include="System.Diagnostics.Contracts">
BlackAngle233's avatar
BlackAngle233 committed
394
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Contracts.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
395
396
    </Reference>
    <Reference Include="System.Diagnostics.Debug">
BlackAngle233's avatar
BlackAngle233 committed
397
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Debug.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
398
399
    </Reference>
    <Reference Include="System.Diagnostics.FileVersionInfo">
BlackAngle233's avatar
BlackAngle233 committed
400
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.FileVersionInfo.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
401
402
    </Reference>
    <Reference Include="System.Diagnostics.Process">
BlackAngle233's avatar
BlackAngle233 committed
403
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Process.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
404
405
    </Reference>
    <Reference Include="System.Diagnostics.StackTrace">
BlackAngle233's avatar
BlackAngle233 committed
406
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.StackTrace.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
407
408
    </Reference>
    <Reference Include="System.Diagnostics.TextWriterTraceListener">
BlackAngle233's avatar
BlackAngle233 committed
409
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TextWriterTraceListener.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
410
411
    </Reference>
    <Reference Include="System.Diagnostics.Tools">
BlackAngle233's avatar
BlackAngle233 committed
412
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.Tools.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
413
414
    </Reference>
    <Reference Include="System.Diagnostics.TraceSource">
BlackAngle233's avatar
BlackAngle233 committed
415
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Diagnostics.TraceSource.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
416
417
    </Reference>
    <Reference Include="System.Drawing.Primitives">
BlackAngle233's avatar
BlackAngle233 committed
418
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Drawing.Primitives.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
419
420
    </Reference>
    <Reference Include="System.Dynamic.Runtime">
BlackAngle233's avatar
BlackAngle233 committed
421
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Dynamic.Runtime.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
422
423
    </Reference>
    <Reference Include="System.Globalization.Calendars">
BlackAngle233's avatar
BlackAngle233 committed
424
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Calendars.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
425
426
    </Reference>
    <Reference Include="System.Globalization">
BlackAngle233's avatar
BlackAngle233 committed
427
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
428
429
    </Reference>
    <Reference Include="System.Globalization.Extensions">
BlackAngle233's avatar
BlackAngle233 committed
430
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Globalization.Extensions.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
431
432
    </Reference>
    <Reference Include="System.IO.Compression.ZipFile">
BlackAngle233's avatar
BlackAngle233 committed
433
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Compression.ZipFile.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
434
435
    </Reference>
    <Reference Include="System.IO">
BlackAngle233's avatar
BlackAngle233 committed
436
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
437
438
    </Reference>
    <Reference Include="System.IO.FileSystem">
BlackAngle233's avatar
BlackAngle233 committed
439
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
440
441
    </Reference>
    <Reference Include="System.IO.FileSystem.DriveInfo">
BlackAngle233's avatar
BlackAngle233 committed
442
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.DriveInfo.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
443
444
    </Reference>
    <Reference Include="System.IO.FileSystem.Primitives">
BlackAngle233's avatar
BlackAngle233 committed
445
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Primitives.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
446
447
    </Reference>
    <Reference Include="System.IO.FileSystem.Watcher">
BlackAngle233's avatar
BlackAngle233 committed
448
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.FileSystem.Watcher.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
449
450
    </Reference>
    <Reference Include="System.IO.IsolatedStorage">
BlackAngle233's avatar
BlackAngle233 committed
451
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.IsolatedStorage.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
452
453
    </Reference>
    <Reference Include="System.IO.MemoryMappedFiles">
BlackAngle233's avatar
BlackAngle233 committed
454
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.MemoryMappedFiles.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
455
456
    </Reference>
    <Reference Include="System.IO.Pipes">
BlackAngle233's avatar
BlackAngle233 committed
457
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.Pipes.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
458
459
    </Reference>
    <Reference Include="System.IO.UnmanagedMemoryStream">
BlackAngle233's avatar
BlackAngle233 committed
460
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.IO.UnmanagedMemoryStream.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
461
462
    </Reference>
    <Reference Include="System.Linq">
BlackAngle233's avatar
BlackAngle233 committed
463
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
464
465
    </Reference>
    <Reference Include="System.Linq.Expressions">
BlackAngle233's avatar
BlackAngle233 committed
466
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Expressions.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
467
468
    </Reference>
    <Reference Include="System.Linq.Parallel">
BlackAngle233's avatar
BlackAngle233 committed
469
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Parallel.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
470
471
    </Reference>
    <Reference Include="System.Linq.Queryable">
BlackAngle233's avatar
BlackAngle233 committed
472
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Linq.Queryable.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
473
474
    </Reference>
    <Reference Include="System.Net.Http.Rtc">
BlackAngle233's avatar
BlackAngle233 committed
475
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Http.Rtc.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
476
477
    </Reference>
    <Reference Include="System.Net.NameResolution">
BlackAngle233's avatar
BlackAngle233 committed
478
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NameResolution.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
479
480
    </Reference>
    <Reference Include="System.Net.NetworkInformation">
BlackAngle233's avatar
BlackAngle233 committed
481
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.NetworkInformation.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
482
483
    </Reference>
    <Reference Include="System.Net.Ping">
BlackAngle233's avatar
BlackAngle233 committed
484
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Ping.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
485
486
    </Reference>
    <Reference Include="System.Net.Primitives">
BlackAngle233's avatar
BlackAngle233 committed
487
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Primitives.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
488
489
    </Reference>
    <Reference Include="System.Net.Requests">
BlackAngle233's avatar
BlackAngle233 committed
490
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Requests.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
491
492
    </Reference>
    <Reference Include="System.Net.Security">
BlackAngle233's avatar
BlackAngle233 committed
493
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Security.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
494
495
    </Reference>
    <Reference Include="System.Net.Sockets">
BlackAngle233's avatar
BlackAngle233 committed
496
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.Sockets.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
497
498
    </Reference>
    <Reference Include="System.Net.WebHeaderCollection">
BlackAngle233's avatar
BlackAngle233 committed
499
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebHeaderCollection.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
500
501
    </Reference>
    <Reference Include="System.Net.WebSockets.Client">
BlackAngle233's avatar
BlackAngle233 committed
502
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.Client.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
503
504
    </Reference>
    <Reference Include="System.Net.WebSockets">
BlackAngle233's avatar
BlackAngle233 committed
505
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Net.WebSockets.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
506
507
    </Reference>
    <Reference Include="System.ObjectModel">
BlackAngle233's avatar
BlackAngle233 committed
508
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ObjectModel.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
509
510
    </Reference>
    <Reference Include="System.Reflection">
BlackAngle233's avatar
BlackAngle233 committed
511
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
512
513
    </Reference>
    <Reference Include="System.Reflection.Emit">
BlackAngle233's avatar
BlackAngle233 committed
514
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
515
516
    </Reference>
    <Reference Include="System.Reflection.Emit.ILGeneration">
BlackAngle233's avatar
BlackAngle233 committed
517
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.ILGeneration.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
518
519
    </Reference>
    <Reference Include="System.Reflection.Emit.Lightweight">
BlackAngle233's avatar
BlackAngle233 committed
520
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Emit.Lightweight.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
521
522
    </Reference>
    <Reference Include="System.Reflection.Extensions">
BlackAngle233's avatar
BlackAngle233 committed
523
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Extensions.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
524
525
    </Reference>
    <Reference Include="System.Reflection.Primitives">
BlackAngle233's avatar
BlackAngle233 committed
526
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Reflection.Primitives.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
527
528
    </Reference>
    <Reference Include="System.Resources.Reader">
BlackAngle233's avatar
BlackAngle233 committed
529
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Reader.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
530
531
    </Reference>
    <Reference Include="System.Resources.ResourceManager">
BlackAngle233's avatar
BlackAngle233 committed
532
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.ResourceManager.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
533
534
    </Reference>
    <Reference Include="System.Resources.Writer">
BlackAngle233's avatar
BlackAngle233 committed
535
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Resources.Writer.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
536
537
    </Reference>
    <Reference Include="System.Runtime.CompilerServices.VisualC">
BlackAngle233's avatar
BlackAngle233 committed
538
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.CompilerServices.VisualC.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
539
540
    </Reference>
    <Reference Include="System.Runtime">
BlackAngle233's avatar
BlackAngle233 committed
541
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
542
543
    </Reference>
    <Reference Include="System.Runtime.Extensions">
BlackAngle233's avatar
BlackAngle233 committed
544
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Extensions.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
545
546
    </Reference>
    <Reference Include="System.Runtime.Handles">
BlackAngle233's avatar
BlackAngle233 committed
547
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Handles.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
548
549
    </Reference>
    <Reference Include="System.Runtime.InteropServices">
BlackAngle233's avatar
BlackAngle233 committed
550
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
551
552
    </Reference>
    <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
BlackAngle233's avatar
BlackAngle233 committed
553
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
554
555
    </Reference>
    <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
BlackAngle233's avatar
BlackAngle233 committed
556
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
557
558
    </Reference>
    <Reference Include="System.Runtime.Numerics">
BlackAngle233's avatar
BlackAngle233 committed
559
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Numerics.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
560
561
    </Reference>
    <Reference Include="System.Runtime.Serialization.Formatters">
BlackAngle233's avatar
BlackAngle233 committed
562
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Formatters.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
563
564
    </Reference>
    <Reference Include="System.Runtime.Serialization.Json">
BlackAngle233's avatar
BlackAngle233 committed
565
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Json.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
566
567
    </Reference>
    <Reference Include="System.Runtime.Serialization.Primitives">
BlackAngle233's avatar
BlackAngle233 committed
568
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Primitives.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
569
570
    </Reference>
    <Reference Include="System.Runtime.Serialization.Xml">
BlackAngle233's avatar
BlackAngle233 committed
571
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Runtime.Serialization.Xml.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
572
573
    </Reference>
    <Reference Include="System.Security.Claims">
BlackAngle233's avatar
BlackAngle233 committed
574
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Claims.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
575
576
    </Reference>
    <Reference Include="System.Security.Cryptography.Algorithms">
BlackAngle233's avatar
BlackAngle233 committed
577
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Algorithms.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
578
579
    </Reference>
    <Reference Include="System.Security.Cryptography.Csp">
BlackAngle233's avatar
BlackAngle233 committed
580
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Csp.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
581
582
    </Reference>
    <Reference Include="System.Security.Cryptography.Encoding">
BlackAngle233's avatar
BlackAngle233 committed
583
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Encoding.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
584
585
    </Reference>
    <Reference Include="System.Security.Cryptography.Primitives">
BlackAngle233's avatar
BlackAngle233 committed
586
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.Primitives.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
587
588
    </Reference>
    <Reference Include="System.Security.Cryptography.X509Certificates">
BlackAngle233's avatar
BlackAngle233 committed
589
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Cryptography.X509Certificates.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
590
591
    </Reference>
    <Reference Include="System.Security.Principal">
BlackAngle233's avatar
BlackAngle233 committed
592
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.Principal.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
593
594
    </Reference>
    <Reference Include="System.Security.SecureString">
BlackAngle233's avatar
BlackAngle233 committed
595
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Security.SecureString.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
596
597
    </Reference>
    <Reference Include="System.ServiceModel.Duplex">
BlackAngle233's avatar
BlackAngle233 committed
598
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Duplex.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
599
600
    </Reference>
    <Reference Include="System.ServiceModel.Http">
BlackAngle233's avatar
BlackAngle233 committed
601
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Http.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
602
603
    </Reference>
    <Reference Include="System.ServiceModel.NetTcp">
BlackAngle233's avatar
BlackAngle233 committed
604
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.NetTcp.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
605
606
    </Reference>
    <Reference Include="System.ServiceModel.Primitives">
BlackAngle233's avatar
BlackAngle233 committed
607
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Primitives.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
608
609
    </Reference>
    <Reference Include="System.ServiceModel.Security">
BlackAngle233's avatar
BlackAngle233 committed
610
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ServiceModel.Security.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
611
612
    </Reference>
    <Reference Include="System.Text.Encoding">
BlackAngle233's avatar
BlackAngle233 committed
613
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
614
615
    </Reference>
    <Reference Include="System.Text.Encoding.Extensions">
BlackAngle233's avatar
BlackAngle233 committed
616
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.Encoding.Extensions.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
617
618
    </Reference>
    <Reference Include="System.Text.RegularExpressions">
BlackAngle233's avatar
BlackAngle233 committed
619
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Text.RegularExpressions.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
620
621
    </Reference>
    <Reference Include="System.Threading">
BlackAngle233's avatar
BlackAngle233 committed
622
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
623
624
    </Reference>
    <Reference Include="System.Threading.Overlapped">
BlackAngle233's avatar
BlackAngle233 committed
625
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Overlapped.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
626
627
    </Reference>
    <Reference Include="System.Threading.Tasks">
BlackAngle233's avatar
BlackAngle233 committed
628
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
629
630
    </Reference>
    <Reference Include="System.Threading.Tasks.Parallel">
BlackAngle233's avatar
BlackAngle233 committed
631
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Tasks.Parallel.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
632
633
    </Reference>
    <Reference Include="System.Threading.Thread">
BlackAngle233's avatar
BlackAngle233 committed
634
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Thread.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
635
636
    </Reference>
    <Reference Include="System.Threading.ThreadPool">
BlackAngle233's avatar
BlackAngle233 committed
637
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.ThreadPool.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
638
639
    </Reference>
    <Reference Include="System.Threading.Timer">
BlackAngle233's avatar
BlackAngle233 committed
640
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Threading.Timer.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
641
642
    </Reference>
    <Reference Include="System.ValueTuple">
BlackAngle233's avatar
BlackAngle233 committed
643
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.ValueTuple.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
644
645
    </Reference>
    <Reference Include="System.Xml.ReaderWriter">
BlackAngle233's avatar
BlackAngle233 committed
646
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.ReaderWriter.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
647
648
    </Reference>
    <Reference Include="System.Xml.XDocument">
BlackAngle233's avatar
BlackAngle233 committed
649
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XDocument.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
650
651
    </Reference>
    <Reference Include="System.Xml.XmlDocument">
BlackAngle233's avatar
BlackAngle233 committed
652
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlDocument.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
653
654
    </Reference>
    <Reference Include="System.Xml.XmlSerializer">
BlackAngle233's avatar
BlackAngle233 committed
655
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XmlSerializer.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
656
657
    </Reference>
    <Reference Include="System.Xml.XPath">
BlackAngle233's avatar
BlackAngle233 committed
658
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
659
660
    </Reference>
    <Reference Include="System.Xml.XPath.XDocument">
BlackAngle233's avatar
BlackAngle233 committed
661
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/4.7.1-api/Facades/System.Xml.XPath.XDocument.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
662
663
    </Reference>
    <Reference Include="UnityScript">
BlackAngle233's avatar
BlackAngle233 committed
664
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
665
666
    </Reference>
    <Reference Include="UnityScript.Lang">
BlackAngle233's avatar
BlackAngle233 committed
667
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.Lang.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
668
669
    </Reference>
    <Reference Include="Boo.Lang">
BlackAngle233's avatar
BlackAngle233 committed
670
      <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/Boo.Lang.dll</HintPath>
BlackAngle233's avatar
BlackAngle233 committed
671
672
673
674
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="UnityEngine.UI.csproj">
BlackAngle233's avatar
BlackAngle233 committed
675
      <Project>{7A034072-F54A-A259-1DE5-72A4C144801C}</Project>
BlackAngle233's avatar
BlackAngle233 committed
676
677
678
      <Name>UnityEngine.UI</Name>
    </ProjectReference>
    <ProjectReference Include="UnityEditor.TestRunner.csproj">
BlackAngle233's avatar
BlackAngle233 committed
679
      <Project>{F50B8524-B520-9ECD-37CD-2C22B019E5E0}</Project>
BlackAngle233's avatar
BlackAngle233 committed
680
681
682
      <Name>UnityEditor.TestRunner</Name>
    </ProjectReference>
    <ProjectReference Include="UnityEngine.TestRunner.csproj">
BlackAngle233's avatar
BlackAngle233 committed
683
      <Project>{FE6D80F1-EBDC-0DCE-3632-9054ABBD1E10}</Project>
BlackAngle233's avatar
BlackAngle233 committed
684
685
686
687
      <Name>UnityEngine.TestRunner</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
BlackAngle233's avatar
BlackAngle233 committed
688
689
  <Target Name="GenerateTargetFrameworkMonikerAttribute" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
BlackAngle233's avatar
BlackAngle233 committed
690
691
692
693
694
695
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
BlackAngle233's avatar
BlackAngle233 committed
696
</Project>