代码拉取完成,页面将自动刷新
<?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>{1AF87D6C-02FA-3455-29EB-FFFC51E02C5E}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace></RootNamespace>
<AssemblyName>Assembly-CSharp</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_4;UNITY_4_6;UNITY_STANDALONE_WIN;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_UNITYEVENTS;ENABLE_NEW_HIERARCHY ;ENABLE_AUDIO_FMOD;UNITY_STANDALONE;ENABLE_TERRAIN;ENABLE_SUBSTANCE;ENABLE_GENERICS;INCLUDE_IL2CPP;INCLUDE_WP8SUPPORT;ENABLE_MOVIES;ENABLE_WWW;ENABLE_IMAGEEFFECTS;ENABLE_4_6_FEATURES;INCLUDE_WP_BLUE_SUPPORT;ENABLE_WEBCAM;INCLUDE_METROSUPPORT;RENDER_SOFTWARE_CURSOR;ENABLE_NETWORK;ENABLE_PHYSICS;UNITY5_SCRIPTING_IN_UNITY4;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_2D_PHYSICS;ENABLE_SHADOWS;ENABLE_AUDIO;ENABLE_NAVMESH_CARVING;ENABLE_DUCK_TYPING;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;ENABLE_MONO;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_WIN;UNITY_TEAM_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>D:/Editor/Data/Managed/UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEditor">
<HintPath>D:/Editor/Data/Managed/UnityEditor.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Assets\Model\Npc_boy\villarger_B_Boy\scripts\characterRotate.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\InventorySystem\Game\EquipItems.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\InventorySystem\Game\EquipRandomItem.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\InventorySystem\Game\UICursor.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\InventorySystem\Game\UIEquipmentSlot.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\InventorySystem\Game\UIItemSlot.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\InventorySystem\Game\UIItemStorage.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\InventorySystem\Game\UIStorageSlot.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\InventorySystem\System\InvAttachmentPoint.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\InventorySystem\System\InvBaseItem.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\InventorySystem\System\InvDatabase.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\InventorySystem\System\InvEquipment.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\InventorySystem\System\InvGameItem.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\InventorySystem\System\InvStat.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\Other\ChatInput.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\Other\DownloadTexture.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\Other\EnvelopContent.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\Other\ExampleDragDropItem.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\Other\ExampleDragDropSurface.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\Other\LagPosition.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\Other\LagRotation.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\Other\LoadLevelOnClick.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\Other\LookAtTarget.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\Other\OpenURLOnClick.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\Other\PanWithMouse.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\Other\PlayIdleAnimations.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\Other\SetColorOnSelection.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\Other\ShaderQuality.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\Other\Spin.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\Other\SpinWithMouse.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\Other\Tutorial5.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\Other\UISliderColors.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\Other\WindowAutoYaw.cs" />
<Compile Include="Assets\NGUI\Examples\Scripts\Other\WindowDragTilt.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\LanguageSelection.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\TypewriterEffect.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIButton.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIButtonActivate.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIButtonColor.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIButtonKeys.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIButtonMessage.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIButtonOffset.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIButtonRotation.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIButtonScale.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UICenterOnChild.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UICenterOnClick.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIDragCamera.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIDragDropContainer.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIDragDropItem.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIDragDropRoot.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIDragObject.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIDragResize.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIDragScrollView.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIDraggableCamera.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIEventTrigger.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIForwardEvents.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIGrid.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIImageButton.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIKeyBinding.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIKeyNavigation.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIPlayAnimation.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIPlaySound.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIPlayTween.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIPopupList.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIProgressBar.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UISavedOption.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIScrollBar.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIScrollView.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UISlider.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UISoundVolume.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UITable.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIToggle.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIToggledComponents.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIToggledObjects.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIWidgetContainer.cs" />
<Compile Include="Assets\NGUI\Scripts\Interaction\UIWrapContent.cs" />
<Compile Include="Assets\NGUI\Scripts\Internal\ActiveAnimation.cs" />
<Compile Include="Assets\NGUI\Scripts\Internal\AnimationOrTween.cs" />
<Compile Include="Assets\NGUI\Scripts\Internal\BMFont.cs" />
<Compile Include="Assets\NGUI\Scripts\Internal\BMGlyph.cs" />
<Compile Include="Assets\NGUI\Scripts\Internal\BMSymbol.cs" />
<Compile Include="Assets\NGUI\Scripts\Internal\BetterList.cs" />
<Compile Include="Assets\NGUI\Scripts\Internal\ByteReader.cs" />
<Compile Include="Assets\NGUI\Scripts\Internal\EventDelegate.cs" />
<Compile Include="Assets\NGUI\Scripts\Internal\Localization.cs" />
<Compile Include="Assets\NGUI\Scripts\Internal\NGUIDebug.cs" />
<Compile Include="Assets\NGUI\Scripts\Internal\NGUIMath.cs" />
<Compile Include="Assets\NGUI\Scripts\Internal\NGUIText.cs" />
<Compile Include="Assets\NGUI\Scripts\Internal\NGUITools.cs" />
<Compile Include="Assets\NGUI\Scripts\Internal\PropertyBinding.cs" />
<Compile Include="Assets\NGUI\Scripts\Internal\PropertyReference.cs" />
<Compile Include="Assets\NGUI\Scripts\Internal\RealTime.cs" />
<Compile Include="Assets\NGUI\Scripts\Internal\SpringPanel.cs" />
<Compile Include="Assets\NGUI\Scripts\Internal\UIBasicSprite.cs" />
<Compile Include="Assets\NGUI\Scripts\Internal\UIDrawCall.cs" />
<Compile Include="Assets\NGUI\Scripts\Internal\UIEventListener.cs" />
<Compile Include="Assets\NGUI\Scripts\Internal\UIGeometry.cs" />
<Compile Include="Assets\NGUI\Scripts\Internal\UIRect.cs" />
<Compile Include="Assets\NGUI\Scripts\Internal\UISnapshotPoint.cs" />
<Compile Include="Assets\NGUI\Scripts\Internal\UIWidget.cs" />
<Compile Include="Assets\NGUI\Scripts\Tweening\AnimatedAlpha.cs" />
<Compile Include="Assets\NGUI\Scripts\Tweening\AnimatedColor.cs" />
<Compile Include="Assets\NGUI\Scripts\Tweening\SpringPosition.cs" />
<Compile Include="Assets\NGUI\Scripts\Tweening\TweenAlpha.cs" />
<Compile Include="Assets\NGUI\Scripts\Tweening\TweenColor.cs" />
<Compile Include="Assets\NGUI\Scripts\Tweening\TweenFOV.cs" />
<Compile Include="Assets\NGUI\Scripts\Tweening\TweenHeight.cs" />
<Compile Include="Assets\NGUI\Scripts\Tweening\TweenOrthoSize.cs" />
<Compile Include="Assets\NGUI\Scripts\Tweening\TweenPosition.cs" />
<Compile Include="Assets\NGUI\Scripts\Tweening\TweenRotation.cs" />
<Compile Include="Assets\NGUI\Scripts\Tweening\TweenScale.cs" />
<Compile Include="Assets\NGUI\Scripts\Tweening\TweenTransform.cs" />
<Compile Include="Assets\NGUI\Scripts\Tweening\TweenVolume.cs" />
<Compile Include="Assets\NGUI\Scripts\Tweening\TweenWidth.cs" />
<Compile Include="Assets\NGUI\Scripts\Tweening\UITweener.cs" />
<Compile Include="Assets\NGUI\Scripts\UI\UI2DSprite.cs" />
<Compile Include="Assets\NGUI\Scripts\UI\UI2DSpriteAnimation.cs" />
<Compile Include="Assets\NGUI\Scripts\UI\UIAnchor.cs" />
<Compile Include="Assets\NGUI\Scripts\UI\UIAtlas.cs" />
<Compile Include="Assets\NGUI\Scripts\UI\UICamera.cs" />
<Compile Include="Assets\NGUI\Scripts\UI\UIFont.cs" />
<Compile Include="Assets\NGUI\Scripts\UI\UIInput.cs" />
<Compile Include="Assets\NGUI\Scripts\UI\UILabel.cs" />
<Compile Include="Assets\NGUI\Scripts\UI\UILocalize.cs" />
<Compile Include="Assets\NGUI\Scripts\UI\UIOrthoCamera.cs" />
<Compile Include="Assets\NGUI\Scripts\UI\UIPanel.cs" />
<Compile Include="Assets\NGUI\Scripts\UI\UIRoot.cs" />
<Compile Include="Assets\NGUI\Scripts\UI\UISprite.cs" />
<Compile Include="Assets\NGUI\Scripts\UI\UISpriteAnimation.cs" />
<Compile Include="Assets\NGUI\Scripts\UI\UISpriteData.cs" />
<Compile Include="Assets\NGUI\Scripts\UI\UIStretch.cs" />
<Compile Include="Assets\NGUI\Scripts\UI\UITextList.cs" />
<Compile Include="Assets\NGUI\Scripts\UI\UITexture.cs" />
<Compile Include="Assets\NGUI\Scripts\UI\UITooltip.cs" />
<Compile Include="Assets\NGUI\Scripts\UI\UIViewport.cs" />
<Compile Include="Assets\Texture\Script\start\CharacterShow.cs" />
<Compile Include="Assets\Texture\Script\start\ServerProperty.cs" />
<Compile Include="Assets\Texture\Script\start\StartMenuController.cs" />
<None Include="Assets\NGUI\Examples\Shaders\Unlit - Depth Cutout.shader" />
<None Include="Assets\NGUI\ReadMe - 3.6.8.txt" />
<None Include="Assets\NGUI\Resources\Shaders\Unlit - Text 2.shader" />
<None Include="Assets\NGUI\Examples\Models\Orc\Orc Skin.shader" />
<None Include="Assets\NGUI\Examples\Atlases\Wooden\Arimo20.txt" />
<None Include="Assets\NGUI\Examples\Atlases\Wooden\Arimo14.txt" />
<None Include="Assets\NGUI\Resources\Shaders\Unlit - Text 1.shader" />
<None Include="Assets\NGUI\Resources\Shaders\Unlit - Transparent Colored 2.shader" />
<None Include="Assets\NGUI\Examples\Shaders\Unlit - Masked Colored.shader" />
<None Include="Assets\NGUI\Resources\Shaders\Unlit - Premultiplied Colored 3.shader" />
<None Include="Assets\NGUI\Examples\Atlases\Wooden\Arimo18.txt" />
<None Include="Assets\NGUI\Examples\Atlases\SciFi\SciFi Font - Header.txt" />
<None Include="Assets\NGUI\Resources\Shaders\Unlit - Transparent Colored 1.shader" />
<None Include="Assets\NGUI\Examples\Atlases\Fantasy\Fantasy Font - Normal.txt" />
<None Include="Assets\NGUI\Resources\Shaders\Unlit - Transparent Colored 3.shader" />
<None Include="Assets\Model\Npc_boy\villarger_B_Boy\ReadMe [V 1.4] 02 06.txt" />
<None Include="Assets\NGUI\Examples\Atlases\Refractive\Refractive Font - Normal.txt" />
<None Include="Assets\NGUI\Resources\Shaders\Unlit - Premultiplied Colored 2.shader" />
<None Include="Assets\NGUI\Resources\Shaders\Unlit - Text 3.shader" />
<None Include="Assets\NGUI\Resources\Shaders\Unlit - Transparent Packed 2.shader" />
<None Include="Assets\NGUI\Resources\Shaders\Unlit - Transparent Packed 1.shader" />
<None Include="Assets\NGUI\Resources\Shaders\Unlit - Premultiplied Colored 1.shader" />
<None Include="Assets\NGUI\Resources\Shaders\Unlit - Premultiplied Colored.shader" />
<None Include="Assets\NGUI\Resources\Shaders\Unlit - Transparent Colored.shader" />
<None Include="Assets\NGUI\Resources\Shaders\Unlit - Text.shader" />
<None Include="Assets\NGUI\Resources\Shaders\Unlit - Transparent Packed.shader" />
<None Include="Assets\NGUI\Resources\Shaders\Unlit - Transparent Packed 3.shader" />
<None Include="Assets\NGUI\Examples\Shaders\Unlit - Additive Colored.shader" />
<None Include="Assets\NGUI\Examples\Atlases\Refractive\Refractive Font - Header.txt" />
<None Include="Assets\NGUI\Examples\Shaders\Refractive.shader" />
<None Include="Assets\NGUI\Examples\Shaders\Unlit - Depth.shader" />
<None Include="Assets\NGUI\Examples\Atlases\SciFi\SciFi Font - Normal.txt" />
<None Include="Assets\NGUI\Examples\Models\Orc Armor\Orc Armor.shader" />
<None Include="Assets\NGUI\Examples\Resources\Localization.txt" />
<Reference Include="UnityEngine.UI">
<HintPath>D:/Editor/Data/UnityExtensions/Unity/GUISystem/4.6.4/UnityEngine.UI.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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。