|
1 | 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 | | -<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | | -<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 | | -<ProductVersion>10.0.20506</ProductVersion> |
7 | | -<SchemaVersion>2.0</SchemaVersion> |
8 | | -<RootNamespace></RootNamespace> |
9 | | -<ProjectGuid>{8ABF50DE-5C45-E1BE-2FA5-8FD59671116B}</ProjectGuid> |
10 | | -<OutputType>Library</OutputType> |
11 | | -<AppDesignerFolder>Properties</AppDesignerFolder> |
12 | | -<AssemblyName>Assembly-CSharp</AssemblyName> |
13 | | -<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
14 | | -<FileAlignment>512</FileAlignment> |
15 | | -<BaseDirectory>Assets</BaseDirectory> |
| 4 | + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 5 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 6 | + <ProductVersion>10.0.20506</ProductVersion> |
| 7 | + <SchemaVersion>2.0</SchemaVersion> |
| 8 | + <RootNamespace></RootNamespace> |
| 9 | + <ProjectGuid>{8ABF50DE-5C45-E1BE-2FA5-8FD59671116B}</ProjectGuid> |
| 10 | + <OutputType>Library</OutputType> |
| 11 | + <AppDesignerFolder>Properties</AppDesignerFolder> |
| 12 | + <AssemblyName>Assembly-CSharp</AssemblyName> |
| 13 | + <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
| 14 | + <FileAlignment>512</FileAlignment> |
| 15 | + <BaseDirectory>Assets</BaseDirectory> |
16 | 16 | </PropertyGroup> |
17 | 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
18 | | -<DebugSymbols>true</DebugSymbols> |
19 | | -<DebugType>full</DebugType> |
20 | | -<Optimize>false</Optimize> |
21 | | -<OutputPath>Temp\bin\Debug\</OutputPath> |
22 | | -<DefineConstants>DEBUG;TRACE;UNITY_5_2_1;UNITY_5_2;UNITY_5;ENABLE_NEW_BUGREPORTER;ENABLE_2D_PHYSICS;ENABLE_4_6_FEATURES;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;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_SINGLE_INSTANCE_BUILD_SETTING;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_RAKNET;ENABLE_UNET;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_METRICS;ENABLE_REFLECTION_BUFFERS;INCLUDE_DYNAMIC_GI;INCLUDE_GI;INCLUDE_IL2CPP;INCLUDE_DIRECTX12;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;ENABLE_LOCALIZATION;ENABLE_ANDROID_ATLAS_ETC1_COMPRESSION;UNITY_WEBPLAYER;ENABLE_SUBSTANCE;WEBPLUG;ENABLE_TEXTUREID_MAP;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_MONO;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE</DefineConstants> |
23 | | -<ErrorReport>prompt</ErrorReport> |
24 | | -<WarningLevel>4</WarningLevel> |
25 | | -<NoWarn>0169</NoWarn> |
| 18 | + <DebugSymbols>true</DebugSymbols> |
| 19 | + <DebugType>full</DebugType> |
| 20 | + <Optimize>false</Optimize> |
| 21 | + <OutputPath>Temp\bin\Debug\</OutputPath> |
| 22 | + <DefineConstants>DEBUG;TRACE;UNITY_5_3_3;UNITY_5_3;UNITY_5;ENABLE_NEW_BUGREPORTER;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;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_SINGLE_INSTANCE_BUILD_SETTING;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_SPRITE_POLYGON;ENABLE_TERRAIN;ENABLE_RAKNET;ENABLE_UNET;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;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;ENABLE_LOCALIZATION;ENABLE_ANDROID_ATLAS_ETC1_COMPRESSION;ENABLE_EDITOR_TESTS_RUNNER;UNITY_WEBPLAYER;ENABLE_SUBSTANCE;WEBPLUG;ENABLE_TEXTUREID_MAP;ENABLE_RUNTIME_GI;ENABLE_MOVIES;ENABLE_NETWORK;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_MONO;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE</DefineConstants> |
| 23 | + <ErrorReport>prompt</ErrorReport> |
| 24 | + <WarningLevel>4</WarningLevel> |
| 25 | + <NoWarn>0169</NoWarn> |
26 | 26 | </PropertyGroup> |
27 | 27 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
28 | | -<DebugType>pdbonly</DebugType> |
29 | | -<Optimize>true</Optimize> |
30 | | -<OutputPath>Temp\bin\Release\</OutputPath> |
31 | | -<ErrorReport>prompt</ErrorReport> |
32 | | -<WarningLevel>4</WarningLevel> |
33 | | -<NoWarn>0169</NoWarn> |
| 28 | + <DebugType>pdbonly</DebugType> |
| 29 | + <Optimize>true</Optimize> |
| 30 | + <OutputPath>Temp\bin\Release\</OutputPath> |
| 31 | + <ErrorReport>prompt</ErrorReport> |
| 32 | + <WarningLevel>4</WarningLevel> |
| 33 | + <NoWarn>0169</NoWarn> |
34 | 34 | </PropertyGroup> |
35 | 35 | <ItemGroup> |
36 | | -<Reference Include="System" /> |
| 36 | + <Reference Include="System" /> |
37 | 37 | <Reference Include="System.XML" /> |
38 | | -<Reference Include="System.Core" /> |
39 | | -<Reference Include="System.Xml.Linq" /> |
40 | | -<Reference Include="UnityEngine"> |
41 | | - <HintPath>D:/Program Files/Unity 5.2/Editor/Data/Managed/UnityEngine.dll</HintPath> |
42 | | -</Reference> |
43 | | -<Reference Include="UnityEditor"> |
44 | | - <HintPath>D:/Program Files/Unity 5.2/Editor/Data/Managed/UnityEditor.dll</HintPath> |
45 | | -</Reference> |
| 38 | + <Reference Include="System.Core" /> |
| 39 | + <Reference Include="System.Xml.Linq" /> |
| 40 | + <Reference Include="UnityEngine"> |
| 41 | + <HintPath>D:/Program Files/Unity 5.3.3/Editor/Data/Managed/UnityEngine.dll</HintPath> |
| 42 | + </Reference> |
| 43 | + <Reference Include="UnityEditor"> |
| 44 | + <HintPath>D:/Program Files/Unity 5.3.3/Editor/Data/Managed/UnityEditor.dll</HintPath> |
| 45 | + </Reference> |
46 | 46 | </ItemGroup> |
47 | 47 | <ItemGroup> |
48 | 48 | <Compile Include="Assets\Behavioral Patterns\Chain of Responsibility Pattern\Example1\ChainOfResponsibilityExample1.cs" /> |
|
129 | 129 | <Compile Include="Assets\Structural Patterns\Proxy Pattern\Exmaple1\ProxyPatternExample1.cs" /> |
130 | 130 | <Compile Include="Assets\Structural Patterns\Proxy Pattern\Structure\ProxyStructure.cs" /> |
131 | 131 | <Reference Include="UnityEngine.UI"> |
132 | | - <HintPath>D:/Program Files/Unity 5.2/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath> |
| 132 | + <HintPath>D:/Program Files/Unity 5.3.3/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath> |
133 | 133 | </Reference> |
134 | 134 | <Reference Include="UnityEngine.Networking"> |
135 | | - <HintPath>D:/Program Files/Unity 5.2/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath> |
136 | | - </Reference> |
137 | | - <Reference Include="Mono.Cecil"> |
138 | | - <HintPath>D:/Program Files/Unity 5.2/Editor/Data/Managed/Mono.Cecil.dll</HintPath> |
139 | | - </Reference> |
140 | | - <Reference Include="UnityEditor.iOS.Extensions.Xcode"> |
141 | | - <HintPath>D:/Program Files/Unity 5.2/Editor/Data/PlaybackEngines/iOSSupport/UnityEditor.iOS.Extensions.Xcode.dll</HintPath> |
| 135 | + <HintPath>D:/Program Files/Unity 5.3.3/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath> |
142 | 136 | </Reference> |
143 | 137 | </ItemGroup> |
144 | 138 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
145 | 139 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
146 | | - Other similar extension points exist, see Microsoft.Common.targets. |
| 140 | + Other similar extension points exist, see Microsoft.Common.targets. |
147 | 141 | <Target Name="BeforeBuild"> |
148 | 142 | </Target> |
149 | 143 | <Target Name="AfterBuild"> |
|
0 commit comments