Skip to content

Commit fd300cd

Browse files
committed
tutorial commit
1 parent 3fcfce2 commit fd300cd

File tree

450 files changed

+33181
-766
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

450 files changed

+33181
-766
lines changed

Diff for: UnityScripting/Assembly-CSharp-Editor.csproj

+195
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,195 @@
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>6</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>{400B7E9A-5272-5AFD-44CE-A627B57C3D3C}</ProjectGuid>
13+
<OutputType>Library</OutputType>
14+
<AppDesignerFolder>Properties</AppDesignerFolder>
15+
<AssemblyName>Assembly-CSharp-Editor</AssemblyName>
16+
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
17+
<FileAlignment>512</FileAlignment>
18+
<BaseDirectory>Assets</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_3_1;UNITY_2017_3;UNITY_2017;PLATFORM_ARCH_64;UNITY_64;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_DUCK_TYPING;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_GRID;ENABLE_TILEMAP;ENABLE_TERRAIN;ENABLE_RAKNET;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_NATIVE_ARRAY;ENABLE_SPRITE_MASKING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;ENABLE_MONO_BDWGC;PLATFORM_SUPPORTS_MONO;RENDER_SOFTWARE_CURSOR;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_VIDEO;ENABLE_RMGUI;ENABLE_PACKMAN;ENABLE_CUSTOM_RENDER_TEXTURE;ENABLE_STYLE_SHEETS;ENABLE_LOCALIZATION;PLATFORM_STANDALONE_WIN;PLATFORM_STANDALONE;UNITY_STANDALONE_WIN;UNITY_STANDALONE;ENABLE_SUBSTANCE;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_EVENT_QUEUE;ENABLE_CLUSTERINPUT;ENABLE_VR;ENABLE_AR;ENABLE_WEBSOCKET_HOST;ENABLE_MONO;NET_4_6;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_NATIVE_ARRAY_CHECKS;UNITY_TEAM_LICENSE</DefineConstants>
26+
<ErrorReport>prompt</ErrorReport>
27+
<WarningLevel>4</WarningLevel>
28+
<NoWarn>0169</NoWarn>
29+
<AllowUnsafeBlocks>true</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>true</AllowUnsafeBlocks>
39+
</PropertyGroup>
40+
<ItemGroup>
41+
<Reference Include="System" />
42+
<Reference Include="System.XML" />
43+
<Reference Include="System.Core" />
44+
<Reference Include="System.Runtime.Serialization" />
45+
<Reference Include="System.Xml.Linq" />
46+
<Reference Include="UnityEngine">
47+
<HintPath>C:\Program Files\Unity2017.3\Editor\Data\Managed\UnityEngine.dll</HintPath>
48+
</Reference>
49+
<Reference Include="UnityEditor">
50+
<HintPath>C:/Program Files/Unity2017.3/Editor/Data/Managed/UnityEditor.dll</HintPath>
51+
</Reference>
52+
</ItemGroup>
53+
<ItemGroup>
54+
<Compile Include="Assets\PostProcessing\Editor\Attributes\PostProcessingModelEditorAttribute.cs" />
55+
<Compile Include="Assets\PostProcessing\Editor\Models\AmbientOcclusionModelEditor.cs" />
56+
<Compile Include="Assets\PostProcessing\Editor\Models\AntialiasingModelEditor.cs" />
57+
<Compile Include="Assets\PostProcessing\Editor\Models\BloomModelEditor.cs" />
58+
<Compile Include="Assets\PostProcessing\Editor\Models\BuiltinDebugViewsEditor.cs" />
59+
<Compile Include="Assets\PostProcessing\Editor\Models\ChromaticAberrationEditor.cs" />
60+
<Compile Include="Assets\PostProcessing\Editor\Models\ColorGradingModelEditor.cs" />
61+
<Compile Include="Assets\PostProcessing\Editor\Models\DefaultPostFxModelEditor.cs" />
62+
<Compile Include="Assets\PostProcessing\Editor\Models\DepthOfFieldModelEditor.cs" />
63+
<Compile Include="Assets\PostProcessing\Editor\Models\DitheringModelEditor.cs" />
64+
<Compile Include="Assets\PostProcessing\Editor\Models\EyeAdaptationModelEditor.cs" />
65+
<Compile Include="Assets\PostProcessing\Editor\Models\FogModelEditor.cs" />
66+
<Compile Include="Assets\PostProcessing\Editor\Models\GrainModelEditor.cs" />
67+
<Compile Include="Assets\PostProcessing\Editor\Models\MotionBlurModelEditor.cs" />
68+
<Compile Include="Assets\PostProcessing\Editor\Models\ScreenSpaceReflectionModelEditor.cs" />
69+
<Compile Include="Assets\PostProcessing\Editor\Models\UserLutModelEditor.cs" />
70+
<Compile Include="Assets\PostProcessing\Editor\Models\VignetteModelEditor.cs" />
71+
<Compile Include="Assets\PostProcessing\Editor\Monitors\HistogramMonitor.cs" />
72+
<Compile Include="Assets\PostProcessing\Editor\Monitors\ParadeMonitor.cs" />
73+
<Compile Include="Assets\PostProcessing\Editor\Monitors\VectorscopeMonitor.cs" />
74+
<Compile Include="Assets\PostProcessing\Editor\Monitors\WaveformMonitor.cs" />
75+
<Compile Include="Assets\PostProcessing\Editor\PostProcessingBehaviourEditor.cs" />
76+
<Compile Include="Assets\PostProcessing\Editor\PostProcessingFactory.cs" />
77+
<Compile Include="Assets\PostProcessing\Editor\PostProcessingInspector.cs" />
78+
<Compile Include="Assets\PostProcessing\Editor\PostProcessingModelEditor.cs" />
79+
<Compile Include="Assets\PostProcessing\Editor\PostProcessingMonitor.cs" />
80+
<Compile Include="Assets\PostProcessing\Editor\PropertyDrawers\GetSetDrawer.cs" />
81+
<Compile Include="Assets\PostProcessing\Editor\PropertyDrawers\MinDrawer.cs" />
82+
<Compile Include="Assets\PostProcessing\Editor\PropertyDrawers\TrackballGroupDrawer.cs" />
83+
<Compile Include="Assets\PostProcessing\Editor\Utils\CurveEditor.cs" />
84+
<Compile Include="Assets\PostProcessing\Editor\Utils\EditorGUIHelper.cs" />
85+
<Compile Include="Assets\PostProcessing\Editor\Utils\EditorResources.cs" />
86+
<Compile Include="Assets\PostProcessing\Editor\Utils\FxStyles.cs" />
87+
<Compile Include="Assets\PostProcessing\Editor\Utils\ReflectionUtils.cs" />
88+
<Reference Include="Vuforia.UnityExtensions.Editor">
89+
<HintPath>C:/Program Files/Unity2017.3/Editor/Data/PlaybackEngines/VuforiaSupport/Managed/Editor/Vuforia.UnityExtensions.Editor.dll</HintPath>
90+
</Reference>
91+
<Reference Include="Vuforia.UnityExtensions">
92+
<HintPath>C:/Program Files/Unity2017.3/Editor/Data/PlaybackEngines/VuforiaSupport/Managed/Runtime/Vuforia.UnityExtensions.dll</HintPath>
93+
</Reference>
94+
<Reference Include="UnityEngine.UI">
95+
<HintPath>C:/Program Files/Unity2017.3/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
96+
</Reference>
97+
<Reference Include="UnityEditor.UI">
98+
<HintPath>C:/Program Files/Unity2017.3/Editor/Data/UnityExtensions/Unity/GUISystem/Editor/UnityEditor.UI.dll</HintPath>
99+
</Reference>
100+
<Reference Include="UnityEngine.Networking">
101+
<HintPath>C:/Program Files/Unity2017.3/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
102+
</Reference>
103+
<Reference Include="UnityEditor.Networking">
104+
<HintPath>C:/Program Files/Unity2017.3/Editor/Data/UnityExtensions/Unity/Networking/Editor/UnityEditor.Networking.dll</HintPath>
105+
</Reference>
106+
<Reference Include="UnityEditor.TestRunner">
107+
<HintPath>C:/Program Files/Unity2017.3/Editor/Data/UnityExtensions/Unity/TestRunner/Editor/UnityEditor.TestRunner.dll</HintPath>
108+
</Reference>
109+
<Reference Include="UnityEngine.TestRunner">
110+
<HintPath>C:/Program Files/Unity2017.3/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll</HintPath>
111+
</Reference>
112+
<Reference Include="nunit.framework">
113+
<HintPath>C:/Program Files/Unity2017.3/Editor/Data/UnityExtensions/Unity/TestRunner/net35/unity-custom/nunit.framework.dll</HintPath>
114+
</Reference>
115+
<Reference Include="UnityEngine.Timeline">
116+
<HintPath>C:/Program Files/Unity2017.3/Editor/Data/UnityExtensions/Unity/Timeline/RuntimeEditor/UnityEngine.Timeline.dll</HintPath>
117+
</Reference>
118+
<Reference Include="UnityEditor.Timeline">
119+
<HintPath>C:/Program Files/Unity2017.3/Editor/Data/UnityExtensions/Unity/Timeline/Editor/UnityEditor.Timeline.dll</HintPath>
120+
</Reference>
121+
<Reference Include="UnityEditor.TreeEditor">
122+
<HintPath>C:/Program Files/Unity2017.3/Editor/Data/UnityExtensions/Unity/TreeEditor/Editor/UnityEditor.TreeEditor.dll</HintPath>
123+
</Reference>
124+
<Reference Include="UnityEngine.UIAutomation">
125+
<HintPath>C:/Program Files/Unity2017.3/Editor/Data/UnityExtensions/Unity/UIAutomation/UnityEngine.UIAutomation.dll</HintPath>
126+
</Reference>
127+
<Reference Include="UnityEditor.UIAutomation">
128+
<HintPath>C:/Program Files/Unity2017.3/Editor/Data/UnityExtensions/Unity/UIAutomation/Editor/UnityEditor.UIAutomation.dll</HintPath>
129+
</Reference>
130+
<Reference Include="UnityEditor.GoogleAudioSpatializer">
131+
<HintPath>C:/Program Files/Unity2017.3/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/Editor/UnityEditor.GoogleAudioSpatializer.dll</HintPath>
132+
</Reference>
133+
<Reference Include="UnityEngine.GoogleAudioSpatializer">
134+
<HintPath>C:/Program Files/Unity2017.3/Editor/Data/UnityExtensions/Unity/UnityGoogleAudioSpatializer/RuntimeEditor/UnityEngine.GoogleAudioSpatializer.dll</HintPath>
135+
</Reference>
136+
<Reference Include="UnityEditor.HoloLens">
137+
<HintPath>C:/Program Files/Unity2017.3/Editor/Data/UnityExtensions/Unity/UnityHoloLens/Editor/UnityEditor.HoloLens.dll</HintPath>
138+
</Reference>
139+
<Reference Include="UnityEngine.HoloLens">
140+
<HintPath>C:/Program Files/Unity2017.3/Editor/Data/UnityExtensions/Unity/UnityHoloLens/RuntimeEditor/UnityEngine.HoloLens.dll</HintPath>
141+
</Reference>
142+
<Reference Include="UnityEditor.SpatialTracking">
143+
<HintPath>C:/Program Files/Unity2017.3/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/Editor/UnityEditor.SpatialTracking.dll</HintPath>
144+
</Reference>
145+
<Reference Include="UnityEngine.SpatialTracking">
146+
<HintPath>C:/Program Files/Unity2017.3/Editor/Data/UnityExtensions/Unity/UnitySpatialTracking/RuntimeEditor/UnityEngine.SpatialTracking.dll</HintPath>
147+
</Reference>
148+
<Reference Include="UnityEditor.VR">
149+
<HintPath>C:/Program Files/Unity2017.3/Editor/Data/UnityExtensions/Unity/UnityVR/Editor/UnityEditor.VR.dll</HintPath>
150+
</Reference>
151+
<Reference Include="UnityEditor.Graphs">
152+
<HintPath>C:/Program Files/Unity2017.3/Editor/Data/Managed/UnityEditor.Graphs.dll</HintPath>
153+
</Reference>
154+
<Reference Include="UnityEditor.Android.Extensions">
155+
<HintPath>C:/Program Files/Unity2017.3/Editor/Data/PlaybackEngines/AndroidPlayer/UnityEditor.Android.Extensions.dll</HintPath>
156+
</Reference>
157+
<Reference Include="UnityEditor.WindowsStandalone.Extensions">
158+
<HintPath>C:/Program Files/Unity2017.3/Editor/Data/PlaybackEngines/windowsstandalonesupport/UnityEditor.WindowsStandalone.Extensions.dll</HintPath>
159+
</Reference>
160+
<Reference Include="UnityEngine.Advertisements">
161+
<HintPath>C:/Users/Darren/AppData/LocalLow/Unity/cache/packages/packages.unity.com/[email protected]/UnityEngine.Advertisements.dll</HintPath>
162+
</Reference>
163+
<Reference Include="UnityEditor.Advertisements">
164+
<HintPath>C:/Users/Darren/AppData/LocalLow/Unity/cache/packages/packages.unity.com/[email protected]/Editor/UnityEditor.Advertisements.dll</HintPath>
165+
</Reference>
166+
<Reference Include="UnityEngine.Analytics">
167+
<HintPath>C:/Users/Darren/AppData/LocalLow/Unity/cache/packages/packages.unity.com/[email protected]/UnityEngine.Analytics.dll</HintPath>
168+
</Reference>
169+
<Reference Include="UnityEditor.Analytics">
170+
<HintPath>C:/Users/Darren/AppData/LocalLow/Unity/cache/packages/packages.unity.com/[email protected]/Editor/UnityEditor.Analytics.dll</HintPath>
171+
</Reference>
172+
<Reference Include="UnityEngine.Purchasing">
173+
<HintPath>C:/Users/Darren/AppData/LocalLow/Unity/cache/packages/packages.unity.com/[email protected]/UnityEngine.Purchasing.dll</HintPath>
174+
</Reference>
175+
<Reference Include="UnityEditor.Purchasing">
176+
<HintPath>C:/Users/Darren/AppData/LocalLow/Unity/cache/packages/packages.unity.com/[email protected]/Editor/UnityEditor.Purchasing.dll</HintPath>
177+
</Reference>
178+
<Reference Include="UnityEngine.StandardEvents">
179+
<HintPath>C:/Users/Darren/AppData/LocalLow/Unity/cache/packages/packages.unity.com/[email protected]/UnityEngine.StandardEvents.dll</HintPath>
180+
</Reference>
181+
</ItemGroup>
182+
<ItemGroup>
183+
<ProjectReference Include="Assembly-CSharp.csproj">
184+
<Project>{7CBFFB9B-46C0-3678-2D06-23E88B9281BC}</Project> <Name>Assembly-CSharp</Name> </ProjectReference>
185+
</ItemGroup>
186+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
187+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
188+
Other similar extension points exist, see Microsoft.Common.targets.
189+
<Target Name="BeforeBuild">
190+
</Target>
191+
<Target Name="AfterBuild">
192+
</Target>
193+
-->
194+
195+
</Project>

0 commit comments

Comments
 (0)