Assembly-CSharp-Editor.csproj 48.2 KB
Newer Older
BlackAngle233's avatar
212    
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>{dd10dc2b-614e-d30b-ae3a-d5a823e13ada}</ProjectGuid>
BlackAngle233's avatar
212    
BlackAngle233 committed
13
14
15
16
17
18
19
20
21
22
23
24
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <AssemblyName>Assembly-CSharp-Editor</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
    <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;PLATFORM_ARCH_64;UNITY_64;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_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_WIN;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_OUT_OF_PROCESS_CRASH_HANDLER;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_WEBSOCKET_HOST;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_CUSTOM_RENDER_TEXTURE;ENABLE_DIRECTOR;ENABLE_LOCALIZATION;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_TILEMAP;ENABLE_TIMELINE;ENABLE_LEGACY_INPUT_MANAGER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER;NET_STANDARD_2_0</DefineConstants>
BlackAngle233's avatar
212    
BlackAngle233 committed
26
27
28
29
30
31
32
33
34
35
36
37
38
    <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>
BlackAngle233's avatar
BlackAngle233 committed
39
40
41
42
43
44
45
46
47
48
49
50
     <Compile Include="Assets\EasyAR\Scripts\Editor\EasyARSettingsEditor.cs" />
     <Compile Include="Assets\EasyAR\Scripts\Editor\EasyARSettingsMenuItems.cs" />
     <Compile Include="Assets\EasyAR\Scripts\Editor\ObjectSensing\CloudRecognizerFrameFilterEditor.cs" />
     <Compile Include="Assets\EasyAR\Scripts\Editor\ObjectSensing\ImageTargetControllerEditor.cs" />
     <Compile Include="Assets\EasyAR\Scripts\Editor\ObjectSensing\ImageTargetDataGenerator.cs" />
     <Compile Include="Assets\EasyAR\Scripts\Editor\ObjectSensing\ImageTrackerFrameFilterEditor.cs" />
     <Compile Include="Assets\EasyAR\Scripts\Editor\ObjectSensing\ObjectTargetControllerEditor.cs" />
     <Compile Include="Assets\EasyAR\Scripts\Editor\ObjectSensing\ObjectTrackerFrameFilterEditor.cs" />
     <Compile Include="Assets\EasyAR\Scripts\Editor\Workflow\ARSessionEditor.cs" />
     <Compile Include="Assets\EasyAR\Scripts\Editor\WorldSensing\SparseSpatialMapControllerEditor.cs" />
     <Compile Include="Assets\EasyAR\Scripts\Editor\WorldSensing\SparseSpatialMapWorkerFrameFilterEditor.cs" />
     <Compile Include="Assets\EasyAR\Scripts\Editor\WorldSensing\VideoCameraDeviceEditor.cs" />
BlackAngle233's avatar
212    
BlackAngle233 committed
51
    <Reference Include="UnityEngine">
BlackAngle233's avatar
BlackAngle233 committed
52
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
53
54
    </Reference>
    <Reference Include="UnityEngine.AIModule">
BlackAngle233's avatar
BlackAngle233 committed
55
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
56
57
    </Reference>
    <Reference Include="UnityEngine.ARModule">
BlackAngle233's avatar
BlackAngle233 committed
58
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
59
60
    </Reference>
    <Reference Include="UnityEngine.AccessibilityModule">
BlackAngle233's avatar
BlackAngle233 committed
61
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
62
63
    </Reference>
    <Reference Include="UnityEngine.AndroidJNIModule">
BlackAngle233's avatar
BlackAngle233 committed
64
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
65
66
    </Reference>
    <Reference Include="UnityEngine.AnimationModule">
BlackAngle233's avatar
BlackAngle233 committed
67
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
68
69
    </Reference>
    <Reference Include="UnityEngine.AssetBundleModule">
BlackAngle233's avatar
BlackAngle233 committed
70
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
71
72
    </Reference>
    <Reference Include="UnityEngine.AudioModule">
BlackAngle233's avatar
BlackAngle233 committed
73
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
74
75
    </Reference>
    <Reference Include="UnityEngine.ClothModule">
BlackAngle233's avatar
BlackAngle233 committed
76
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
77
78
    </Reference>
    <Reference Include="UnityEngine.ClusterInputModule">
BlackAngle233's avatar
BlackAngle233 committed
79
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
80
81
    </Reference>
    <Reference Include="UnityEngine.ClusterRendererModule">
BlackAngle233's avatar
BlackAngle233 committed
82
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
83
84
    </Reference>
    <Reference Include="UnityEngine.CoreModule">
BlackAngle233's avatar
BlackAngle233 committed
85
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
86
87
    </Reference>
    <Reference Include="UnityEngine.CrashReportingModule">
BlackAngle233's avatar
BlackAngle233 committed
88
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
89
90
    </Reference>
    <Reference Include="UnityEngine.DSPGraphModule">
BlackAngle233's avatar
BlackAngle233 committed
91
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
92
93
    </Reference>
    <Reference Include="UnityEngine.DirectorModule">
BlackAngle233's avatar
BlackAngle233 committed
94
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
95
96
    </Reference>
    <Reference Include="UnityEngine.GameCenterModule">
BlackAngle233's avatar
BlackAngle233 committed
97
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
98
99
    </Reference>
    <Reference Include="UnityEngine.GridModule">
BlackAngle233's avatar
BlackAngle233 committed
100
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
101
102
    </Reference>
    <Reference Include="UnityEngine.HotReloadModule">
BlackAngle233's avatar
BlackAngle233 committed
103
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
104
105
    </Reference>
    <Reference Include="UnityEngine.IMGUIModule">
BlackAngle233's avatar
BlackAngle233 committed
106
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
107
108
    </Reference>
    <Reference Include="UnityEngine.ImageConversionModule">
BlackAngle233's avatar
BlackAngle233 committed
109
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
110
111
    </Reference>
    <Reference Include="UnityEngine.InputModule">
BlackAngle233's avatar
BlackAngle233 committed
112
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
113
114
    </Reference>
    <Reference Include="UnityEngine.InputLegacyModule">
BlackAngle233's avatar
BlackAngle233 committed
115
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
116
117
    </Reference>
    <Reference Include="UnityEngine.JSONSerializeModule">
BlackAngle233's avatar
BlackAngle233 committed
118
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
119
120
    </Reference>
    <Reference Include="UnityEngine.LocalizationModule">
BlackAngle233's avatar
BlackAngle233 committed
121
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
122
123
    </Reference>
    <Reference Include="UnityEngine.ParticleSystemModule">
BlackAngle233's avatar
BlackAngle233 committed
124
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
125
126
    </Reference>
    <Reference Include="UnityEngine.PerformanceReportingModule">
BlackAngle233's avatar
BlackAngle233 committed
127
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
128
129
    </Reference>
    <Reference Include="UnityEngine.PhysicsModule">
BlackAngle233's avatar
BlackAngle233 committed
130
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
131
132
    </Reference>
    <Reference Include="UnityEngine.Physics2DModule">
BlackAngle233's avatar
BlackAngle233 committed
133
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
134
135
    </Reference>
    <Reference Include="UnityEngine.ProfilerModule">
BlackAngle233's avatar
BlackAngle233 committed
136
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
137
138
    </Reference>
    <Reference Include="UnityEngine.ScreenCaptureModule">
BlackAngle233's avatar
BlackAngle233 committed
139
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
140
141
    </Reference>
    <Reference Include="UnityEngine.SharedInternalsModule">
BlackAngle233's avatar
BlackAngle233 committed
142
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
143
144
    </Reference>
    <Reference Include="UnityEngine.SpriteMaskModule">
BlackAngle233's avatar
BlackAngle233 committed
145
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
146
147
    </Reference>
    <Reference Include="UnityEngine.SpriteShapeModule">
BlackAngle233's avatar
BlackAngle233 committed
148
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
149
150
    </Reference>
    <Reference Include="UnityEngine.StreamingModule">
BlackAngle233's avatar
BlackAngle233 committed
151
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
152
153
    </Reference>
    <Reference Include="UnityEngine.SubstanceModule">
BlackAngle233's avatar
BlackAngle233 committed
154
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
155
156
    </Reference>
    <Reference Include="UnityEngine.SubsystemsModule">
BlackAngle233's avatar
BlackAngle233 committed
157
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
158
159
    </Reference>
    <Reference Include="UnityEngine.TLSModule">
BlackAngle233's avatar
BlackAngle233 committed
160
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
161
162
    </Reference>
    <Reference Include="UnityEngine.TerrainModule">
BlackAngle233's avatar
BlackAngle233 committed
163
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
164
165
    </Reference>
    <Reference Include="UnityEngine.TerrainPhysicsModule">
BlackAngle233's avatar
BlackAngle233 committed
166
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
167
168
    </Reference>
    <Reference Include="UnityEngine.TextCoreModule">
BlackAngle233's avatar
BlackAngle233 committed
169
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
170
171
    </Reference>
    <Reference Include="UnityEngine.TextRenderingModule">
BlackAngle233's avatar
BlackAngle233 committed
172
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
173
174
    </Reference>
    <Reference Include="UnityEngine.TilemapModule">
BlackAngle233's avatar
BlackAngle233 committed
175
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
176
177
    </Reference>
    <Reference Include="UnityEngine.UIModule">
BlackAngle233's avatar
BlackAngle233 committed
178
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
179
180
    </Reference>
    <Reference Include="UnityEngine.UIElementsModule">
BlackAngle233's avatar
BlackAngle233 committed
181
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
182
183
    </Reference>
    <Reference Include="UnityEngine.UNETModule">
BlackAngle233's avatar
BlackAngle233 committed
184
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
185
186
    </Reference>
    <Reference Include="UnityEngine.UmbraModule">
BlackAngle233's avatar
BlackAngle233 committed
187
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
188
189
    </Reference>
    <Reference Include="UnityEngine.UnityAnalyticsModule">
BlackAngle233's avatar
BlackAngle233 committed
190
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
191
192
    </Reference>
    <Reference Include="UnityEngine.UnityConnectModule">
BlackAngle233's avatar
BlackAngle233 committed
193
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
194
195
    </Reference>
    <Reference Include="UnityEngine.UnityTestProtocolModule">
BlackAngle233's avatar
BlackAngle233 committed
196
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
197
198
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestModule">
BlackAngle233's avatar
BlackAngle233 committed
199
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
200
201
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
BlackAngle233's avatar
BlackAngle233 committed
202
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
203
204
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestAudioModule">
BlackAngle233's avatar
BlackAngle233 committed
205
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
206
207
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestTextureModule">
BlackAngle233's avatar
BlackAngle233 committed
208
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
209
210
    </Reference>
    <Reference Include="UnityEngine.UnityWebRequestWWWModule">
BlackAngle233's avatar
BlackAngle233 committed
211
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
212
213
    </Reference>
    <Reference Include="UnityEngine.VFXModule">
BlackAngle233's avatar
BlackAngle233 committed
214
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
215
216
    </Reference>
    <Reference Include="UnityEngine.VRModule">
BlackAngle233's avatar
BlackAngle233 committed
217
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
218
219
    </Reference>
    <Reference Include="UnityEngine.VehiclesModule">
BlackAngle233's avatar
BlackAngle233 committed
220
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
221
222
    </Reference>
    <Reference Include="UnityEngine.VideoModule">
BlackAngle233's avatar
BlackAngle233 committed
223
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
224
225
    </Reference>
    <Reference Include="UnityEngine.WindModule">
BlackAngle233's avatar
BlackAngle233 committed
226
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
227
228
    </Reference>
    <Reference Include="UnityEngine.XRModule">
BlackAngle233's avatar
BlackAngle233 committed
229
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
230
231
    </Reference>
    <Reference Include="UnityEditor">
BlackAngle233's avatar
BlackAngle233 committed
232
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEditor.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
233
234
    </Reference>
    <Reference Include="UnityEditor.VR">
BlackAngle233's avatar
BlackAngle233 committed
235
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
236
237
    </Reference>
    <Reference Include="UnityEditor.Graphs">
BlackAngle233's avatar
BlackAngle233 committed
238
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/Managed/UnityEditor.Graphs.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
239
240
    </Reference>
    <Reference Include="UnityEditor.WindowsStandalone.Extensions">
BlackAngle233's avatar
BlackAngle233 committed
241
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/PlaybackEngines/WindowsStandaloneSupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
242
243
    </Reference>
    <Reference Include="nunit.framework">
BlackAngle233's avatar
BlackAngle233 committed
244
        <HintPath>C:/Users/BlackAngle/Desktop/MathsEngine/MathTec/Library/PackageCache/com.unity.ext.nunit@1.0.0/net35/unity-custom/nunit.framework.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
245
246
    </Reference>
    <Reference Include="mscorlib">
BlackAngle233's avatar
BlackAngle233 committed
247
        <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
212    
BlackAngle233 committed
248
249
    </Reference>
    <Reference Include="System">
BlackAngle233's avatar
BlackAngle233 committed
250
        <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
212    
BlackAngle233 committed
251
252
    </Reference>
    <Reference Include="System.Core">
BlackAngle233's avatar
BlackAngle233 committed
253
        <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
212    
BlackAngle233 committed
254
255
    </Reference>
    <Reference Include="System.Runtime.Serialization">
BlackAngle233's avatar
BlackAngle233 committed
256
        <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
212    
BlackAngle233 committed
257
258
    </Reference>
    <Reference Include="System.Xml">
BlackAngle233's avatar
BlackAngle233 committed
259
        <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
212    
BlackAngle233 committed
260
261
    </Reference>
    <Reference Include="System.Xml.Linq">
BlackAngle233's avatar
BlackAngle233 committed
262
        <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
212    
BlackAngle233 committed
263
264
    </Reference>
    <Reference Include="System.Numerics">
BlackAngle233's avatar
BlackAngle233 committed
265
        <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
212    
BlackAngle233 committed
266
267
    </Reference>
    <Reference Include="System.Numerics.Vectors">
BlackAngle233's avatar
BlackAngle233 committed
268
        <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
212    
BlackAngle233 committed
269
270
    </Reference>
    <Reference Include="System.Net.Http">
BlackAngle233's avatar
BlackAngle233 committed
271
        <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
212    
BlackAngle233 committed
272
273
    </Reference>
    <Reference Include="Microsoft.CSharp">
BlackAngle233's avatar
BlackAngle233 committed
274
        <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
212    
BlackAngle233 committed
275
276
    </Reference>
    <Reference Include="System.Data">
BlackAngle233's avatar
BlackAngle233 committed
277
        <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
212    
BlackAngle233 committed
278
279
    </Reference>
    <Reference Include="Microsoft.Win32.Primitives">
BlackAngle233's avatar
BlackAngle233 committed
280
        <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
212    
BlackAngle233 committed
281
282
    </Reference>
    <Reference Include="netstandard">
BlackAngle233's avatar
BlackAngle233 committed
283
        <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
212    
BlackAngle233 committed
284
285
    </Reference>
    <Reference Include="System.AppContext">
BlackAngle233's avatar
BlackAngle233 committed
286
        <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
212    
BlackAngle233 committed
287
288
    </Reference>
    <Reference Include="System.Collections.Concurrent">
BlackAngle233's avatar
BlackAngle233 committed
289
        <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
212    
BlackAngle233 committed
290
291
    </Reference>
    <Reference Include="System.Collections">
BlackAngle233's avatar
BlackAngle233 committed
292
        <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
212    
BlackAngle233 committed
293
294
    </Reference>
    <Reference Include="System.Collections.NonGeneric">
BlackAngle233's avatar
BlackAngle233 committed
295
        <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
212    
BlackAngle233 committed
296
297
    </Reference>
    <Reference Include="System.Collections.Specialized">
BlackAngle233's avatar
BlackAngle233 committed
298
        <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
212    
BlackAngle233 committed
299
300
    </Reference>
    <Reference Include="System.ComponentModel.Annotations">
BlackAngle233's avatar
BlackAngle233 committed
301
        <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
212    
BlackAngle233 committed
302
303
    </Reference>
    <Reference Include="System.ComponentModel">
BlackAngle233's avatar
BlackAngle233 committed
304
        <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
212    
BlackAngle233 committed
305
306
    </Reference>
    <Reference Include="System.ComponentModel.EventBasedAsync">
BlackAngle233's avatar
BlackAngle233 committed
307
        <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
212    
BlackAngle233 committed
308
309
    </Reference>
    <Reference Include="System.ComponentModel.Primitives">
BlackAngle233's avatar
BlackAngle233 committed
310
        <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
212    
BlackAngle233 committed
311
312
    </Reference>
    <Reference Include="System.ComponentModel.TypeConverter">
BlackAngle233's avatar
BlackAngle233 committed
313
        <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
212    
BlackAngle233 committed
314
315
    </Reference>
    <Reference Include="System.Console">
BlackAngle233's avatar
BlackAngle233 committed
316
        <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
212    
BlackAngle233 committed
317
318
    </Reference>
    <Reference Include="System.Data.Common">
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/Facades/System.Data.Common.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
320
321
    </Reference>
    <Reference Include="System.Diagnostics.Contracts">
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/Facades/System.Diagnostics.Contracts.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
323
324
    </Reference>
    <Reference Include="System.Diagnostics.Debug">
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/Facades/System.Diagnostics.Debug.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
326
327
    </Reference>
    <Reference Include="System.Diagnostics.FileVersionInfo">
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/Facades/System.Diagnostics.FileVersionInfo.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
329
330
    </Reference>
    <Reference Include="System.Diagnostics.Process">
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/Facades/System.Diagnostics.Process.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
332
333
    </Reference>
    <Reference Include="System.Diagnostics.StackTrace">
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/Facades/System.Diagnostics.StackTrace.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
335
336
    </Reference>
    <Reference Include="System.Diagnostics.TextWriterTraceListener">
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/Facades/System.Diagnostics.TextWriterTraceListener.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
338
339
    </Reference>
    <Reference Include="System.Diagnostics.Tools">
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/Facades/System.Diagnostics.Tools.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
341
342
    </Reference>
    <Reference Include="System.Diagnostics.TraceSource">
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/Facades/System.Diagnostics.TraceSource.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
344
345
    </Reference>
    <Reference Include="System.Drawing.Primitives">
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/Facades/System.Drawing.Primitives.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
347
348
    </Reference>
    <Reference Include="System.Dynamic.Runtime">
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/Facades/System.Dynamic.Runtime.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
350
351
    </Reference>
    <Reference Include="System.Globalization.Calendars">
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/System.Globalization.Calendars.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
353
354
    </Reference>
    <Reference Include="System.Globalization">
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/System.Globalization.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
356
357
    </Reference>
    <Reference Include="System.Globalization.Extensions">
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.Globalization.Extensions.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
359
360
    </Reference>
    <Reference Include="System.IO.Compression.ZipFile">
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.IO.Compression.ZipFile.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
362
363
    </Reference>
    <Reference Include="System.IO">
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.IO.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
365
366
    </Reference>
    <Reference Include="System.IO.FileSystem">
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.IO.FileSystem.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
368
369
    </Reference>
    <Reference Include="System.IO.FileSystem.DriveInfo">
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.IO.FileSystem.DriveInfo.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
371
372
    </Reference>
    <Reference Include="System.IO.FileSystem.Primitives">
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.IO.FileSystem.Primitives.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
374
375
    </Reference>
    <Reference Include="System.IO.FileSystem.Watcher">
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.IO.FileSystem.Watcher.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
377
378
    </Reference>
    <Reference Include="System.IO.IsolatedStorage">
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.IO.IsolatedStorage.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
380
381
    </Reference>
    <Reference Include="System.IO.MemoryMappedFiles">
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.IO.MemoryMappedFiles.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
383
384
    </Reference>
    <Reference Include="System.IO.Pipes">
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.IO.Pipes.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
386
387
    </Reference>
    <Reference Include="System.IO.UnmanagedMemoryStream">
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.IO.UnmanagedMemoryStream.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
389
390
    </Reference>
    <Reference Include="System.Linq">
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.Linq.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
392
393
    </Reference>
    <Reference Include="System.Linq.Expressions">
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.Linq.Expressions.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
395
396
    </Reference>
    <Reference Include="System.Linq.Parallel">
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.Linq.Parallel.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
398
399
    </Reference>
    <Reference Include="System.Linq.Queryable">
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.Linq.Queryable.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
401
402
    </Reference>
    <Reference Include="System.Net.Http.Rtc">
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.Net.Http.Rtc.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
404
405
    </Reference>
    <Reference Include="System.Net.NameResolution">
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.Net.NameResolution.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
407
408
    </Reference>
    <Reference Include="System.Net.NetworkInformation">
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.Net.NetworkInformation.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
410
411
    </Reference>
    <Reference Include="System.Net.Ping">
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.Net.Ping.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
413
414
    </Reference>
    <Reference Include="System.Net.Primitives">
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.Net.Primitives.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
416
417
    </Reference>
    <Reference Include="System.Net.Requests">
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.Net.Requests.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
419
420
    </Reference>
    <Reference Include="System.Net.Security">
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.Net.Security.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
422
423
    </Reference>
    <Reference Include="System.Net.Sockets">
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.Net.Sockets.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
425
426
    </Reference>
    <Reference Include="System.Net.WebHeaderCollection">
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.Net.WebHeaderCollection.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
428
429
    </Reference>
    <Reference Include="System.Net.WebSockets.Client">
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.Net.WebSockets.Client.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
431
432
    </Reference>
    <Reference Include="System.Net.WebSockets">
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.Net.WebSockets.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
434
435
    </Reference>
    <Reference Include="System.ObjectModel">
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.ObjectModel.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
437
438
    </Reference>
    <Reference Include="System.Reflection">
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.Reflection.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
440
441
    </Reference>
    <Reference Include="System.Reflection.Emit">
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.Reflection.Emit.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
443
444
    </Reference>
    <Reference Include="System.Reflection.Emit.ILGeneration">
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.Reflection.Emit.ILGeneration.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
446
447
    </Reference>
    <Reference Include="System.Reflection.Emit.Lightweight">
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.Reflection.Emit.Lightweight.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
449
450
    </Reference>
    <Reference Include="System.Reflection.Extensions">
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.Reflection.Extensions.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
452
453
    </Reference>
    <Reference Include="System.Reflection.Primitives">
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.Reflection.Primitives.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
455
456
    </Reference>
    <Reference Include="System.Resources.Reader">
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.Resources.Reader.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
458
459
    </Reference>
    <Reference Include="System.Resources.ResourceManager">
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.Resources.ResourceManager.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
461
462
    </Reference>
    <Reference Include="System.Resources.Writer">
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.Resources.Writer.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
464
465
    </Reference>
    <Reference Include="System.Runtime.CompilerServices.VisualC">
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.Runtime.CompilerServices.VisualC.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
467
468
    </Reference>
    <Reference Include="System.Runtime">
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.Runtime.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
470
471
    </Reference>
    <Reference Include="System.Runtime.Extensions">
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.Runtime.Extensions.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
473
474
    </Reference>
    <Reference Include="System.Runtime.Handles">
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.Runtime.Handles.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
476
477
    </Reference>
    <Reference Include="System.Runtime.InteropServices">
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.Runtime.InteropServices.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
479
480
    </Reference>
    <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
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.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
482
483
    </Reference>
    <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
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.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
485
486
    </Reference>
    <Reference Include="System.Runtime.Numerics">
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.Runtime.Numerics.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
488
489
    </Reference>
    <Reference Include="System.Runtime.Serialization.Formatters">
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.Runtime.Serialization.Formatters.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
491
492
    </Reference>
    <Reference Include="System.Runtime.Serialization.Json">
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.Runtime.Serialization.Json.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
494
495
    </Reference>
    <Reference Include="System.Runtime.Serialization.Primitives">
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.Runtime.Serialization.Primitives.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
497
498
    </Reference>
    <Reference Include="System.Runtime.Serialization.Xml">
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.Runtime.Serialization.Xml.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
500
501
    </Reference>
    <Reference Include="System.Security.Claims">
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.Security.Claims.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
503
504
    </Reference>
    <Reference Include="System.Security.Cryptography.Algorithms">
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.Security.Cryptography.Algorithms.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
506
507
    </Reference>
    <Reference Include="System.Security.Cryptography.Csp">
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.Security.Cryptography.Csp.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
509
510
    </Reference>
    <Reference Include="System.Security.Cryptography.Encoding">
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.Security.Cryptography.Encoding.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
512
513
    </Reference>
    <Reference Include="System.Security.Cryptography.Primitives">
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.Security.Cryptography.Primitives.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
515
516
    </Reference>
    <Reference Include="System.Security.Cryptography.X509Certificates">
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.Security.Cryptography.X509Certificates.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
518
519
    </Reference>
    <Reference Include="System.Security.Principal">
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.Security.Principal.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
521
522
    </Reference>
    <Reference Include="System.Security.SecureString">
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.Security.SecureString.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
524
525
    </Reference>
    <Reference Include="System.ServiceModel.Duplex">
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.ServiceModel.Duplex.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
527
528
    </Reference>
    <Reference Include="System.ServiceModel.Http">
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.ServiceModel.Http.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
530
531
    </Reference>
    <Reference Include="System.ServiceModel.NetTcp">
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.ServiceModel.NetTcp.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
533
534
    </Reference>
    <Reference Include="System.ServiceModel.Primitives">
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.ServiceModel.Primitives.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
536
537
    </Reference>
    <Reference Include="System.ServiceModel.Security">
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.ServiceModel.Security.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
539
540
    </Reference>
    <Reference Include="System.Text.Encoding">
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.Text.Encoding.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
542
543
    </Reference>
    <Reference Include="System.Text.Encoding.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.Text.Encoding.Extensions.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
545
546
    </Reference>
    <Reference Include="System.Text.RegularExpressions">
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.Text.RegularExpressions.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
548
549
    </Reference>
    <Reference Include="System.Threading">
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.Threading.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
551
552
    </Reference>
    <Reference Include="System.Threading.Overlapped">
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.Threading.Overlapped.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
554
555
    </Reference>
    <Reference Include="System.Threading.Tasks">
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.Threading.Tasks.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
557
558
    </Reference>
    <Reference Include="System.Threading.Tasks.Parallel">
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.Threading.Tasks.Parallel.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
560
561
    </Reference>
    <Reference Include="System.Threading.Thread">
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.Threading.Thread.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
563
564
    </Reference>
    <Reference Include="System.Threading.ThreadPool">
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.Threading.ThreadPool.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
566
567
    </Reference>
    <Reference Include="System.Threading.Timer">
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.Threading.Timer.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
569
570
    </Reference>
    <Reference Include="System.ValueTuple">
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.ValueTuple.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
572
573
    </Reference>
    <Reference Include="System.Xml.ReaderWriter">
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.Xml.ReaderWriter.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
575
576
    </Reference>
    <Reference Include="System.Xml.XDocument">
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.Xml.XDocument.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
578
579
    </Reference>
    <Reference Include="System.Xml.XmlDocument">
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.Xml.XmlDocument.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
581
582
    </Reference>
    <Reference Include="System.Xml.XmlSerializer">
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.Xml.XmlSerializer.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
584
585
    </Reference>
    <Reference Include="System.Xml.XPath">
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.Xml.XPath.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
587
588
    </Reference>
    <Reference Include="System.Xml.XPath.XDocument">
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.Xml.XPath.XDocument.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
590
591
    </Reference>
    <Reference Include="UnityScript">
BlackAngle233's avatar
BlackAngle233 committed
592
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
593
594
    </Reference>
    <Reference Include="UnityScript.Lang">
BlackAngle233's avatar
BlackAngle233 committed
595
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/UnityScript.Lang.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
596
597
    </Reference>
    <Reference Include="Boo.Lang">
BlackAngle233's avatar
BlackAngle233 committed
598
        <HintPath>C:/Program Files/Unity/Hub/Editor/2019.4.3f1/Editor/Data/MonoBleedingEdge/lib/mono/unityscript/Boo.Lang.dll</HintPath>
BlackAngle233's avatar
212    
BlackAngle233 committed
599
600
601
602
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="Assembly-CSharp.csproj">
BlackAngle233's avatar
BlackAngle233 committed
603
      <Project>{169f0429-edfe-d0e3-3d1c-a4dc5f7e432e}</Project>
BlackAngle233's avatar
212    
BlackAngle233 committed
604
      <Name>Assembly-CSharp</Name>
BlackAngle233's avatar
BlackAngle233 committed
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    </ProjectReference>
    <ProjectReference Include="UnityEditor.TestRunner.csproj">
      <Project>{24850bf5-20b5-cd9e-37cd-2c22b019e5e0}</Project>
      <Name>UnityEditor.TestRunner</Name>
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    </ProjectReference>
    <ProjectReference Include="UnityEngine.TestRunner.csproj">
      <Project>{f1806dfe-dceb-ce0d-3632-9054abbd1e10}</Project>
      <Name>UnityEngine.TestRunner</Name>
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    </ProjectReference>
    <ProjectReference Include="Unity.Timeline.Editor.csproj">
      <Project>{ae33a277-9b3b-3f24-a699-8a50d8f01f05}</Project>
      <Name>Unity.Timeline.Editor</Name>
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    </ProjectReference>
    <ProjectReference Include="Unity.VSCode.Editor.csproj">
      <Project>{1cb0a5cd-92b4-3956-739e-f83bed63e703}</Project>
      <Name>Unity.VSCode.Editor</Name>
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    </ProjectReference>
    <ProjectReference Include="Unity.TextMeshPro.Editor.csproj">
      <Project>{e407ac78-ae14-2286-ec36-faa542bcc835}</Project>
      <Name>Unity.TextMeshPro.Editor</Name>
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    </ProjectReference>
    <ProjectReference Include="UnityEngine.UI.csproj">
      <Project>{7240037a-4af5-59a2-1de5-72a4c144801c}</Project>
      <Name>UnityEngine.UI</Name>
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    </ProjectReference>
    <ProjectReference Include="Unity.Timeline.csproj">
      <Project>{1d1d24e5-79a1-6bf4-6764-4c8a5fbcf2c7}</Project>
      <Name>Unity.Timeline</Name>
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    </ProjectReference>
    <ProjectReference Include="Unity.CollabProxy.Editor.csproj">
      <Project>{59cee61f-a37a-8222-ed15-70030c3bd72f}</Project>
      <Name>Unity.CollabProxy.Editor</Name>
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    </ProjectReference>
    <ProjectReference Include="Unity.Rider.Editor.csproj">
      <Project>{29b29e49-76a6-284e-0e77-6423dffcdd13}</Project>
      <Name>Unity.Rider.Editor</Name>
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    </ProjectReference>
    <ProjectReference Include="Unity.TextMeshPro.csproj">
      <Project>{c988350a-d97d-3671-7f17-487ae44cc061}</Project>
      <Name>Unity.TextMeshPro</Name>
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
    </ProjectReference>
    <ProjectReference Include="UnityEditor.UI.csproj">
      <Project>{416d414e-8320-4c59-dc8a-549d4a5711f8}</Project>
      <Name>UnityEditor.UI</Name>
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
BlackAngle233's avatar
212    
BlackAngle233 committed
661
662
663
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
BlackAngle233's avatar
BlackAngle233 committed
664
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
BlackAngle233's avatar
212    
BlackAngle233 committed
665
666
667
668
669
670
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
BlackAngle233's avatar
BlackAngle233 committed
671
</Project>