<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{7D207DEB-D27B-456A-9673-23B344254A5C}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>CommonUnity3D</RootNamespace>
    <AssemblyName>CommonUnity3D</AssemblyName>
    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <TargetFrameworkProfile>
    </TargetFrameworkProfile>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>..\..\Library\Debug\</OutputPath>
    <DefineConstants>TRACE;DEBUG;UNITY_EDITOR;UNITY_5</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <DocumentationFile>
    </DocumentationFile>
    <NoWarn>1591</NoWarn>
    <WarningsAsErrors>672</WarningsAsErrors>
    <Prefer32Bit>false</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>..\..\Library\Release\</OutputPath>
    <DefineConstants>TRACE;UNITY_EDITOR;UNITY_5</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <Prefer32Bit>false</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_JSGProfile|AnyCPU'">
    <DebugSymbols>true</DebugSymbols>
    <OutputPath>bin\Debug_JSGProfile\</OutputPath>
    <DefineConstants>TRACE;DEBUG;UNITY_EDITOR;UNITY_5</DefineConstants>
    <NoWarn>1591</NoWarn>
    <DebugType>full</DebugType>
    <PlatformTarget>AnyCPU</PlatformTarget>
    <WarningsAsErrors>672</WarningsAsErrors>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="CommonLang, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\Library\Debug\CommonLang.dll</HintPath>
    </Reference>
    <Reference Include="CommonMPQ, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\Library\Debug\CommonMPQ.dll</HintPath>
    </Reference>
    <Reference Include="CommonMPQ.SharpZipLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\Library\Debug\CommonMPQ.SharpZipLib.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Core" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
    <Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\..\Library\UnityEngine.dll</HintPath>
    </Reference>
    <Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\Library\Unity3D\UnityEngine.UI.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="UGUIAction\ActionBase.cs" />
    <Compile Include="UGUIAction\DelayAction.cs" />
    <Compile Include="UGUIAction\EaseManager.cs" />
    <Compile Include="UGUIAction\FadeAction.cs" />
    <Compile Include="UGUIAction\IAction.cs" />
    <Compile Include="UGUIAction\MoveAction.cs" />
    <Compile Include="UGUIAction\ScaleAction.cs" />
    <Compile Include="UGUIEditor\UIComponent.cs" />
    <Compile Include="UGUIEditor\UIEditor.cs" />
    <Compile Include="UGUIEditor\UILayout.cs" />
    <Compile Include="UGUIEditor\UILayoutGraphics.cs" />
    <Compile Include="UGUIEditor\UI\UECanvas.cs" />
    <Compile Include="UGUIEditor\UI\UECheckBox.cs" />
    <Compile Include="UGUIEditor\UI\UEFileNode.cs" />
    <Compile Include="UGUIEditor\UI\UEGauge.cs" />
    <Compile Include="UGUIEditor\UI\UEImageBox.cs" />
    <Compile Include="UGUIEditor\UI\UELabel.cs" />
    <Compile Include="UGUIEditor\UI\UERichTextLayer.cs" />
    <Compile Include="UGUIEditor\UI\UERoot.cs" />
    <Compile Include="UGUIEditor\UI\UEScrollPan.cs" />
    <Compile Include="UGUIEditor\UI\UETextBox.cs" />
    <Compile Include="UGUIEditor\UI\UETextButton.cs" />
    <Compile Include="UGUIEditor\UI\UETextComponent.cs" />
    <Compile Include="UGUIEditor\UI\UETextInput.cs" />
    <Compile Include="UGUI\BatchQuadsGraphics.cs" />
    <Compile Include="UGUI\BatchQuadsSprite.cs" />
    <Compile Include="UGUI\BitmapTextGraphics.cs" />
    <Compile Include="UGUI\BitmapTextSprite.cs" />
    <Compile Include="UGUI\CPJSprite.cs" />
    <Compile Include="UGUI\CPJSpriteGraphics.cs" />
    <Compile Include="UGUI\DisplayCanvas.cs" />
    <Compile Include="UGUI\DisplayNode.cs" />
    <Compile Include="UGUI\DisplayNodeBehaviour.cs" />
    <Compile Include="UGUI\DisplayNodeInteractive.cs" />
    <Compile Include="UGUI\DisplayRoot.cs" />
    <Compile Include="UGUI\DisplayText.cs" />
    <Compile Include="UGUI\ImageFontGraphics.cs" />
    <Compile Include="UGUI\ImageFontSprite.cs" />
    <Compile Include="UGUI\ImageGraphics.cs" />
    <Compile Include="UGUI\ImageSprite.cs" />
    <Compile Include="UGUI\InputField\IInputField.cs" />
    <Compile Include="UGUI\InputField\InteractiveInputField.cs" />
    <Compile Include="UGUI\InputField\TextLayerInputField.cs" />
    <Compile Include="UGUI\InteractiveDummyGraphics.cs" />
    <Compile Include="UGUI\MaterialModifier\GrayMaterialModifier.cs" />
    <Compile Include="UGUI\MaterialModifier\TextGrayMaterialModifier.cs" />
    <Compile Include="UGUI\RichTextBox.cs" />
    <Compile Include="UGUI\RichTextBox.Layer.cs" />
    <Compile Include="UGUI\ScrollablePanel.cs" />
    <Compile Include="UGUI\ScrollRectInteractive.cs" />
    <Compile Include="UGUI\TextGraphics.cs" />
    <Compile Include="UGUI\TextSprite.cs" />
    <Compile Include="UGUI\TintSprite.cs" />
    <Compile Include="UGUI\UIFactory.cs" />
    <Compile Include="UGUI\UIUtils.cs" />
    <Compile Include="UGUI\UIVertexBuffer.cs" />
    <Compile Include="XMUnity\DebugUtil\XMUnityDebug.cs" />
    <Compile Include="XMUnity\LoadUtil\AssetObject.cs" />
    <Compile Include="XMUnity\LoadUtil\XMUnityABLoadAdapter.cs" />
    <Compile Include="XMUnity\LoadUtil\XMUnityAssetBundle.cs" />
    <Compile Include="XMUnity\LoadUtil\XMUnityAssetBundleLoader.cs" />
    <Compile Include="XMUnity\LoadUtil\XMUnityAssetBundleManager.cs" />
    <Compile Include="XMUnity\LoadUtil\XMUnityLoadIml.cs" />
    <Compile Include="XMUnity\LoadUtil\XMUnityLoadImlFactory.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\CommonUI\CommonUI.csproj">
      <Project>{fe159004-4f5c-4a17-b633-e66d5a64acfb}</Project>
      <Name>CommonUI</Name>
    </ProjectReference>
    <ProjectReference Include="..\CommonUI_Unity3D\CommonUI_Unity3D.csproj">
      <Project>{3054ced6-df3b-4ddf-bead-03fcba15f6f0}</Project>
      <Name>CommonUI_Unity3D</Name>
    </ProjectReference>
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <PropertyGroup>
    <PostBuildEvent>
    </PostBuildEvent>
  </PropertyGroup>
  <!-- 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>