<?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>9.0.21022</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{7C93F86B-B5D1-48AA-A226-7EA81FBD9FAB}</ProjectGuid>
    <OutputType>Exe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>CommonTest</RootNamespace>
    <AssemblyName>CommonTest</AssemblyName>
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <StartupObject>CommonTest.Program</StartupObject>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <UpgradeBackupLocation>
    </UpgradeBackupLocation>
    <OldToolsVersion>3.5</OldToolsVersion>
    <PublishUrl>publish\</PublishUrl>
    <Install>true</Install>
    <InstallFrom>Disk</InstallFrom>
    <UpdateEnabled>false</UpdateEnabled>
    <UpdateMode>Foreground</UpdateMode>
    <UpdateInterval>7</UpdateInterval>
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
    <UpdatePeriodically>false</UpdatePeriodically>
    <UpdateRequired>false</UpdateRequired>
    <MapFileExtensions>true</MapFileExtensions>
    <ApplicationRevision>0</ApplicationRevision>
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
    <IsWebBootstrapper>false</IsWebBootstrapper>
    <UseApplicationTrust>false</UseApplicationTrust>
    <BootstrapperEnabled>true</BootstrapperEnabled>
    <TargetFrameworkProfile />
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    <PlatformTarget>x86</PlatformTarget>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="SyntaxHighlighter">
      <HintPath>..\Library\Common\SyntaxHighlighter.dll</HintPath>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Core">
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
    <Reference Include="System.EnterpriseServices" />
    <Reference Include="System.Xml.Linq">
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
    <Reference Include="System.Data.DataSetExtensions">
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    </Reference>
    <Reference Include="System.Data" />
    <Reference Include="System.Deployment" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="FormLaunch.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FormLaunch.Designer.cs">
      <DependentUpon>FormLaunch.cs</DependentUpon>
    </Compile>
    <Compile Include="FormSceneGraph2D.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FormSceneGraph2D.Designer.cs">
      <DependentUpon>FormSceneGraph2D.cs</DependentUpon>
    </Compile>
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <EmbeddedResource Include="FormLaunch.resx">
      <DependentUpon>FormLaunch.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="FormSceneGraph2D.resx">
      <DependentUpon>FormSceneGraph2D.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Resources.resx</DependentUpon>
      <DesignTime>True</DesignTime>
    </Compile>
    <None Include="app.config" />
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
    <Compile Include="Properties\Settings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Settings.settings</DependentUpon>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    </Compile>
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\CommonAIClient\CommonAIClient.csproj">
      <Project>{7990158b-ba84-4177-8eec-84bddc8a527a}</Project>
      <Name>CommonAIClient</Name>
    </ProjectReference>
    <ProjectReference Include="..\CommonAIServer.Connector\CommonAIServer.Connector.csproj">
      <Project>{d2a14196-3c00-4e3b-b716-fb168d32e343}</Project>
      <Name>CommonAIServer.Connector</Name>
    </ProjectReference>
    <ProjectReference Include="..\CommonAIServer\CommonAIServer.csproj">
      <Project>{31a89f1e-f7d5-4f64-a1b6-67cb7aba4a18}</Project>
      <Name>CommonAIServer</Name>
    </ProjectReference>
    <ProjectReference Include="..\CommonAI\CommonAI.csproj">
      <Project>{0D86D14E-C45E-400A-8F50-FF7BDE63B35A}</Project>
      <Name>CommonAI</Name>
    </ProjectReference>
    <ProjectReference Include="..\CommonFileSystem.SharpZipLib\CommonMPQ.SharpZipLib.csproj">
      <Project>{29a43d20-f079-42bb-b6ff-d910c04eacd9}</Project>
      <Name>CommonMPQ.SharpZipLib</Name>
    </ProjectReference>
    <ProjectReference Include="..\CommonFileSystem\CommonMPQ.csproj">
      <Project>{e6f4820c-30d4-4ddf-8890-517c9efd92a8}</Project>
      <Name>CommonMPQ</Name>
    </ProjectReference>
    <ProjectReference Include="..\CommonFroms\CommonFroms.csproj">
      <Project>{f3594e30-da84-4538-baa3-0959b86aa879}</Project>
      <Name>CommonFroms</Name>
    </ProjectReference>
    <ProjectReference Include="..\CommonLang\CommonLang.csproj">
      <Project>{1835E71D-0B6C-463D-B538-E68891E4DACB}</Project>
      <Name>CommonLang</Name>
    </ProjectReference>
    <ProjectReference Include="..\CommonNetwork\CommonNetwork.csproj">
      <Project>{6c114f8f-ee02-4f15-8f3a-93691896d15f}</Project>
      <Name>CommonNetwork</Name>
    </ProjectReference>
    <ProjectReference Include="..\CommonServer.SSocket\CommonServer.SSocket.csproj">
      <Project>{9fb63fa2-2dcc-45ab-bd74-3c158e313ee9}</Project>
      <Name>CommonServer.SSocket</Name>
    </ProjectReference>
    <ProjectReference Include="..\CommonServer\CommonServer.csproj">
      <Project>{71cc36a4-6899-4bb8-8968-682dba861d98}</Project>
      <Name>CommonServer</Name>
    </ProjectReference>
    <ProjectReference Include="..\CommonTickBattle\CommonTickBattle.csproj">
      <Project>{32b611ad-3bc1-4438-9921-82e92c6fd991}</Project>
      <Name>CommonTickBattle</Name>
    </ProjectReference>
    <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>
    <ProjectReference Include="..\CommonUnity3DEditor\CommonUnity3DEditor.csproj">
      <Project>{27b69bd7-b926-406f-8e6b-ec993399d499}</Project>
      <Name>CommonUnity3DEditor</Name>
    </ProjectReference>
    <ProjectReference Include="..\CommonUnity3D\CommonUnity3D.csproj">
      <Project>{7d207deb-d27b-456a-9673-23b344254a5c}</Project>
      <Name>CommonUnity3D</Name>
    </ProjectReference>
    <ProjectReference Include="..\GameEditorPluginServer\GameEditorPluginServer.csproj">
      <Project>{dc5b7f3a-aaf4-47f8-abe5-820fb93016cc}</Project>
      <Name>GameEditorPluginServer</Name>
    </ProjectReference>
    <ProjectReference Include="..\GameEditorPlugin\GameEditorPlugin.csproj">
      <Project>{539fa0de-4ef2-4035-832d-9e8614e92a48}</Project>
      <Name>GameEditorPlugin</Name>
    </ProjectReference>
    <ProjectReference Include="..\GameEditorUnity3D\GameEditorUnity3D.csproj">
      <Project>{95b8fd91-f539-4a88-9a19-4e7b8ecf2310}</Project>
      <Name>GameEditorUnity3D</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5 SP1</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
      <Visible>False</Visible>
      <ProductName>Windows Installer 3.1</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
  </ItemGroup>
  <ItemGroup>
    <Content Include="res\MapData.bmp">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="res\MapData.png">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
    <Content Include="res\MapData2.png">
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
    </Content>
  </ItemGroup>
  <ItemGroup>
    <Folder Include="Old\" />
  </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>