-
Notifications
You must be signed in to change notification settings - Fork 1
/
CS498HW4.CSharp.csproj
295 lines (295 loc) · 24.3 KB
/
CS498HW4.CSharp.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>10.0.20506</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{18D0CDA2-0F85-F87D-BB16-28A3F9DA2D9F}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>Assembly-CSharp</AssemblyName>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{E097FAD1-6243-4DAD-9C02-E9B9EFC3FFC1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkIdentifier>.NETFramework</TargetFrameworkIdentifier>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkProfile>Unity Subset v3.5</TargetFrameworkProfile>
<CompilerResponseFile></CompilerResponseFile>
<UnityProjectType>Game:1</UnityProjectType>
<UnityBuildTarget>StandaloneWindows:5</UnityBuildTarget>
<UnityVersion>5.4.0f3</UnityVersion>
<RootNamespace></RootNamespace>
<LangVersion Condition=" '$(VisualStudioVersion)' != '10.0' ">4</LangVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>false</Optimize>
<OutputPath>Temp\UnityVS_bin\Debug\</OutputPath>
<IntermediateOutputPath>Temp\UnityVS_obj\Debug\</IntermediateOutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DefineConstants>DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_4_0;UNITY_5_4;UNITY_5;UNITY_ANALYTICS;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;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;UNITY_TEAM_LICENSE;ENABLE_VSTU;CROSS_PLATFORM_INPUT</DefineConstants>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>false</Optimize>
<OutputPath>Temp\UnityVS_bin\Release\</OutputPath>
<IntermediateOutputPath>Temp\UnityVS_obj\Release\</IntermediateOutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DefineConstants>TRACE;UNITY_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_4_0;UNITY_5_4;UNITY_5;UNITY_ANALYTICS;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;ENABLE_PROFILER;DEBUG;TRACE;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;UNITY_TEAM_LICENSE;ENABLE_VSTU;CROSS_PLATFORM_INPUT</DefineConstants>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="System" />
<Reference Include="System.XML" />
<Reference Include="System.Core" />
<Reference Include="Boo.Lang" />
<Reference Include="UnityScript.Lang" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Xml.Linq" />
<Reference Include="UnityEngine">
<HintPath>Library\UnityAssemblies\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>Library\UnityAssemblies\UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.Networking">
<HintPath>Library\UnityAssemblies\UnityEngine.Networking.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.Analytics">
<HintPath>Library\UnityAssemblies\UnityEngine.Analytics.dll</HintPath>
</Reference>
<Reference Include="UnityEditor">
<HintPath>Library\UnityAssemblies\UnityEditor.dll</HintPath>
</Reference>
<Reference Include="Mono.Cecil">
<HintPath>Library\UnityAssemblies\Mono.Cecil.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.iOS.Extensions.Xcode">
<HintPath>Library\UnityAssemblies\UnityEditor.iOS.Extensions.Xcode.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.iOS.Extensions.Common">
<HintPath>Library\UnityAssemblies\UnityEditor.iOS.Extensions.Common.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="CS498HW4.CSharp.Plugins.csproj">
<Project>{56932283-2E18-D987-C954-5F3659BD9321}</Project>
<Name>CS498HW4.CSharp.Plugins</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Compile Include="Assets\AQUAS\Demo\Scripts\ChangeWaterKeys.cs" />
<Compile Include="Assets\AQUAS\Scripts\AQUAS_BubbleBehaviour.cs" />
<Compile Include="Assets\AQUAS\Scripts\AQUAS_BubbleMorph.cs" />
<Compile Include="Assets\AQUAS\Scripts\AQUAS_Camera.cs" />
<Compile Include="Assets\AQUAS\Scripts\AQUAS_Caustics.cs" />
<Compile Include="Assets\AQUAS\Scripts\AQUAS_Gaia.cs" />
<Compile Include="Assets\AQUAS\Scripts\AQUAS_LensEffects.cs" />
<Compile Include="Assets\AQUAS\Scripts\AQUAS_Parameters.cs" />
<Compile Include="Assets\AQUAS\Scripts\AQUAS_Reflection.cs" />
<Compile Include="Assets\AQUAS\Scripts\AQUAS_SmallBubbleBehaviour.cs" />
<Compile Include="Assets\AirStrike\Scripts\Componet\AILook.cs" />
<Compile Include="Assets\AirStrike\Scripts\Componet\AddForce.cs" />
<Compile Include="Assets\AirStrike\Scripts\Componet\BasicController.cs" />
<Compile Include="Assets\AirStrike\Scripts\Componet\EnemySpawner.cs" />
<Compile Include="Assets\AirStrike\Scripts\Componet\FlashLight.cs" />
<Compile Include="Assets\AirStrike\Scripts\Componet\Indicator.cs" />
<Compile Include="Assets\AirStrike\Scripts\Componet\ModernIndicator.cs" />
<Compile Include="Assets\AirStrike\Scripts\Componet\RadarSystem.cs" />
<Compile Include="Assets\AirStrike\Scripts\Componet\Spawner.cs" />
<Compile Include="Assets\AirStrike\Scripts\Componet\Wheel.cs" />
<Compile Include="Assets\AirStrike\Scripts\Demo\GameUI.cs" />
<Compile Include="Assets\AirStrike\Scripts\Demo\Mainmeu.cs" />
<Compile Include="Assets\AirStrike\Scripts\FlightSystem\FlightOnDead.cs" />
<Compile Include="Assets\AirStrike\Scripts\FlightSystem\FlightOnHit.cs" />
<Compile Include="Assets\AirStrike\Scripts\FlightSystem\FlightSystem.cs" />
<Compile Include="Assets\AirStrike\Scripts\FlightSystem\FlightView.cs" />
<Compile Include="Assets\AirStrike\Scripts\Player\AIController.cs" />
<Compile Include="Assets\AirStrike\Scripts\Player\EnemyDead.cs" />
<Compile Include="Assets\AirStrike\Scripts\Player\GameManager.cs" />
<Compile Include="Assets\AirStrike\Scripts\Player\PlayerController.cs" />
<Compile Include="Assets\AirStrike\Scripts\Player\PlayerDead.cs" />
<Compile Include="Assets\AirStrike\Scripts\Player\PlayerManager.cs" />
<Compile Include="Assets\AirStrike\Scripts\WeaponSystem\Damage.cs" />
<Compile Include="Assets\AirStrike\Scripts\WeaponSystem\DamageManager.cs" />
<Compile Include="Assets\AirStrike\Scripts\WeaponSystem\DeadTime.cs" />
<Compile Include="Assets\AirStrike\Scripts\WeaponSystem\Explosion.cs" />
<Compile Include="Assets\AirStrike\Scripts\WeaponSystem\ExplosionObject.cs" />
<Compile Include="Assets\AirStrike\Scripts\WeaponSystem\MoverBullet.cs" />
<Compile Include="Assets\AirStrike\Scripts\WeaponSystem\MoverMissile.cs" />
<Compile Include="Assets\AirStrike\Scripts\WeaponSystem\WeaponBase.cs" />
<Compile Include="Assets\AirStrike\Scripts\WeaponSystem\WeaponController.cs" />
<Compile Include="Assets\AirStrike\Scripts\WeaponSystem\WeaponLauncher.cs" />
<Compile Include="Assets\Choose.cs" />
<Compile Include="Assets\JMO Assets\WarFX\Demo\Assets\WFX_Demo.cs" />
<Compile Include="Assets\JMO Assets\WarFX\Demo\Assets\WFX_Demo_DeleteAfterDelay.cs" />
<Compile Include="Assets\JMO Assets\WarFX\Demo\Assets\WFX_Demo_RandomDir.cs" />
<Compile Include="Assets\JMO Assets\WarFX\Demo\Assets\WFX_Demo_Wall.cs" />
<Compile Include="Assets\JMO Assets\WarFX\Scripts\WFX_AutoDestructShuriken.cs" />
<Compile Include="Assets\JMO Assets\WarFX\Scripts\WFX_BulletHoleDecal.cs" />
<Compile Include="Assets\JMO Assets\WarFX\Scripts\WFX_LightFlicker.cs" />
<Compile Include="Assets\JMO Assets\WarFX\Scripts\WFX_ParticleMeshBillboard.cs" />
<Compile Include="Assets\JMO Assets\WarFX\Spawn System\CFX_SpawnSystem.cs" />
<Compile Include="Assets\OVR\Scripts\OVRCameraRig.cs" />
<Compile Include="Assets\OVR\Scripts\OVRCommon.cs" />
<Compile Include="Assets\OVR\Scripts\OVRDebugHeadController.cs" />
<Compile Include="Assets\OVR\Scripts\OVRDisplay.cs" />
<Compile Include="Assets\OVR\Scripts\OVRHaptics.cs" />
<Compile Include="Assets\OVR\Scripts\OVRHapticsClip.cs" />
<Compile Include="Assets\OVR\Scripts\OVRInput.cs" />
<Compile Include="Assets\OVR\Scripts\OVRManager.cs" />
<Compile Include="Assets\OVR\Scripts\OVROnCompleteListener.cs" />
<Compile Include="Assets\OVR\Scripts\OVROverlay.cs" />
<Compile Include="Assets\OVR\Scripts\OVRPlatformMenu.cs" />
<Compile Include="Assets\OVR\Scripts\OVRPlugin.cs" />
<Compile Include="Assets\OVR\Scripts\OVRProfile.cs" />
<Compile Include="Assets\OVR\Scripts\OVRTouchpad.cs" />
<Compile Include="Assets\OVR\Scripts\OVRTracker.cs" />
<Compile Include="Assets\OVR\Scripts\Util\OVRChromaticAberration.cs" />
<Compile Include="Assets\OVR\Scripts\Util\OVRCubemapCapture.cs" />
<Compile Include="Assets\OVR\Scripts\Util\OVRDebugInfo.cs" />
<Compile Include="Assets\OVR\Scripts\Util\OVRGridCube.cs" />
<Compile Include="Assets\OVR\Scripts\Util\OVRModeParms.cs" />
<Compile Include="Assets\OVR\Scripts\Util\OVRMonoscopic.cs" />
<Compile Include="Assets\OVR\Scripts\Util\OVRPlayerController.cs" />
<Compile Include="Assets\OVR\Scripts\Util\OVRRTOverlayConnector.cs" />
<Compile Include="Assets\OVR\Scripts\Util\OVRResetOrientation.cs" />
<Compile Include="Assets\OVR\Scripts\Util\OVRSceneSampleController.cs" />
<Compile Include="Assets\OVR\Scripts\Util\OVRScreenFade.cs" />
<Compile Include="Assets\OVR\Scripts\Util\OVRTrackerBounds.cs" />
<Compile Include="Assets\OVR\Scripts\Util\OVRWaitCursor.cs" />
<Compile Include="Assets\OptionChoose.cs" />
<Compile Include="Assets\Resources\LevelManager.cs" />
<Compile Include="Assets\Resources\Move.cs" />
<Compile Include="Assets\Resources\OnHit.cs" />
<Compile Include="Assets\Resources\PlaneController.cs" />
<Compile Include="Assets\Resources\RayCastShoot.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Assets\AQUAS\Readme.txt" />
<None Include="Assets\AQUAS\Shaders\Bubble.shader" />
<None Include="Assets\AQUAS\Shaders\Camera Effects\UnderWaterLens.shader" />
<None Include="Assets\AQUAS\Shaders\Camera Effects\WetLens.shader" />
<None Include="Assets\AQUAS\Shaders\Caustics.shader" />
<None Include="Assets\AQUAS\Shaders\Water\Desktop&Web\2SidedDoubleTextured.shader" />
<None Include="Assets\AQUAS\Shaders\Water\Desktop&Web\2SidedSingleTextured.shader" />
<None Include="Assets\AQUAS\Shaders\Water\Desktop&Web\2SidedTripleTextured.shader" />
<None Include="Assets\AQUAS\Shaders\Water\Desktop&Web\DoubleTextured.shader" />
<None Include="Assets\AQUAS\Shaders\Water\Desktop&Web\SingleTextured.shader" />
<None Include="Assets\AQUAS\Shaders\Water\Mobile\BiColored.shader" />
<None Include="Assets\AQUAS\Shaders\Water\Mobile\FoamyBiColored.shader" />
<None Include="Assets\AQUAS\Shaders\Water\Mobile\FoamyOneColored.shader" />
<None Include="Assets\AQUAS\Shaders\Water\Mobile\OneColored.shader" />
<None Include="Assets\JMO Assets\!JMO Assets Readme.txt" />
<None Include="Assets\JMO Assets\Cartoon FX Easy Editor\CartoonFX Easy Editor Readme.txt" />
<None Include="Assets\JMO Assets\WarFX\!WarFX Readme.txt" />
<None Include="Assets\JMO Assets\WarFX\Demo\Demo Notes.txt" />
<None Include="Assets\JMO Assets\WarFX\Shaders\WFX_S Add Scroll.shader" />
<None Include="Assets\JMO Assets\WarFX\Shaders\WFX_S Alpha-Diffuse TintColor.shader" />
<None Include="Assets\JMO Assets\WarFX\Shaders\WFX_S Alpha-Specular TintColor.shader" />
<None Include="Assets\JMO Assets\WarFX\Shaders\WFX_S AlphaBlend Scroll.shader" />
<None Include="Assets\JMO Assets\WarFX\Shaders\WFX_S Multiply Soft Scroll.shader" />
<None Include="Assets\JMO Assets\WarFX\Shaders\WFX_S Multiply Soft.shader" />
<None Include="Assets\JMO Assets\WarFX\Shaders\WFX_S Particle Add A8.shader" />
<None Include="Assets\JMO Assets\WarFX\Shaders\WFX_S Particle AddSoft A8.shader" />
<None Include="Assets\JMO Assets\WarFX\Shaders\WFX_S Particle Multiply A8.shader" />
<None Include="Assets\JMO Assets\WarFX\Shaders\WFX_S Smoke Scroll.shader" />
<None Include="Assets\JMO Assets\WarFX\_Effects (Mobile, Reduced Overdraw)\!Mobile differences.txt" />
<None Include="Assets\JMO Assets\WarFX\_Effects (Mobile, Reduced Overdraw)\MuzzleFlashes\!MuzzleFlash Differences.txt" />
<None Include="Assets\JMO Assets\WarFX\_Effects (Mobile, Regular Mesh)\!Mobile differences.txt" />
<None Include="Assets\JMO Assets\WarFX\_Effects (Mobile, Regular Mesh)\MuzzleFlashes\!MuzzleFlash Differences.txt" />
<None Include="Assets\JMO Assets\WarFX\_Effects\MuzzleFlashes\!MuzzleFlash Differences.txt" />
<None Include="Assets\OVR\Resources\Unlit Transparent Color.shader" />
<None Include="Assets\OVR\Shaders\OVRColorRampAlpha.shader" />
<None Include="Assets\OVR\Shaders\Unlit Crosshair.shader" />
<None Include="Assets\Standard Assets\Characters\FirstPersonCharacter\FirstPersonCharacterGuidelines.txt" />
<None Include="Assets\Standard Assets\Characters\RollerBall\RollerBallGuidelines.txt" />
<None Include="Assets\Standard Assets\CrossPlatformInput\CrossPlatformInputGuidelines.txt" />
<None Include="Assets\Standard Assets\Effects\GlassRefraction\Shaders\GlassStainedBumpDistort.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\BlendModesOverlay.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\BlurEffectConeTaps.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\CameraMotionBlur.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\CameraMotionBlurDX11.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\ChromaticAberrationShader.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\ColorCorrection3DLut.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\ColorCorrectionCurves.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\ColorCorrectionCurvesSimple.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\ColorCorrectionEffect.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\ColorCorrectionSelective.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\Contrast Stretch\Adaptation.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\Contrast Stretch\Apply.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\Contrast Stretch\Luminance.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\Contrast Stretch\MinMaxReduction.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\ContrastComposite.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\ConvertDepth.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\CreaseApply.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\EdgeDetectNormals.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\FisheyeShader.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\GlobalFog.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\GrayscaleEffect.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\MotionBlur.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\MotionBlurClear.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\NoiseAndGrain.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\NoiseAndGrainDX11.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\NoiseEffectShaderRGB.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\NoiseEffectShaderYUV.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\PrepareSunShaftsBlur.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\RadialBlur.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\SSAOShader.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\ScreenSpaceAmbientObscurance.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\ScreenSpaceRaytrace.cginc" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\SepiaToneEffect.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\ShowAlphaChannel.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\SimpleClear.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\SunShaftsComposite.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\Tonemapper.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\TwirlEffect.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\VignettingShader.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\VortexEffect.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_Antialiasing\DLAA.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_Antialiasing\FXAA2.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_Antialiasing\FXAA3Console.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_Antialiasing\FXAAPreset2.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_Antialiasing\FXAAPreset3.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_Antialiasing\NFAA.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_Antialiasing\SSAA.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_BloomAndFlares\Blend.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_BloomAndFlares\BlendForBloom.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_BloomAndFlares\BlendOneOne.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_BloomAndFlares\BlurAndFlares.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_BloomAndFlares\BrightPassFilter.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_BloomAndFlares\BrightPassFilter2.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_BloomAndFlares\LensFlareCreate.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_BloomAndFlares\MobileBloom.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_BloomAndFlares\MobileBlur.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_BloomAndFlares\MultiPassHollywoodFlares.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_BloomAndFlares\SeparableBlurPlus.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_BloomAndFlares\VignetteShader.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_DepthOfField\Bokeh34.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_DepthOfField\DepthOfField34.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_DepthOfField\DepthOfFieldDX11.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_DepthOfField\DepthOfFieldScatter.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_DepthOfField\SeparableBlur.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_DepthOfField\SeparableWeightedBlurDof34.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\_DepthOfField\TiltShiftHdrLensBlur.shader" />
<None Include="Assets\Standard Assets\Effects\ImageEffects\Shaders\frag_ao.cginc" />
<None Include="Assets\Standard Assets\Effects\Projectors\Guidelines.txt" />
<None Include="Assets\Standard Assets\Effects\Projectors\Shaders\ProjectorLight.shader" />
<None Include="Assets\Standard Assets\Effects\Projectors\Shaders\ProjectorMultiply.shader" />
<None Include="Assets\Standard Assets\Effects\TessellationShaders\Shaders\BumpedSpecularDisplacement.shader" />
<None Include="Assets\Standard Assets\Effects\TessellationShaders\Shaders\BumpedSpecularSmooth.shader" />
<None Include="Assets\Standard Assets\Effects\ToonShading\Shaders\ToonBasic.shader" />
<None Include="Assets\Standard Assets\Effects\ToonShading\Shaders\ToonBasicOutline.shader" />
<None Include="Assets\Standard Assets\Effects\ToonShading\Shaders\ToonLit.shader" />
<None Include="Assets\Standard Assets\Effects\ToonShading\Shaders\ToonLitOutline.shader" />
<None Include="Assets\Standard Assets\Environment\Water (Basic)\Shaders\FXWaterBasic.shader" />
<None Include="Assets\Standard Assets\ParticleSystems\ParticleSystemsGuidelines.txt" />
<None Include="Assets\Standard Assets\ParticleSystems\Shaders\PriorityParticleAdd.shader" />
<None Include="Assets\Standard Assets\ParticleSystems\Shaders\PriorityParticleAddSoft.shader" />
<None Include="Assets\Standard Assets\ParticleSystems\Shaders\PriorityParticleAlpha.shader" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\SyntaxTree\UnityVS\2015\UnityVS.CSharp.targets" />
</Project>