2 Star 0 Fork 0

lujian / 鲁班

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Assembly-CSharp.csproj 10.92 KB
一键复制 编辑 原始数据 按行查看 历史
lujian 提交于 2018-02-14 16:25 . 鲁班项目
<?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>
<RootNamespace></RootNamespace>
<ProjectGuid>{75FBB087-03BC-0476-890E-224D01A1B60F}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<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_5_3_OR_NEWER;UNITY_5_4_OR_NEWER;UNITY_5_5_OR_NEWER;UNITY_5_6_OR_NEWER;UNITY_5_6_1;UNITY_5_6;UNITY_5;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_GENERICS;ENABLE_PVR_GI;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_RUNTIME_NAVMESH_BUILDING;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_RAKNET;ENABLE_UNET;ENABLE_LZMA;ENABLE_UNITYEVENTS;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES_COLLAB;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;ENABLE_NATIVE_ARRAY;INCLUDE_DYNAMIC_GI;INCLUDE_GI;PLATFORM_SUPPORTS_MONO;INCLUDE_PUBNUB;ENABLE_PLAYMODE_TESTS_RUNNER;ENABLE_SCRIPTING_NEW_CSHARP_COMPILER;ENABLE_VIDEO;UNITY_ANDROID;ENABLE_SUBSTANCE;UNITY_ANDROID_API;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_UNITYWEBREQUEST;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_CRASH_REPORTING;PLATFORM_SUPPORTS_ADS_ID;UNITY_CAN_SHOW_SPLASH_SCREEN;ENABLE_VR;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;ENABLE_MONO;NET_2_0_SUBSET;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_64;UNITY_EDITOR_WIN;ENABLE_NATIVE_ARRAY_CHECKS;UNITY_TEAM_LICENSE;UNITY_PRO_LICENSE;UNITY_HAS_GOOGLEVR</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>
<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.Runtime.Serialization" />
<Reference Include="System.Xml.Linq" />
<Reference Include="UnityEngine">
<HintPath>D:/Unity-5.6.1f1/Unity/Editor/Data/Managed/UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEditor">
<HintPath>D:/Unity-5.6.1f1/Unity/Editor/Data/Managed/UnityEditor.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Assets\Kong Hero\Script\AI\BOSS_1.cs" />
<Compile Include="Assets\Kong Hero\Script\AI\BOSS_2.cs" />
<Compile Include="Assets\Kong Hero\Script\AI\BOSS_3.cs" />
<Compile Include="Assets\Kong Hero\Script\AI\BirdAI.cs" />
<Compile Include="Assets\Kong Hero\Script\AI\BirdDetectPlayerHelper.cs" />
<Compile Include="Assets\Kong Hero\Script\AI\ChasingStone.cs" />
<Compile Include="Assets\Kong Hero\Script\AI\DetectMonsterFalling.cs" />
<Compile Include="Assets\Kong Hero\Script\AI\DetectPlayerAndSendMessage.cs" />
<Compile Include="Assets\Kong Hero\Script\AI\EnemyAI.cs" />
<Compile Include="Assets\Kong Hero\Script\AI\FireBallAI.cs" />
<Compile Include="Assets\Kong Hero\Script\AI\FireEvil.cs" />
<Compile Include="Assets\Kong Hero\Script\AI\FishAI.cs" />
<Compile Include="Assets\Kong Hero\Script\AI\FlameFire.cs" />
<Compile Include="Assets\Kong Hero\Script\AI\GiveDamageToPlayer.cs" />
<Compile Include="Assets\Kong Hero\Script\AI\HealthBarEnemy.cs" />
<Compile Include="Assets\Kong Hero\Script\AI\MonsterFish.cs" />
<Compile Include="Assets\Kong Hero\Script\AI\MonsterFishDetect.cs" />
<Compile Include="Assets\Kong Hero\Script\AI\MonsterIV.cs" />
<Compile Include="Assets\Kong Hero\Script\AI\MonsterSimpleAI.cs" />
<Compile Include="Assets\Kong Hero\Script\AI\MonsterSnail.cs" />
<Compile Include="Assets\Kong Hero\Script\AI\MonsterTriggerHelper.cs" />
<Compile Include="Assets\Kong Hero\Script\AI\PathDefinition.cs" />
<Compile Include="Assets\Kong Hero\Script\AI\PathedProjectile.cs" />
<Compile Include="Assets\Kong Hero\Script\AI\PathedProjectileSpawner.cs" />
<Compile Include="Assets\Kong Hero\Script\AI\Projectile.cs" />
<Compile Include="Assets\Kong Hero\Script\AI\SimpleProjectile.cs" />
<Compile Include="Assets\Kong Hero\Script\AutoSpawn.cs" />
<Compile Include="Assets\Kong Hero\Script\CameraFollow.cs" />
<Compile Include="Assets\Kong Hero\Script\Environment\Block.cs" />
<Compile Include="Assets\Kong Hero\Script\Environment\Coin.cs" />
<Compile Include="Assets\Kong Hero\Script\Environment\GameFinishFlag.cs" />
<Compile Include="Assets\Kong Hero\Script\Environment\GiveBullet.cs" />
<Compile Include="Assets\Kong Hero\Script\Environment\GiveHealth.cs" />
<Compile Include="Assets\Kong Hero\Script\Environment\ItemAddPoint.cs" />
<Compile Include="Assets\Kong Hero\Script\Environment\Spring.cs" />
<Compile Include="Assets\Kong Hero\Script\Environment\WaterScrollingEffect.cs" />
<Compile Include="Assets\Kong Hero\Script\GUI\CharacterHolder.cs" />
<Compile Include="Assets\Kong Hero\Script\GUI\ControllerInput.cs" />
<Compile Include="Assets\Kong Hero\Script\GUI\FloatingText.cs" />
<Compile Include="Assets\Kong Hero\Script\GUI\LoadingSreen.cs" />
<Compile Include="Assets\Kong Hero\Script\GUI\MainMenuHomeScene.cs" />
<Compile Include="Assets\Kong Hero\Script\GUI\MainMenuShopItems.cs" />
<Compile Include="Assets\Kong Hero\Script\GUI\MainMenuUpdateCoins.cs" />
<Compile Include="Assets\Kong Hero\Script\GUI\MainMenu_ChracterChoose.cs" />
<Compile Include="Assets\Kong Hero\Script\GUI\MainMenu_Level.cs" />
<Compile Include="Assets\Kong Hero\Script\GUI\MainMenu_StartMenu.cs" />
<Compile Include="Assets\Kong Hero\Script\GUI\MainMenu_World.cs" />
<Compile Include="Assets\Kong Hero\Script\GUI\MenuManager.cs" />
<Compile Include="Assets\Kong Hero\Script\GUI\Menu_GUI.cs" />
<Compile Include="Assets\Kong Hero\Script\GUI\Menu_Gamefinish.cs" />
<Compile Include="Assets\Kong Hero\Script\GUI\Menu_Gameover.cs" />
<Compile Include="Assets\Kong Hero\Script\GUI\Menu_StartScreen.cs" />
<Compile Include="Assets\Kong Hero\Script\GUI\ResetData.cs" />
<Compile Include="Assets\Kong Hero\Script\Helper\AutoDestroy.cs" />
<Compile Include="Assets\Kong Hero\Script\Helper\BackGroundController.cs" />
<Compile Include="Assets\Kong Hero\Script\Helper\BlockDestroyEffect.cs" />
<Compile Include="Assets\Kong Hero\Script\Helper\CameraFadeInEffect.cs" />
<Compile Include="Assets\Kong Hero\Script\Helper\CloseGateBoss.cs" />
<Compile Include="Assets\Kong Hero\Script\Helper\FollowObject.cs" />
<Compile Include="Assets\Kong Hero\Script\Helper\KillPlayerOnTouch.cs" />
<Compile Include="Assets\Kong Hero\Script\Helper\RayCastCheckCollision.cs" />
<Compile Include="Assets\Kong Hero\Script\Helper\ResetBoundCamera.cs" />
<Compile Include="Assets\Kong Hero\Script\Helper\SpawnItem.cs" />
<Compile Include="Assets\Kong Hero\Script\MainMenuHelper.cs" />
<Compile Include="Assets\Kong Hero\Script\NotEnoughCoins.cs" />
<Compile Include="Assets\Kong Hero\Script\PlatformController.cs" />
<Compile Include="Assets\Kong Hero\Script\Player\Controller2D\Controller2D.cs" />
<Compile Include="Assets\Kong Hero\Script\Player\Controller2D\Player.cs" />
<Compile Include="Assets\Kong Hero\Script\Player\Controller2D\RaycastController.cs" />
<Compile Include="Assets\Kong Hero\Script\Player\HealthBar.cs" />
<Compile Include="Assets\Kong Hero\Script\Player\ICanTakeDamage.cs" />
<Compile Include="Assets\Kong Hero\Script\Player\IPlayerRespawnListener.cs" />
<Compile Include="Assets\Kong Hero\Script\Player\MeleeAttack.cs" />
<Compile Include="Assets\Kong Hero\Script\Player\RangeAttack.cs" />
<Compile Include="Assets\Kong Hero\Script\ServiceCalling.cs" />
<Compile Include="Assets\Kong Hero\Script\ServiceManager.cs" />
<Compile Include="Assets\Kong Hero\Script\SimplePathedMoving.cs" />
<Compile Include="Assets\Kong Hero\Script\System\CheckPoint.cs" />
<Compile Include="Assets\Kong Hero\Script\System\GameManager.cs" />
<Compile Include="Assets\Kong Hero\Script\System\GlobalValue.cs" />
<Compile Include="Assets\Kong Hero\Script\System\LevelManager.cs" />
<Compile Include="Assets\Kong Hero\Script\System\SoundManager.cs" />
<Reference Include="UnityEngine.UI">
<HintPath>D:/Unity-5.6.1f1/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.Networking">
<HintPath>D:/Unity-5.6.1f1/Unity/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.TestRunner">
<HintPath>D:/Unity-5.6.1f1/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/UnityEngine.TestRunner.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>D:/Unity-5.6.1f1/Unity/Editor/Data/UnityExtensions/Unity/TestRunner/nunit.framework.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.Analytics">
<HintPath>D:/Unity-5.6.1f1/Unity/Editor/Data/UnityExtensions/Unity/UnityAnalytics/UnityEngine.Analytics.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.HoloLens">
<HintPath>D:/Unity-5.6.1f1/Unity/Editor/Data/UnityExtensions/Unity/UnityHoloLens/RuntimeEditor/UnityEngine.HoloLens.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.VR">
<HintPath>D:/Unity-5.6.1f1/Unity/Editor/Data/UnityExtensions/Unity/UnityVR/RuntimeEditor/UnityEngine.VR.dll</HintPath>
</Reference>
<Reference Include="Mono.Cecil">
<HintPath>D:/Unity-5.6.1f1/Unity/Editor/Data/Managed/Mono.Cecil.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>
1
https://gitee.com/glkjdsalfjl/luban.git
git@gitee.com:glkjdsalfjl/luban.git
glkjdsalfjl
luban
鲁班
master

搜索帮助