<?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>{F7ADB270-1803-44B1-87D0-3D6517C77F95}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>IStation.WinFormUI.Core</RootNamespace>
|
<AssemblyName>IStation.WinFormUI.Core</AssemblyName>
|
<TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<Deterministic>true</Deterministic>
|
</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>
|
</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>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="DevExpress.Data.Desktop.v21.2, Version=21.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.Data.v21.2, Version=21.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.Printing.v21.2.Core, Version=21.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.Utils.v21.2, Version=21.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.XtraBars.v21.2, Version=21.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.XtraEditors.v21.2, Version=21.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.XtraGrid.v21.2, Version=21.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.XtraLayout.v21.2, Version=21.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="DevExpress.XtraPrinting.v21.2, Version=21.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
|
<Reference Include="DevExpress.XtraTreeList.v21.2, Version=21.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
|
<Reference Include="System" />
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Windows.Forms" />
|
<Reference Include="System.Xml.Linq" />
|
<Reference Include="System.Data.DataSetExtensions" />
|
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="System.Data" />
|
<Reference Include="System.Net.Http" />
|
<Reference Include="System.Xml" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="alert_box\Extensions.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="animation\AnimationEx.cs" />
|
<Compile Include="animation\eClockEffectOptions.cs" />
|
<Compile Include="animation\eCoverEffectOptions.cs" />
|
<Compile Include="animation\ePushEffectOptions.cs" />
|
<Compile Include="animation\eShapeEffectOptions.cs" />
|
<Compile Include="alert_box\AlertTool.cs" />
|
<Compile Include="extend\BandGridViewExtend.cs" />
|
<Compile Include="extend\ButtonEditExtend.cs" />
|
<Compile Include="extend\ControlExtend.cs" />
|
<Compile Include="extend\ControlNavigatorExtend.cs" />
|
<Compile Include="extend\DateEditExtend.cs" />
|
<Compile Include="extend\FormExtend.cs" />
|
<Compile Include="extend\GridContorlExtend.cs" />
|
<Compile Include="extend\GridViewExtend.cs" />
|
<Compile Include="extend\ImageExtend.cs" />
|
<Compile Include="extend\LayoutControlExtensions.cs" />
|
<Compile Include="extend\ListBoxControlExtend.cs" />
|
<Compile Include="extend\LookUpEditExtend.cs" />
|
<Compile Include="extend\TileControlExtensions.cs" />
|
<Compile Include="extend\TilePeekItemsExtensions.cs" />
|
<Compile Include="extend\TokenEditExtend.cs" />
|
<Compile Include="extend\TreeListExtend.cs" />
|
<Compile Include="extend\XtraFormExtend.cs" />
|
<Compile Include="model\SimpleTreeNode.cs" />
|
<Compile Include="model\StepWizardHintInfo.cs" />
|
<Compile Include="model\TilePeekItem.cs" />
|
<Compile Include="prompt_box\eTipStatus.cs" />
|
<Compile Include="prompt_box\NormalTipFrm.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="prompt_box\NormalTipFrm.Designer.cs">
|
<DependentUpon>NormalTipFrm.cs</DependentUpon>
|
</Compile>
|
<Compile Include="prompt_box\TipFrmHelper.cs" />
|
<Compile Include="wait_box\eSplashScreenCommand.cs" />
|
<Compile Include="wait_box\NormalWaitFrm.cs">
|
<SubType>Form</SubType>
|
</Compile>
|
<Compile Include="wait_box\NormalWaitFrm.Designer.cs">
|
<DependentUpon>NormalWaitFrm.cs</DependentUpon>
|
</Compile>
|
<Compile Include="wait_box\OverlayHelper.cs" />
|
<Compile Include="wait_box\WaitFrmHelper.cs" />
|
<Compile Include="custom_control\CTreeList.cs">
|
<SubType>Component</SubType>
|
</Compile>
|
<Compile Include="custom_control\CTreeList.designer.cs">
|
<DependentUpon>CTreeList.cs</DependentUpon>
|
</Compile>
|
<Compile Include="custom_control\CTreeNode.cs" />
|
<Compile Include="custom_control\ImportImageCtrl.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Include="custom_control\ImportImageCtrl.Designer.cs">
|
<DependentUpon>ImportImageCtrl.cs</DependentUpon>
|
</Compile>
|
<Compile Include="custom_control\PagerCtrl.cs">
|
<SubType>UserControl</SubType>
|
</Compile>
|
<Compile Include="custom_control\PagerCtrl.designer.cs">
|
<DependentUpon>PagerCtrl.cs</DependentUpon>
|
</Compile>
|
</ItemGroup>
|
<ItemGroup>
|
<EmbeddedResource Include="prompt_box\NormalTipFrm.resx">
|
<DependentUpon>NormalTipFrm.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="wait_box\NormalWaitFrm.resx">
|
<DependentUpon>NormalWaitFrm.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="custom_control\CTreeList.resx">
|
<DependentUpon>CTreeList.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="custom_control\ImportImageCtrl.resx">
|
<DependentUpon>ImportImageCtrl.cs</DependentUpon>
|
</EmbeddedResource>
|
<EmbeddedResource Include="custom_control\PagerCtrl.resx">
|
<DependentUpon>PagerCtrl.cs</DependentUpon>
|
</EmbeddedResource>
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Project>
|