Uninpho.Railway.Tools.csproj 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{3CB9C7B9-BF95-4376-BB6D-DD03285B2A1F}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Uninpho.Tools</RootNamespace>
  12. <AssemblyName>Uninpho.Tools</AssemblyName>
  13. <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>
  15. </TargetFrameworkProfile>
  16. <FileAlignment>512</FileAlignment>
  17. <IsWebBootstrapper>false</IsWebBootstrapper>
  18. <PublishUrl>publish\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>0</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  34. <PlatformTarget>x86</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <Optimize>false</Optimize>
  38. <OutputPath>bin\Debug\</OutputPath>
  39. <DefineConstants>DEBUG;TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. <Prefer32Bit>false</Prefer32Bit>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  45. <PlatformTarget>x86</PlatformTarget>
  46. <DebugType>pdbonly</DebugType>
  47. <Optimize>true</Optimize>
  48. <OutputPath>bin\Release\</OutputPath>
  49. <DefineConstants>TRACE</DefineConstants>
  50. <ErrorReport>prompt</ErrorReport>
  51. <WarningLevel>4</WarningLevel>
  52. <Prefer32Bit>false</Prefer32Bit>
  53. </PropertyGroup>
  54. <PropertyGroup>
  55. <ApplicationIcon>icon.ico</ApplicationIcon>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  58. <DebugSymbols>true</DebugSymbols>
  59. <OutputPath>bin\x64\Debug\</OutputPath>
  60. <DefineConstants>DEBUG;TRACE</DefineConstants>
  61. <DebugType>full</DebugType>
  62. <PlatformTarget>AnyCPU</PlatformTarget>
  63. <CodeAnalysisLogFile>bin\Debug\LicManager.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  64. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  65. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  66. <ErrorReport>prompt</ErrorReport>
  67. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  68. <CodeAnalysisRuleSetDirectories>;d:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  69. <CodeAnalysisRuleDirectories>;d:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  70. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  71. <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
  72. <Prefer32Bit>false</Prefer32Bit>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  75. <OutputPath>bin\x64\Release\</OutputPath>
  76. <DefineConstants>TRACE</DefineConstants>
  77. <Optimize>true</Optimize>
  78. <DebugType>pdbonly</DebugType>
  79. <PlatformTarget>x64</PlatformTarget>
  80. <CodeAnalysisLogFile>bin\Release\LicManager.exe.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  81. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  82. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  83. <ErrorReport>prompt</ErrorReport>
  84. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  85. <CodeAnalysisRuleSetDirectories>;d:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  86. <CodeAnalysisRuleDirectories>;d:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  87. <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
  88. <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
  89. <Prefer32Bit>false</Prefer32Bit>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  92. <DebugSymbols>true</DebugSymbols>
  93. <OutputPath>bin\Debug\</OutputPath>
  94. <DefineConstants>DEBUG;TRACE</DefineConstants>
  95. <DebugType>full</DebugType>
  96. <PlatformTarget>AnyCPU</PlatformTarget>
  97. <ErrorReport>prompt</ErrorReport>
  98. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  99. <Prefer32Bit>false</Prefer32Bit>
  100. </PropertyGroup>
  101. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  102. <OutputPath>bin\Release\</OutputPath>
  103. <DefineConstants>TRACE</DefineConstants>
  104. <Optimize>true</Optimize>
  105. <DebugType>pdbonly</DebugType>
  106. <PlatformTarget>AnyCPU</PlatformTarget>
  107. <ErrorReport>prompt</ErrorReport>
  108. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  109. <Prefer32Bit>false</Prefer32Bit>
  110. </PropertyGroup>
  111. <PropertyGroup />
  112. <ItemGroup>
  113. <Reference Include="BouncyCastle.Crypto">
  114. <HintPath>libs\matlabSuanFa\NPOI\BouncyCastle.Crypto.dll</HintPath>
  115. </Reference>
  116. <Reference Include="ClosedXML">
  117. <HintPath>libs\matlabSuanFa\ClosedXML.dll</HintPath>
  118. </Reference>
  119. <Reference Include="DevComponents.DotNetBar2, Version=12.5.0.2, Culture=neutral, PublicKeyToken=c39c3242a43eee2b, processorArchitecture=MSIL" />
  120. <Reference Include="DevExpress.Charts.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  121. <Reference Include="DevExpress.CodeParser.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  122. <Reference Include="DevExpress.Data.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  123. <SpecificVersion>False</SpecificVersion>
  124. <HintPath>libs\devExpress\DevExpress.Data.v15.2.dll</HintPath>
  125. <Private>True</Private>
  126. </Reference>
  127. <Reference Include="DevExpress.DataAccess.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  128. <Reference Include="DevExpress.DataAccess.v15.2.UI, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  129. <Reference Include="DevExpress.Mvvm.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  130. <Reference Include="DevExpress.Office.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  131. <Reference Include="DevExpress.PivotGrid.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  132. <Reference Include="DevExpress.Printing.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  133. <SpecificVersion>False</SpecificVersion>
  134. <HintPath>libs\devExpress\DevExpress.Printing.v15.2.Core.dll</HintPath>
  135. <Private>True</Private>
  136. </Reference>
  137. <Reference Include="DevExpress.RichEdit.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  138. <Reference Include="DevExpress.Sparkline.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  139. <SpecificVersion>False</SpecificVersion>
  140. <HintPath>libs\devExpress\DevExpress.Sparkline.v15.2.Core.dll</HintPath>
  141. <Private>True</Private>
  142. </Reference>
  143. <Reference Include="DevExpress.Spreadsheet.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  144. <Reference Include="DevExpress.Utils.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  145. <SpecificVersion>False</SpecificVersion>
  146. <HintPath>libs\devExpress\DevExpress.Utils.v15.2.dll</HintPath>
  147. <Private>True</Private>
  148. </Reference>
  149. <Reference Include="DevExpress.Utils.v15.2.UI, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  150. <Reference Include="DevExpress.XtraBars.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  151. <SpecificVersion>False</SpecificVersion>
  152. <HintPath>libs\devExpress\DevExpress.XtraBars.v15.2.dll</HintPath>
  153. <Private>True</Private>
  154. </Reference>
  155. <Reference Include="DevExpress.XtraCharts.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  156. <Reference Include="DevExpress.XtraCharts.v15.2.Extensions, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  157. <Reference Include="DevExpress.XtraCharts.v15.2.UI, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  158. <Reference Include="DevExpress.XtraCharts.v15.2.Wizard, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  159. <Reference Include="DevExpress.XtraEditors.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  160. <SpecificVersion>False</SpecificVersion>
  161. <HintPath>libs\devExpress\DevExpress.XtraEditors.v15.2.dll</HintPath>
  162. <Private>True</Private>
  163. </Reference>
  164. <Reference Include="DevExpress.XtraGauges.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  165. <Reference Include="DevExpress.XtraGrid.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  166. <SpecificVersion>False</SpecificVersion>
  167. <HintPath>libs\devExpress\DevExpress.XtraGrid.v15.2.dll</HintPath>
  168. <Private>True</Private>
  169. </Reference>
  170. <Reference Include="DevExpress.XtraLayout.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL">
  171. <SpecificVersion>False</SpecificVersion>
  172. <HintPath>libs\devExpress\DevExpress.XtraLayout.v15.2.dll</HintPath>
  173. <Private>True</Private>
  174. </Reference>
  175. <Reference Include="DevExpress.XtraNavBar.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  176. <Reference Include="DevExpress.XtraPivotGrid.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  177. <Reference Include="DevExpress.XtraPrinting.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  178. <Reference Include="DevExpress.XtraReports.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  179. <Reference Include="DevExpress.XtraReports.v15.2.Extensions, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  180. <Reference Include="DevExpress.XtraRichEdit.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  181. <Reference Include="DevExpress.XtraScheduler.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  182. <Reference Include="DevExpress.XtraScheduler.v15.2.Core, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  183. <Reference Include="DevExpress.XtraSpreadsheet.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
  184. <Reference Include="DevExpress.XtraTreeList.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  185. <Reference Include="DevExpress.XtraVerticalGrid.v15.2, Version=15.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
  186. <Reference Include="DocumentFormat.OpenXml, Version=2.5.5631.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  187. <SpecificVersion>False</SpecificVersion>
  188. <HintPath>libs\matlabSuanFa\DocumentFormat.OpenXml.dll</HintPath>
  189. </Reference>
  190. <Reference Include="ExcelNumberFormat">
  191. <HintPath>libs\matlabSuanFa\ExcelNumberFormat.dll</HintPath>
  192. </Reference>
  193. <Reference Include="ICSharpCode.SharpZipLib">
  194. <HintPath>libs\matlabSuanFa\NPOI\ICSharpCode.SharpZipLib.dll</HintPath>
  195. </Reference>
  196. <Reference Include="MathNet.Numerics">
  197. <HintPath>libs\matlabSuanFa\MathNet.Numerics.dll</HintPath>
  198. </Reference>
  199. <Reference Include="MathNet.Numerics.Data.Matlab">
  200. <HintPath>libs\matlabSuanFa\MathNet.Numerics.Data.Matlab.dll</HintPath>
  201. </Reference>
  202. <Reference Include="MWArray, Version=2.18.0.0, Culture=neutral, PublicKeyToken=e1d84a0da19db86f, processorArchitecture=MSIL">
  203. <SpecificVersion>False</SpecificVersion>
  204. <HintPath>libs\matlabSuanFa\MWArray.dll</HintPath>
  205. </Reference>
  206. <Reference Include="NPOI">
  207. <HintPath>libs\matlabSuanFa\NPOI\NPOI.dll</HintPath>
  208. </Reference>
  209. <Reference Include="NPOI.OOXML">
  210. <HintPath>libs\matlabSuanFa\NPOI\NPOI.OOXML.dll</HintPath>
  211. </Reference>
  212. <Reference Include="NPOI.OpenXml4Net">
  213. <HintPath>libs\matlabSuanFa\NPOI\NPOI.OpenXml4Net.dll</HintPath>
  214. </Reference>
  215. <Reference Include="NPOI.OpenXmlFormats">
  216. <HintPath>libs\matlabSuanFa\NPOI\NPOI.OpenXmlFormats.dll</HintPath>
  217. </Reference>
  218. <Reference Include="Package_geo_change_analysis_for_turnout">
  219. <HintPath>libs\matlabSuanFa\Package_geo_change_analysis_for_turnout.dll</HintPath>
  220. </Reference>
  221. <Reference Include="Package_turnout_analysis">
  222. <HintPath>libs\matlabSuanFa\Package_turnout_analysis.dll</HintPath>
  223. </Reference>
  224. <Reference Include="Package_turnout_analysis_wrf, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  225. <SpecificVersion>False</SpecificVersion>
  226. <HintPath>libs\matlabSuanFa\Package_turnout_analysis_wrf.dll</HintPath>
  227. </Reference>
  228. <Reference Include="Package_turnout_identify_geo">
  229. <HintPath>libs\matlabSuanFa\Package_turnout_identify_geo.dll</HintPath>
  230. </Reference>
  231. <Reference Include="Package_turnout_identify_wrf">
  232. <HintPath>libs\matlabSuanFa\Package_turnout_identify_wrf.dll</HintPath>
  233. </Reference>
  234. <Reference Include="sub_main_turnout_analysis_geo">
  235. <HintPath>libs\matlabSuanFa\sub_main_turnout_analysis_geo.dll</HintPath>
  236. </Reference>
  237. <Reference Include="System">
  238. <Private>True</Private>
  239. </Reference>
  240. <Reference Include="System.Configuration" />
  241. <Reference Include="System.Core">
  242. <Private>True</Private>
  243. </Reference>
  244. <Reference Include="System.Data.OracleClient" />
  245. <Reference Include="System.Design" />
  246. <Reference Include="System.Drawing.Design" />
  247. <Reference Include="System.Management" />
  248. <Reference Include="System.Runtime.Serialization" />
  249. <Reference Include="System.Web.Extensions" />
  250. <Reference Include="System.Xml.Linq">
  251. <Private>True</Private>
  252. </Reference>
  253. <Reference Include="System.Data.DataSetExtensions">
  254. <Private>True</Private>
  255. </Reference>
  256. <Reference Include="Microsoft.CSharp">
  257. <Private>True</Private>
  258. </Reference>
  259. <Reference Include="System.Data">
  260. <Private>True</Private>
  261. </Reference>
  262. <Reference Include="System.Deployment">
  263. <Private>True</Private>
  264. </Reference>
  265. <Reference Include="System.Drawing">
  266. <Private>True</Private>
  267. </Reference>
  268. <Reference Include="System.Windows.Forms">
  269. <Private>True</Private>
  270. </Reference>
  271. <Reference Include="System.Xml">
  272. <Private>True</Private>
  273. </Reference>
  274. </ItemGroup>
  275. <ItemGroup>
  276. <Compile Include="components\DataAnalysis\DWAnalysisAlgorithmcs.cs" />
  277. <Compile Include="components\DataAnalysis\DWQKCommon.cs" />
  278. <Compile Include="components\DataAnalysis\DWCommon.cs" />
  279. <Compile Include="components\DataAnalysis\DataAnalysisClass.cs" />
  280. <Compile Include="components\DataManager\BXDBFrom.cs">
  281. <SubType>Form</SubType>
  282. </Compile>
  283. <Compile Include="components\DataManager\BXDBFrom.Designer.cs">
  284. <DependentUpon>BXDBFrom.cs</DependentUpon>
  285. </Compile>
  286. <Compile Include="components\DataManager\BXTForm.cs">
  287. <SubType>Form</SubType>
  288. </Compile>
  289. <Compile Include="components\DataManager\BXTForm.Designer.cs">
  290. <DependentUpon>BXTForm.cs</DependentUpon>
  291. </Compile>
  292. <Compile Include="components\DataManager\QSFXForm.cs">
  293. <SubType>Form</SubType>
  294. </Compile>
  295. <Compile Include="components\DataManager\QSFXForm.Designer.cs">
  296. <DependentUpon>QSFXForm.cs</DependentUpon>
  297. </Compile>
  298. <Compile Include="components\DataAnalysis\JHjgjFrom.cs">
  299. <SubType>Form</SubType>
  300. </Compile>
  301. <Compile Include="components\DataAnalysis\JHjgjFrom.Designer.cs">
  302. <DependentUpon>JHjgjFrom.cs</DependentUpon>
  303. </Compile>
  304. <Compile Include="components\DataManager\WaveDataTools.cs" />
  305. <Compile Include="components\DWForm\ImportGLdataForm.cs">
  306. <SubType>Form</SubType>
  307. </Compile>
  308. <Compile Include="components\DWForm\ImportGLdataForm.Designer.cs">
  309. <DependentUpon>ImportGLdataForm.cs</DependentUpon>
  310. </Compile>
  311. <Compile Include="components\DWForm\ImportGLdatamanageForm.cs">
  312. <SubType>Form</SubType>
  313. </Compile>
  314. <Compile Include="components\DWForm\ImportGLdatamanageForm.Designer.cs">
  315. <DependentUpon>ImportGLdatamanageForm.cs</DependentUpon>
  316. </Compile>
  317. <Compile Include="components\LogGeneratorFun.cs" />
  318. <Compile Include="components\LoggingForm.cs">
  319. <SubType>Form</SubType>
  320. </Compile>
  321. <Compile Include="components\LoggingForm.Designer.cs">
  322. <DependentUpon>LoggingForm.cs</DependentUpon>
  323. </Compile>
  324. <Compile Include="components\SFZDH\ZDHSetting.cs">
  325. <SubType>Form</SubType>
  326. </Compile>
  327. <Compile Include="components\SFZDH\ZDHSetting.Designer.cs">
  328. <DependentUpon>ZDHSetting.cs</DependentUpon>
  329. </Compile>
  330. <Compile Include="components\SomethingSetting\AutoLoopClass.cs" />
  331. <Compile Include="components\SomethingSetting\dbSettingFrom.cs">
  332. <SubType>Form</SubType>
  333. </Compile>
  334. <Compile Include="components\SomethingSetting\dbSettingFrom.Designer.cs">
  335. <DependentUpon>dbSettingFrom.cs</DependentUpon>
  336. </Compile>
  337. <Compile Include="components\SomethingSetting\DownloadDemoFrom.cs">
  338. <SubType>Form</SubType>
  339. </Compile>
  340. <Compile Include="components\SomethingSetting\DownloadDemoFrom.Designer.cs">
  341. <DependentUpon>DownloadDemoFrom.cs</DependentUpon>
  342. </Compile>
  343. <Compile Include="components\SomethingSetting\InitInviteFrom.cs">
  344. <SubType>Form</SubType>
  345. </Compile>
  346. <Compile Include="components\SomethingSetting\InitInviteFrom.Designer.cs">
  347. <DependentUpon>InitInviteFrom.cs</DependentUpon>
  348. </Compile>
  349. <Compile Include="components\SomethingSetting\InviteOfflineFrom.cs">
  350. <SubType>Form</SubType>
  351. </Compile>
  352. <Compile Include="components\SomethingSetting\InviteOfflineFrom.Designer.cs">
  353. <DependentUpon>InviteOfflineFrom.cs</DependentUpon>
  354. </Compile>
  355. <Compile Include="components\DataAnalysis\SuanFaFrom.cs">
  356. <SubType>Form</SubType>
  357. </Compile>
  358. <Compile Include="components\DataAnalysis\SuanFaFrom.Designer.cs">
  359. <DependentUpon>SuanFaFrom.cs</DependentUpon>
  360. </Compile>
  361. <Compile Include="components\UserInform.cs" />
  362. <Compile Include="components\CsvToListData.cs" />
  363. <Compile Include="components\MessboxClass.cs" />
  364. <Compile Include="components\ComboBoxData.cs" />
  365. <Compile Include="components\DataAnalysis\AnalysisAlgorithmcs.cs" />
  366. <Compile Include="components\DataAnalysis\DACommon.cs" />
  367. <Compile Include="components\DataAnalysis\DataAnalysisFun.cs" />
  368. <Compile Include="components\DataAnalysis\jiancecheShowClass.cs" />
  369. <Compile Include="components\DataManager\CheckBoxInput.cs">
  370. <SubType>UserControl</SubType>
  371. </Compile>
  372. <Compile Include="components\DataManager\CheckBoxInput.Designer.cs">
  373. <DependentUpon>CheckBoxInput.cs</DependentUpon>
  374. </Compile>
  375. <Compile Include="components\DataManager\DMGrid.cs">
  376. <SubType>UserControl</SubType>
  377. </Compile>
  378. <Compile Include="components\DataManager\DMGrid.Designer.cs">
  379. <DependentUpon>DMGrid.cs</DependentUpon>
  380. </Compile>
  381. <Compile Include="components\DataManager\FrmAnalyze.cs">
  382. <SubType>Form</SubType>
  383. </Compile>
  384. <Compile Include="components\DataManager\FrmAnalyze.Designer.cs">
  385. <DependentUpon>FrmAnalyze.cs</DependentUpon>
  386. </Compile>
  387. <Compile Include="components\DataManager\FrmSetting.cs">
  388. <SubType>Form</SubType>
  389. </Compile>
  390. <Compile Include="components\DataManager\FrmSetting.Designer.cs">
  391. <DependentUpon>FrmSetting.cs</DependentUpon>
  392. </Compile>
  393. <Compile Include="components\DataManager\WaitForm1.cs">
  394. <SubType>Form</SubType>
  395. </Compile>
  396. <Compile Include="components\DataManager\WaitForm1.Designer.cs">
  397. <DependentUpon>WaitForm1.cs</DependentUpon>
  398. </Compile>
  399. <Compile Include="components\GridUtil.cs" />
  400. <Compile Include="components\MTLFF\CreateNewTableMTLF.cs">
  401. <SubType>Form</SubType>
  402. </Compile>
  403. <Compile Include="components\MTLFF\CreateNewTableMTLF.Designer.cs">
  404. <DependentUpon>CreateNewTableMTLF.cs</DependentUpon>
  405. </Compile>
  406. <Compile Include="components\MTLFF\ExcelTools.cs" />
  407. <Compile Include="components\MTLFF\GengxinrenForm.cs">
  408. <SubType>Form</SubType>
  409. </Compile>
  410. <Compile Include="components\MTLFF\GengxinrenForm.Designer.cs">
  411. <DependentUpon>GengxinrenForm.cs</DependentUpon>
  412. </Compile>
  413. <Compile Include="components\MTLFF\LookDataFromMTLF.cs">
  414. <SubType>Form</SubType>
  415. </Compile>
  416. <Compile Include="components\MTLFF\LookDataFromMTLF.Designer.cs">
  417. <DependentUpon>LookDataFromMTLF.cs</DependentUpon>
  418. </Compile>
  419. <Compile Include="components\MTLFF\MTLFCommon.cs" />
  420. <Compile Include="components\MTLFF\MTLFCtrl.cs">
  421. <SubType>UserControl</SubType>
  422. </Compile>
  423. <Compile Include="components\MTLFF\MTLFCtrl.Designer.cs">
  424. <DependentUpon>MTLFCtrl.cs</DependentUpon>
  425. </Compile>
  426. <Compile Include="components\MTLFF\MTLFFListFrom.cs">
  427. <SubType>Form</SubType>
  428. </Compile>
  429. <Compile Include="components\MTLFF\MTLFFListFrom.Designer.cs">
  430. <DependentUpon>MTLFFListFrom.cs</DependentUpon>
  431. </Compile>
  432. <Compile Include="components\TableName.cs" />
  433. <Compile Include="components\TZCommonFunc.cs" />
  434. <Compile Include="components\TZFunc\DCInform.cs">
  435. <SubType>UserControl</SubType>
  436. </Compile>
  437. <Compile Include="components\TZFunc\DCInform.Designer.cs">
  438. <DependentUpon>DCInform.cs</DependentUpon>
  439. </Compile>
  440. <Compile Include="components\TZFunc\GJInform.cs">
  441. <SubType>UserControl</SubType>
  442. </Compile>
  443. <Compile Include="components\TZFunc\GJInform.Designer.cs">
  444. <DependentUpon>GJInform.cs</DependentUpon>
  445. </Compile>
  446. <Compile Include="components\TZFunc\Tabletools.cs" />
  447. <Compile Include="components\XXXW\CreateNewTableXXXW.cs">
  448. <SubType>Form</SubType>
  449. </Compile>
  450. <Compile Include="components\XXXW\CreateNewTableXXXW.Designer.cs">
  451. <DependentUpon>CreateNewTableXXXW.cs</DependentUpon>
  452. </Compile>
  453. <Compile Include="components\XXXW\ShowDataForm.cs">
  454. <SubType>Form</SubType>
  455. </Compile>
  456. <Compile Include="components\XXXW\ShowDataForm.Designer.cs">
  457. <DependentUpon>ShowDataForm.cs</DependentUpon>
  458. </Compile>
  459. <Compile Include="components\XXXW\XXXWCommon.cs" />
  460. <Compile Include="components\XXXW\XXXWCtrl.cs">
  461. <SubType>UserControl</SubType>
  462. </Compile>
  463. <Compile Include="components\XXXW\XXXWCtrl.Designer.cs">
  464. <DependentUpon>XXXWCtrl.cs</DependentUpon>
  465. </Compile>
  466. <Compile Include="components\XXXW\XXXWListFrom.cs">
  467. <SubType>Form</SubType>
  468. </Compile>
  469. <Compile Include="components\XXXW\XXXWListFrom.Designer.cs">
  470. <DependentUpon>XXXWListFrom.cs</DependentUpon>
  471. </Compile>
  472. <Compile Include="components\ZZJH\CreateNewTableZZJH.cs">
  473. <SubType>Form</SubType>
  474. </Compile>
  475. <Compile Include="components\ZZJH\CreateNewTableZZJH.Designer.cs">
  476. <DependentUpon>CreateNewTableZZJH.cs</DependentUpon>
  477. </Compile>
  478. <Compile Include="components\ZZJH\LookDataFromZZJH.cs">
  479. <SubType>Form</SubType>
  480. </Compile>
  481. <Compile Include="components\ZZJH\LookDataFromZZJH.Designer.cs">
  482. <DependentUpon>LookDataFromZZJH.cs</DependentUpon>
  483. </Compile>
  484. <Compile Include="components\ZZJH\ZZJHCommon.cs" />
  485. <Compile Include="components\ZZJH\ZZJHCtrl.cs">
  486. <SubType>UserControl</SubType>
  487. </Compile>
  488. <Compile Include="components\ZZJH\ZZJHCtrl.Designer.cs">
  489. <DependentUpon>ZZJHCtrl.cs</DependentUpon>
  490. </Compile>
  491. <Compile Include="components\ZZJH\ZZJHListFrom.cs">
  492. <SubType>Form</SubType>
  493. </Compile>
  494. <Compile Include="components\ZZJH\ZZJHListFrom.Designer.cs">
  495. <DependentUpon>ZZJHListFrom.cs</DependentUpon>
  496. </Compile>
  497. <Compile Include="DevFrmMain.cs">
  498. <SubType>Form</SubType>
  499. </Compile>
  500. <Compile Include="DevFrmMain.Designer.cs">
  501. <DependentUpon>DevFrmMain.cs</DependentUpon>
  502. </Compile>
  503. <Compile Include="FrmMain.cs">
  504. <SubType>Form</SubType>
  505. </Compile>
  506. <Compile Include="FrmMain.Designer.cs">
  507. <DependentUpon>FrmMain.cs</DependentUpon>
  508. </Compile>
  509. <Compile Include="FrmSplashScreen.cs">
  510. <SubType>Form</SubType>
  511. </Compile>
  512. <Compile Include="FrmSplashScreen.Designer.cs">
  513. <DependentUpon>FrmSplashScreen.cs</DependentUpon>
  514. </Compile>
  515. <Compile Include="ManageForm.cs">
  516. <SubType>Form</SubType>
  517. </Compile>
  518. <Compile Include="ManageForm.Designer.cs">
  519. <DependentUpon>ManageForm.cs</DependentUpon>
  520. </Compile>
  521. <Compile Include="NewTask.cs">
  522. <SubType>Form</SubType>
  523. </Compile>
  524. <Compile Include="NewTask.Designer.cs">
  525. <DependentUpon>NewTask.cs</DependentUpon>
  526. </Compile>
  527. <Compile Include="NPOIExt.cs" />
  528. <Compile Include="PrintRibbonControllerResources.Designer.cs">
  529. <AutoGen>True</AutoGen>
  530. <DesignTime>True</DesignTime>
  531. <DependentUpon>PrintRibbonControllerResources.resx</DependentUpon>
  532. </Compile>
  533. <Compile Include="Program.cs" />
  534. <Compile Include="Properties\AssemblyInfo.cs" />
  535. <Compile Include="components\DataManager\DMCtrl.cs">
  536. <SubType>UserControl</SubType>
  537. </Compile>
  538. <Compile Include="components\DataManager\DMCtrl.Designer.cs">
  539. <DependentUpon>DMCtrl.cs</DependentUpon>
  540. </Compile>
  541. <Compile Include="sqClass.cs" />
  542. <Compile Include="Utility.cs" />
  543. <Compile Include="XRDesignRibbonControllerResources.Designer.cs">
  544. <AutoGen>True</AutoGen>
  545. <DesignTime>True</DesignTime>
  546. <DependentUpon>XRDesignRibbonControllerResources.resx</DependentUpon>
  547. </Compile>
  548. <EmbeddedResource Include="components\DataManager\BXDBFrom.resx">
  549. <DependentUpon>BXDBFrom.cs</DependentUpon>
  550. </EmbeddedResource>
  551. <EmbeddedResource Include="components\DataManager\BXTForm.resx">
  552. <DependentUpon>BXTForm.cs</DependentUpon>
  553. </EmbeddedResource>
  554. <EmbeddedResource Include="components\DataManager\CheckBoxInput.resx">
  555. <DependentUpon>CheckBoxInput.cs</DependentUpon>
  556. </EmbeddedResource>
  557. <EmbeddedResource Include="components\DataManager\DMGrid.resx">
  558. <DependentUpon>DMGrid.cs</DependentUpon>
  559. </EmbeddedResource>
  560. <EmbeddedResource Include="components\DataManager\FrmAnalyze.resx">
  561. <DependentUpon>FrmAnalyze.cs</DependentUpon>
  562. </EmbeddedResource>
  563. <EmbeddedResource Include="components\DataManager\FrmSetting.resx">
  564. <DependentUpon>FrmSetting.cs</DependentUpon>
  565. </EmbeddedResource>
  566. <EmbeddedResource Include="components\DataManager\QSFXForm.resx">
  567. <DependentUpon>QSFXForm.cs</DependentUpon>
  568. </EmbeddedResource>
  569. <EmbeddedResource Include="components\DataManager\WaitForm1.resx">
  570. <DependentUpon>WaitForm1.cs</DependentUpon>
  571. </EmbeddedResource>
  572. <EmbeddedResource Include="components\DataAnalysis\JHjgjFrom.resx">
  573. <DependentUpon>JHjgjFrom.cs</DependentUpon>
  574. </EmbeddedResource>
  575. <EmbeddedResource Include="components\DWForm\ImportGLdataForm.resx">
  576. <DependentUpon>ImportGLdataForm.cs</DependentUpon>
  577. </EmbeddedResource>
  578. <EmbeddedResource Include="components\DWForm\ImportGLdatamanageForm.resx">
  579. <DependentUpon>ImportGLdatamanageForm.cs</DependentUpon>
  580. </EmbeddedResource>
  581. <EmbeddedResource Include="components\LoggingForm.resx">
  582. <DependentUpon>LoggingForm.cs</DependentUpon>
  583. </EmbeddedResource>
  584. <EmbeddedResource Include="components\MTLFF\CreateNewTableMTLF.resx">
  585. <DependentUpon>CreateNewTableMTLF.cs</DependentUpon>
  586. </EmbeddedResource>
  587. <EmbeddedResource Include="components\MTLFF\GengxinrenForm.resx">
  588. <DependentUpon>GengxinrenForm.cs</DependentUpon>
  589. </EmbeddedResource>
  590. <EmbeddedResource Include="components\MTLFF\LookDataFromMTLF.resx">
  591. <DependentUpon>LookDataFromMTLF.cs</DependentUpon>
  592. </EmbeddedResource>
  593. <EmbeddedResource Include="components\MTLFF\MTLFCtrl.resx">
  594. <DependentUpon>MTLFCtrl.cs</DependentUpon>
  595. </EmbeddedResource>
  596. <EmbeddedResource Include="components\MTLFF\MTLFFListFrom.resx">
  597. <DependentUpon>MTLFFListFrom.cs</DependentUpon>
  598. </EmbeddedResource>
  599. <EmbeddedResource Include="components\SFZDH\ZDHSetting.resx">
  600. <DependentUpon>ZDHSetting.cs</DependentUpon>
  601. </EmbeddedResource>
  602. <EmbeddedResource Include="components\SomethingSetting\dbSettingFrom.resx">
  603. <DependentUpon>dbSettingFrom.cs</DependentUpon>
  604. </EmbeddedResource>
  605. <EmbeddedResource Include="components\SomethingSetting\downloadDemoFrom.resx">
  606. <DependentUpon>DownloadDemoFrom.cs</DependentUpon>
  607. </EmbeddedResource>
  608. <EmbeddedResource Include="components\SomethingSetting\InitInviteFrom.resx">
  609. <DependentUpon>InitInviteFrom.cs</DependentUpon>
  610. </EmbeddedResource>
  611. <EmbeddedResource Include="components\SomethingSetting\InviteOfflineFrom.resx">
  612. <DependentUpon>InviteOfflineFrom.cs</DependentUpon>
  613. </EmbeddedResource>
  614. <EmbeddedResource Include="components\DataAnalysis\SuanFaFrom.resx">
  615. <DependentUpon>SuanFaFrom.cs</DependentUpon>
  616. </EmbeddedResource>
  617. <EmbeddedResource Include="components\TZFunc\DCInform.resx">
  618. <DependentUpon>DCInform.cs</DependentUpon>
  619. </EmbeddedResource>
  620. <EmbeddedResource Include="components\TZFunc\GJInform.resx">
  621. <DependentUpon>GJInform.cs</DependentUpon>
  622. </EmbeddedResource>
  623. <EmbeddedResource Include="components\XXXW\CreateNewTableXXXW.resx">
  624. <DependentUpon>CreateNewTableXXXW.cs</DependentUpon>
  625. </EmbeddedResource>
  626. <EmbeddedResource Include="components\XXXW\ShowDataForm.resx">
  627. <DependentUpon>ShowDataForm.cs</DependentUpon>
  628. </EmbeddedResource>
  629. <EmbeddedResource Include="components\XXXW\XXXWCtrl.resx">
  630. <DependentUpon>XXXWCtrl.cs</DependentUpon>
  631. </EmbeddedResource>
  632. <EmbeddedResource Include="components\XXXW\XXXWListFrom.resx">
  633. <DependentUpon>XXXWListFrom.cs</DependentUpon>
  634. </EmbeddedResource>
  635. <EmbeddedResource Include="components\ZZJH\CreateNewTableZZJH.resx">
  636. <DependentUpon>CreateNewTableZZJH.cs</DependentUpon>
  637. </EmbeddedResource>
  638. <EmbeddedResource Include="components\ZZJH\LookDataFromZZJH.resx">
  639. <DependentUpon>LookDataFromZZJH.cs</DependentUpon>
  640. </EmbeddedResource>
  641. <EmbeddedResource Include="components\ZZJH\ZZJHCtrl.resx">
  642. <DependentUpon>ZZJHCtrl.cs</DependentUpon>
  643. </EmbeddedResource>
  644. <EmbeddedResource Include="components\ZZJH\ZZJHListFrom.resx">
  645. <DependentUpon>ZZJHListFrom.cs</DependentUpon>
  646. </EmbeddedResource>
  647. <EmbeddedResource Include="DevFrmMain.resx">
  648. <DependentUpon>DevFrmMain.cs</DependentUpon>
  649. </EmbeddedResource>
  650. <EmbeddedResource Include="FrmMain.resx">
  651. <DependentUpon>FrmMain.cs</DependentUpon>
  652. </EmbeddedResource>
  653. <EmbeddedResource Include="FrmSplashScreen.resx">
  654. <DependentUpon>FrmSplashScreen.cs</DependentUpon>
  655. </EmbeddedResource>
  656. <EmbeddedResource Include="ManageForm.resx">
  657. <DependentUpon>ManageForm.cs</DependentUpon>
  658. </EmbeddedResource>
  659. <EmbeddedResource Include="NewTask.resx">
  660. <DependentUpon>NewTask.cs</DependentUpon>
  661. </EmbeddedResource>
  662. <EmbeddedResource Include="PrintRibbonControllerResources.resx">
  663. <Generator>ResXFileCodeGenerator</Generator>
  664. <LastGenOutput>PrintRibbonControllerResources.Designer.cs</LastGenOutput>
  665. </EmbeddedResource>
  666. <None Include="Properties\licenses.licx">
  667. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  668. </None>
  669. <EmbeddedResource Include="Properties\Resources.resx">
  670. <Generator>ResXFileCodeGenerator</Generator>
  671. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  672. <SubType>Designer</SubType>
  673. </EmbeddedResource>
  674. <Compile Include="Properties\Resources.Designer.cs">
  675. <AutoGen>True</AutoGen>
  676. <DependentUpon>Resources.resx</DependentUpon>
  677. <DesignTime>True</DesignTime>
  678. </Compile>
  679. <EmbeddedResource Include="components\DataManager\DMCtrl.resx">
  680. <DependentUpon>DMCtrl.cs</DependentUpon>
  681. </EmbeddedResource>
  682. <EmbeddedResource Include="XRDesignRibbonControllerResources.resx">
  683. <Generator>ResXFileCodeGenerator</Generator>
  684. <LastGenOutput>XRDesignRibbonControllerResources.Designer.cs</LastGenOutput>
  685. </EmbeddedResource>
  686. <None Include="app.config">
  687. <SubType>Designer</SubType>
  688. </None>
  689. <None Include="ClassDiagram1.cd" />
  690. <None Include="Properties\Settings.settings">
  691. <Generator>SettingsSingleFileGenerator</Generator>
  692. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  693. </None>
  694. <Compile Include="Properties\Settings.Designer.cs">
  695. <AutoGen>True</AutoGen>
  696. <DependentUpon>Settings.settings</DependentUpon>
  697. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  698. </Compile>
  699. </ItemGroup>
  700. <ItemGroup>
  701. <Content Include="icon.ico" />
  702. </ItemGroup>
  703. <ItemGroup>
  704. <Folder Include="tools\" />
  705. </ItemGroup>
  706. <ItemGroup>
  707. <WCFMetadata Include="Service References\" />
  708. </ItemGroup>
  709. <ItemGroup>
  710. <ProjectReference Include="..\Uninpho.DBOperation\Uninpho.DBOperation.csproj">
  711. <Project>{bbbf52ac-23be-402f-80e6-f863f84a0022}</Project>
  712. <Name>Uninpho.DBOperation</Name>
  713. </ProjectReference>
  714. <ProjectReference Include="..\Uninpho.Railway.Waveform\Uninpho.Railway.Waveform.csproj">
  715. <Project>{5711a26a-1f0a-4219-99ed-dfa68b9f4393}</Project>
  716. <Name>Uninpho.Railway.Waveform</Name>
  717. </ProjectReference>
  718. </ItemGroup>
  719. <ItemGroup>
  720. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  721. <Visible>False</Visible>
  722. <ProductName>Microsoft .NET Framework 4.5 %28x86 和 x64%29</ProductName>
  723. <Install>true</Install>
  724. </BootstrapperPackage>
  725. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  726. <Visible>False</Visible>
  727. <ProductName>.NET Framework 3.5 SP1</ProductName>
  728. <Install>false</Install>
  729. </BootstrapperPackage>
  730. </ItemGroup>
  731. <ItemGroup>
  732. <COMReference Include="TaskScheduler">
  733. <Guid>{E34CB9F1-C7F7-424C-BE29-027DCC09363A}</Guid>
  734. <VersionMajor>1</VersionMajor>
  735. <VersionMinor>0</VersionMinor>
  736. <Lcid>0</Lcid>
  737. <WrapperTool>tlbimp</WrapperTool>
  738. <Isolated>False</Isolated>
  739. <EmbedInteropTypes>False</EmbedInteropTypes>
  740. </COMReference>
  741. </ItemGroup>
  742. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  743. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  744. Other similar extension points exist, see Microsoft.Common.targets.
  745. <Target Name="BeforeBuild">
  746. </Target>
  747. <Target Name="AfterBuild">
  748. </Target>
  749. -->
  750. </Project>