<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{FE159004-4F5C-4A17-B633-E66D5A64ACFB}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>CommonUI</RootNamespace>
    <AssemblyName>CommonUI</AssemblyName>
    <TargetFrameworkVersion>v4.8</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</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <DocumentationFile>
    </DocumentationFile>
    <NoWarn>1591</NoWarn>
    <Prefer32Bit>false</Prefer32Bit>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>..\..\Library\Release\</OutputPath>
    <DefineConstants>TRACE</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</DefineConstants>
    <NoWarn>1591</NoWarn>
    <DebugType>full</DebugType>
    <PlatformTarget>AnyCPU</PlatformTarget>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Cell\CPJAtlas.cs" />
    <Compile Include="Cell\CPJLoader.cs" />
    <Compile Include="Cell\CPJObject.cs" />
    <Compile Include="Cell\CPJResource.cs" />
    <Compile Include="Cell\Game\CPJObjects.cs" />
    <Compile Include="Cell\Game\CPJSprite.cs" />
    <Compile Include="Data\Constants.cs" />
    <Compile Include="Data\UIEditorConverter.cs" />
    <Compile Include="Data\UIEditorMeta.cs" />
    <Compile Include="Display\Canvas.cs" />
    <Compile Include="Display\Color.cs" />
    <Compile Include="Display\Graphics.cs" />
    <Compile Include="Display\GraphicsDriver.cs" />
    <Compile Include="Display\GraphicsUtil.cs" />
    <Compile Include="Display\Image.cs" />
    <Compile Include="Display\TextLayer.cs" />
    <Compile Include="Display\Text\AttributedString.cs" />
    <Compile Include="Display\Text\RichTextLayer.cs" />
    <Compile Include="Display\Text\TextDrawable.cs" />
    <Compile Include="Display\VertexData.cs" />
    <Compile Include="Gemo\MathVector.cs" />
    <Compile Include="Gemo\Point2D.cs" />
    <Compile Include="Gemo\Rectangle2D.cs" />
    <Compile Include="Gemo\Size2D.cs" />
    <Compile Include="Gemo\TPoint2D.cs" />
    <Compile Include="Gemo\TRectangle2D.cs" />
    <Compile Include="Loader\AbstractLoader.cs" />
    <Compile Include="Loader\AtlasLoader.cs" />
    <Compile Include="Loader\ImageLoader.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Sound\SoundManager.cs" />
    <Compile Include="Tool\AnchorTool.cs" />
    <Compile Include="Tool\XMLTool.cs" />
    <Compile Include="UIFactory.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\CommonLang\CommonLang.csproj">
      <Project>{1835e71d-0b6c-463d-b538-e68891e4dacb}</Project>
      <Name>CommonLang</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <None Include="obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache" />
  </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>