123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <?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>{5899CA6B-E7A8-3998-653F-01E6A411E82F}</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_ANDROID;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_AUDIO_FMOD;ENABLE_MONO;ENABLE_SPRITES;ENABLE_TERRAIN;ENABLE_GENERICS;ENABLE_SUBSTANCE;INCLUDE_WP8SUPPORT;ENABLE_WWW;ENABLE_IMAGEEFFECTS;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;UNITY_4_3_4;UNITY_4_3;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\Scripts\GameScript\BallScript.cs" />
- <Compile Include="Assets\Scripts\GameScript\CalculateLine.cs" />
- <Compile Include="Assets\Scripts\GameScript\CamControl.cs" />
- <Compile Include="Assets\Scripts\GameScript\ConstOfGame.cs" />
- <Compile Include="Assets\Scripts\GameScript\Cube.cs" />
- <Compile Include="Assets\Scripts\GameScript\GameLayer.cs" />
- <Compile Include="Assets\Scripts\GameScript\InitAllBalls.cs" />
- <Compile Include="Assets\Scripts\GameScript\LineTool.cs" />
- <Compile Include="Assets\Scripts\GameScript\Logic.cs" />
- <Compile Include="Assets\Scripts\GameScript\MiniMap.cs" />
- <Compile Include="Assets\Scripts\GameScript\PowerBar.cs" />
- <Compile Include="Assets\Scripts\GameScript\Result.cs" />
- <Compile Include="Assets\Scripts\GameScript\Shadow.cs" />
- <Compile Include="Assets\Scripts\MenuScript\AboutLayer.cs" />
- <Compile Include="Assets\Scripts\MenuScript\ChoiceLayer.cs" />
- <Compile Include="Assets\Scripts\MenuScript\ConstOfMenu.cs" />
- <Compile Include="Assets\Scripts\MenuScript\Constroler.cs" />
- <Compile Include="Assets\Scripts\MenuScript\HelpLayer.cs" />
- <Compile Include="Assets\Scripts\MenuScript\MainLayer.cs" />
- <Compile Include="Assets\Scripts\MenuScript\ModeChoiceLayer.cs" />
- <Compile Include="Assets\Scripts\MenuScript\MusicLayer.cs" />
- <Compile Include="Assets\Scripts\MenuScript\RankLayer.cs" />
- </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>
|