<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" 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>{9E9C7373-7833-4EE0-B902-2824A4813C67}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>TBO</RootNamespace>
<AssemblyName>TBO</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>tbo.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<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="..\..\CSharpLib\XWolf\xIO2.cs">
<Link>xIO2.cs</Link>
</Compile>
<Compile Include="ApplicationLibrary.cs" />
<Compile Include="ApplicationReader.cs" />
<Compile Include="Conf.cs" />
<Compile Include="i18n\English.cs" />
<Compile Include="i18n\I18n.cs" />
<Compile Include="i18n\Spanish.cs" />
<Compile Include="ImageWorks.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TBOFile.cs" />
<Compile Include="UI\Shell.cs" />
<Compile Include="UI\tboTK\Application.cs" />
<Compile Include="UI\tboTK\Button.cs" />
<Compile Include="UI\tboTK\Canvas.cs" />
<Compile Include="UI\tboTK\Control.cs" />
<Compile Include="UI\tboTK\Event.cs" />
<Compile Include="UI\tboTK\IContiner.cs" />
<Compile Include="UI\tboTK\Panel.cs" />
<Compile Include="UI\tboTK\UIExtension.cs" />
<Compile Include="UI\UIManager.cs" />
<Compile Include="UI\Windows\About.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UI\Windows\About.Designer.cs">
<DependentUpon>About.cs</DependentUpon>
</Compile>
<Compile Include="UI\Windows\Reader.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UI\Windows\Reader.Designer.cs">
<DependentUpon>Reader.cs</DependentUpon>
</Compile>
<Compile Include="UI\Windows\Studio.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="UI\Windows\Studio.Designer.cs">
<DependentUpon>Studio.cs</DependentUpon>
</Compile>
<Compile Include="UI\Windows\UIManagerWindows.cs" />
<Compile Include="UI\Windows\WinAPI.cs" />
<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>
<EmbeddedResource Include="UI\Windows\About.resx">
<DependentUpon>About.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UI\Windows\Reader.resx">
<DependentUpon>Reader.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="UI\Windows\Studio.resx">
<DependentUpon>Studio.cs</DependentUpon>
</EmbeddedResource>
<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>
<None Include="Resources\tbo.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\tbo logo.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\comicbg.png" />
<None Include="Resources\chevron-left.png" />
<None Include="Resources\chevron-right.png" />
<None Include="Resources\screen-full.png" />
<None Include="Resources\x.png" />
<None Include="Resources\file-directory.png" />
<None Include="Resources\repo.png" />
<Content Include="tbo.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>