CraftSynth.ImageEditor – Rev 4

Subversion Repositories:
Rev:
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="12.0">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProductVersion>9.0.30729</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{C2F951D8-2CB6-4AB5-9029-1EE3FCDB910A}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>CraftSynth.ImageEditor</RootNamespace>
    <AssemblyName>CraftSynth.ImageEditor</AssemblyName>
    <StartupObject>
    </StartupObject>
    <FileUpgradeFlags>
    </FileUpgradeFlags>
    <UpgradeBackupLocation>
    </UpgradeBackupLocation>
    <OldToolsVersion>3.5</OldToolsVersion>
    <IsWebBootstrapper>false</IsWebBootstrapper>
    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
    <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>
    <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>
    <Prefer32Bit>false</Prefer32Bit>
    <LangVersion>8</LangVersion>
  </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>
    <Prefer32Bit>false</Prefer32Bit>
    <LangVersion>8</LangVersion>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Drawing" />
    <Reference Include="System.Windows.Forms" />
    <Reference Include="TXTextControl, Version=22.0.1500.500, Culture=neutral, PublicKeyToken=6b83fe9a75cfb638" />
    <Reference Include="TXTextControl.Windows.Forms, Version=22.0.700.500, Culture=neutral, PublicKeyToken=6b83fe9a75cfb638, processorArchitecture=MSIL" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Command.cs" />
    <Compile Include="CommandAdd.cs" />
    <Compile Include="CommandChangeState.cs" />
    <Compile Include="CommandDelete.cs" />
    <Compile Include="CommandDeleteAll.cs" />
    <Compile Include="CustomPanel.cs">
      <SubType>Component</SubType>
    </Compile>
    <Compile Include="DocToolkit\DocManager.cs" />
    <Compile Include="DocToolkit\DragDropManager.cs" />
    <Compile Include="DocToolkit\MruManager.cs" />
    <Compile Include="DocToolkit\PersistWindowState.cs" />
    <Compile Include="DrawArea.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="DrawArea.Designer.cs">
      <DependentUpon>DrawArea.cs</DependentUpon>
    </Compile>
    <Compile Include="DrawConnector.cs" />
    <Compile Include="DrawEllipse.cs" />
    <Compile Include="DrawImage.cs" />
    <Compile Include="DrawingPens.cs" />
    <Compile Include="DrawLine.cs" />
    <Compile Include="DrawObject.cs" />
    <Compile Include="DrawPolygon.cs" />
    <Compile Include="DrawPolyLine.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="DrawRectangle.cs" />
    <Compile Include="DrawText.cs" />
    <Compile Include="FillBrushes.cs" />
    <Compile Include="FrmAbout.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FrmAbout.Designer.cs">
      <DependentUpon>FrmAbout.cs</DependentUpon>
    </Compile>
    <Compile Include="GraphicsList.cs" />
    <Compile Include="GraphicsProperties.cs" />
    <Compile Include="Layer.cs" />
    <Compile Include="LayerDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="LayerDialog.Designer.cs">
      <DependentUpon>LayerDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="LayerEdit.cs" />
    <Compile Include="Layers.cs" />
    <Compile Include="MainForm.cs">
      <SubType>UserControl</SubType>
    </Compile>
    <Compile Include="MainForm.Designer.cs">
      <DependentUpon>MainForm.cs</DependentUpon>
    </Compile>
    <Compile Include="PropertiesDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="PropertiesDialog.Designer.cs">
      <DependentUpon>PropertiesDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="Properties\AssemblyInfo.cs" />
    <EmbeddedResource Include="DrawArea.resx">
      <DependentUpon>DrawArea.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="FrmAbout.resx">
      <DependentUpon>FrmAbout.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="MainForm.resx">
      <DependentUpon>MainForm.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="PropertiesDialog.resx">
      <DependentUpon>PropertiesDialog.cs</DependentUpon>
      <SubType>Designer</SubType>
    </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="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>
    <Compile Include="TextDialog.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="TextDialog.Designer.cs">
      <DependentUpon>TextDialog.cs</DependentUpon>
    </Compile>
    <Compile Include="Tool.cs" />
    <Compile Include="ToolConnector.cs" />
    <Compile Include="ToolEllipse.cs" />
    <Compile Include="ToolImage.cs" />
    <Compile Include="ToolLine.cs" />
    <Compile Include="ToolObject.cs" />
    <Compile Include="ToolPointer.cs" />
    <Compile Include="ToolPolygon.cs" />
    <Compile Include="ToolPolyLine.cs">
      <SubType>Code</SubType>
    </Compile>
    <Compile Include="ToolRectangle.cs" />
    <Compile Include="ToolText.cs" />
    <Compile Include="UndoManager.cs" />
  </ItemGroup>
  <ItemGroup>
    <Content Include="Images\about.bmp" />
    <Content Include="Images\ellipse.bmp" />
    <Content Include="Images\arrow.bmp" />
    <Content Include="Images\line.bmp" />
    <Content Include="Images\new.bmp" />
    <Content Include="Images\open.bmp" />
    <Content Include="Images\pencil.bmp" />
    <Content Include="Images\pointer.bmp" />
    <Content Include="Images\rectangle.bmp" />
    <Content Include="Images\rotateCCW.png" />
    <Content Include="Images\rotateCW.png" />
    <Content Include="Images\save.bmp" />
    <Content Include="Resources\BringToFrontHS.png" />
    <Content Include="Resources\Brush.png" />
    <Content Include="Resources\ColorFill.png" />
    <Content Include="Resources\ColorHS.png" />
    <Content Include="Resources\Color_font.png" />
    <Content Include="Resources\Color_fontHS.png" />
    <Content Include="Resources\Curve.png" />
    <Content Include="Resources\Edit_RedoHS.png" />
    <Content Include="Resources\Edit_UndoHS.png" />
    <Content Include="Resources\Ellipse-Filled.png" />
    <Content Include="Resources\Ellipse.png" />
    <Content Include="Resources\Eraser.png" />
    <Content Include="Resources\EyeDropper.png" />
    <Content Include="Resources\FontDialogHS.png" />
    <Content Include="Resources\FontHS.png" />
    <Content Include="Resources\Hand.png" />
    <Content Include="Resources\HandR.png" />
    <Content Include="Resources\InsertPictureHS.png" />
    <Content Include="Resources\ItalicHS.png" />
    <Content Include="Resources\Line-Thick.png" />
    <Content Include="Resources\Line-Thicker.png" />
    <Content Include="Resources\Line-Thickest.png" />
    <Content Include="Resources\Line-Thin.png" />
    <Content Include="Resources\Line-Thinnest.png" />
    <Content Include="Resources\Line.png" />
    <Content Include="Resources\LineColorHS.png" />
    <Content Include="Resources\Pencil.png" />
    <Content Include="Resources\POINT13.ICO" />
    <Content Include="Resources\PointerHS.png" />
    <Content Include="Resources\Polygon.png" />
    <Content Include="Resources\Rectangle-Filled.png" />
    <Content Include="Resources\Rectangle.png" />
    <None Include="Resources\RelationshipsHS.png" />
    <Content Include="Resources\RotateLeft.png" />
    <Content Include="Resources\RotateReset.png" />
    <Content Include="Resources\RotateRight.png" />
    <Content Include="Resources\Select.png" />
    <Content Include="Resources\Select2.png" />
    <Content Include="Resources\SendToBackHS.png" />
    <Content Include="Resources\Text.png" />
    <Content Include="Resources\ZoomHS.png" />
    <Content Include="Resources\ZoomIn.png" />
    <Content Include="Resources\ZoomOut.png" />
    <Content Include="Resources\ZoomReset.png" />
    <EmbeddedResource Include="LayerDialog.resx">
      <DependentUpon>LayerDialog.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <EmbeddedResource Include="TextTool.cur" />
    <EmbeddedResource Include="Ellipse.cur">
    </EmbeddedResource>
    <EmbeddedResource Include="Line.cur" />
    <EmbeddedResource Include="Pencil.cur" />
    <EmbeddedResource Include="PolyHandle.cur" />
    <EmbeddedResource Include="Rectangle.cur" />
    <EmbeddedResource Include="TextDialog.resx">
      <DependentUpon>TextDialog.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
  </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.2.0">
      <Visible>False</Visible>
      <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
      <Install>true</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
      <Visible>False</Visible>
      <ProductName>.NET Framework 3.5 SP1</ProductName>
      <Install>false</Install>
    </BootstrapperPackage>
  </ItemGroup>
  <ItemGroup />
  <Import Project="$(MSBuildBinPath)\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>

Generated by GNU Enscript 1.6.5.90.