代码拉取完成,页面将自动刷新
<?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>{E9086602-2407-DAAA-8851-E5B15BD6C106}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace></RootNamespace>
<AssemblyName>Assembly-CSharp-firstpass</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<BaseDirectory>Assets</BaseDirectory>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>Temp\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE;UNITY_4_6_1;UNITY_4_6;UNITY_ANDROID;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_UNITYEVENTS;ENABLE_NEW_HIERARCHY ;ENABLE_AUDIO_FMOD;ENABLE_MONO;ENABLE_TERRAIN;ENABLE_SUBSTANCE;ENABLE_GENERICS;INCLUDE_WP8SUPPORT;ENABLE_WWW;ENABLE_IMAGEEFFECTS;ENABLE_4_6_FEATURES;INCLUDE_WP_BLUE_SUPPORT;ENABLE_WEBCAM;INCLUDE_METROSUPPORT;RENDER_SOFTWARE_CURSOR;ENABLE_NETWORK;ENABLE_PHYSICS;ENABLE_CACHING;ENABLE_CLOTH;UNITY_ANDROID_API;ENABLE_2D_PHYSICS;ENABLE_SHADOWS;ENABLE_AUDIO;ENABLE_NAVMESH_CARVING;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_WIN;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>0169</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>Temp\bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<NoWarn>0169</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.XML" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="UnityEngine">
<HintPath>C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEditor">
<HintPath>C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEditor.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Assets\Plugins\FingerGestures\Dev\FingerDebug.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Base\ContinuousGestureRecognizer.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Base\DiscreteGestureRecognizer.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Base\FingerEventDetector.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Base\GestureRecognizer.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Base\GestureRecognizerDelegate.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Components\FingerClusterManager.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Components\ScreenRaycaster.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Finger Event Detectors\FingerDownDetector.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Finger Event Detectors\FingerHoverDetector.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Finger Event Detectors\FingerMotionDetector.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Finger Event Detectors\FingerUpDetector.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\FingerGestures.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Gesture Recognizers\DragRecognizer.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Gesture Recognizers\LongPressRecognizer.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Gesture Recognizers\PinchRecognizer.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Gesture Recognizers\PointCloudGestureTemplate.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Gesture Recognizers\PointCloudRegognizer.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Gesture Recognizers\SwipeRecognizer.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Gesture Recognizers\TapRecognizer.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Gesture Recognizers\TwistRecognizer.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Input Providers\FGInputProvider.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Input Providers\FGMouseInputProvider.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Input Providers\FGTouchInputProvider.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Toolbox\Camera\TBDragView.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Toolbox\Camera\TBLookAtTap.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Toolbox\Camera\TBOrbit.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Toolbox\Camera\TBPan.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Toolbox\Camera\TBPinchZoom.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Toolbox\TBDragToMove.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Toolbox\TBHoverChangeMaterial.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Toolbox\TBHoverChangeScale.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Toolbox\TBPinchToScale.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Toolbox\TBQuickSetup.cs" />
<Compile Include="Assets\Plugins\FingerGestures\Scripts\Toolbox\TBTwistToRotate.cs" />
<Compile Include="Assets\Standard Assets\FT_MagicEffect_vol3\Scene\Script\Button.cs" />
<Compile Include="Assets\Standard Assets\FingerGestures Samples\1) Finger Events\Scripts\FingerEventsSamplePart1.cs" />
<Compile Include="Assets\Standard Assets\FingerGestures Samples\1) Finger Events\Scripts\FingerEventsSamplePart2.cs" />
<Compile Include="Assets\Standard Assets\FingerGestures Samples\2) Gestures\Scripts\BasicGesturesSample.cs" />
<Compile Include="Assets\Standard Assets\FingerGestures Samples\2) Gestures\Scripts\PinchTwistSample.cs" />
<Compile Include="Assets\Standard Assets\FingerGestures Samples\2) Gestures\Scripts\PointCloudGestureRenderer.cs" />
<Compile Include="Assets\Standard Assets\FingerGestures Samples\2) Gestures\Scripts\PointCloudGestureSample.cs" />
<Compile Include="Assets\Standard Assets\FingerGestures Samples\3) Toolbox\Scripts\DragTrail.cs" />
<Compile Include="Assets\Standard Assets\FingerGestures Samples\3) Toolbox\Scripts\EmitParticlesOnSwipe.cs" />
<Compile Include="Assets\Standard Assets\FingerGestures Samples\3) Toolbox\Scripts\ToolboxDragSample.cs" />
<Compile Include="Assets\Standard Assets\FingerGestures Samples\3) Toolbox\Scripts\ToolboxFingerEventsSample.cs" />
<Compile Include="Assets\Standard Assets\FingerGestures Samples\3) Toolbox\Scripts\ToolboxOneFingerGestureSample.cs" />
<Compile Include="Assets\Standard Assets\FingerGestures Samples\Assets\Scripts\BasicSample.cs" />
<Compile Include="Assets\Standard Assets\FingerGestures Samples\Assets\Scripts\EmitParticles.cs" />
<Compile Include="Assets\Standard Assets\FingerGestures Samples\Assets\Scripts\MaxFPS.cs" />
<Compile Include="Assets\Standard Assets\FingerGestures Samples\Assets\Scripts\MenuNode.cs" />
<Compile Include="Assets\Standard Assets\FingerGestures Samples\Assets\Scripts\SampleBase.cs" />
<Compile Include="Assets\Standard Assets\FingerGestures Samples\Assets\Scripts\SampleUI.cs" />
<Compile Include="Assets\Standard Assets\FingerGestures Samples\Assets\Scripts\StartMenu.cs" />
<Compile Include="Assets\Standard Assets\FingerGestures Samples\Assets\Scripts\SwipeParticlesEmitter.cs" />
<Compile Include="Assets\Standard Assets\Little Pack 1\Free Look Camera\Cameras\Scripts\AbstractTargetFollower.cs" />
<Compile Include="Assets\Standard Assets\Little Pack 1\Free Look Camera\Cameras\Scripts\AutoCam.cs" />
<Compile Include="Assets\Standard Assets\Little Pack 1\Free Look Camera\Cameras\Scripts\FreeLookCam.cs" />
<Compile Include="Assets\Standard Assets\Little Pack 1\Free Look Camera\Cameras\Scripts\HandHeldCam.cs" />
<Compile Include="Assets\Standard Assets\Little Pack 1\Free Look Camera\Cameras\Scripts\LookatTarget.cs" />
<Compile Include="Assets\Standard Assets\Little Pack 1\Free Look Camera\Cameras\Scripts\PivotBasedCameraRig.cs" />
<Compile Include="Assets\Standard Assets\Little Pack 1\Free Look Camera\Cameras\Scripts\ProtectCameraFromWallClip.cs" />
<Compile Include="Assets\Standard Assets\Little Pack 1\Free Look Camera\Cameras\Scripts\TargetFieldOfView.cs" />
<Compile Include="Assets\Standard Assets\Little Pack 1\Free Look Camera\Cameras\ThirdPersonCamera.cs" />
<Compile Include="Assets\Standard Assets\Little Pack 1\Free Look Camera\Cameras\ThirdPersonController.cs" />
<Compile Include="Assets\Standard Assets\Little Pack 1\Free Look Camera\Cross Platform Input\Scripts\CrossPlatformInput.cs" />
<Compile Include="Assets\Standard Assets\Little Pack 1\Free Look Camera\Cross Platform Input\Scripts\PlatformSpecific\StandaloneInput.cs" />
<Compile Include="Assets\Standard Assets\Little Pack 1\Free Look Camera\Cross Platform Input\Scripts\VirtualInput.cs" />
<Compile Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Character Controllers\Sources\Scripts\MouseLook.cs" />
<Compile Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\BlurEffect.cs" />
<Compile Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\ColorCorrectionEffect.cs" />
<Compile Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\ContrastStretchEffect.cs" />
<Compile Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\GlowEffect.cs" />
<Compile Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\GrayscaleEffect.cs" />
<Compile Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\ImageEffectBase.cs" />
<Compile Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\ImageEffects.cs" />
<Compile Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\MotionBlur.cs" />
<Compile Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\NoiseEffect.cs" />
<Compile Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\SSAOEffect.cs" />
<Compile Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\SepiaToneEffect.cs" />
<Compile Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\TwirlEffect.cs" />
<Compile Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\VortexEffect.cs" />
<Compile Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Water (Pro Only)\Sources\Scripts\Water.cs" />
<Compile Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Water (Pro Only)\Water4\Sources\Scripts\Displace.cs" />
<Compile Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Water (Pro Only)\Water4\Sources\Scripts\GerstnerDisplace.cs" />
<Compile Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Water (Pro Only)\Water4\Sources\Scripts\MeshContainer.cs" />
<Compile Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Water (Pro Only)\Water4\Sources\Scripts\PlanarReflection.cs" />
<Compile Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Water (Pro Only)\Water4\Sources\Scripts\SpecularLighting.cs" />
<Compile Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Water (Pro Only)\Water4\Sources\Scripts\WaterBase.cs" />
<Compile Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Water (Pro Only)\Water4\Sources\Scripts\WaterTile.cs" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_BloomAndFlares\BlendOneOne.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\NoiseEffectShaderRGB.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Toon Shading\Sources\Shaders\Toony-Basic.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_DepthOfField\SeparableWeightedBlurDof34.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\ShowAlphaChannel.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\GlowConeTap.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\SunShaftsComposite.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\ColorCorrectionCurves.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\ScreenSpaceAmbientObscurance.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_Antialiasing\NFAA.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_DepthOfField\TiltShiftHdrLensBlur.shader" />
<None Include="Assets\Plugins\FingerGestures\Readme.txt" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_BloomAndFlares\VignetteShader.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_DepthOfField\DepthOfFieldScatter.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\MotionBlur.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_BloomAndFlares\MobileBloom.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\GlowCompose.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\Contrast Stretch\MinMaxReduction.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_Antialiasing\SSAA.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\RadialBlur.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\info.txt" />
<None Include="Assets\_Scripts\Shader\WayPointShader.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_DepthOfField\DepthOfFieldDX11.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\ContrastComposite.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_Antialiasing\FXAAPreset3.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\FisheyeShader.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\Contrast Stretch\Apply.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\FX-SimpleWater4.shader" />
<None Include="Assets\Standard Assets\Skyboxes\_skybox info.txt" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\frag_ao.cginc" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Toon Shading\Sources\Shaders\Toony-BasicOutline.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_DepthOfField\DepthOfField34.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_BloomAndFlares\MobileBlur.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\SSAOShader.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\ConvertDepth.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\ColorCorrectionCurvesSimple.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\NoiseEffectShaderYUV.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\GlowEffectDownsample.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\CreaseApply.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\ChromaticAberrationShader.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\GlobalFog.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Toon Shading\Sources\Shaders\Toony-LightedOutline.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\Contrast Stretch\Luminance.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Toon Shading\Sources\Shaders\Toony-Lighted.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\ColorCorrectionSelective.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_DepthOfField\Bokeh34.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\CameraMotionBlurDX11.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_BloomAndFlares\SeparableBlurPlus.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_BloomAndFlares\MultiPassHollywoodFlares.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\BlurEffectConeTaps.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\CameraMotionBlur.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Water (Pro Only)\Sources\Shaders\FX-Water.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_Antialiasing\DLAA.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\NoiseAndGrainDX11.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_BloomAndFlares\BrightPassFilter2.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_DepthOfField\SeparableBlur.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\MotionBlurClear.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\ColorCorrectionEffect.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\GrayscaleEffect.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\SepiaToneEffect.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\TwirlEffect.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\VortexEffect.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\Contrast Stretch\Adaptation.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\NoiseAndGrain.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\VignettingShader.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\Tonemapper.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_BloomAndFlares\BrightPassFilter.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_Antialiasing\FXAA2.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\ColorCorrection3DLut.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_BloomAndFlares\LensFlareCreate.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\EdgeDetectNormals.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\PrepareSunShaftsBlur.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_BloomAndFlares\Blend.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\BlendModesOverlay.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\WaterInclude.cginc" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Water (Pro Only)\Water4\Sources\Shaders\FX-Water4.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\SimpleClear.shader" />
<None Include="Assets\Standard Assets\Toon Particles - Magic Collection\ToonMagic - Readme.txt" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_Antialiasing\FXAA3Console.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_Antialiasing\FXAAPreset2.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_BloomAndFlares\BlurAndFlares.shader" />
<None Include="Assets\Standard Assets\MOBA and Tower Defense\Standard Assets\Image Effects (Pro Only)\_Sources\Shaders\_BloomAndFlares\BlendForBloom.shader" />
<Reference Include="UnityEngine.UI">
<HintPath>C:/Program Files (x86)/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/4.6.1/UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="mono.data.sqlite">
<HintPath>D:/UnityShiBin/project/Project04-TowerdefenceDemo01-FinalMerge/Assets/Plugins/mono.data.sqlite.dll</HintPath>
</Reference>
<Reference Include="System.Data">
<HintPath>D:/UnityShiBin/project/Project04-TowerdefenceDemo01-FinalMerge/Assets/Plugins/System.Data.dll</HintPath>
</Reference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。