123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="14.0" DefaultTargets="Build" 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>{063EBAFB-9F7B-4CD7-B960-70464BF3EA33}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>FWindSoft</RootNamespace>
- <AssemblyName>FWindSoft</AssemblyName>
- <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </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="Newtonsoft.Json">
- <HintPath>..\Dlls\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="PinYinConverterCore">
- <HintPath>..\Dlls\PinYinConverterCore.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.ComponentModel.DataAnnotations" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Core" />
- <Reference Include="System.Management" />
- <Reference Include="System.Runtime.Caching" />
- <Reference Include="System.Runtime.Serialization" />
- <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="Common\App.cs" />
- <Compile Include="ControlRefData\BoolItem.cs" />
- <Compile Include="ControlRefData\TCheckBoxItem.cs" />
- <Compile Include="ControlRefData\TComboxItem.cs" />
- <Compile Include="DataFramework\BllFactory.cs" />
- <Compile Include="Data\BasePropertyChanged.cs" />
- <Compile Include="Data\Builder\DigitNumberBuilder.cs" />
- <Compile Include="Data\Builder\KeyBuilder.cs" />
- <Compile Include="Data\CommonDataStructure\BaseBll.cs" />
- <Compile Include="Data\CommonDataStructure\BaseContext.cs" />
- <Compile Include="Data\CommonDataStructure\CacheItems.cs" />
- <Compile Include="Data\CommonDataStructure\FlagDecorator.cs" />
- <Compile Include="Data\CommonDataStructure\HeadTailQueue.cs" />
- <Compile Include="Data\CommonDataStructure\InitObejct.cs" />
- <Compile Include="Data\CommonDataStructure\MomentVariable.cs" />
- <Compile Include="Data\CommonDataStructure\NameValueItem.cs" />
- <Compile Include="Data\CommonDataStructure\ParameterOwerObject.cs" />
- <Compile Include="Data\CommonDataStructure\ParameterProperty.cs" />
- <Compile Include="Data\CommonDataStructure\SingleInstance.cs" />
- <Compile Include="Data\CommonDataStructure\TNode.cs" />
- <Compile Include="Data\CommonDataStructure\StringPathParse.cs" />
- <Compile Include="Data\CommonDataStructure\TreeNavigation.cs" />
- <Compile Include="Data\CommonDataStructure\TShowNode.cs" />
- <Compile Include="Data\Compare\Attributes.cs" />
- <Compile Include="Data\Compare\FlatObject.cs" />
- <Compile Include="Data\Compare\IFlatObject.cs" />
- <Compile Include="Data\Compare\PickSetting.cs" />
- <Compile Include="Data\CustomSettingLS\CustomJsonAdapter.cs" />
- <Compile Include="Data\CustomSettingLS\CustomSettingAdapter.cs" />
- <Compile Include="Data\CustomSettingLS\CustomTableAdapter.cs" />
- <Compile Include="Data\CustomSettingLS\CustomXmlAdapter.cs" />
- <Compile Include="Data\DataServer\DataServer.cs" />
- <Compile Include="Data\DataServer\FileKeyAttribute.cs" />
- <Compile Include="Data\DataServer\IVersionFile.cs" />
- <Compile Include="Data\DataServer\TimeVersionFile.cs" />
- <Compile Include="Data\DataServer\TimeVersionServer.cs" />
- <Compile Include="Data\DataWrapper.cs" />
- <Compile Include="Data\Enums\RectangleAlignment.cs" />
- <Compile Include="Data\Graph\SimpleEdgeGraph.cs" />
- <Compile Include="Data\Graph\GraphUtils.cs" />
- <Compile Include="Data\Heap\BinaryHeap.cs" />
- <Compile Include="Data\Heap\MaxHeap.cs" />
- <Compile Include="Data\Heap\MinHeap.cs" />
- <Compile Include="Data\IValueProvider.cs" />
- <Compile Include="Data\Relation\BinaryMatchResult.cs" />
- <Compile Include="Data\Relation\BinaryRelationCollection.cs" />
- <Compile Include="Data\Relation\BinaryRelationItem.cs" />
- <Compile Include="Data\Result\BResult.cs" />
- <Compile Include="Data\Result\RankResult.cs" />
- <Compile Include="Data\Storage\JsonConfig.cs" />
- <Compile Include="Data\Storage\StorageManager.cs" />
- <Compile Include="Data\Storage\XmlCollection.cs" />
- <Compile Include="Data\Storage\XmlConfig.cs" />
- <Compile Include="Data\Tree\BSTree\AVLTree.cs" />
- <Compile Include="Data\Tree\BSTree\BSTree.cs" />
- <Compile Include="Data\Tree\BSTree\BSTreeNode.cs" />
- <Compile Include="Data\Tree\BSTree\SplayTree.cs" />
- <Compile Include="Data\Tree\BTree\BTree.cs" />
- <Compile Include="Data\Tree\BTree\BTreeNode.cs" />
- <Compile Include="Events\EventWrapper.cs" />
- <Compile Include="Events\IEventWrapper.cs" />
- <Compile Include="Exceptions\HttpApiException.cs" />
- <Compile Include="Graphics\BoundBox.cs" />
- <Compile Include="Graphics\GraphicsUtils.cs" />
- <Compile Include="Graphics\XY.cs" />
- <Compile Include="Handle\PagerFilterControl.cs" />
- <Compile Include="Handle\MatchRef\Parse.cs" />
- <Compile Include="Handle\MatchRef\TargetObject.cs" />
- <Compile Include="Handle\MatchRef\Validate.cs" />
- <Compile Include="Handle\MethodProxy.cs" />
- <Compile Include="Handle\WizardState.cs" />
- <Compile Include="Modules\Tables\CellStyle.cs" />
- <Compile Include="Modules\Tables\ITableDrawContext.cs" />
- <Compile Include="Modules\Tables\TCellRange.cs" />
- <Compile Include="Modules\Tables\TColumn.cs" />
- <Compile Include="Modules\Tables\TRow.cs" />
- <Compile Include="Modules\Tables\TTable.cs" />
- <Compile Include="Modules\Tables\TCell.cs" />
- <Compile Include="Net\Http\HttpClientExtensions.cs" />
- <Compile Include="Net\Http\HttpResult.cs" />
- <Compile Include="Net\Http\JsonHttpContent.cs" />
- <Compile Include="Net\Http\QueryParameters.cs" />
- <Compile Include="ServiceLocator\IServiceLocator.cs" />
- <Compile Include="ServiceLocator\ServiceConfigItem.cs" />
- <Compile Include="ServiceLocator\ServiceLocator.cs" />
- <Compile Include="SystemExtensions\ChineseExtensions.cs" />
- <Compile Include="SystemExtensions\IEnumerableExtensions.cs" />
- <Compile Include="SystemExtensions\IntegerExtensions.cs" />
- <Compile Include="SystemExtensions\ListExtensions.cs" />
- <Compile Include="SystemExtensions\PathExtensions.cs" />
- <Compile Include="SystemExtensions\TypeExtensions.cs" />
- <Compile Include="SystemInterface\CommonEqualityComparer.cs" />
- <Compile Include="SystemInterface\TypeConvert.cs" />
- <Compile Include="Tools\DataUtil\DataUtil.cs" />
- <Compile Include="Tools\FileUtil\FileUtil.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="SystemExtensions\CharExtensions.cs" />
- <Compile Include="SystemExtensions\DoubleExtensions.cs" />
- <Compile Include="SystemExtensions\EnumExtensions.cs" />
- <Compile Include="SystemExtensions\RefObjectExtensions.cs" />
- <Compile Include="SystemExtensions\StringExtensions.cs" />
- <Compile Include="SystemExtensions\XmlExtensions.cs" />
- <Compile Include="Tools\MathUtil\CombinationNumber.cs" />
- <Compile Include="Tools\MathUtil\MathUtil.cs" />
- <Compile Include="Tools\MathUtil\PermutationUtil.cs" />
- <Compile Include="Tools\RegexUtil\RegexUtil.cs" />
- <Compile Include="Tools\SerializerUtil\JsonConverter.cs" />
- <Compile Include="Tools\SerializerUtil\XmlConverter.cs" />
- <Compile Include="Tools\SerialNumberUtil\LeterCompute.cs" />
- <Compile Include="Tools\SystemUtil\BaseUtil.cs" />
- <Compile Include="Tools\SystemUtil\ConfigurationUtil.cs" />
- <Compile Include="Tools\SystemUtil\EqualityUtil.cs" />
- <Compile Include="Tools\SystemUtil\MemoryCacheUtil.cs" />
- <Compile Include="Tools\SystemUtil\ObjectUtil.cs" />
- <Compile Include="Tools\SystemUtil\PropertyUtil.cs" />
- <Compile Include="Tools\SystemUtil\SystemInfoUtil.cs" />
- <Compile Include="Tools\SystemUtil\TypeUtil.cs" />
- <Compile Include="Tools\TaskUtil\TaskUtil.cs" />
- <Compile Include="WindowsApi\ApiMessage\KeyboardMessage.cs" />
- <Compile Include="WindowsApi\ApiUtils\ApiUtils.cs" />
- <Compile Include="WindowsApi\ApiUtils\InputUtil.cs" />
- <Compile Include="WindowsApi\BaseStruct.cs" />
- <Compile Include="WindowsApi\EventArgs\HandledEventArgs.cs" />
- <Compile Include="WindowsApi\EventArgs\KeyEventArgs.cs" />
- <Compile Include="WindowsApi\EventArgs\KeyPressEventArgs.cs" />
- <Compile Include="WindowsApi\EventArgs\Keys.cs" />
- <Compile Include="WindowsApi\EventArgs\MouseButtons.cs" />
- <Compile Include="WindowsApi\EventArgs\MouseEventArgs.cs" />
- <Compile Include="WindowsApi\EventArgs\MouseMessage.cs" />
- <Compile Include="WindowsApi\EventArgs\MouseMessageEventArgs.cs" />
- <Compile Include="WindowsApi\EventArgs\WndMessage.cs" />
- <Compile Include="WindowsApi\EventArgs\WndMessageEventArgs.cs" />
- <Compile Include="WindowsApi\Hook\ControlWatchBase.cs" />
- <Compile Include="WindowsApi\Hook\HookBase.cs" />
- <Compile Include="WindowsApi\Hook\KeyboardHook.cs" />
- <Compile Include="WindowsApi\Hook\MouseHook.cs" />
- <Compile Include="WindowsApi\Hook\WndProcHook.cs" />
- <Compile Include="WindowsApi\SafeHandle.cs" />
- <Compile Include="WindowsApi\WinAPi.cs" />
- <Compile Include="WindowsApi\ApiUtils\WindowCom.cs" />
- <Compile Include="WindowsApi\WindowMessage.cs" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Modules\Tables\描述.txt" />
- <Content Include="ServiceLocator\Services.xml" />
- <Content Include="项目组织规则.txt" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Data\UnitsManager\" />
- </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>
|