FWindSoft.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{063EBAFB-9F7B-4CD7-B960-70464BF3EA33}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>FWindSoft</RootNamespace>
  11. <AssemblyName>FWindSoft</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="Newtonsoft.Json">
  34. <HintPath>..\Dlls\Newtonsoft.Json.dll</HintPath>
  35. </Reference>
  36. <Reference Include="PinYinConverterCore">
  37. <HintPath>..\Dlls\PinYinConverterCore.dll</HintPath>
  38. </Reference>
  39. <Reference Include="System" />
  40. <Reference Include="System.ComponentModel.DataAnnotations" />
  41. <Reference Include="System.configuration" />
  42. <Reference Include="System.Core" />
  43. <Reference Include="System.Management" />
  44. <Reference Include="System.Runtime.Caching" />
  45. <Reference Include="System.Runtime.Serialization" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="Microsoft.CSharp" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Net.Http" />
  51. <Reference Include="System.Xml" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Compile Include="Common\App.cs" />
  55. <Compile Include="ControlRefData\BoolItem.cs" />
  56. <Compile Include="ControlRefData\TCheckBoxItem.cs" />
  57. <Compile Include="ControlRefData\TComboxItem.cs" />
  58. <Compile Include="DataFramework\BllFactory.cs" />
  59. <Compile Include="Data\BasePropertyChanged.cs" />
  60. <Compile Include="Data\Builder\DigitNumberBuilder.cs" />
  61. <Compile Include="Data\Builder\KeyBuilder.cs" />
  62. <Compile Include="Data\CommonDataStructure\BaseBll.cs" />
  63. <Compile Include="Data\CommonDataStructure\BaseContext.cs" />
  64. <Compile Include="Data\CommonDataStructure\CacheItems.cs" />
  65. <Compile Include="Data\CommonDataStructure\FlagDecorator.cs" />
  66. <Compile Include="Data\CommonDataStructure\HeadTailQueue.cs" />
  67. <Compile Include="Data\CommonDataStructure\InitObejct.cs" />
  68. <Compile Include="Data\CommonDataStructure\MomentVariable.cs" />
  69. <Compile Include="Data\CommonDataStructure\NameValueItem.cs" />
  70. <Compile Include="Data\CommonDataStructure\ParameterOwerObject.cs" />
  71. <Compile Include="Data\CommonDataStructure\ParameterProperty.cs" />
  72. <Compile Include="Data\CommonDataStructure\SingleInstance.cs" />
  73. <Compile Include="Data\CommonDataStructure\TNode.cs" />
  74. <Compile Include="Data\CommonDataStructure\StringPathParse.cs" />
  75. <Compile Include="Data\CommonDataStructure\TreeNavigation.cs" />
  76. <Compile Include="Data\CommonDataStructure\TShowNode.cs" />
  77. <Compile Include="Data\Compare\Attributes.cs" />
  78. <Compile Include="Data\Compare\FlatObject.cs" />
  79. <Compile Include="Data\Compare\IFlatObject.cs" />
  80. <Compile Include="Data\Compare\PickSetting.cs" />
  81. <Compile Include="Data\CustomSettingLS\CustomJsonAdapter.cs" />
  82. <Compile Include="Data\CustomSettingLS\CustomSettingAdapter.cs" />
  83. <Compile Include="Data\CustomSettingLS\CustomTableAdapter.cs" />
  84. <Compile Include="Data\CustomSettingLS\CustomXmlAdapter.cs" />
  85. <Compile Include="Data\DataServer\DataServer.cs" />
  86. <Compile Include="Data\DataServer\FileKeyAttribute.cs" />
  87. <Compile Include="Data\DataServer\IVersionFile.cs" />
  88. <Compile Include="Data\DataServer\TimeVersionFile.cs" />
  89. <Compile Include="Data\DataServer\TimeVersionServer.cs" />
  90. <Compile Include="Data\DataWrapper.cs" />
  91. <Compile Include="Data\Enums\RectangleAlignment.cs" />
  92. <Compile Include="Data\Graph\SimpleEdgeGraph.cs" />
  93. <Compile Include="Data\Graph\GraphUtils.cs" />
  94. <Compile Include="Data\Heap\BinaryHeap.cs" />
  95. <Compile Include="Data\Heap\MaxHeap.cs" />
  96. <Compile Include="Data\Heap\MinHeap.cs" />
  97. <Compile Include="Data\IValueProvider.cs" />
  98. <Compile Include="Data\Relation\BinaryMatchResult.cs" />
  99. <Compile Include="Data\Relation\BinaryRelationCollection.cs" />
  100. <Compile Include="Data\Relation\BinaryRelationItem.cs" />
  101. <Compile Include="Data\Result\BResult.cs" />
  102. <Compile Include="Data\Result\RankResult.cs" />
  103. <Compile Include="Data\Storage\JsonConfig.cs" />
  104. <Compile Include="Data\Storage\StorageManager.cs" />
  105. <Compile Include="Data\Storage\XmlCollection.cs" />
  106. <Compile Include="Data\Storage\XmlConfig.cs" />
  107. <Compile Include="Data\Tree\BSTree\AVLTree.cs" />
  108. <Compile Include="Data\Tree\BSTree\BSTree.cs" />
  109. <Compile Include="Data\Tree\BSTree\BSTreeNode.cs" />
  110. <Compile Include="Data\Tree\BSTree\SplayTree.cs" />
  111. <Compile Include="Data\Tree\BTree\BTree.cs" />
  112. <Compile Include="Data\Tree\BTree\BTreeNode.cs" />
  113. <Compile Include="Events\EventWrapper.cs" />
  114. <Compile Include="Events\IEventWrapper.cs" />
  115. <Compile Include="Exceptions\HttpApiException.cs" />
  116. <Compile Include="Graphics\BoundBox.cs" />
  117. <Compile Include="Graphics\GraphicsUtils.cs" />
  118. <Compile Include="Graphics\XY.cs" />
  119. <Compile Include="Handle\PagerFilterControl.cs" />
  120. <Compile Include="Handle\MatchRef\Parse.cs" />
  121. <Compile Include="Handle\MatchRef\TargetObject.cs" />
  122. <Compile Include="Handle\MatchRef\Validate.cs" />
  123. <Compile Include="Handle\MethodProxy.cs" />
  124. <Compile Include="Handle\WizardState.cs" />
  125. <Compile Include="Modules\Tables\CellStyle.cs" />
  126. <Compile Include="Modules\Tables\ITableDrawContext.cs" />
  127. <Compile Include="Modules\Tables\TCellRange.cs" />
  128. <Compile Include="Modules\Tables\TColumn.cs" />
  129. <Compile Include="Modules\Tables\TRow.cs" />
  130. <Compile Include="Modules\Tables\TTable.cs" />
  131. <Compile Include="Modules\Tables\TCell.cs" />
  132. <Compile Include="Net\Http\HttpClientExtensions.cs" />
  133. <Compile Include="Net\Http\HttpResult.cs" />
  134. <Compile Include="Net\Http\JsonHttpContent.cs" />
  135. <Compile Include="Net\Http\QueryParameters.cs" />
  136. <Compile Include="ServiceLocator\IServiceLocator.cs" />
  137. <Compile Include="ServiceLocator\ServiceConfigItem.cs" />
  138. <Compile Include="ServiceLocator\ServiceLocator.cs" />
  139. <Compile Include="SystemExtensions\ChineseExtensions.cs" />
  140. <Compile Include="SystemExtensions\IEnumerableExtensions.cs" />
  141. <Compile Include="SystemExtensions\IntegerExtensions.cs" />
  142. <Compile Include="SystemExtensions\ListExtensions.cs" />
  143. <Compile Include="SystemExtensions\PathExtensions.cs" />
  144. <Compile Include="SystemExtensions\TypeExtensions.cs" />
  145. <Compile Include="SystemInterface\CommonEqualityComparer.cs" />
  146. <Compile Include="SystemInterface\TypeConvert.cs" />
  147. <Compile Include="Tools\DataUtil\DataUtil.cs" />
  148. <Compile Include="Tools\FileUtil\FileUtil.cs" />
  149. <Compile Include="Properties\AssemblyInfo.cs" />
  150. <Compile Include="SystemExtensions\CharExtensions.cs" />
  151. <Compile Include="SystemExtensions\DoubleExtensions.cs" />
  152. <Compile Include="SystemExtensions\EnumExtensions.cs" />
  153. <Compile Include="SystemExtensions\RefObjectExtensions.cs" />
  154. <Compile Include="SystemExtensions\StringExtensions.cs" />
  155. <Compile Include="SystemExtensions\XmlExtensions.cs" />
  156. <Compile Include="Tools\MathUtil\CombinationNumber.cs" />
  157. <Compile Include="Tools\MathUtil\MathUtil.cs" />
  158. <Compile Include="Tools\MathUtil\PermutationUtil.cs" />
  159. <Compile Include="Tools\RegexUtil\RegexUtil.cs" />
  160. <Compile Include="Tools\SerializerUtil\JsonConverter.cs" />
  161. <Compile Include="Tools\SerializerUtil\XmlConverter.cs" />
  162. <Compile Include="Tools\SerialNumberUtil\LeterCompute.cs" />
  163. <Compile Include="Tools\SystemUtil\BaseUtil.cs" />
  164. <Compile Include="Tools\SystemUtil\ConfigurationUtil.cs" />
  165. <Compile Include="Tools\SystemUtil\EqualityUtil.cs" />
  166. <Compile Include="Tools\SystemUtil\MemoryCacheUtil.cs" />
  167. <Compile Include="Tools\SystemUtil\ObjectUtil.cs" />
  168. <Compile Include="Tools\SystemUtil\PropertyUtil.cs" />
  169. <Compile Include="Tools\SystemUtil\SystemInfoUtil.cs" />
  170. <Compile Include="Tools\SystemUtil\TypeUtil.cs" />
  171. <Compile Include="Tools\TaskUtil\TaskUtil.cs" />
  172. <Compile Include="WindowsApi\ApiMessage\KeyboardMessage.cs" />
  173. <Compile Include="WindowsApi\ApiUtils\ApiUtils.cs" />
  174. <Compile Include="WindowsApi\ApiUtils\InputUtil.cs" />
  175. <Compile Include="WindowsApi\BaseStruct.cs" />
  176. <Compile Include="WindowsApi\EventArgs\HandledEventArgs.cs" />
  177. <Compile Include="WindowsApi\EventArgs\KeyEventArgs.cs" />
  178. <Compile Include="WindowsApi\EventArgs\KeyPressEventArgs.cs" />
  179. <Compile Include="WindowsApi\EventArgs\Keys.cs" />
  180. <Compile Include="WindowsApi\EventArgs\MouseButtons.cs" />
  181. <Compile Include="WindowsApi\EventArgs\MouseEventArgs.cs" />
  182. <Compile Include="WindowsApi\EventArgs\MouseMessage.cs" />
  183. <Compile Include="WindowsApi\EventArgs\MouseMessageEventArgs.cs" />
  184. <Compile Include="WindowsApi\EventArgs\WndMessage.cs" />
  185. <Compile Include="WindowsApi\EventArgs\WndMessageEventArgs.cs" />
  186. <Compile Include="WindowsApi\Hook\ControlWatchBase.cs" />
  187. <Compile Include="WindowsApi\Hook\HookBase.cs" />
  188. <Compile Include="WindowsApi\Hook\KeyboardHook.cs" />
  189. <Compile Include="WindowsApi\Hook\MouseHook.cs" />
  190. <Compile Include="WindowsApi\Hook\WndProcHook.cs" />
  191. <Compile Include="WindowsApi\SafeHandle.cs" />
  192. <Compile Include="WindowsApi\WinAPi.cs" />
  193. <Compile Include="WindowsApi\ApiUtils\WindowCom.cs" />
  194. <Compile Include="WindowsApi\WindowMessage.cs" />
  195. </ItemGroup>
  196. <ItemGroup>
  197. <Content Include="Modules\Tables\描述.txt" />
  198. <Content Include="ServiceLocator\Services.xml" />
  199. <Content Include="项目组织规则.txt" />
  200. </ItemGroup>
  201. <ItemGroup>
  202. <Folder Include="Data\UnitsManager\" />
  203. </ItemGroup>
  204. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  205. <PropertyGroup>
  206. <PostBuildEvent>
  207. </PostBuildEvent>
  208. </PropertyGroup>
  209. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  210. Other similar extension points exist, see Microsoft.Common.targets.
  211. <Target Name="BeforeBuild">
  212. </Target>
  213. <Target Name="AfterBuild">
  214. </Target>
  215. -->
  216. </Project>