OSX
[AI-Over-Network.git] / PhotonRealtime.csproj
blobff65427f774ada2f151af0f60f3724ffe336a239
1 <?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>4</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>{EDBF85C0-156B-F730-90E1-9DBE7EB85FE8}</ProjectGuid>
13     <OutputType>Library</OutputType>
14     <AppDesignerFolder>Properties</AppDesignerFolder>
15     <AssemblyName>PhotonRealtime</AssemblyName>
16     <TargetFrameworkVersion>v3.5</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     <DefineConstants>DEBUG;TRACE;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_3_8;UNITY_2018_3;UNITY_2018;PLATFORM_ARCH_64;UNITY_64;UNITY_INCLUDE_TESTS;UNITY_ANALYTICS;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_TEXTURE_STREAMING;ENABLE_DIRECTOR;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_COLLAB_SOFTLOCKS;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_USE_WEBREQUEST;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_HUB;ENABLE_EDITOR_HUB_LICENSE;ENABLE_WEBSOCKET_CLIENT;ENABLE_DIRECTOR_AUDIO;ENABLE_DIRECTOR_TEXTURE;ENABLE_TIMELINE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_MANAGED_JOBS;ENABLE_MANAGED_TRANSFORM_JOBS;ENABLE_MANAGED_ANIMATION_JOBS;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_VIDEO;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_LOCALIZATION;PLATFORM_STANDALONE_OSX;PLATFORM_STANDALONE;UNITY_STANDALONE_OSX;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_GAMECENTER;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_NATIVE_CRASH_REPORTING;ENABLE_CLUSTER_SYNC;ENABLE_CLUSTERINPUT;ENABLE_VR;ENABLE_AR;ENABLE_SPATIALTRACKING;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_2_0_SUBSET;NET_LEGACY;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_UNITY_COLLECTIONS_CHECKS;ENABLE_BURST_AOT;UNITY_TEAM_LICENSE;PHOTON_UNITY_NETWORKING;PUN_2_0_OR_NEWER;PUN_2_OR_NEWER</DefineConstants>
26     <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   <ItemGroup>
48     <Reference Include="UnityEngine">
49       <HintPath>C:\Program Files\Unity\Editor\Data\Managed/UnityEngine/UnityEngine.dll</HintPath>
50     </Reference>
51     <Reference Include="UnityEditor">
52       <HintPath>C:\Program Files\Unity\Editor\Data\Managed/UnityEditor.dll</HintPath>
53     </Reference>
54   </ItemGroup>
55   <ItemGroup>
56      <Compile Include="Assets\Imported Assets\Photon\PhotonRealtime\Code\AppSettings.cs" />
57      <Compile Include="Assets\Imported Assets\Photon\PhotonRealtime\Code\ConnectionHandler.cs" />
58      <Compile Include="Assets\Imported Assets\Photon\PhotonRealtime\Code\Extensions.cs" />
59      <Compile Include="Assets\Imported Assets\Photon\PhotonRealtime\Code\FriendInfo.cs" />
60      <Compile Include="Assets\Imported Assets\Photon\PhotonRealtime\Code\LoadBalancingClient.cs" />
61      <Compile Include="Assets\Imported Assets\Photon\PhotonRealtime\Code\LoadbalancingPeer.cs" />
62      <Compile Include="Assets\Imported Assets\Photon\PhotonRealtime\Code\PhotonPing.cs" />
63      <Compile Include="Assets\Imported Assets\Photon\PhotonRealtime\Code\PhotonPingClasses.cs" />
64      <Compile Include="Assets\Imported Assets\Photon\PhotonRealtime\Code\Player.cs" />
65      <Compile Include="Assets\Imported Assets\Photon\PhotonRealtime\Code\Region.cs" />
66      <Compile Include="Assets\Imported Assets\Photon\PhotonRealtime\Code\RegionHandler.cs" />
67      <Compile Include="Assets\Imported Assets\Photon\PhotonRealtime\Code\Room.cs" />
68      <Compile Include="Assets\Imported Assets\Photon\PhotonRealtime\Code\RoomInfo.cs" />
69      <Compile Include="Assets\Imported Assets\Photon\PhotonRealtime\Code\SupportLogger.cs" />
70      <Compile Include="Assets\Imported Assets\Photon\PhotonRealtime\Code\WebRpc.cs" />
71  <Reference Include="UnityEngine.AIModule">
72  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AIModule.dll</HintPath>
73  </Reference>
74  <Reference Include="UnityEngine.ARModule">
75  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ARModule.dll</HintPath>
76  </Reference>
77  <Reference Include="UnityEngine.AccessibilityModule">
78  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AccessibilityModule.dll</HintPath>
79  </Reference>
80  <Reference Include="UnityEngine.AnimationModule">
81  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AnimationModule.dll</HintPath>
82  </Reference>
83  <Reference Include="UnityEngine.AssetBundleModule">
84  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AssetBundleModule.dll</HintPath>
85  </Reference>
86  <Reference Include="UnityEngine.AudioModule">
87  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.AudioModule.dll</HintPath>
88  </Reference>
89  <Reference Include="UnityEngine.BaselibModule">
90  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.BaselibModule.dll</HintPath>
91  </Reference>
92  <Reference Include="UnityEngine.ClothModule">
93  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClothModule.dll</HintPath>
94  </Reference>
95  <Reference Include="UnityEngine.ClusterInputModule">
96  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterInputModule.dll</HintPath>
97  </Reference>
98  <Reference Include="UnityEngine.ClusterRendererModule">
99  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ClusterRendererModule.dll</HintPath>
100  </Reference>
101  <Reference Include="UnityEngine.CoreModule">
102  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.CoreModule.dll</HintPath>
103  </Reference>
104  <Reference Include="UnityEngine.CrashReportingModule">
105  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.CrashReportingModule.dll</HintPath>
106  </Reference>
107  <Reference Include="UnityEngine.DirectorModule">
108  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.DirectorModule.dll</HintPath>
109  </Reference>
110  <Reference Include="UnityEngine.FileSystemHttpModule">
111  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.FileSystemHttpModule.dll</HintPath>
112  </Reference>
113  <Reference Include="UnityEngine.GameCenterModule">
114  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.GameCenterModule.dll</HintPath>
115  </Reference>
116  <Reference Include="UnityEngine.GridModule">
117  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.GridModule.dll</HintPath>
118  </Reference>
119  <Reference Include="UnityEngine.HotReloadModule">
120  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.HotReloadModule.dll</HintPath>
121  </Reference>
122  <Reference Include="UnityEngine.IMGUIModule">
123  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
124  </Reference>
125  <Reference Include="UnityEngine.ImageConversionModule">
126  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ImageConversionModule.dll</HintPath>
127  </Reference>
128  <Reference Include="UnityEngine.InputModule">
129  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.InputModule.dll</HintPath>
130  </Reference>
131  <Reference Include="UnityEngine.JSONSerializeModule">
132  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.JSONSerializeModule.dll</HintPath>
133  </Reference>
134  <Reference Include="UnityEngine.LocalizationModule">
135  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.LocalizationModule.dll</HintPath>
136  </Reference>
137  <Reference Include="UnityEngine.ParticleSystemModule">
138  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ParticleSystemModule.dll</HintPath>
139  </Reference>
140  <Reference Include="UnityEngine.PerformanceReportingModule">
141  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.PerformanceReportingModule.dll</HintPath>
142  </Reference>
143  <Reference Include="UnityEngine.PhysicsModule">
144  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.PhysicsModule.dll</HintPath>
145  </Reference>
146  <Reference Include="UnityEngine.Physics2DModule">
147  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.Physics2DModule.dll</HintPath>
148  </Reference>
149  <Reference Include="UnityEngine.ProfilerModule">
150  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ProfilerModule.dll</HintPath>
151  </Reference>
152  <Reference Include="UnityEngine.ScreenCaptureModule">
153  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.ScreenCaptureModule.dll</HintPath>
154  </Reference>
155  <Reference Include="UnityEngine.SharedInternalsModule">
156  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SharedInternalsModule.dll</HintPath>
157  </Reference>
158  <Reference Include="UnityEngine.SpatialTrackingModule">
159  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SpatialTrackingModule.dll</HintPath>
160  </Reference>
161  <Reference Include="UnityEngine.SpriteMaskModule">
162  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteMaskModule.dll</HintPath>
163  </Reference>
164  <Reference Include="UnityEngine.SpriteShapeModule">
165  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SpriteShapeModule.dll</HintPath>
166  </Reference>
167  <Reference Include="UnityEngine.StreamingModule">
168  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.StreamingModule.dll</HintPath>
169  </Reference>
170  <Reference Include="UnityEngine.StyleSheetsModule">
171  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.StyleSheetsModule.dll</HintPath>
172  </Reference>
173  <Reference Include="UnityEngine.SubstanceModule">
174  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.SubstanceModule.dll</HintPath>
175  </Reference>
176  <Reference Include="UnityEngine.TLSModule">
177  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TLSModule.dll</HintPath>
178  </Reference>
179  <Reference Include="UnityEngine.TerrainModule">
180  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainModule.dll</HintPath>
181  </Reference>
182  <Reference Include="UnityEngine.TerrainPhysicsModule">
183  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TerrainPhysicsModule.dll</HintPath>
184  </Reference>
185  <Reference Include="UnityEngine.TextCoreModule">
186  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TextCoreModule.dll</HintPath>
187  </Reference>
188  <Reference Include="UnityEngine.TextRenderingModule">
189  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TextRenderingModule.dll</HintPath>
190  </Reference>
191  <Reference Include="UnityEngine.TilemapModule">
192  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TilemapModule.dll</HintPath>
193  </Reference>
194  <Reference Include="UnityEngine.TimelineModule">
195  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.TimelineModule.dll</HintPath>
196  </Reference>
197  <Reference Include="UnityEngine.UIModule">
198  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UIModule.dll</HintPath>
199  </Reference>
200  <Reference Include="UnityEngine.UIElementsModule">
201  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UIElementsModule.dll</HintPath>
202  </Reference>
203  <Reference Include="UnityEngine.UNETModule">
204  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UNETModule.dll</HintPath>
205  </Reference>
206  <Reference Include="UnityEngine.UmbraModule">
207  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UmbraModule.dll</HintPath>
208  </Reference>
209  <Reference Include="UnityEngine.UnityAnalyticsModule">
210  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityAnalyticsModule.dll</HintPath>
211  </Reference>
212  <Reference Include="UnityEngine.UnityConnectModule">
213  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityConnectModule.dll</HintPath>
214  </Reference>
215  <Reference Include="UnityEngine.UnityTestProtocolModule">
216  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityTestProtocolModule.dll</HintPath>
217  </Reference>
218  <Reference Include="UnityEngine.UnityWebRequestModule">
219  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestModule.dll</HintPath>
220  </Reference>
221  <Reference Include="UnityEngine.UnityWebRequestAssetBundleModule">
222  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAssetBundleModule.dll</HintPath>
223  </Reference>
224  <Reference Include="UnityEngine.UnityWebRequestAudioModule">
225  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestAudioModule.dll</HintPath>
226  </Reference>
227  <Reference Include="UnityEngine.UnityWebRequestTextureModule">
228  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestTextureModule.dll</HintPath>
229  </Reference>
230  <Reference Include="UnityEngine.UnityWebRequestWWWModule">
231  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.UnityWebRequestWWWModule.dll</HintPath>
232  </Reference>
233  <Reference Include="UnityEngine.VFXModule">
234  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VFXModule.dll</HintPath>
235  </Reference>
236  <Reference Include="UnityEngine.VRModule">
237  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VRModule.dll</HintPath>
238  </Reference>
239  <Reference Include="UnityEngine.VehiclesModule">
240  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VehiclesModule.dll</HintPath>
241  </Reference>
242  <Reference Include="UnityEngine.VideoModule">
243  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.VideoModule.dll</HintPath>
244  </Reference>
245  <Reference Include="UnityEngine.WindModule">
246  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.WindModule.dll</HintPath>
247  </Reference>
248  <Reference Include="UnityEngine.XRModule">
249  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.XRModule.dll</HintPath>
250  </Reference>
251  <Reference Include="Unity.Locator">
252  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/Unity.Locator.dll</HintPath>
253  </Reference>
254  <Reference Include="UnityEngine.UI">
255  <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
256  </Reference>
257  <Reference Include="UnityEditor.UI">
258  <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll</HintPath>
259  </Reference>
260  <Reference Include="UnityEditor.TestRunner">
261  <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll</HintPath>
262  </Reference>
263  <Reference Include="UnityEngine.TestRunner">
264  <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll</HintPath>
265  </Reference>
266  <Reference Include="nunit.framework">
267  <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll</HintPath>
268  </Reference>
269  <Reference Include="UnityEngine.Timeline">
270  <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll</HintPath>
271  </Reference>
272  <Reference Include="UnityEditor.Timeline">
273  <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Timeline/Editor/UnityEditor.Timeline.dll</HintPath>
274  </Reference>
275  <Reference Include="UnityEngine.Networking">
276  <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
277  </Reference>
278  <Reference Include="UnityEditor.Networking">
279  <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll</HintPath>
280  </Reference>
281  <Reference Include="UnityEditor.GoogleAudioSpatializer">
282  <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/Editor/UnityEditor.GoogleAudioSpatializer.dll</HintPath>
283  </Reference>
284  <Reference Include="UnityEngine.GoogleAudioSpatializer">
285  <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll</HintPath>
286  </Reference>
287  <Reference Include="UnityEditor.SpatialTracking">
288  <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/Editor/UnityEditor.SpatialTracking.dll</HintPath>
289  </Reference>
290  <Reference Include="UnityEngine.SpatialTracking">
291  <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll</HintPath>
292  </Reference>
293  <Reference Include="UnityEditor.VR">
294  <HintPath>C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll</HintPath>
295  </Reference>
296  <Reference Include="UnityEditor.Graphs">
297  <HintPath>C:/Program Files/Unity/Editor/Data/Managed/UnityEditor.Graphs.dll</HintPath>
298  </Reference>
299  <Reference Include="UnityEditor.Android.Extensions">
300  <HintPath>C:/Program Files/Unity/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll</HintPath>
301  </Reference>
302  <Reference Include="UnityEditor.iOS.Extensions">
303  <HintPath>C:/Program Files/Unity/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll</HintPath>
304  </Reference>
305  <Reference Include="UnityEditor.WebGL.Extensions">
306  <HintPath>C:/Program Files/Unity/Editor/Data/PlaybackEngines/WebGLSupport/UnityEditor.WebGL.Extensions.dll</HintPath>
307  </Reference>
308  <Reference Include="UnityEditor.LinuxStandalone.Extensions">
309  <HintPath>C:/Program Files/Unity/Editor/Data/PlaybackEngines/LinuxStandaloneSupport/UnityEditor.LinuxStandalone.Extensions.dll</HintPath>
310  </Reference>
311  <Reference Include="UnityEditor.WindowsStandalone.Extensions">
312  <HintPath>C:/Program Files/Unity/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
313  </Reference>
314  <Reference Include="UnityEditor.OSXStandalone.Extensions">
315  <HintPath>C:/Program Files/Unity/Editor/Data/PlaybackEngines/MacStandaloneSupport/UnityEditor.OSXStandalone.Extensions.dll</HintPath>
316  </Reference>
317  <Reference Include="Photon3Unity3D">
318  <HintPath>S:/GitProjects/Scherezade/Comp476 - A3/Assets/Imported Assets/Photon/PhotonLibs/Photon3Unity3D.dll</HintPath>
319  </Reference>
320  <Reference Include="websocket-sharp">
321  <HintPath>S:/GitProjects/Scherezade/Comp476 - A3/Assets/Imported Assets/Photon/PhotonLibs/WebSocket/websocket-sharp.dll</HintPath>
322  </Reference>
323  <Reference Include="Newtonsoft.Json">
324  <HintPath>S:/GitProjects/Scherezade/Comp476 - A3/Assets/Imported Assets/Photon/PhotonUnityNetworking/Code/Editor/Newtonsoft.Json.dll</HintPath>
325  </Reference>
326  <Reference Include="UnityEditor.Advertisements">
327  <HintPath>S:/GitProjects/Scherezade/Comp476 - A3/Library/PackageCache/com.unity.ads@2.0.8/Editor/UnityEditor.Advertisements.dll</HintPath>
328  </Reference>
329  <Reference Include="Unity.Analytics.Editor">
330  <HintPath>S:/GitProjects/Scherezade/Comp476 - A3/Library/PackageCache/com.unity.analytics@3.2.2/Unity.Analytics.Editor.dll</HintPath>
331  </Reference>
332  <Reference Include="Unity.Analytics.StandardEvents">
333  <HintPath>S:/GitProjects/Scherezade/Comp476 - A3/Library/PackageCache/com.unity.analytics@3.2.2/Unity.Analytics.StandardEvents.dll</HintPath>
334  </Reference>
335  <Reference Include="Unity.Analytics.Tracker">
336  <HintPath>S:/GitProjects/Scherezade/Comp476 - A3/Library/PackageCache/com.unity.analytics@3.2.2/Unity.Analytics.Tracker.dll</HintPath>
337  </Reference>
338  <Reference Include="UnityEditor.Purchasing">
339  <HintPath>S:/GitProjects/Scherezade/Comp476 - A3/Library/PackageCache/com.unity.purchasing@2.0.3/Editor/UnityEditor.Purchasing.dll</HintPath>
340  </Reference>
341  <Reference Include="mscorlib">
342  <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/mscorlib.dll</HintPath>
343  </Reference>
344  <Reference Include="System">
345  <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/System.dll</HintPath>
346  </Reference>
347  <Reference Include="System.Core">
348  <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/System.Core.dll</HintPath>
349  </Reference>
350  <Reference Include="System.Runtime.Serialization">
351  <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/System.Runtime.Serialization.dll</HintPath>
352  </Reference>
353  <Reference Include="System.Xml">
354  <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/System.Xml.dll</HintPath>
355  </Reference>
356  <Reference Include="System.Xml.Linq">
357  <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/System.Xml.Linq.dll</HintPath>
358  </Reference>
359  <Reference Include="UnityScript">
360  <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/UnityScript.dll</HintPath>
361  </Reference>
362  <Reference Include="UnityScript.Lang">
363  <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/UnityScript.Lang.dll</HintPath>
364  </Reference>
365  <Reference Include="Boo.Lang">
366  <HintPath>C:/Program Files/Unity/Editor/Data/MonoBleedingEdge/lib/mono/unity/Boo.Lang.dll</HintPath>
367  </Reference>
368   </ItemGroup>
369   <ItemGroup>
370     <ProjectReference Include="PhotonWebSocket.csproj">
371       <Project>{F5AF6192-B840-ADC0-1DD3-200A9F81EC8B}</Project>      <Name>PhotonWebSocket</Name>    </ProjectReference>
372   </ItemGroup>
373   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
374   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
375        Other similar extension points exist, see Microsoft.Common.targets.
376   <Target Name="BeforeBuild">
377   </Target>
378   <Target Name="AfterBuild">
379   </Target>
380   -->
381   
382 </Project>