Projekt

Obecné

Profil

Stáhnout (59.9 KB) Statistiky
| Větev: | Revize:
1 191a5518 Milan Horínek
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <PropertyGroup>
4
    <LangVersion>9.0</LangVersion>
5
  </PropertyGroup>
6
  <PropertyGroup>
7
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9
    <ProductVersion>10.0.20506</ProductVersion>
10
    <SchemaVersion>2.0</SchemaVersion>
11
    <RootNamespace></RootNamespace>
12
    <ProjectGuid>{4B587EE5-5B92-80B6-5ECA-C889A4129416}</ProjectGuid>
13
    <OutputType>Library</OutputType>
14
    <AppDesignerFolder>Properties</AppDesignerFolder>
15
    <AssemblyName>Assembly-CSharp</AssemblyName>
16
    <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
17
    <FileAlignment>512</FileAlignment>
18
    <BaseDirectory>.</BaseDirectory>
19
  </PropertyGroup>
20
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21
    <DebugSymbols>true</DebugSymbols>
22
    <DebugType>full</DebugType>
23
    <Optimize>false</Optimize>
24
    <OutputPath>Temp\Bin\Debug\</OutputPath>
25 f26bae6b Milan Horínek
    <DefineConstants>UNITY_2021_3_19;UNITY_2021_3;UNITY_2021;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_2020_1_OR_NEWER;UNITY_2020_2_OR_NEWER;UNITY_2020_3_OR_NEWER;UNITY_2021_1_OR_NEWER;UNITY_2021_2_OR_NEWER;UNITY_2021_3_OR_NEWER;UNITY_INCLUDE_TESTS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_UNET;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;ENABLE_ENGINE_CODE_STRIPPING;ENABLE_MANAGED_UNITYTLS;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_WEBGL;TEXTCORE_1_0_OR_NEWER;UNITY_WEBGL;UNITY_WEBGL_API;UNITY_DISABLE_WEB_VERIFICATION;UNITY_GFX_USE_PLATFORM_VSYNC;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_SPATIALTRACKING;ENABLE_MONO;NET_STANDARD_2_0;NET_STANDARD;NET_STANDARD_2_1;NETSTANDARD;NETSTANDARD2_1;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_OSX;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;TEXTCORE_FONT_ENGINE_1_5_OR_NEWER;CSHARP_7_OR_LATER;CSHARP_7_3_OR_NEWER</DefineConstants>
26 191a5518 Milan Horínek
    <ErrorReport>prompt</ErrorReport>
27
    <WarningLevel>4</WarningLevel>
28
    <NoWarn>0169</NoWarn>
29
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
30
  </PropertyGroup>
31
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
32
    <DebugType>pdbonly</DebugType>
33
    <Optimize>true</Optimize>
34
    <OutputPath>Temp\bin\Release\</OutputPath>
35
    <ErrorReport>prompt</ErrorReport>
36
    <WarningLevel>4</WarningLevel>
37
    <NoWarn>0169</NoWarn>
38
    <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
39
  </PropertyGroup>
40
  <PropertyGroup>
41
    <NoConfig>true</NoConfig>
42
    <NoStdLib>true</NoStdLib>
43
    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
44
    <ImplicitlyExpandNETStandardFacades>false</ImplicitlyExpandNETStandardFacades>
45
    <ImplicitlyExpandDesignTimeFacades>false</ImplicitlyExpandDesignTimeFacades>
46
  </PropertyGroup>
47
  <PropertyGroup>
48
    <ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
49
    <UnityProjectGenerator>Package</UnityProjectGenerator>
50
    <UnityProjectGeneratorVersion>2.0.17</UnityProjectGeneratorVersion>
51
    <UnityProjectType>Game:1</UnityProjectType>
52 f26bae6b Milan Horínek
    <UnityBuildTarget>WebGL:20</UnityBuildTarget>
53 191a5518 Milan Horínek
    <UnityVersion>2021.3.19f1</UnityVersion>
54
  </PropertyGroup>
55
  <ItemGroup>
56 f60e1912 Milan Horínek
    <Analyzer Include="/Applications/Visual Studio.app/Contents/MonoBundle/Addins/MonoDevelop.Unity/Analyzers/Microsoft.Unity.Analyzers.dll" />
57 191a5518 Milan Horínek
  </ItemGroup>
58
  <ItemGroup>
59 f60e1912 Milan Horínek
    <Compile Include="Assets/Scripts/DDOL_Singletons/IO/KeystrokeController.cs" />
60
    <Compile Include="Assets/Scripts/Data/Output/ClickIdPair.cs" />
61
    <Compile Include="Assets/Scripts/Ui/Components/StatusReporter.cs" />
62
    <Compile Include="Assets/Libs/ASO2/Scripts/ASO.cs" />
63
    <Compile Include="Assets/Animations/Static/DeactivateAfterAnimation.cs" />
64
    <Compile Include="Assets/Scripts/DDOL_Singletons/Settings/ASOSingleton.cs" />
65
    <Compile Include="Assets/Scripts/DDOL_Singletons/IO/UnityToWeb.cs" />
66
    <Compile Include="Assets/Scripts/Ui/GuiStrings/ResultsStrings.cs" />
67
    <Compile Include="Assets/Libs/ASO2/Scripts/ASOListType.cs" />
68
    <Compile Include="Assets/Scripts/Tools/Constants.cs" />
69
    <Compile Include="Assets/Scripts/_Template/TaskMainCamera.cs" />
70
    <Compile Include="Assets/Scripts/_Template/InputData/Errors.cs" />
71
    <Compile Include="Assets/Scripts/_Template/OutputData/RoundResults.cs" />
72
    <Compile Include="Assets/Scripts/_Template/InputData/TaskConfiguration.cs" />
73
    <Compile Include="Assets/Scripts/Data/Output/GameAction/Action.cs" />
74
    <Compile Include="Assets/Scripts/DDOL_Singletons/Audio/AudioPlayerForSounds.cs" />
75
    <Compile Include="Assets/Scripts/Data/Output/FullScreenChange.cs" />
76
    <Compile Include="Assets/Scripts/Ui/Panels/HowToPlay.cs" />
77
    <Compile Include="Assets/Scripts/_Template/Tutorial.cs" />
78
    <Compile Include="Assets/Scripts/DDOL_Singletons/IO/ClickController.cs" />
79
    <Compile Include="Assets/Scripts/DDOL_Singletons/IO/CustomCursor.cs" />
80
    <Compile Include="Assets/Scripts/Data/Output/TransformChange.cs" />
81
    <Compile Include="Assets/Scripts/Data/Output/GameAction/Keystroke.cs" />
82
    <Compile Include="Assets/Scripts/Ui/Panels/PopupBox.cs" />
83
    <Compile Include="Assets/Scripts/Data/Input/ConfigFiles.cs" />
84
    <Compile Include="Assets/Libs/ASO2/Scripts/ASOTooltipEngine.cs" />
85
    <Compile Include="Assets/Scripts/Ui/MainCameras/ActiveMainCameras.cs" />
86
    <Compile Include="Assets/Scripts/_Template/InputData/RoundDataGenerator.cs" />
87
    <Compile Include="Assets/Libs/ASO2/Scripts/ASOCustom.cs" />
88
    <Compile Include="Assets/Scripts/Data/Input/Pair.cs" />
89
    <Compile Include="Assets/Scripts/Ui/MainCameras/MainCamera.cs" />
90
    <Compile Include="Assets/Scripts/Tools/ReadOnlyInspAttr.cs" />
91
    <Compile Include="Assets/Scripts/Ui/Buttons/SoundsButton.cs" />
92
    <Compile Include="Assets/Scripts/Data/Input/Question.cs" />
93
    <Compile Include="Assets/Scripts/Tools/MinMax.cs" />
94
    <Compile Include="Assets/Scripts/Ui/Components/SizeController.cs" />
95
    <Compile Include="Assets/Scripts/Ui/Panels/SuccessRate.cs" />
96
    <Compile Include="Assets/Scripts/SceneManager.cs" />
97
    <Compile Include="Assets/Scripts/DDOL_Singletons/Settings/QualitySettingsController.cs" />
98
    <Compile Include="Assets/Scripts/DDOL_Singletons/IO/WebToUnity.cs" />
99
    <Compile Include="Assets/Scripts/DDOL_Singletons/MonoBehaviourSingleton.cs" />
100
    <Compile Include="Assets/Scripts/Data/Input/QuestionList.cs" />
101
    <Compile Include="Assets/Scripts/Ui/MainCameras/IMainCamera.cs" />
102
    <Compile Include="Assets/Scripts/Data/Input/Exam.cs" />
103
    <Compile Include="Assets/Scripts/DDOL_Singletons/Audio/AudioSources.cs" />
104
    <Compile Include="Assets/Scripts/Ui/MainCameras/MenuMainCamera.cs" />
105
    <Compile Include="Assets/Scripts/Tools/StringItem.cs" />
106
    <Compile Include="Assets/Scripts/Tools/RealTime.cs" />
107
    <Compile Include="Assets/Scripts/DDOL_Singletons/IO/FileWorker.cs" />
108
    <Compile Include="Assets/Scripts/Ui/Components/Rotator.cs" />
109
    <Compile Include="Assets/Scripts/Ui/MainCameras/ResultsMainCamera.cs" />
110
    <Compile Include="Assets/Scripts/Ui/Buttons/FullScreenButton.cs" />
111
    <Compile Include="Assets/Scripts/Ui/GuiStrings/MenuStrings.cs" />
112
    <Compile Include="Assets/Scripts/Ui/Components/CursorHoverEffect.cs" />
113
    <Compile Include="Assets/Scripts/_Template/InputData/RoundData.cs" />
114
    <Compile Include="Assets/Scripts/Data/Output/NarrowingChange.cs" />
115
    <Compile Include="Assets/Scripts/DDOL_Singletons/Audio/AudioPlayerForSpokenRecordings.cs" />
116
    <Compile Include="Assets/Scripts/Ui/Buttons/MenuButton.cs" />
117
    <Compile Include="Assets/Scripts/DDOL_Singletons/Settings/UserSettingsController.cs" />
118
    <Compile Include="Assets/Scripts/DDOL_Singletons/Audio/AudioPlayer.cs" />
119
    <Compile Include="Assets/Scripts/Tools/Locale.cs" />
120
    <Compile Include="Assets/Scripts/Ui/Components/ClickLogger.cs" />
121
    <Compile Include="Assets/Scripts/Ui/Buttons/ButtonAndItsEmptyVariant.cs" />
122
    <Compile Include="Assets/Scripts/Data/Input/Enums.cs" />
123
    <Compile Include="Assets/Scripts/Ui/Buttons/MenuButtons.cs" />
124
    <Compile Include="Assets/Scripts/Ui/Components/TrafficLight.cs" />
125
    <Compile Include="Assets/Scripts/Ui/Panels/DetailedSettings.cs" />
126
    <Compile Include="Assets/Scripts/_Template/InputData/Inputs.cs" />
127
    <Compile Include="Assets/Scripts/Tools/General.cs" />
128
    <Compile Include="Assets/Scripts/_Template/TaskStrings.cs" />
129
    <Compile Include="Assets/Libs/ASO2/Scripts/ASOEditor.cs" />
130
    <Compile Include="Assets/Scripts/Data/Input/TaskConfigurationProcessing.cs" />
131
    <Compile Include="Assets/Scripts/Ui/GuiStrings/IGuiStrings.cs" />
132
    <Compile Include="Assets/Scripts/Data/Output/GameAction/MouseClick.cs" />
133
    <Compile Include="Assets/Scripts/Ui/Components/TimeBar.cs" />
134
    <Compile Include="Assets/Libs/ASO2/Scripts/ASOInspector.cs" />
135
    <Compile Include="Assets/Libs/ASO2/Scripts/ASOApi.cs" />
136
    <Compile Include="Assets/Scripts/_Template/OutputData/DataCollector.cs" />
137
    <Compile Include="Assets/Scripts/_Template/OutputData/TaskResults.cs" />
138
    <Compile Include="Assets/Scripts/Tools/Platform.cs" />
139 191a5518 Milan Horínek
  </ItemGroup>
140
  <ItemGroup>
141 f60e1912 Milan Horínek
    <None Include="Assets/Libs/TextMesh Pro/Resources/Shaders/TMPro.cginc" />
142
    <None Include="Assets/Libs/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Overlay.shader" />
143
    <None Include="Assets/Libs/TextMesh Pro/Resources/Shaders/TMP_Bitmap.shader" />
144
    <None Include="Assets/StreamingAssets/ProgramData/errors.xml" />
145
    <None Include="Assets/Libs/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface-Mobile.shader" />
146
    <None Include="Assets/Libs/JsonDotNet/link.xml" />
147
    <None Include="Assets/Libs/JsonDotNet/Assemblies/Windows/Newtonsoft.Json.XML" />
148
    <None Include="Assets/Libs/JsonDotNet/Assemblies/Standalone/Newtonsoft.Json.XML" />
149
    <None Include="Assets/Libs/JsonDotNet/Assemblies/Standalone/Newtonsoft.Json.dll" />
150
    <None Include="Assets/Libs/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface.shader" />
151
    <None Include="Assets/Libs/TextMesh Pro/Sprites/EmojiOne Attribution.txt" />
152
    <None Include="Assets/Libs/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Custom-Atlas.shader" />
153
    <None Include="Assets/Libs/TextMesh Pro/Resources/Shaders/TMP_SDF.shader" />
154
    <None Include="Assets/Libs/TextMesh Pro/Resources/LineBreaking Leading Characters.txt" />
155
    <None Include="Assets/Libs/TextMesh Pro/Resources/Shaders/TMPro_Properties.cginc" />
156
    <None Include="Assets/Libs/TextMesh Pro/Resources/Shaders/TMPro_Surface.cginc" />
157
    <None Include="Assets/Libs/JsonDotNet/Assemblies/AOT/Newtonsoft.Json.dll" />
158
    <None Include="Assets/Libs/JsonDotNet/Assemblies/AOT/Newtonsoft.Json.XML" />
159
    <None Include="Assets/Libs/TextMesh Pro/Resources/LineBreaking Following Characters.txt" />
160
    <None Include="Assets/Libs/JsonDotNet/Assemblies/Windows/Newtonsoft.Json.dll" />
161
    <None Include="Assets/StreamingAssets/ProgramData/inputs.xml" />
162
    <None Include="Assets/Libs/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Masking.shader" />
163
    <None Include="Assets/Libs/TextMesh Pro/Resources/Shaders/TMP_SDF Overlay.shader" />
164
    <None Include="Assets/Libs/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Mobile.shader" />
165
    <None Include="Assets/Libs/TextMesh Pro/Fonts/LiberationSans - OFL.txt" />
166 d9ed9a93 Milan Horínek
    <None Include="Assets/Resources/Testing/input_02.txt" />
167 f60e1912 Milan Horínek
    <None Include="Assets/Libs/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile.shader" />
168
    <None Include="Assets/Resources/Testing/input_01.txt" />
169
    <None Include="Assets/Libs/TextMesh Pro/Resources/Shaders/TMP_Sprite.shader" />
170 191a5518 Milan Horínek
  </ItemGroup>
171
  <ItemGroup>
172
    <Reference Include="UnityEngine">
173 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.dll</HintPath>
174 191a5518 Milan Horínek
    </Reference>
175
    <Reference Include="UnityEngine.AIModule">
176 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
177 191a5518 Milan Horínek
    </Reference>
178
    <Reference Include="UnityEngine.AccessibilityModule">
179 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
180 191a5518 Milan Horínek
    </Reference>
181
    <Reference Include="UnityEngine.AndroidJNIModule">
182 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll</HintPath>
183 191a5518 Milan Horínek
    </Reference>
184
    <Reference Include="UnityEngine.AnimationModule">
185 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
186 191a5518 Milan Horínek
    </Reference>
187
    <Reference Include="UnityEngine.AssetBundleModule">
188 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
189 191a5518 Milan Horínek
    </Reference>
190
    <Reference Include="UnityEngine.AudioModule">
191 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
192 191a5518 Milan Horínek
    </Reference>
193
    <Reference Include="UnityEngine.ClothModule">
194 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
195 191a5518 Milan Horínek
    </Reference>
196
    <Reference Include="UnityEngine.CoreModule">
197 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
198 191a5518 Milan Horínek
    </Reference>
199
    <Reference Include="UnityEngine.CrashReportingModule">
200 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
201 191a5518 Milan Horínek
    </Reference>
202
    <Reference Include="UnityEngine.DSPGraphModule">
203 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll</HintPath>
204 191a5518 Milan Horínek
    </Reference>
205
    <Reference Include="UnityEngine.DirectorModule">
206 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
207 191a5518 Milan Horínek
    </Reference>
208
    <Reference Include="UnityEngine.GIModule">
209 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GIModule.dll</HintPath>
210 191a5518 Milan Horínek
    </Reference>
211
    <Reference Include="UnityEngine.GameCenterModule">
212 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
213 191a5518 Milan Horínek
    </Reference>
214
    <Reference Include="UnityEngine.GridModule">
215 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
216 191a5518 Milan Horínek
    </Reference>
217
    <Reference Include="UnityEngine.HotReloadModule">
218 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
219 191a5518 Milan Horínek
    </Reference>
220
    <Reference Include="UnityEngine.IMGUIModule">
221 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
222 191a5518 Milan Horínek
    </Reference>
223
    <Reference Include="UnityEngine.ImageConversionModule">
224 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
225 191a5518 Milan Horínek
    </Reference>
226
    <Reference Include="UnityEngine.InputModule">
227 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
228 191a5518 Milan Horínek
    </Reference>
229
    <Reference Include="UnityEngine.InputLegacyModule">
230 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll</HintPath>
231 191a5518 Milan Horínek
    </Reference>
232
    <Reference Include="UnityEngine.JSONSerializeModule">
233 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
234 191a5518 Milan Horínek
    </Reference>
235
    <Reference Include="UnityEngine.LocalizationModule">
236 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
237 191a5518 Milan Horínek
    </Reference>
238
    <Reference Include="UnityEngine.ParticleSystemModule">
239 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
240 191a5518 Milan Horínek
    </Reference>
241
    <Reference Include="UnityEngine.PerformanceReportingModule">
242 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
243 191a5518 Milan Horínek
    </Reference>
244
    <Reference Include="UnityEngine.PhysicsModule">
245 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
246 191a5518 Milan Horínek
    </Reference>
247
    <Reference Include="UnityEngine.Physics2DModule">
248 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
249 191a5518 Milan Horínek
    </Reference>
250
    <Reference Include="UnityEngine.ProfilerModule">
251 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
252 191a5518 Milan Horínek
    </Reference>
253
    <Reference Include="UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule">
254 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll</HintPath>
255 191a5518 Milan Horínek
    </Reference>
256
    <Reference Include="UnityEngine.ScreenCaptureModule">
257 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
258 191a5518 Milan Horínek
    </Reference>
259
    <Reference Include="UnityEngine.SharedInternalsModule">
260 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
261 191a5518 Milan Horínek
    </Reference>
262
    <Reference Include="UnityEngine.SpriteMaskModule">
263 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
264 191a5518 Milan Horínek
    </Reference>
265
    <Reference Include="UnityEngine.SpriteShapeModule">
266 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
267 191a5518 Milan Horínek
    </Reference>
268
    <Reference Include="UnityEngine.StreamingModule">
269 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
270 191a5518 Milan Horínek
    </Reference>
271
    <Reference Include="UnityEngine.SubstanceModule">
272 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
273 191a5518 Milan Horínek
    </Reference>
274
    <Reference Include="UnityEngine.SubsystemsModule">
275 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll</HintPath>
276 191a5518 Milan Horínek
    </Reference>
277
    <Reference Include="UnityEngine.TLSModule">
278 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
279 191a5518 Milan Horínek
    </Reference>
280
    <Reference Include="UnityEngine.TerrainModule">
281 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
282 191a5518 Milan Horínek
    </Reference>
283
    <Reference Include="UnityEngine.TerrainPhysicsModule">
284 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
285 191a5518 Milan Horínek
    </Reference>
286
    <Reference Include="UnityEngine.TextCoreFontEngineModule">
287 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreFontEngineModule.dll</HintPath>
288 191a5518 Milan Horínek
    </Reference>
289
    <Reference Include="UnityEngine.TextCoreTextEngineModule">
290 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreTextEngineModule.dll</HintPath>
291 191a5518 Milan Horínek
    </Reference>
292
    <Reference Include="UnityEngine.TextRenderingModule">
293 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
294 191a5518 Milan Horínek
    </Reference>
295
    <Reference Include="UnityEngine.TilemapModule">
296 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
297 191a5518 Milan Horínek
    </Reference>
298
    <Reference Include="UnityEngine.UIModule">
299 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
300 191a5518 Milan Horínek
    </Reference>
301
    <Reference Include="UnityEngine.UIElementsModule">
302 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
303 191a5518 Milan Horínek
    </Reference>
304
    <Reference Include="UnityEngine.UIElementsNativeModule">
305 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIElementsNativeModule.dll</HintPath>
306 191a5518 Milan Horínek
    </Reference>
307
    <Reference Include="UnityEngine.UNETModule">
308 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
309 191a5518 Milan Horínek
    </Reference>
310
    <Reference Include="UnityEngine.UmbraModule">
311 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
312 191a5518 Milan Horínek
    </Reference>
313
    <Reference Include="UnityEngine.UnityAnalyticsModule">
314 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
315 191a5518 Milan Horínek
    </Reference>
316
    <Reference Include="UnityEngine.UnityAnalyticsCommonModule">
317 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityAnalyticsCommonModule.dll</HintPath>
318 191a5518 Milan Horínek
    </Reference>
319
    <Reference Include="UnityEngine.UnityConnectModule">
320 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
321 191a5518 Milan Horínek
    </Reference>
322
    <Reference Include="UnityEngine.UnityCurlModule">
323 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityCurlModule.dll</HintPath>
324 191a5518 Milan Horínek
    </Reference>
325
    <Reference Include="UnityEngine.UnityTestProtocolModule">
326 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
327 191a5518 Milan Horínek
    </Reference>
328
    <Reference Include="UnityEngine.UnityWebRequestModule">
329 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
330 191a5518 Milan Horínek
    </Reference>
331
    <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
332 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
333 191a5518 Milan Horínek
    </Reference>
334
    <Reference Include="UnityEngine.UnityWebRequestAudioModule">
335 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
336 191a5518 Milan Horínek
    </Reference>
337
    <Reference Include="UnityEngine.UnityWebRequestTextureModule">
338 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
339 191a5518 Milan Horínek
    </Reference>
340
    <Reference Include="UnityEngine.UnityWebRequestWWWModule">
341 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
342 191a5518 Milan Horínek
    </Reference>
343
    <Reference Include="UnityEngine.VFXModule">
344 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
345 191a5518 Milan Horínek
    </Reference>
346
    <Reference Include="UnityEngine.VRModule">
347 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
348 191a5518 Milan Horínek
    </Reference>
349
    <Reference Include="UnityEngine.VehiclesModule">
350 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
351 191a5518 Milan Horínek
    </Reference>
352
    <Reference Include="UnityEngine.VideoModule">
353 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
354 191a5518 Milan Horínek
    </Reference>
355 f26bae6b Milan Horínek
    <Reference Include="UnityEngine.WebGLModule">
356
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/PlaybackEngines/WebGLSupport/Managed/UnityEngine.WebGLModule.dll</HintPath>
357 191a5518 Milan Horínek
    </Reference>
358
    <Reference Include="UnityEngine.WindModule">
359 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
360 191a5518 Milan Horínek
    </Reference>
361
    <Reference Include="UnityEngine.XRModule">
362 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
363 191a5518 Milan Horínek
    </Reference>
364
    <Reference Include="UnityEditor">
365 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.dll</HintPath>
366 191a5518 Milan Horínek
    </Reference>
367
    <Reference Include="UnityEditor.CoreModule">
368 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.CoreModule.dll</HintPath>
369 191a5518 Milan Horínek
    </Reference>
370
    <Reference Include="UnityEditor.DeviceSimulatorModule">
371 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.DeviceSimulatorModule.dll</HintPath>
372 191a5518 Milan Horínek
    </Reference>
373
    <Reference Include="UnityEditor.DiagnosticsModule">
374 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.DiagnosticsModule.dll</HintPath>
375 191a5518 Milan Horínek
    </Reference>
376
    <Reference Include="UnityEditor.GraphViewModule">
377 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.GraphViewModule.dll</HintPath>
378 191a5518 Milan Horínek
    </Reference>
379
    <Reference Include="UnityEditor.PackageManagerUIModule">
380 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.PackageManagerUIModule.dll</HintPath>
381 191a5518 Milan Horínek
    </Reference>
382
    <Reference Include="UnityEditor.QuickSearchModule">
383 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.QuickSearchModule.dll</HintPath>
384 191a5518 Milan Horínek
    </Reference>
385
    <Reference Include="UnityEditor.SceneTemplateModule">
386 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.SceneTemplateModule.dll</HintPath>
387 191a5518 Milan Horínek
    </Reference>
388
    <Reference Include="UnityEditor.TextCoreFontEngineModule">
389 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.TextCoreFontEngineModule.dll</HintPath>
390 191a5518 Milan Horínek
    </Reference>
391
    <Reference Include="UnityEditor.TextCoreTextEngineModule">
392 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.TextCoreTextEngineModule.dll</HintPath>
393 191a5518 Milan Horínek
    </Reference>
394
    <Reference Include="UnityEditor.UIBuilderModule">
395 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIBuilderModule.dll</HintPath>
396 191a5518 Milan Horínek
    </Reference>
397
    <Reference Include="UnityEditor.UIElementsModule">
398 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIElementsModule.dll</HintPath>
399 191a5518 Milan Horínek
    </Reference>
400
    <Reference Include="UnityEditor.UIElementsSamplesModule">
401 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIElementsSamplesModule.dll</HintPath>
402 191a5518 Milan Horínek
    </Reference>
403
    <Reference Include="UnityEditor.UIServiceModule">
404 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIServiceModule.dll</HintPath>
405 191a5518 Milan Horínek
    </Reference>
406
    <Reference Include="UnityEditor.UnityConnectModule">
407 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UnityConnectModule.dll</HintPath>
408 191a5518 Milan Horínek
    </Reference>
409
    <Reference Include="Newtonsoft.Json">
410 f60e1912 Milan Horínek
      <HintPath>Assets/Libs/JsonDotNet/Assemblies/Standalone/Newtonsoft.Json.dll</HintPath>
411 191a5518 Milan Horínek
    </Reference>
412
    <Reference Include="Unity.VisualScripting.Antlr3.Runtime">
413 f60e1912 Milan Horínek
      <HintPath>Library/PackageCache/com.unity.visualscripting@1.8.0/Runtime/VisualScripting.Flow/Dependencies/NCalc/Unity.VisualScripting.Antlr3.Runtime.dll</HintPath>
414 191a5518 Milan Horínek
    </Reference>
415
    <Reference Include="netstandard">
416 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/ref/2.1.0/netstandard.dll</HintPath>
417 191a5518 Milan Horínek
    </Reference>
418
    <Reference Include="Microsoft.Win32.Primitives">
419 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/Microsoft.Win32.Primitives.dll</HintPath>
420 191a5518 Milan Horínek
    </Reference>
421
    <Reference Include="System.AppContext">
422 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.AppContext.dll</HintPath>
423 191a5518 Milan Horínek
    </Reference>
424
    <Reference Include="System.Buffers">
425 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Buffers.dll</HintPath>
426 191a5518 Milan Horínek
    </Reference>
427
    <Reference Include="System.Collections.Concurrent">
428 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Collections.Concurrent.dll</HintPath>
429 191a5518 Milan Horínek
    </Reference>
430
    <Reference Include="System.Collections.NonGeneric">
431 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Collections.NonGeneric.dll</HintPath>
432 191a5518 Milan Horínek
    </Reference>
433
    <Reference Include="System.Collections.Specialized">
434 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Collections.Specialized.dll</HintPath>
435 191a5518 Milan Horínek
    </Reference>
436 f60e1912 Milan Horínek
    <Reference Include="System.Collections">
437
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Collections.dll</HintPath>
438 191a5518 Milan Horínek
    </Reference>
439
    <Reference Include="System.ComponentModel.EventBasedAsync">
440 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ComponentModel.EventBasedAsync.dll</HintPath>
441 191a5518 Milan Horínek
    </Reference>
442
    <Reference Include="System.ComponentModel.Primitives">
443 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ComponentModel.Primitives.dll</HintPath>
444 191a5518 Milan Horínek
    </Reference>
445
    <Reference Include="System.ComponentModel.TypeConverter">
446 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ComponentModel.TypeConverter.dll</HintPath>
447
    </Reference>
448
    <Reference Include="System.ComponentModel">
449
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ComponentModel.dll</HintPath>
450 191a5518 Milan Horínek
    </Reference>
451
    <Reference Include="System.Console">
452 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Console.dll</HintPath>
453 191a5518 Milan Horínek
    </Reference>
454
    <Reference Include="System.Data.Common">
455 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Data.Common.dll</HintPath>
456 191a5518 Milan Horínek
    </Reference>
457
    <Reference Include="System.Diagnostics.Contracts">
458 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Contracts.dll</HintPath>
459 191a5518 Milan Horínek
    </Reference>
460
    <Reference Include="System.Diagnostics.Debug">
461 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Debug.dll</HintPath>
462 191a5518 Milan Horínek
    </Reference>
463
    <Reference Include="System.Diagnostics.FileVersionInfo">
464 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.FileVersionInfo.dll</HintPath>
465 191a5518 Milan Horínek
    </Reference>
466
    <Reference Include="System.Diagnostics.Process">
467 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Process.dll</HintPath>
468 191a5518 Milan Horínek
    </Reference>
469
    <Reference Include="System.Diagnostics.StackTrace">
470 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.StackTrace.dll</HintPath>
471 191a5518 Milan Horínek
    </Reference>
472
    <Reference Include="System.Diagnostics.TextWriterTraceListener">
473 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.TextWriterTraceListener.dll</HintPath>
474 191a5518 Milan Horínek
    </Reference>
475
    <Reference Include="System.Diagnostics.Tools">
476 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Tools.dll</HintPath>
477 191a5518 Milan Horínek
    </Reference>
478
    <Reference Include="System.Diagnostics.TraceSource">
479 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.TraceSource.dll</HintPath>
480 191a5518 Milan Horínek
    </Reference>
481
    <Reference Include="System.Diagnostics.Tracing">
482 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Diagnostics.Tracing.dll</HintPath>
483 191a5518 Milan Horínek
    </Reference>
484
    <Reference Include="System.Drawing.Primitives">
485 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Drawing.Primitives.dll</HintPath>
486 191a5518 Milan Horínek
    </Reference>
487
    <Reference Include="System.Dynamic.Runtime">
488 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Dynamic.Runtime.dll</HintPath>
489 191a5518 Milan Horínek
    </Reference>
490
    <Reference Include="System.Globalization.Calendars">
491 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Globalization.Calendars.dll</HintPath>
492 191a5518 Milan Horínek
    </Reference>
493
    <Reference Include="System.Globalization.Extensions">
494 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Globalization.Extensions.dll</HintPath>
495 191a5518 Milan Horínek
    </Reference>
496 f60e1912 Milan Horínek
    <Reference Include="System.Globalization">
497
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Globalization.dll</HintPath>
498 191a5518 Milan Horínek
    </Reference>
499
    <Reference Include="System.IO.Compression.ZipFile">
500 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.Compression.ZipFile.dll</HintPath>
501 191a5518 Milan Horínek
    </Reference>
502 f60e1912 Milan Horínek
    <Reference Include="System.IO.Compression">
503
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.Compression.dll</HintPath>
504 191a5518 Milan Horínek
    </Reference>
505
    <Reference Include="System.IO.FileSystem.DriveInfo">
506 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.FileSystem.DriveInfo.dll</HintPath>
507 191a5518 Milan Horínek
    </Reference>
508
    <Reference Include="System.IO.FileSystem.Primitives">
509 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.FileSystem.Primitives.dll</HintPath>
510 191a5518 Milan Horínek
    </Reference>
511
    <Reference Include="System.IO.FileSystem.Watcher">
512 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.FileSystem.Watcher.dll</HintPath>
513
    </Reference>
514
    <Reference Include="System.IO.FileSystem">
515
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.FileSystem.dll</HintPath>
516 191a5518 Milan Horínek
    </Reference>
517
    <Reference Include="System.IO.IsolatedStorage">
518 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.IsolatedStorage.dll</HintPath>
519 191a5518 Milan Horínek
    </Reference>
520
    <Reference Include="System.IO.MemoryMappedFiles">
521 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.MemoryMappedFiles.dll</HintPath>
522 191a5518 Milan Horínek
    </Reference>
523
    <Reference Include="System.IO.Pipes">
524 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.Pipes.dll</HintPath>
525 191a5518 Milan Horínek
    </Reference>
526
    <Reference Include="System.IO.UnmanagedMemoryStream">
527 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.UnmanagedMemoryStream.dll</HintPath>
528 191a5518 Milan Horínek
    </Reference>
529 f60e1912 Milan Horínek
    <Reference Include="System.IO">
530
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.dll</HintPath>
531 191a5518 Milan Horínek
    </Reference>
532
    <Reference Include="System.Linq.Expressions">
533 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Linq.Expressions.dll</HintPath>
534 191a5518 Milan Horínek
    </Reference>
535
    <Reference Include="System.Linq.Parallel">
536 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Linq.Parallel.dll</HintPath>
537 191a5518 Milan Horínek
    </Reference>
538
    <Reference Include="System.Linq.Queryable">
539 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Linq.Queryable.dll</HintPath>
540
    </Reference>
541
    <Reference Include="System.Linq">
542
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Linq.dll</HintPath>
543 191a5518 Milan Horínek
    </Reference>
544
    <Reference Include="System.Memory">
545 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Memory.dll</HintPath>
546 191a5518 Milan Horínek
    </Reference>
547
    <Reference Include="System.Net.Http">
548 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Http.dll</HintPath>
549 191a5518 Milan Horínek
    </Reference>
550
    <Reference Include="System.Net.NameResolution">
551 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.NameResolution.dll</HintPath>
552 191a5518 Milan Horínek
    </Reference>
553
    <Reference Include="System.Net.NetworkInformation">
554 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.NetworkInformation.dll</HintPath>
555 191a5518 Milan Horínek
    </Reference>
556
    <Reference Include="System.Net.Ping">
557 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Ping.dll</HintPath>
558 191a5518 Milan Horínek
    </Reference>
559
    <Reference Include="System.Net.Primitives">
560 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Primitives.dll</HintPath>
561 191a5518 Milan Horínek
    </Reference>
562
    <Reference Include="System.Net.Requests">
563 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Requests.dll</HintPath>
564 191a5518 Milan Horínek
    </Reference>
565
    <Reference Include="System.Net.Security">
566 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Security.dll</HintPath>
567 191a5518 Milan Horínek
    </Reference>
568
    <Reference Include="System.Net.Sockets">
569 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.Sockets.dll</HintPath>
570 191a5518 Milan Horínek
    </Reference>
571
    <Reference Include="System.Net.WebHeaderCollection">
572 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.WebHeaderCollection.dll</HintPath>
573 191a5518 Milan Horínek
    </Reference>
574
    <Reference Include="System.Net.WebSockets.Client">
575 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.WebSockets.Client.dll</HintPath>
576 191a5518 Milan Horínek
    </Reference>
577
    <Reference Include="System.Net.WebSockets">
578 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Net.WebSockets.dll</HintPath>
579 191a5518 Milan Horínek
    </Reference>
580
    <Reference Include="System.Numerics.Vectors">
581 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Numerics.Vectors.dll</HintPath>
582 191a5518 Milan Horínek
    </Reference>
583
    <Reference Include="System.ObjectModel">
584 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ObjectModel.dll</HintPath>
585 191a5518 Milan Horínek
    </Reference>
586
    <Reference Include="System.Reflection.DispatchProxy">
587 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.DispatchProxy.dll</HintPath>
588 191a5518 Milan Horínek
    </Reference>
589
    <Reference Include="System.Reflection.Emit.ILGeneration">
590 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Emit.ILGeneration.dll</HintPath>
591 191a5518 Milan Horínek
    </Reference>
592
    <Reference Include="System.Reflection.Emit.Lightweight">
593 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Emit.Lightweight.dll</HintPath>
594
    </Reference>
595
    <Reference Include="System.Reflection.Emit">
596
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Emit.dll</HintPath>
597 191a5518 Milan Horínek
    </Reference>
598
    <Reference Include="System.Reflection.Extensions">
599 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Extensions.dll</HintPath>
600 191a5518 Milan Horínek
    </Reference>
601
    <Reference Include="System.Reflection.Primitives">
602 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Primitives.dll</HintPath>
603
    </Reference>
604
    <Reference Include="System.Reflection">
605
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.dll</HintPath>
606 191a5518 Milan Horínek
    </Reference>
607
    <Reference Include="System.Resources.Reader">
608 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Resources.Reader.dll</HintPath>
609 191a5518 Milan Horínek
    </Reference>
610
    <Reference Include="System.Resources.ResourceManager">
611 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Resources.ResourceManager.dll</HintPath>
612 191a5518 Milan Horínek
    </Reference>
613
    <Reference Include="System.Resources.Writer">
614 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Resources.Writer.dll</HintPath>
615 191a5518 Milan Horínek
    </Reference>
616
    <Reference Include="System.Runtime.CompilerServices.VisualC">
617 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.CompilerServices.VisualC.dll</HintPath>
618 191a5518 Milan Horínek
    </Reference>
619
    <Reference Include="System.Runtime.Extensions">
620 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Extensions.dll</HintPath>
621 191a5518 Milan Horínek
    </Reference>
622
    <Reference Include="System.Runtime.Handles">
623 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Handles.dll</HintPath>
624 191a5518 Milan Horínek
    </Reference>
625
    <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
626 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
627
    </Reference>
628
    <Reference Include="System.Runtime.InteropServices">
629
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.InteropServices.dll</HintPath>
630 191a5518 Milan Horínek
    </Reference>
631
    <Reference Include="System.Runtime.Numerics">
632 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Numerics.dll</HintPath>
633 191a5518 Milan Horínek
    </Reference>
634
    <Reference Include="System.Runtime.Serialization.Formatters">
635 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Serialization.Formatters.dll</HintPath>
636 191a5518 Milan Horínek
    </Reference>
637
    <Reference Include="System.Runtime.Serialization.Json">
638 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Serialization.Json.dll</HintPath>
639 191a5518 Milan Horínek
    </Reference>
640
    <Reference Include="System.Runtime.Serialization.Primitives">
641 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Serialization.Primitives.dll</HintPath>
642 191a5518 Milan Horínek
    </Reference>
643
    <Reference Include="System.Runtime.Serialization.Xml">
644 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.Serialization.Xml.dll</HintPath>
645
    </Reference>
646
    <Reference Include="System.Runtime">
647
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.dll</HintPath>
648 191a5518 Milan Horínek
    </Reference>
649
    <Reference Include="System.Security.Claims">
650 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Claims.dll</HintPath>
651 191a5518 Milan Horínek
    </Reference>
652
    <Reference Include="System.Security.Cryptography.Algorithms">
653 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.Algorithms.dll</HintPath>
654 191a5518 Milan Horínek
    </Reference>
655
    <Reference Include="System.Security.Cryptography.Csp">
656 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.Csp.dll</HintPath>
657 191a5518 Milan Horínek
    </Reference>
658
    <Reference Include="System.Security.Cryptography.Encoding">
659 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.Encoding.dll</HintPath>
660 191a5518 Milan Horínek
    </Reference>
661
    <Reference Include="System.Security.Cryptography.Primitives">
662 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.Primitives.dll</HintPath>
663 191a5518 Milan Horínek
    </Reference>
664
    <Reference Include="System.Security.Cryptography.X509Certificates">
665 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Cryptography.X509Certificates.dll</HintPath>
666 191a5518 Milan Horínek
    </Reference>
667
    <Reference Include="System.Security.Principal">
668 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.Principal.dll</HintPath>
669 191a5518 Milan Horínek
    </Reference>
670
    <Reference Include="System.Security.SecureString">
671 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Security.SecureString.dll</HintPath>
672 191a5518 Milan Horínek
    </Reference>
673
    <Reference Include="System.Text.Encoding.Extensions">
674 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Text.Encoding.Extensions.dll</HintPath>
675 191a5518 Milan Horínek
    </Reference>
676 f60e1912 Milan Horínek
    <Reference Include="System.Text.Encoding">
677
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Text.Encoding.dll</HintPath>
678 191a5518 Milan Horínek
    </Reference>
679 f60e1912 Milan Horínek
    <Reference Include="System.Text.RegularExpressions">
680
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Text.RegularExpressions.dll</HintPath>
681 191a5518 Milan Horínek
    </Reference>
682
    <Reference Include="System.Threading.Overlapped">
683 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Overlapped.dll</HintPath>
684 191a5518 Milan Horínek
    </Reference>
685
    <Reference Include="System.Threading.Tasks.Extensions">
686 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Tasks.Extensions.dll</HintPath>
687 191a5518 Milan Horínek
    </Reference>
688
    <Reference Include="System.Threading.Tasks.Parallel">
689 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Tasks.Parallel.dll</HintPath>
690
    </Reference>
691
    <Reference Include="System.Threading.Tasks">
692
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Tasks.dll</HintPath>
693 191a5518 Milan Horínek
    </Reference>
694
    <Reference Include="System.Threading.Thread">
695 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Thread.dll</HintPath>
696 191a5518 Milan Horínek
    </Reference>
697
    <Reference Include="System.Threading.ThreadPool">
698 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.ThreadPool.dll</HintPath>
699 191a5518 Milan Horínek
    </Reference>
700
    <Reference Include="System.Threading.Timer">
701 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Timer.dll</HintPath>
702
    </Reference>
703
    <Reference Include="System.Threading">
704
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.dll</HintPath>
705 191a5518 Milan Horínek
    </Reference>
706
    <Reference Include="System.ValueTuple">
707 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ValueTuple.dll</HintPath>
708 191a5518 Milan Horínek
    </Reference>
709
    <Reference Include="System.Xml.ReaderWriter">
710 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.ReaderWriter.dll</HintPath>
711 191a5518 Milan Horínek
    </Reference>
712
    <Reference Include="System.Xml.XDocument">
713 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XDocument.dll</HintPath>
714 191a5518 Milan Horínek
    </Reference>
715 f60e1912 Milan Horínek
    <Reference Include="System.Xml.XPath.XDocument">
716
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XPath.XDocument.dll</HintPath>
717 191a5518 Milan Horínek
    </Reference>
718
    <Reference Include="System.Xml.XPath">
719 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XPath.dll</HintPath>
720 191a5518 Milan Horínek
    </Reference>
721 f60e1912 Milan Horínek
    <Reference Include="System.Xml.XmlDocument">
722
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XmlDocument.dll</HintPath>
723 191a5518 Milan Horínek
    </Reference>
724 f60e1912 Milan Horínek
    <Reference Include="System.Xml.XmlSerializer">
725
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XmlSerializer.dll</HintPath>
726 191a5518 Milan Horínek
    </Reference>
727 f60e1912 Milan Horínek
    <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
728
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/Extensions/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
729 191a5518 Milan Horínek
    </Reference>
730
    <Reference Include="System.ComponentModel.Composition">
731 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.ComponentModel.Composition.dll</HintPath>
732 191a5518 Milan Horínek
    </Reference>
733
    <Reference Include="System.Core">
734 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Core.dll</HintPath>
735 191a5518 Milan Horínek
    </Reference>
736
    <Reference Include="System.Data">
737 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Data.dll</HintPath>
738 191a5518 Milan Horínek
    </Reference>
739
    <Reference Include="System.Drawing">
740 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Drawing.dll</HintPath>
741 191a5518 Milan Horínek
    </Reference>
742
    <Reference Include="System.IO.Compression.FileSystem">
743 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.IO.Compression.FileSystem.dll</HintPath>
744 191a5518 Milan Horínek
    </Reference>
745
    <Reference Include="System.Net">
746 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Net.dll</HintPath>
747 191a5518 Milan Horínek
    </Reference>
748
    <Reference Include="System.Numerics">
749 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Numerics.dll</HintPath>
750 191a5518 Milan Horínek
    </Reference>
751
    <Reference Include="System.Runtime.Serialization">
752 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Runtime.Serialization.dll</HintPath>
753 191a5518 Milan Horínek
    </Reference>
754
    <Reference Include="System.ServiceModel.Web">
755 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.ServiceModel.Web.dll</HintPath>
756 191a5518 Milan Horínek
    </Reference>
757
    <Reference Include="System.Transactions">
758 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Transactions.dll</HintPath>
759 191a5518 Milan Horínek
    </Reference>
760
    <Reference Include="System.Web">
761 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Web.dll</HintPath>
762 191a5518 Milan Horínek
    </Reference>
763
    <Reference Include="System.Windows">
764 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Windows.dll</HintPath>
765 191a5518 Milan Horínek
    </Reference>
766
    <Reference Include="System.Xml.Linq">
767 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Xml.Linq.dll</HintPath>
768 191a5518 Milan Horínek
    </Reference>
769
    <Reference Include="System.Xml.Serialization">
770 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Xml.Serialization.dll</HintPath>
771
    </Reference>
772
    <Reference Include="System.Xml">
773
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Xml.dll</HintPath>
774
    </Reference>
775
    <Reference Include="System">
776
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.dll</HintPath>
777
    </Reference>
778
    <Reference Include="mscorlib">
779
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/mscorlib.dll</HintPath>
780 191a5518 Milan Horínek
    </Reference>
781
    <Reference Include="Unity.VisualScripting.Flow.Editor">
782 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.VisualScripting.Flow.Editor.dll</HintPath>
783 191a5518 Milan Horínek
    </Reference>
784
    <Reference Include="Unity.VSCode.Editor">
785 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.VSCode.Editor.dll</HintPath>
786 191a5518 Milan Horínek
    </Reference>
787
    <Reference Include="Unity.VisualScripting.Shared.Editor">
788 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.VisualScripting.Shared.Editor.dll</HintPath>
789 191a5518 Milan Horínek
    </Reference>
790
    <Reference Include="Unity.TextMeshPro.Editor">
791 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll</HintPath>
792 191a5518 Milan Horínek
    </Reference>
793
    <Reference Include="Unity.VisualStudio.Editor">
794 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.VisualStudio.Editor.dll</HintPath>
795 191a5518 Milan Horínek
    </Reference>
796
    <Reference Include="Unity.Timeline.Editor">
797 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.Timeline.Editor.dll</HintPath>
798 191a5518 Milan Horínek
    </Reference>
799
    <Reference Include="Unity.Timeline">
800 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.Timeline.dll</HintPath>
801 191a5518 Milan Horínek
    </Reference>
802
    <Reference Include="Unity.VisualScripting.Core.Editor">
803 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.VisualScripting.Core.Editor.dll</HintPath>
804 191a5518 Milan Horínek
    </Reference>
805
    <Reference Include="Unity.TextMeshPro">
806 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.TextMeshPro.dll</HintPath>
807 191a5518 Milan Horínek
    </Reference>
808
    <Reference Include="Unity.VisualScripting.State.Editor">
809 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.VisualScripting.State.Editor.dll</HintPath>
810 191a5518 Milan Horínek
    </Reference>
811
    <Reference Include="Unity.VisualScripting.SettingsProvider.Editor">
812 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.VisualScripting.SettingsProvider.Editor.dll</HintPath>
813 191a5518 Milan Horínek
    </Reference>
814
    <Reference Include="Unity.VisualScripting.Flow">
815 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.VisualScripting.Flow.dll</HintPath>
816 191a5518 Milan Horínek
    </Reference>
817
    <Reference Include="UnityEditor.UI">
818 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/UnityEditor.UI.dll</HintPath>
819 191a5518 Milan Horínek
    </Reference>
820
    <Reference Include="Unity.PlasticSCM.Editor">
821 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.PlasticSCM.Editor.dll</HintPath>
822 191a5518 Milan Horínek
    </Reference>
823
    <Reference Include="Unity.Rider.Editor">
824 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.Rider.Editor.dll</HintPath>
825 191a5518 Milan Horínek
    </Reference>
826
    <Reference Include="UnityEngine.UI">
827 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/UnityEngine.UI.dll</HintPath>
828 191a5518 Milan Horínek
    </Reference>
829
    <Reference Include="Unity.VisualScripting.State">
830 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.VisualScripting.State.dll</HintPath>
831 191a5518 Milan Horínek
    </Reference>
832
    <Reference Include="Unity.VisualScripting.Core">
833 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.VisualScripting.Core.dll</HintPath>
834 191a5518 Milan Horínek
    </Reference>
835
  </ItemGroup>
836
  <ItemGroup>
837
  </ItemGroup>
838
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
839
  <Target Name="GenerateTargetFrameworkMonikerAttribute" />
840
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
841
       Other similar extension points exist, see Microsoft.Common.targets.
842
  <Target Name="BeforeBuild">
843
  </Target>
844
  <Target Name="AfterBuild">
845
  </Target>
846
  -->
847
</Project>