Projekt

Obecné

Profil

Stáhnout (60.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 f60e1912 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;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;ENABLE_AR;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_TEXTURE_STREAMING;ENABLE_VIRTUALTEXTURING;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_UNITYWEBREQUEST;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_NATIVE_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;ENABLE_MANAGED_AUDIO_JOBS;ENABLE_MANAGED_UNITYTLS;INCLUDE_DYNAMIC_GI;ENABLE_SCRIPTING_GC_WBARRIERS;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_VIDEO;ENABLE_ACCELERATOR_CLIENT_DEBUGGING;PLATFORM_STANDALONE;TEXTCORE_1_0_OR_NEWER;PLATFORM_STANDALONE_OSX;UNITY_STANDALONE_OSX;UNITY_STANDALONE;ENABLE_GAMECENTER;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITY_GAME_SERVICES_ANALYTICS_SUPPORT;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_SPATIALTRACKING;PLATFORM_UPDATES_TIME_OUTSIDE_OF_PLAYER_LOOP;ENABLE_WEBSOCKET_HOST;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 f60e1912 Milan Horínek
    <UnityBuildTarget>StandaloneOSX:2</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
    <None Include="Assets/Libs/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile.shader" />
167
    <None Include="Assets/Resources/Testing/input_01.txt" />
168
    <None Include="Assets/Libs/TextMesh Pro/Resources/Shaders/TMP_Sprite.shader" />
169 191a5518 Milan Horínek
  </ItemGroup>
170
  <ItemGroup>
171
    <Reference Include="UnityEngine">
172 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.dll</HintPath>
173 191a5518 Milan Horínek
    </Reference>
174
    <Reference Include="UnityEngine.AIModule">
175 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
176 191a5518 Milan Horínek
    </Reference>
177
    <Reference Include="UnityEngine.ARModule">
178 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
179 191a5518 Milan Horínek
    </Reference>
180
    <Reference Include="UnityEngine.AccessibilityModule">
181 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
182 191a5518 Milan Horínek
    </Reference>
183
    <Reference Include="UnityEngine.AndroidJNIModule">
184 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AndroidJNIModule.dll</HintPath>
185 191a5518 Milan Horínek
    </Reference>
186
    <Reference Include="UnityEngine.AnimationModule">
187 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
188 191a5518 Milan Horínek
    </Reference>
189
    <Reference Include="UnityEngine.AssetBundleModule">
190 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
191 191a5518 Milan Horínek
    </Reference>
192
    <Reference Include="UnityEngine.AudioModule">
193 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
194 191a5518 Milan Horínek
    </Reference>
195
    <Reference Include="UnityEngine.ClothModule">
196 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
197 191a5518 Milan Horínek
    </Reference>
198
    <Reference Include="UnityEngine.ClusterInputModule">
199 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
200 191a5518 Milan Horínek
    </Reference>
201
    <Reference Include="UnityEngine.ClusterRendererModule">
202 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath>
203 191a5518 Milan Horínek
    </Reference>
204
    <Reference Include="UnityEngine.CoreModule">
205 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
206 191a5518 Milan Horínek
    </Reference>
207
    <Reference Include="UnityEngine.CrashReportingModule">
208 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
209 191a5518 Milan Horínek
    </Reference>
210
    <Reference Include="UnityEngine.DSPGraphModule">
211 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DSPGraphModule.dll</HintPath>
212 191a5518 Milan Horínek
    </Reference>
213
    <Reference Include="UnityEngine.DirectorModule">
214 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
215 191a5518 Milan Horínek
    </Reference>
216
    <Reference Include="UnityEngine.GIModule">
217 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GIModule.dll</HintPath>
218 191a5518 Milan Horínek
    </Reference>
219
    <Reference Include="UnityEngine.GameCenterModule">
220 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
221 191a5518 Milan Horínek
    </Reference>
222
    <Reference Include="UnityEngine.GridModule">
223 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
224 191a5518 Milan Horínek
    </Reference>
225
    <Reference Include="UnityEngine.HotReloadModule">
226 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
227 191a5518 Milan Horínek
    </Reference>
228
    <Reference Include="UnityEngine.IMGUIModule">
229 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
230 191a5518 Milan Horínek
    </Reference>
231
    <Reference Include="UnityEngine.ImageConversionModule">
232 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
233 191a5518 Milan Horínek
    </Reference>
234
    <Reference Include="UnityEngine.InputModule">
235 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
236 191a5518 Milan Horínek
    </Reference>
237
    <Reference Include="UnityEngine.InputLegacyModule">
238 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.InputLegacyModule.dll</HintPath>
239 191a5518 Milan Horínek
    </Reference>
240
    <Reference Include="UnityEngine.JSONSerializeModule">
241 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
242 191a5518 Milan Horínek
    </Reference>
243
    <Reference Include="UnityEngine.LocalizationModule">
244 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
245 191a5518 Milan Horínek
    </Reference>
246
    <Reference Include="UnityEngine.ParticleSystemModule">
247 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
248 191a5518 Milan Horínek
    </Reference>
249
    <Reference Include="UnityEngine.PerformanceReportingModule">
250 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
251 191a5518 Milan Horínek
    </Reference>
252
    <Reference Include="UnityEngine.PhysicsModule">
253 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
254 191a5518 Milan Horínek
    </Reference>
255
    <Reference Include="UnityEngine.Physics2DModule">
256 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
257 191a5518 Milan Horínek
    </Reference>
258
    <Reference Include="UnityEngine.ProfilerModule">
259 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
260 191a5518 Milan Horínek
    </Reference>
261
    <Reference Include="UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule">
262 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.RuntimeInitializeOnLoadManagerInitializerModule.dll</HintPath>
263 191a5518 Milan Horínek
    </Reference>
264
    <Reference Include="UnityEngine.ScreenCaptureModule">
265 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
266 191a5518 Milan Horínek
    </Reference>
267
    <Reference Include="UnityEngine.SharedInternalsModule">
268 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
269 191a5518 Milan Horínek
    </Reference>
270
    <Reference Include="UnityEngine.SpriteMaskModule">
271 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
272 191a5518 Milan Horínek
    </Reference>
273
    <Reference Include="UnityEngine.SpriteShapeModule">
274 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
275 191a5518 Milan Horínek
    </Reference>
276
    <Reference Include="UnityEngine.StreamingModule">
277 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
278 191a5518 Milan Horínek
    </Reference>
279
    <Reference Include="UnityEngine.SubstanceModule">
280 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
281 191a5518 Milan Horínek
    </Reference>
282
    <Reference Include="UnityEngine.SubsystemsModule">
283 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.SubsystemsModule.dll</HintPath>
284 191a5518 Milan Horínek
    </Reference>
285
    <Reference Include="UnityEngine.TLSModule">
286 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
287 191a5518 Milan Horínek
    </Reference>
288
    <Reference Include="UnityEngine.TerrainModule">
289 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
290 191a5518 Milan Horínek
    </Reference>
291
    <Reference Include="UnityEngine.TerrainPhysicsModule">
292 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
293 191a5518 Milan Horínek
    </Reference>
294
    <Reference Include="UnityEngine.TextCoreFontEngineModule">
295 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreFontEngineModule.dll</HintPath>
296 191a5518 Milan Horínek
    </Reference>
297
    <Reference Include="UnityEngine.TextCoreTextEngineModule">
298 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextCoreTextEngineModule.dll</HintPath>
299 191a5518 Milan Horínek
    </Reference>
300
    <Reference Include="UnityEngine.TextRenderingModule">
301 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
302 191a5518 Milan Horínek
    </Reference>
303
    <Reference Include="UnityEngine.TilemapModule">
304 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
305 191a5518 Milan Horínek
    </Reference>
306
    <Reference Include="UnityEngine.UIModule">
307 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
308 191a5518 Milan Horínek
    </Reference>
309
    <Reference Include="UnityEngine.UIElementsModule">
310 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
311 191a5518 Milan Horínek
    </Reference>
312
    <Reference Include="UnityEngine.UIElementsNativeModule">
313 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UIElementsNativeModule.dll</HintPath>
314 191a5518 Milan Horínek
    </Reference>
315
    <Reference Include="UnityEngine.UNETModule">
316 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
317 191a5518 Milan Horínek
    </Reference>
318
    <Reference Include="UnityEngine.UmbraModule">
319 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
320 191a5518 Milan Horínek
    </Reference>
321
    <Reference Include="UnityEngine.UnityAnalyticsModule">
322 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
323 191a5518 Milan Horínek
    </Reference>
324
    <Reference Include="UnityEngine.UnityAnalyticsCommonModule">
325 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityAnalyticsCommonModule.dll</HintPath>
326 191a5518 Milan Horínek
    </Reference>
327
    <Reference Include="UnityEngine.UnityConnectModule">
328 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
329 191a5518 Milan Horínek
    </Reference>
330
    <Reference Include="UnityEngine.UnityCurlModule">
331 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityCurlModule.dll</HintPath>
332 191a5518 Milan Horínek
    </Reference>
333
    <Reference Include="UnityEngine.UnityTestProtocolModule">
334 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
335 191a5518 Milan Horínek
    </Reference>
336
    <Reference Include="UnityEngine.UnityWebRequestModule">
337 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
338 191a5518 Milan Horínek
    </Reference>
339
    <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
340 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
341 191a5518 Milan Horínek
    </Reference>
342
    <Reference Include="UnityEngine.UnityWebRequestAudioModule">
343 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
344 191a5518 Milan Horínek
    </Reference>
345
    <Reference Include="UnityEngine.UnityWebRequestTextureModule">
346 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
347 191a5518 Milan Horínek
    </Reference>
348
    <Reference Include="UnityEngine.UnityWebRequestWWWModule">
349 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
350 191a5518 Milan Horínek
    </Reference>
351
    <Reference Include="UnityEngine.VFXModule">
352 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
353 191a5518 Milan Horínek
    </Reference>
354
    <Reference Include="UnityEngine.VRModule">
355 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
356 191a5518 Milan Horínek
    </Reference>
357
    <Reference Include="UnityEngine.VehiclesModule">
358 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
359 191a5518 Milan Horínek
    </Reference>
360
    <Reference Include="UnityEngine.VideoModule">
361 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
362 191a5518 Milan Horínek
    </Reference>
363
    <Reference Include="UnityEngine.VirtualTexturingModule">
364 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.VirtualTexturingModule.dll</HintPath>
365 191a5518 Milan Horínek
    </Reference>
366
    <Reference Include="UnityEngine.WindModule">
367 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
368 191a5518 Milan Horínek
    </Reference>
369
    <Reference Include="UnityEngine.XRModule">
370 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
371 191a5518 Milan Horínek
    </Reference>
372
    <Reference Include="UnityEditor">
373 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.dll</HintPath>
374 191a5518 Milan Horínek
    </Reference>
375
    <Reference Include="UnityEditor.CoreModule">
376 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.CoreModule.dll</HintPath>
377 191a5518 Milan Horínek
    </Reference>
378
    <Reference Include="UnityEditor.DeviceSimulatorModule">
379 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.DeviceSimulatorModule.dll</HintPath>
380 191a5518 Milan Horínek
    </Reference>
381
    <Reference Include="UnityEditor.DiagnosticsModule">
382 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.DiagnosticsModule.dll</HintPath>
383 191a5518 Milan Horínek
    </Reference>
384
    <Reference Include="UnityEditor.GraphViewModule">
385 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.GraphViewModule.dll</HintPath>
386 191a5518 Milan Horínek
    </Reference>
387
    <Reference Include="UnityEditor.PackageManagerUIModule">
388 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.PackageManagerUIModule.dll</HintPath>
389 191a5518 Milan Horínek
    </Reference>
390
    <Reference Include="UnityEditor.QuickSearchModule">
391 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.QuickSearchModule.dll</HintPath>
392 191a5518 Milan Horínek
    </Reference>
393
    <Reference Include="UnityEditor.SceneTemplateModule">
394 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.SceneTemplateModule.dll</HintPath>
395 191a5518 Milan Horínek
    </Reference>
396
    <Reference Include="UnityEditor.TextCoreFontEngineModule">
397 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.TextCoreFontEngineModule.dll</HintPath>
398 191a5518 Milan Horínek
    </Reference>
399
    <Reference Include="UnityEditor.TextCoreTextEngineModule">
400 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.TextCoreTextEngineModule.dll</HintPath>
401 191a5518 Milan Horínek
    </Reference>
402
    <Reference Include="UnityEditor.UIBuilderModule">
403 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIBuilderModule.dll</HintPath>
404 191a5518 Milan Horínek
    </Reference>
405
    <Reference Include="UnityEditor.UIElementsModule">
406 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIElementsModule.dll</HintPath>
407 191a5518 Milan Horínek
    </Reference>
408
    <Reference Include="UnityEditor.UIElementsSamplesModule">
409 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIElementsSamplesModule.dll</HintPath>
410 191a5518 Milan Horínek
    </Reference>
411
    <Reference Include="UnityEditor.UIServiceModule">
412 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UIServiceModule.dll</HintPath>
413 191a5518 Milan Horínek
    </Reference>
414
    <Reference Include="UnityEditor.UnityConnectModule">
415 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/Managed/UnityEngine/UnityEditor.UnityConnectModule.dll</HintPath>
416 191a5518 Milan Horínek
    </Reference>
417
    <Reference Include="Newtonsoft.Json">
418 f60e1912 Milan Horínek
      <HintPath>Assets/Libs/JsonDotNet/Assemblies/Standalone/Newtonsoft.Json.dll</HintPath>
419 191a5518 Milan Horínek
    </Reference>
420
    <Reference Include="Unity.VisualScripting.Antlr3.Runtime">
421 f60e1912 Milan Horínek
      <HintPath>Library/PackageCache/com.unity.visualscripting@1.8.0/Runtime/VisualScripting.Flow/Dependencies/NCalc/Unity.VisualScripting.Antlr3.Runtime.dll</HintPath>
422 191a5518 Milan Horínek
    </Reference>
423
    <Reference Include="netstandard">
424 f60e1912 Milan Horínek
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/ref/2.1.0/netstandard.dll</HintPath>
425 191a5518 Milan Horínek
    </Reference>
426
    <Reference Include="Microsoft.Win32.Primitives">
427 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>
428 191a5518 Milan Horínek
    </Reference>
429
    <Reference Include="System.AppContext">
430 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>
431 191a5518 Milan Horínek
    </Reference>
432
    <Reference Include="System.Buffers">
433 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>
434 191a5518 Milan Horínek
    </Reference>
435
    <Reference Include="System.Collections.Concurrent">
436 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>
437 191a5518 Milan Horínek
    </Reference>
438
    <Reference Include="System.Collections.NonGeneric">
439 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>
440 191a5518 Milan Horínek
    </Reference>
441
    <Reference Include="System.Collections.Specialized">
442 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>
443 191a5518 Milan Horínek
    </Reference>
444 f60e1912 Milan Horínek
    <Reference Include="System.Collections">
445
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Collections.dll</HintPath>
446 191a5518 Milan Horínek
    </Reference>
447
    <Reference Include="System.ComponentModel.EventBasedAsync">
448 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>
449 191a5518 Milan Horínek
    </Reference>
450
    <Reference Include="System.ComponentModel.Primitives">
451 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>
452 191a5518 Milan Horínek
    </Reference>
453
    <Reference Include="System.ComponentModel.TypeConverter">
454 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>
455
    </Reference>
456
    <Reference Include="System.ComponentModel">
457
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.ComponentModel.dll</HintPath>
458 191a5518 Milan Horínek
    </Reference>
459
    <Reference Include="System.Console">
460 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>
461 191a5518 Milan Horínek
    </Reference>
462
    <Reference Include="System.Data.Common">
463 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>
464 191a5518 Milan Horínek
    </Reference>
465
    <Reference Include="System.Diagnostics.Contracts">
466 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>
467 191a5518 Milan Horínek
    </Reference>
468
    <Reference Include="System.Diagnostics.Debug">
469 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>
470 191a5518 Milan Horínek
    </Reference>
471
    <Reference Include="System.Diagnostics.FileVersionInfo">
472 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>
473 191a5518 Milan Horínek
    </Reference>
474
    <Reference Include="System.Diagnostics.Process">
475 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>
476 191a5518 Milan Horínek
    </Reference>
477
    <Reference Include="System.Diagnostics.StackTrace">
478 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>
479 191a5518 Milan Horínek
    </Reference>
480
    <Reference Include="System.Diagnostics.TextWriterTraceListener">
481 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>
482 191a5518 Milan Horínek
    </Reference>
483
    <Reference Include="System.Diagnostics.Tools">
484 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>
485 191a5518 Milan Horínek
    </Reference>
486
    <Reference Include="System.Diagnostics.TraceSource">
487 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>
488 191a5518 Milan Horínek
    </Reference>
489
    <Reference Include="System.Diagnostics.Tracing">
490 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>
491 191a5518 Milan Horínek
    </Reference>
492
    <Reference Include="System.Drawing.Primitives">
493 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>
494 191a5518 Milan Horínek
    </Reference>
495
    <Reference Include="System.Dynamic.Runtime">
496 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>
497 191a5518 Milan Horínek
    </Reference>
498
    <Reference Include="System.Globalization.Calendars">
499 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>
500 191a5518 Milan Horínek
    </Reference>
501
    <Reference Include="System.Globalization.Extensions">
502 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>
503 191a5518 Milan Horínek
    </Reference>
504 f60e1912 Milan Horínek
    <Reference Include="System.Globalization">
505
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Globalization.dll</HintPath>
506 191a5518 Milan Horínek
    </Reference>
507
    <Reference Include="System.IO.Compression.ZipFile">
508 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>
509 191a5518 Milan Horínek
    </Reference>
510 f60e1912 Milan Horínek
    <Reference Include="System.IO.Compression">
511
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.Compression.dll</HintPath>
512 191a5518 Milan Horínek
    </Reference>
513
    <Reference Include="System.IO.FileSystem.DriveInfo">
514 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>
515 191a5518 Milan Horínek
    </Reference>
516
    <Reference Include="System.IO.FileSystem.Primitives">
517 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>
518 191a5518 Milan Horínek
    </Reference>
519
    <Reference Include="System.IO.FileSystem.Watcher">
520 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>
521
    </Reference>
522
    <Reference Include="System.IO.FileSystem">
523
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.FileSystem.dll</HintPath>
524 191a5518 Milan Horínek
    </Reference>
525
    <Reference Include="System.IO.IsolatedStorage">
526 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>
527 191a5518 Milan Horínek
    </Reference>
528
    <Reference Include="System.IO.MemoryMappedFiles">
529 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>
530 191a5518 Milan Horínek
    </Reference>
531
    <Reference Include="System.IO.Pipes">
532 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>
533 191a5518 Milan Horínek
    </Reference>
534
    <Reference Include="System.IO.UnmanagedMemoryStream">
535 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>
536 191a5518 Milan Horínek
    </Reference>
537 f60e1912 Milan Horínek
    <Reference Include="System.IO">
538
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.IO.dll</HintPath>
539 191a5518 Milan Horínek
    </Reference>
540
    <Reference Include="System.Linq.Expressions">
541 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>
542 191a5518 Milan Horínek
    </Reference>
543
    <Reference Include="System.Linq.Parallel">
544 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>
545 191a5518 Milan Horínek
    </Reference>
546
    <Reference Include="System.Linq.Queryable">
547 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>
548
    </Reference>
549
    <Reference Include="System.Linq">
550
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Linq.dll</HintPath>
551 191a5518 Milan Horínek
    </Reference>
552
    <Reference Include="System.Memory">
553 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>
554 191a5518 Milan Horínek
    </Reference>
555
    <Reference Include="System.Net.Http">
556 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>
557 191a5518 Milan Horínek
    </Reference>
558
    <Reference Include="System.Net.NameResolution">
559 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>
560 191a5518 Milan Horínek
    </Reference>
561
    <Reference Include="System.Net.NetworkInformation">
562 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>
563 191a5518 Milan Horínek
    </Reference>
564
    <Reference Include="System.Net.Ping">
565 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>
566 191a5518 Milan Horínek
    </Reference>
567
    <Reference Include="System.Net.Primitives">
568 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>
569 191a5518 Milan Horínek
    </Reference>
570
    <Reference Include="System.Net.Requests">
571 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>
572 191a5518 Milan Horínek
    </Reference>
573
    <Reference Include="System.Net.Security">
574 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>
575 191a5518 Milan Horínek
    </Reference>
576
    <Reference Include="System.Net.Sockets">
577 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>
578 191a5518 Milan Horínek
    </Reference>
579
    <Reference Include="System.Net.WebHeaderCollection">
580 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>
581 191a5518 Milan Horínek
    </Reference>
582
    <Reference Include="System.Net.WebSockets.Client">
583 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>
584 191a5518 Milan Horínek
    </Reference>
585
    <Reference Include="System.Net.WebSockets">
586 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>
587 191a5518 Milan Horínek
    </Reference>
588
    <Reference Include="System.Numerics.Vectors">
589 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>
590 191a5518 Milan Horínek
    </Reference>
591
    <Reference Include="System.ObjectModel">
592 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>
593 191a5518 Milan Horínek
    </Reference>
594
    <Reference Include="System.Reflection.DispatchProxy">
595 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>
596 191a5518 Milan Horínek
    </Reference>
597
    <Reference Include="System.Reflection.Emit.ILGeneration">
598 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>
599 191a5518 Milan Horínek
    </Reference>
600
    <Reference Include="System.Reflection.Emit.Lightweight">
601 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>
602
    </Reference>
603
    <Reference Include="System.Reflection.Emit">
604
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.Emit.dll</HintPath>
605 191a5518 Milan Horínek
    </Reference>
606
    <Reference Include="System.Reflection.Extensions">
607 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>
608 191a5518 Milan Horínek
    </Reference>
609
    <Reference Include="System.Reflection.Primitives">
610 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>
611
    </Reference>
612
    <Reference Include="System.Reflection">
613
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Reflection.dll</HintPath>
614 191a5518 Milan Horínek
    </Reference>
615
    <Reference Include="System.Resources.Reader">
616 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>
617 191a5518 Milan Horínek
    </Reference>
618
    <Reference Include="System.Resources.ResourceManager">
619 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>
620 191a5518 Milan Horínek
    </Reference>
621
    <Reference Include="System.Resources.Writer">
622 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>
623 191a5518 Milan Horínek
    </Reference>
624
    <Reference Include="System.Runtime.CompilerServices.VisualC">
625 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>
626 191a5518 Milan Horínek
    </Reference>
627
    <Reference Include="System.Runtime.Extensions">
628 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>
629 191a5518 Milan Horínek
    </Reference>
630
    <Reference Include="System.Runtime.Handles">
631 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>
632 191a5518 Milan Horínek
    </Reference>
633
    <Reference Include="System.Runtime.InteropServices.RuntimeInformation">
634 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>
635
    </Reference>
636
    <Reference Include="System.Runtime.InteropServices">
637
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.InteropServices.dll</HintPath>
638 191a5518 Milan Horínek
    </Reference>
639
    <Reference Include="System.Runtime.Numerics">
640 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>
641 191a5518 Milan Horínek
    </Reference>
642
    <Reference Include="System.Runtime.Serialization.Formatters">
643 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>
644 191a5518 Milan Horínek
    </Reference>
645
    <Reference Include="System.Runtime.Serialization.Json">
646 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>
647 191a5518 Milan Horínek
    </Reference>
648
    <Reference Include="System.Runtime.Serialization.Primitives">
649 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>
650 191a5518 Milan Horínek
    </Reference>
651
    <Reference Include="System.Runtime.Serialization.Xml">
652 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>
653
    </Reference>
654
    <Reference Include="System.Runtime">
655
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Runtime.dll</HintPath>
656 191a5518 Milan Horínek
    </Reference>
657
    <Reference Include="System.Security.Claims">
658 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>
659 191a5518 Milan Horínek
    </Reference>
660
    <Reference Include="System.Security.Cryptography.Algorithms">
661 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>
662 191a5518 Milan Horínek
    </Reference>
663
    <Reference Include="System.Security.Cryptography.Csp">
664 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>
665 191a5518 Milan Horínek
    </Reference>
666
    <Reference Include="System.Security.Cryptography.Encoding">
667 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>
668 191a5518 Milan Horínek
    </Reference>
669
    <Reference Include="System.Security.Cryptography.Primitives">
670 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>
671 191a5518 Milan Horínek
    </Reference>
672
    <Reference Include="System.Security.Cryptography.X509Certificates">
673 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>
674 191a5518 Milan Horínek
    </Reference>
675
    <Reference Include="System.Security.Principal">
676 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>
677 191a5518 Milan Horínek
    </Reference>
678
    <Reference Include="System.Security.SecureString">
679 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>
680 191a5518 Milan Horínek
    </Reference>
681
    <Reference Include="System.Text.Encoding.Extensions">
682 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>
683 191a5518 Milan Horínek
    </Reference>
684 f60e1912 Milan Horínek
    <Reference Include="System.Text.Encoding">
685
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Text.Encoding.dll</HintPath>
686 191a5518 Milan Horínek
    </Reference>
687 f60e1912 Milan Horínek
    <Reference Include="System.Text.RegularExpressions">
688
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Text.RegularExpressions.dll</HintPath>
689 191a5518 Milan Horínek
    </Reference>
690
    <Reference Include="System.Threading.Overlapped">
691 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>
692 191a5518 Milan Horínek
    </Reference>
693
    <Reference Include="System.Threading.Tasks.Extensions">
694 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>
695 191a5518 Milan Horínek
    </Reference>
696
    <Reference Include="System.Threading.Tasks.Parallel">
697 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>
698
    </Reference>
699
    <Reference Include="System.Threading.Tasks">
700
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.Tasks.dll</HintPath>
701 191a5518 Milan Horínek
    </Reference>
702
    <Reference Include="System.Threading.Thread">
703 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>
704 191a5518 Milan Horínek
    </Reference>
705
    <Reference Include="System.Threading.ThreadPool">
706 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>
707 191a5518 Milan Horínek
    </Reference>
708
    <Reference Include="System.Threading.Timer">
709 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>
710
    </Reference>
711
    <Reference Include="System.Threading">
712
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Threading.dll</HintPath>
713 191a5518 Milan Horínek
    </Reference>
714
    <Reference Include="System.ValueTuple">
715 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>
716 191a5518 Milan Horínek
    </Reference>
717
    <Reference Include="System.Xml.ReaderWriter">
718 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>
719 191a5518 Milan Horínek
    </Reference>
720
    <Reference Include="System.Xml.XDocument">
721 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>
722 191a5518 Milan Horínek
    </Reference>
723 f60e1912 Milan Horínek
    <Reference Include="System.Xml.XPath.XDocument">
724
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XPath.XDocument.dll</HintPath>
725 191a5518 Milan Horínek
    </Reference>
726
    <Reference Include="System.Xml.XPath">
727 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>
728 191a5518 Milan Horínek
    </Reference>
729 f60e1912 Milan Horínek
    <Reference Include="System.Xml.XmlDocument">
730
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XmlDocument.dll</HintPath>
731 191a5518 Milan Horínek
    </Reference>
732 f60e1912 Milan Horínek
    <Reference Include="System.Xml.XmlSerializer">
733
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netstandard/System.Xml.XmlSerializer.dll</HintPath>
734 191a5518 Milan Horínek
    </Reference>
735 f60e1912 Milan Horínek
    <Reference Include="System.Runtime.InteropServices.WindowsRuntime">
736
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/Extensions/2.0.0/System.Runtime.InteropServices.WindowsRuntime.dll</HintPath>
737 191a5518 Milan Horínek
    </Reference>
738
    <Reference Include="System.ComponentModel.Composition">
739 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>
740 191a5518 Milan Horínek
    </Reference>
741
    <Reference Include="System.Core">
742 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>
743 191a5518 Milan Horínek
    </Reference>
744
    <Reference Include="System.Data">
745 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>
746 191a5518 Milan Horínek
    </Reference>
747
    <Reference Include="System.Drawing">
748 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>
749 191a5518 Milan Horínek
    </Reference>
750
    <Reference Include="System.IO.Compression.FileSystem">
751 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>
752 191a5518 Milan Horínek
    </Reference>
753
    <Reference Include="System.Net">
754 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>
755 191a5518 Milan Horínek
    </Reference>
756
    <Reference Include="System.Numerics">
757 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>
758 191a5518 Milan Horínek
    </Reference>
759
    <Reference Include="System.Runtime.Serialization">
760 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>
761 191a5518 Milan Horínek
    </Reference>
762
    <Reference Include="System.ServiceModel.Web">
763 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>
764 191a5518 Milan Horínek
    </Reference>
765
    <Reference Include="System.Transactions">
766 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>
767 191a5518 Milan Horínek
    </Reference>
768
    <Reference Include="System.Web">
769 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>
770 191a5518 Milan Horínek
    </Reference>
771
    <Reference Include="System.Windows">
772 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>
773 191a5518 Milan Horínek
    </Reference>
774
    <Reference Include="System.Xml.Linq">
775 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>
776 191a5518 Milan Horínek
    </Reference>
777
    <Reference Include="System.Xml.Serialization">
778 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>
779
    </Reference>
780
    <Reference Include="System.Xml">
781
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.Xml.dll</HintPath>
782
    </Reference>
783
    <Reference Include="System">
784
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/System.dll</HintPath>
785
    </Reference>
786
    <Reference Include="mscorlib">
787
      <HintPath>/Applications/Unity/Hub/Editor/2021.3.19f1/Unity.app/Contents/NetStandard/compat/2.1.0/shims/netfx/mscorlib.dll</HintPath>
788 191a5518 Milan Horínek
    </Reference>
789
    <Reference Include="Unity.VisualScripting.Flow.Editor">
790 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.VisualScripting.Flow.Editor.dll</HintPath>
791 191a5518 Milan Horínek
    </Reference>
792
    <Reference Include="Unity.VSCode.Editor">
793 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.VSCode.Editor.dll</HintPath>
794 191a5518 Milan Horínek
    </Reference>
795
    <Reference Include="Unity.VisualScripting.Shared.Editor">
796 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.VisualScripting.Shared.Editor.dll</HintPath>
797 191a5518 Milan Horínek
    </Reference>
798
    <Reference Include="Unity.TextMeshPro.Editor">
799 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.TextMeshPro.Editor.dll</HintPath>
800 191a5518 Milan Horínek
    </Reference>
801
    <Reference Include="Unity.VisualStudio.Editor">
802 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.VisualStudio.Editor.dll</HintPath>
803 191a5518 Milan Horínek
    </Reference>
804
    <Reference Include="Unity.Timeline.Editor">
805 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.Timeline.Editor.dll</HintPath>
806 191a5518 Milan Horínek
    </Reference>
807
    <Reference Include="Unity.Timeline">
808 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.Timeline.dll</HintPath>
809 191a5518 Milan Horínek
    </Reference>
810
    <Reference Include="Unity.VisualScripting.Core.Editor">
811 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.VisualScripting.Core.Editor.dll</HintPath>
812 191a5518 Milan Horínek
    </Reference>
813
    <Reference Include="Unity.TextMeshPro">
814 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.TextMeshPro.dll</HintPath>
815 191a5518 Milan Horínek
    </Reference>
816
    <Reference Include="Unity.VisualScripting.State.Editor">
817 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.VisualScripting.State.Editor.dll</HintPath>
818 191a5518 Milan Horínek
    </Reference>
819
    <Reference Include="Unity.VisualScripting.SettingsProvider.Editor">
820 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.VisualScripting.SettingsProvider.Editor.dll</HintPath>
821 191a5518 Milan Horínek
    </Reference>
822
    <Reference Include="Unity.VisualScripting.Flow">
823 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.VisualScripting.Flow.dll</HintPath>
824 191a5518 Milan Horínek
    </Reference>
825
    <Reference Include="UnityEditor.UI">
826 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/UnityEditor.UI.dll</HintPath>
827 191a5518 Milan Horínek
    </Reference>
828
    <Reference Include="Unity.PlasticSCM.Editor">
829 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.PlasticSCM.Editor.dll</HintPath>
830 191a5518 Milan Horínek
    </Reference>
831
    <Reference Include="Unity.Rider.Editor">
832 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.Rider.Editor.dll</HintPath>
833 191a5518 Milan Horínek
    </Reference>
834
    <Reference Include="UnityEngine.UI">
835 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/UnityEngine.UI.dll</HintPath>
836 191a5518 Milan Horínek
    </Reference>
837
    <Reference Include="Unity.VisualScripting.State">
838 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.VisualScripting.State.dll</HintPath>
839 191a5518 Milan Horínek
    </Reference>
840
    <Reference Include="Unity.VisualScripting.Core">
841 f60e1912 Milan Horínek
      <HintPath>Library/ScriptAssemblies/Unity.VisualScripting.Core.dll</HintPath>
842 191a5518 Milan Horínek
    </Reference>
843
  </ItemGroup>
844
  <ItemGroup>
845
  </ItemGroup>
846
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
847
  <Target Name="GenerateTargetFrameworkMonikerAttribute" />
848
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
849
       Other similar extension points exist, see Microsoft.Common.targets.
850
  <Target Name="BeforeBuild">
851
  </Target>
852
  <Target Name="AfterBuild">
853
  </Target>
854
  -->
855
</Project>