|
1 |
| -<?xml version="1.0" encoding="utf-8"?> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 | 3 | <PropertyGroup>
|
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
19 | 19 | <DebugType>full</DebugType>
|
20 | 20 | <Optimize>false</Optimize>
|
21 | 21 | <OutputPath>Temp\bin\Debug\</OutputPath>
|
22 |
| - <DefineConstants>DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_4_2;UNITY_5_4;UNITY_5;ENABLE_NEW_BUGREPORTER;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_EDITOR_RETINA;ENABLE_RETINA_GUISTYLES;ENABLE_FRAME_DEBUGGER;ENABLE_GENERICS;ENABLE_HOME_SCREEN;ENABLE_IMAGEEFFECTS;ENABLE_LIGHT_PROBES_LEGACY;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_PLUGIN_INSPECTOR;ENABLE_SHADOWS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_SPRITE_POLYGON;ENABLE_TERRAIN;ENABLE_RAKNET;ENABLE_UNET;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;INCLUDE_IL2CPP;INCLUDE_DIRECTX12;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_LOCALIZATION;ENABLE_ANDROID_ATLAS_ETC1_COMPRESSION;ENABLE_EDITOR_TESTS_RUNNER;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_SUBSTANCE;ENABLE_TEXTUREID_MAP;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_EVENT_QUEUE;ENABLE_CLUSTERINPUT;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;DEVELOPMENT_BUILD;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;UNITY_TEAM_LICENSE</DefineConstants> |
| 22 | + <DefineConstants>DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_5_6_7;UNITY_5_6;UNITY_5;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_RUNTIME_NAVMESH_BUILDING;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_RAKNET;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_NATIVE_ARRAY;INCLUDE_DYNAMIC_GI;INCLUDE_GI;PLATFORM_SUPPORTS_MONO;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_SCRIPTING_NEW_CSHARP_COMPILER;ENABLE_VIDEO;UNITY_ANDROID;ENABLE_SUBSTANCE;UNITY_ANDROID_API;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;PLATFORM_SUPPORTS_ADS_ID;UNITY_CAN_SHOW_SPLASH_SCREEN;ENABLE_VR;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;ENABLE_MONO;NET_2_0_SUBSET;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_NATIVE_ARRAY_CHECKS;UNITY_TEAM_LICENSE;UNITY_HAS_GOOGLEVR;ENABLE_DUCK_TYPING</DefineConstants> |
23 | 23 | <ErrorReport>prompt</ErrorReport>
|
24 | 24 | <WarningLevel>4</WarningLevel>
|
25 | 25 | <NoWarn>0169</NoWarn>
|
|
36 | 36 | <Reference Include="System" />
|
37 | 37 | <Reference Include="System.XML" />
|
38 | 38 | <Reference Include="System.Core" />
|
| 39 | + <Reference Include="System.Runtime.Serialization" /> |
39 | 40 | <Reference Include="System.Xml.Linq" />
|
40 | 41 | <Reference Include="UnityEngine">
|
41 |
| - <HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/Managed/UnityEngine.dll</HintPath> |
| 42 | + <HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/Managed/UnityEngine.dll</HintPath> |
42 | 43 | </Reference>
|
43 | 44 | <Reference Include="UnityEditor">
|
44 |
| - <HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/Managed/UnityEditor.dll</HintPath> |
| 45 | + <HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/Managed/UnityEditor.dll</HintPath> |
45 | 46 | </Reference>
|
46 | 47 | </ItemGroup>
|
47 | 48 | <ItemGroup>
|
|
116 | 117 | <None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_BloomAndFlares\BlurAndFlares.shader" />
|
117 | 118 | <None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_BloomAndFlares\BlendForBloom.shader" />
|
118 | 119 | <Reference Include="UnityEditor.Advertisements">
|
119 |
| - <HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/UnityExtensions/Unity/Advertisements/Editor/UnityEditor.Advertisements.dll</HintPath> |
120 |
| - </Reference> |
121 |
| - <Reference Include="nunit.framework"> |
122 |
| - <HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/UnityExtensions/Unity/EditorTestsRunner/Editor/nunit.framework.dll</HintPath> |
123 |
| - </Reference> |
124 |
| - <Reference Include="UnityEditor.EditorTestsRunner"> |
125 |
| - <HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/UnityExtensions/Unity/EditorTestsRunner/Editor/UnityEditor.EditorTestsRunner.dll</HintPath> |
| 120 | + <HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/Advertisements/Editor/UnityEditor.Advertisements.dll</HintPath> |
126 | 121 | </Reference>
|
127 | 122 | <Reference Include="UnityEngine.UI">
|
128 |
| - <HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath> |
| 123 | + <HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath> |
129 | 124 | </Reference>
|
130 | 125 | <Reference Include="UnityEditor.UI">
|
131 |
| - <HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll</HintPath> |
| 126 | + <HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll</HintPath> |
132 | 127 | </Reference>
|
133 | 128 | <Reference Include="UnityEngine.Networking">
|
134 |
| - <HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath> |
| 129 | + <HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath> |
135 | 130 | </Reference>
|
136 | 131 | <Reference Include="UnityEditor.Networking">
|
137 |
| - <HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll</HintPath> |
| 132 | + <HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll</HintPath> |
| 133 | + </Reference> |
| 134 | + <Reference Include="UnityEditor.TestRunner"> |
| 135 | + <HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll</HintPath> |
| 136 | + </Reference> |
| 137 | + <Reference Include="UnityEngine.TestRunner"> |
| 138 | + <HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll</HintPath> |
| 139 | + </Reference> |
| 140 | + <Reference Include="nunit.framework"> |
| 141 | + <HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll</HintPath> |
138 | 142 | </Reference>
|
139 | 143 | <Reference Include="UnityEditor.TreeEditor">
|
140 |
| - <HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/UnityExtensions/Unity/TreeEditor/Editor/UnityEditor.TreeEditor.dll</HintPath> |
| 144 | + <HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/TreeEditor/Editor/UnityEditor.TreeEditor.dll</HintPath> |
| 145 | + </Reference> |
| 146 | + <Reference Include="UnityEngine.Analytics"> |
| 147 | + <HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/UnityAnalytics/UnityEngine.Analytics.dll</HintPath> |
| 148 | + </Reference> |
| 149 | + <Reference Include="UnityEditor.Analytics"> |
| 150 | + <HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/UnityAnalytics/Editor/UnityEditor.Analytics.dll</HintPath> |
| 151 | + </Reference> |
| 152 | + <Reference Include="UnityEditor.HoloLens"> |
| 153 | + <HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Editor/UnityEditor.HoloLens.dll</HintPath> |
| 154 | + </Reference> |
| 155 | + <Reference Include="UnityEngine.HoloLens"> |
| 156 | + <HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/UnityHoloLens/RuntimeEditor/UnityEngine.HoloLens.dll</HintPath> |
| 157 | + </Reference> |
| 158 | + <Reference Include="UnityEditor.Purchasing"> |
| 159 | + <HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/UnityPurchasing/Editor/UnityEditor.Purchasing.dll</HintPath> |
| 160 | + </Reference> |
| 161 | + <Reference Include="UnityEditor.VR"> |
| 162 | + <HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll</HintPath> |
| 163 | + </Reference> |
| 164 | + <Reference Include="UnityEngine.VR"> |
| 165 | + <HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/UnityExtensions/Unity/UnityVR/RuntimeEditor/UnityEngine.VR.dll</HintPath> |
141 | 166 | </Reference>
|
142 | 167 | <Reference Include="UnityEditor.Graphs">
|
143 |
| - <HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/Managed/UnityEditor.Graphs.dll</HintPath> |
| 168 | + <HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/Managed/UnityEditor.Graphs.dll</HintPath> |
144 | 169 | </Reference>
|
145 | 170 | <Reference Include="UnityEditor.Android.Extensions">
|
146 |
| - <HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll</HintPath> |
147 |
| - </Reference> |
148 |
| - <Reference Include="UnityEditor.iOS.Extensions"> |
149 |
| - <HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.dll</HintPath> |
| 171 | + <HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll</HintPath> |
150 | 172 | </Reference>
|
151 | 173 | <Reference Include="UnityEditor.WindowsStandalone.Extensions">
|
152 |
| - <HintPath>D:/Program Files/Unity 5.4.2p1/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath> |
153 |
| - </Reference> |
154 |
| - <Reference Include="System.Threading"> |
155 |
| - <HintPath>C:/Users/ACER/Documents/UNETTest/Assets/Plugins/System.Threading.dll</HintPath> |
| 174 | + <HintPath>D:/Program Files/Unity/5.6.7f1/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath> |
156 | 175 | </Reference>
|
157 | 176 | <Reference Include="Open.Nat">
|
158 |
| - <HintPath>C:/Users/ACER/Documents/UNETTest/Assets/Plugins/Open.Nat.dll</HintPath> |
| 177 | + <HintPath>D:/github/UNETTest/Assets/Plugins/Open.Nat.dll</HintPath> |
| 178 | + </Reference> |
| 179 | + <Reference Include="System.Threading"> |
| 180 | + <HintPath>D:/github/UNETTest/Assets/Plugins/System.Threading.dll</HintPath> |
159 | 181 | </Reference>
|
160 | 182 | </ItemGroup>
|
161 | 183 | <ItemGroup>
|
|
0 commit comments