Uninpho.Railway.Tools.csproj 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754
  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_geo">
  225. <HintPath>libs\matlabSuanFa\Package_turnout_analysis_geo.dll</HintPath>
  226. </Reference>
  227. <Reference Include="Package_turnout_analysis_wrf, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  228. <SpecificVersion>False</SpecificVersion>
  229. <HintPath>libs\matlabSuanFa\Package_turnout_analysis_wrf.dll</HintPath>
  230. </Reference>
  231. <Reference Include="Package_turnout_identify_geo">
  232. <HintPath>libs\matlabSuanFa\Package_turnout_identify_geo.dll</HintPath>
  233. </Reference>
  234. <Reference Include="Package_turnout_identify_wrf">
  235. <HintPath>libs\matlabSuanFa\Package_turnout_identify_wrf.dll</HintPath>
  236. </Reference>
  237. <Reference Include="sub_module_power_analysis">
  238. <HintPath>libs\matlabSuanFa\sub_module_power_analysis.dll</HintPath>
  239. </Reference>
  240. <Reference Include="sub_module_quekou_analysis">
  241. <HintPath>libs\matlabSuanFa\sub_module_quekou_analysis.dll</HintPath>
  242. </Reference>
  243. <Reference Include="System">
  244. <Private>True</Private>
  245. </Reference>
  246. <Reference Include="System.Configuration" />
  247. <Reference Include="System.Core">
  248. <Private>True</Private>
  249. </Reference>
  250. <Reference Include="System.Data.OracleClient" />
  251. <Reference Include="System.Design" />
  252. <Reference Include="System.Drawing.Design" />
  253. <Reference Include="System.Management" />
  254. <Reference Include="System.Runtime.Serialization" />
  255. <Reference Include="System.Web.Extensions" />
  256. <Reference Include="System.Xml.Linq">
  257. <Private>True</Private>
  258. </Reference>
  259. <Reference Include="System.Data.DataSetExtensions">
  260. <Private>True</Private>
  261. </Reference>
  262. <Reference Include="Microsoft.CSharp">
  263. <Private>True</Private>
  264. </Reference>
  265. <Reference Include="System.Data">
  266. <Private>True</Private>
  267. </Reference>
  268. <Reference Include="System.Deployment">
  269. <Private>True</Private>
  270. </Reference>
  271. <Reference Include="System.Drawing">
  272. <Private>True</Private>
  273. </Reference>
  274. <Reference Include="System.Windows.Forms">
  275. <Private>True</Private>
  276. </Reference>
  277. <Reference Include="System.Xml">
  278. <Private>True</Private>
  279. </Reference>
  280. </ItemGroup>
  281. <ItemGroup>
  282. <Compile Include="components\DataAnalysis\DWQKCommon.cs" />
  283. <Compile Include="components\DataAnalysis\DWCommon.cs" />
  284. <Compile Include="components\DataAnalysis\DataAnalysisClass.cs" />
  285. <Compile Include="components\DataManager\BXDBFrom.cs">
  286. <SubType>Form</SubType>
  287. </Compile>
  288. <Compile Include="components\DataManager\BXDBFrom.Designer.cs">
  289. <DependentUpon>BXDBFrom.cs</DependentUpon>
  290. </Compile>
  291. <Compile Include="components\DataManager\BXTForm.cs">
  292. <SubType>Form</SubType>
  293. </Compile>
  294. <Compile Include="components\DataManager\BXTForm.Designer.cs">
  295. <DependentUpon>BXTForm.cs</DependentUpon>
  296. </Compile>
  297. <Compile Include="components\DataManager\QSFXForm.cs">
  298. <SubType>Form</SubType>
  299. </Compile>
  300. <Compile Include="components\DataManager\QSFXForm.Designer.cs">
  301. <DependentUpon>QSFXForm.cs</DependentUpon>
  302. </Compile>
  303. <Compile Include="components\DataAnalysis\JHjgjFrom.cs">
  304. <SubType>Form</SubType>
  305. </Compile>
  306. <Compile Include="components\DataAnalysis\JHjgjFrom.Designer.cs">
  307. <DependentUpon>JHjgjFrom.cs</DependentUpon>
  308. </Compile>
  309. <Compile Include="components\DataManager\WaveDataTools.cs" />
  310. <Compile Include="components\DWForm\ImportGLdataForm.cs">
  311. <SubType>Form</SubType>
  312. </Compile>
  313. <Compile Include="components\DWForm\ImportGLdataForm.Designer.cs">
  314. <DependentUpon>ImportGLdataForm.cs</DependentUpon>
  315. </Compile>
  316. <Compile Include="components\DWForm\ImportGLdatamanageForm.cs">
  317. <SubType>Form</SubType>
  318. </Compile>
  319. <Compile Include="components\DWForm\ImportGLdatamanageForm.Designer.cs">
  320. <DependentUpon>ImportGLdatamanageForm.cs</DependentUpon>
  321. </Compile>
  322. <Compile Include="components\LogGeneratorFun.cs" />
  323. <Compile Include="components\LoggingForm.cs">
  324. <SubType>Form</SubType>
  325. </Compile>
  326. <Compile Include="components\LoggingForm.Designer.cs">
  327. <DependentUpon>LoggingForm.cs</DependentUpon>
  328. </Compile>
  329. <Compile Include="components\SFZDH\ZDHSetting.cs">
  330. <SubType>Form</SubType>
  331. </Compile>
  332. <Compile Include="components\SFZDH\ZDHSetting.Designer.cs">
  333. <DependentUpon>ZDHSetting.cs</DependentUpon>
  334. </Compile>
  335. <Compile Include="components\SomethingSetting\AutoLoopClass.cs" />
  336. <Compile Include="components\SomethingSetting\dbSettingFrom.cs">
  337. <SubType>Form</SubType>
  338. </Compile>
  339. <Compile Include="components\SomethingSetting\dbSettingFrom.Designer.cs">
  340. <DependentUpon>dbSettingFrom.cs</DependentUpon>
  341. </Compile>
  342. <Compile Include="components\SomethingSetting\DownloadDemoFrom.cs">
  343. <SubType>Form</SubType>
  344. </Compile>
  345. <Compile Include="components\SomethingSetting\DownloadDemoFrom.Designer.cs">
  346. <DependentUpon>DownloadDemoFrom.cs</DependentUpon>
  347. </Compile>
  348. <Compile Include="components\SomethingSetting\InitInviteFrom.cs">
  349. <SubType>Form</SubType>
  350. </Compile>
  351. <Compile Include="components\SomethingSetting\InitInviteFrom.Designer.cs">
  352. <DependentUpon>InitInviteFrom.cs</DependentUpon>
  353. </Compile>
  354. <Compile Include="components\SomethingSetting\InviteOfflineFrom.cs">
  355. <SubType>Form</SubType>
  356. </Compile>
  357. <Compile Include="components\SomethingSetting\InviteOfflineFrom.Designer.cs">
  358. <DependentUpon>InviteOfflineFrom.cs</DependentUpon>
  359. </Compile>
  360. <Compile Include="components\DataAnalysis\SuanFaFrom.cs">
  361. <SubType>Form</SubType>
  362. </Compile>
  363. <Compile Include="components\DataAnalysis\SuanFaFrom.Designer.cs">
  364. <DependentUpon>SuanFaFrom.cs</DependentUpon>
  365. </Compile>
  366. <Compile Include="components\UserInform.cs" />
  367. <Compile Include="components\CsvToListData.cs" />
  368. <Compile Include="components\MessboxClass.cs" />
  369. <Compile Include="components\ComboBoxData.cs" />
  370. <Compile Include="components\DataAnalysis\AnalysisAlgorithmcs.cs" />
  371. <Compile Include="components\DataAnalysis\DACommon.cs" />
  372. <Compile Include="components\DataAnalysis\DataAnalysisFun.cs" />
  373. <Compile Include="components\DataAnalysis\jiancecheShowClass.cs" />
  374. <Compile Include="components\DataManager\CheckBoxInput.cs">
  375. <SubType>UserControl</SubType>
  376. </Compile>
  377. <Compile Include="components\DataManager\CheckBoxInput.Designer.cs">
  378. <DependentUpon>CheckBoxInput.cs</DependentUpon>
  379. </Compile>
  380. <Compile Include="components\DataManager\DMGrid.cs">
  381. <SubType>UserControl</SubType>
  382. </Compile>
  383. <Compile Include="components\DataManager\DMGrid.Designer.cs">
  384. <DependentUpon>DMGrid.cs</DependentUpon>
  385. </Compile>
  386. <Compile Include="components\DataManager\FrmAnalyze.cs">
  387. <SubType>Form</SubType>
  388. </Compile>
  389. <Compile Include="components\DataManager\FrmAnalyze.Designer.cs">
  390. <DependentUpon>FrmAnalyze.cs</DependentUpon>
  391. </Compile>
  392. <Compile Include="components\DataManager\FrmSetting.cs">
  393. <SubType>Form</SubType>
  394. </Compile>
  395. <Compile Include="components\DataManager\FrmSetting.Designer.cs">
  396. <DependentUpon>FrmSetting.cs</DependentUpon>
  397. </Compile>
  398. <Compile Include="components\DataManager\WaitForm1.cs">
  399. <SubType>Form</SubType>
  400. </Compile>
  401. <Compile Include="components\DataManager\WaitForm1.Designer.cs">
  402. <DependentUpon>WaitForm1.cs</DependentUpon>
  403. </Compile>
  404. <Compile Include="components\GridUtil.cs" />
  405. <Compile Include="components\MTLFF\CreateNewTableMTLF.cs">
  406. <SubType>Form</SubType>
  407. </Compile>
  408. <Compile Include="components\MTLFF\CreateNewTableMTLF.Designer.cs">
  409. <DependentUpon>CreateNewTableMTLF.cs</DependentUpon>
  410. </Compile>
  411. <Compile Include="components\MTLFF\ExcelTools.cs" />
  412. <Compile Include="components\MTLFF\GengxinrenForm.cs">
  413. <SubType>Form</SubType>
  414. </Compile>
  415. <Compile Include="components\MTLFF\GengxinrenForm.Designer.cs">
  416. <DependentUpon>GengxinrenForm.cs</DependentUpon>
  417. </Compile>
  418. <Compile Include="components\MTLFF\LookDataFromMTLF.cs">
  419. <SubType>Form</SubType>
  420. </Compile>
  421. <Compile Include="components\MTLFF\LookDataFromMTLF.Designer.cs">
  422. <DependentUpon>LookDataFromMTLF.cs</DependentUpon>
  423. </Compile>
  424. <Compile Include="components\MTLFF\MTLFCommon.cs" />
  425. <Compile Include="components\MTLFF\MTLFCtrl.cs">
  426. <SubType>UserControl</SubType>
  427. </Compile>
  428. <Compile Include="components\MTLFF\MTLFCtrl.Designer.cs">
  429. <DependentUpon>MTLFCtrl.cs</DependentUpon>
  430. </Compile>
  431. <Compile Include="components\MTLFF\MTLFFListFrom.cs">
  432. <SubType>Form</SubType>
  433. </Compile>
  434. <Compile Include="components\MTLFF\MTLFFListFrom.Designer.cs">
  435. <DependentUpon>MTLFFListFrom.cs</DependentUpon>
  436. </Compile>
  437. <Compile Include="components\TableName.cs" />
  438. <Compile Include="components\TZCommonFunc.cs" />
  439. <Compile Include="components\TZFunc\DCInform.cs">
  440. <SubType>UserControl</SubType>
  441. </Compile>
  442. <Compile Include="components\TZFunc\DCInform.Designer.cs">
  443. <DependentUpon>DCInform.cs</DependentUpon>
  444. </Compile>
  445. <Compile Include="components\TZFunc\GJInform.cs">
  446. <SubType>UserControl</SubType>
  447. </Compile>
  448. <Compile Include="components\TZFunc\GJInform.Designer.cs">
  449. <DependentUpon>GJInform.cs</DependentUpon>
  450. </Compile>
  451. <Compile Include="components\TZFunc\Tabletools.cs" />
  452. <Compile Include="components\XXXW\CreateNewTableXXXW.cs">
  453. <SubType>Form</SubType>
  454. </Compile>
  455. <Compile Include="components\XXXW\CreateNewTableXXXW.Designer.cs">
  456. <DependentUpon>CreateNewTableXXXW.cs</DependentUpon>
  457. </Compile>
  458. <Compile Include="components\XXXW\ShowDataForm.cs">
  459. <SubType>Form</SubType>
  460. </Compile>
  461. <Compile Include="components\XXXW\ShowDataForm.Designer.cs">
  462. <DependentUpon>ShowDataForm.cs</DependentUpon>
  463. </Compile>
  464. <Compile Include="components\XXXW\XXXWCommon.cs" />
  465. <Compile Include="components\XXXW\XXXWCtrl.cs">
  466. <SubType>UserControl</SubType>
  467. </Compile>
  468. <Compile Include="components\XXXW\XXXWCtrl.Designer.cs">
  469. <DependentUpon>XXXWCtrl.cs</DependentUpon>
  470. </Compile>
  471. <Compile Include="components\XXXW\XXXWListFrom.cs">
  472. <SubType>Form</SubType>
  473. </Compile>
  474. <Compile Include="components\XXXW\XXXWListFrom.Designer.cs">
  475. <DependentUpon>XXXWListFrom.cs</DependentUpon>
  476. </Compile>
  477. <Compile Include="components\ZZJH\CreateNewTableZZJH.cs">
  478. <SubType>Form</SubType>
  479. </Compile>
  480. <Compile Include="components\ZZJH\CreateNewTableZZJH.Designer.cs">
  481. <DependentUpon>CreateNewTableZZJH.cs</DependentUpon>
  482. </Compile>
  483. <Compile Include="components\ZZJH\LookDataFromZZJH.cs">
  484. <SubType>Form</SubType>
  485. </Compile>
  486. <Compile Include="components\ZZJH\LookDataFromZZJH.Designer.cs">
  487. <DependentUpon>LookDataFromZZJH.cs</DependentUpon>
  488. </Compile>
  489. <Compile Include="components\ZZJH\ZZJHCommon.cs" />
  490. <Compile Include="components\ZZJH\ZZJHCtrl.cs">
  491. <SubType>UserControl</SubType>
  492. </Compile>
  493. <Compile Include="components\ZZJH\ZZJHCtrl.Designer.cs">
  494. <DependentUpon>ZZJHCtrl.cs</DependentUpon>
  495. </Compile>
  496. <Compile Include="components\ZZJH\ZZJHListFrom.cs">
  497. <SubType>Form</SubType>
  498. </Compile>
  499. <Compile Include="components\ZZJH\ZZJHListFrom.Designer.cs">
  500. <DependentUpon>ZZJHListFrom.cs</DependentUpon>
  501. </Compile>
  502. <Compile Include="DevFrmMain.cs">
  503. <SubType>Form</SubType>
  504. </Compile>
  505. <Compile Include="DevFrmMain.Designer.cs">
  506. <DependentUpon>DevFrmMain.cs</DependentUpon>
  507. </Compile>
  508. <Compile Include="FrmMain.cs">
  509. <SubType>Form</SubType>
  510. </Compile>
  511. <Compile Include="FrmMain.Designer.cs">
  512. <DependentUpon>FrmMain.cs</DependentUpon>
  513. </Compile>
  514. <Compile Include="FrmSplashScreen.cs">
  515. <SubType>Form</SubType>
  516. </Compile>
  517. <Compile Include="FrmSplashScreen.Designer.cs">
  518. <DependentUpon>FrmSplashScreen.cs</DependentUpon>
  519. </Compile>
  520. <Compile Include="ManageForm.cs">
  521. <SubType>Form</SubType>
  522. </Compile>
  523. <Compile Include="ManageForm.Designer.cs">
  524. <DependentUpon>ManageForm.cs</DependentUpon>
  525. </Compile>
  526. <Compile Include="NewTask.cs">
  527. <SubType>Form</SubType>
  528. </Compile>
  529. <Compile Include="NewTask.Designer.cs">
  530. <DependentUpon>NewTask.cs</DependentUpon>
  531. </Compile>
  532. <Compile Include="NPOIExt.cs" />
  533. <Compile Include="PrintRibbonControllerResources.Designer.cs">
  534. <AutoGen>True</AutoGen>
  535. <DesignTime>True</DesignTime>
  536. <DependentUpon>PrintRibbonControllerResources.resx</DependentUpon>
  537. </Compile>
  538. <Compile Include="Program.cs" />
  539. <Compile Include="Properties\AssemblyInfo.cs" />
  540. <Compile Include="components\DataManager\DMCtrl.cs">
  541. <SubType>UserControl</SubType>
  542. </Compile>
  543. <Compile Include="components\DataManager\DMCtrl.Designer.cs">
  544. <DependentUpon>DMCtrl.cs</DependentUpon>
  545. </Compile>
  546. <Compile Include="sqClass.cs" />
  547. <Compile Include="Utility.cs" />
  548. <Compile Include="XRDesignRibbonControllerResources.Designer.cs">
  549. <AutoGen>True</AutoGen>
  550. <DesignTime>True</DesignTime>
  551. <DependentUpon>XRDesignRibbonControllerResources.resx</DependentUpon>
  552. </Compile>
  553. <EmbeddedResource Include="components\DataManager\BXDBFrom.resx">
  554. <DependentUpon>BXDBFrom.cs</DependentUpon>
  555. </EmbeddedResource>
  556. <EmbeddedResource Include="components\DataManager\BXTForm.resx">
  557. <DependentUpon>BXTForm.cs</DependentUpon>
  558. </EmbeddedResource>
  559. <EmbeddedResource Include="components\DataManager\CheckBoxInput.resx">
  560. <DependentUpon>CheckBoxInput.cs</DependentUpon>
  561. </EmbeddedResource>
  562. <EmbeddedResource Include="components\DataManager\DMGrid.resx">
  563. <DependentUpon>DMGrid.cs</DependentUpon>
  564. </EmbeddedResource>
  565. <EmbeddedResource Include="components\DataManager\FrmAnalyze.resx">
  566. <DependentUpon>FrmAnalyze.cs</DependentUpon>
  567. </EmbeddedResource>
  568. <EmbeddedResource Include="components\DataManager\FrmSetting.resx">
  569. <DependentUpon>FrmSetting.cs</DependentUpon>
  570. </EmbeddedResource>
  571. <EmbeddedResource Include="components\DataManager\QSFXForm.resx">
  572. <DependentUpon>QSFXForm.cs</DependentUpon>
  573. </EmbeddedResource>
  574. <EmbeddedResource Include="components\DataManager\WaitForm1.resx">
  575. <DependentUpon>WaitForm1.cs</DependentUpon>
  576. </EmbeddedResource>
  577. <EmbeddedResource Include="components\DataAnalysis\JHjgjFrom.resx">
  578. <DependentUpon>JHjgjFrom.cs</DependentUpon>
  579. </EmbeddedResource>
  580. <EmbeddedResource Include="components\DWForm\ImportGLdataForm.resx">
  581. <DependentUpon>ImportGLdataForm.cs</DependentUpon>
  582. </EmbeddedResource>
  583. <EmbeddedResource Include="components\DWForm\ImportGLdatamanageForm.resx">
  584. <DependentUpon>ImportGLdatamanageForm.cs</DependentUpon>
  585. </EmbeddedResource>
  586. <EmbeddedResource Include="components\LoggingForm.resx">
  587. <DependentUpon>LoggingForm.cs</DependentUpon>
  588. </EmbeddedResource>
  589. <EmbeddedResource Include="components\MTLFF\CreateNewTableMTLF.resx">
  590. <DependentUpon>CreateNewTableMTLF.cs</DependentUpon>
  591. </EmbeddedResource>
  592. <EmbeddedResource Include="components\MTLFF\GengxinrenForm.resx">
  593. <DependentUpon>GengxinrenForm.cs</DependentUpon>
  594. </EmbeddedResource>
  595. <EmbeddedResource Include="components\MTLFF\LookDataFromMTLF.resx">
  596. <DependentUpon>LookDataFromMTLF.cs</DependentUpon>
  597. </EmbeddedResource>
  598. <EmbeddedResource Include="components\MTLFF\MTLFCtrl.resx">
  599. <DependentUpon>MTLFCtrl.cs</DependentUpon>
  600. </EmbeddedResource>
  601. <EmbeddedResource Include="components\MTLFF\MTLFFListFrom.resx">
  602. <DependentUpon>MTLFFListFrom.cs</DependentUpon>
  603. </EmbeddedResource>
  604. <EmbeddedResource Include="components\SFZDH\ZDHSetting.resx">
  605. <DependentUpon>ZDHSetting.cs</DependentUpon>
  606. </EmbeddedResource>
  607. <EmbeddedResource Include="components\SomethingSetting\dbSettingFrom.resx">
  608. <DependentUpon>dbSettingFrom.cs</DependentUpon>
  609. </EmbeddedResource>
  610. <EmbeddedResource Include="components\SomethingSetting\downloadDemoFrom.resx">
  611. <DependentUpon>DownloadDemoFrom.cs</DependentUpon>
  612. </EmbeddedResource>
  613. <EmbeddedResource Include="components\SomethingSetting\InitInviteFrom.resx">
  614. <DependentUpon>InitInviteFrom.cs</DependentUpon>
  615. </EmbeddedResource>
  616. <EmbeddedResource Include="components\SomethingSetting\InviteOfflineFrom.resx">
  617. <DependentUpon>InviteOfflineFrom.cs</DependentUpon>
  618. </EmbeddedResource>
  619. <EmbeddedResource Include="components\DataAnalysis\SuanFaFrom.resx">
  620. <DependentUpon>SuanFaFrom.cs</DependentUpon>
  621. </EmbeddedResource>
  622. <EmbeddedResource Include="components\TZFunc\DCInform.resx">
  623. <DependentUpon>DCInform.cs</DependentUpon>
  624. </EmbeddedResource>
  625. <EmbeddedResource Include="components\TZFunc\GJInform.resx">
  626. <DependentUpon>GJInform.cs</DependentUpon>
  627. </EmbeddedResource>
  628. <EmbeddedResource Include="components\XXXW\CreateNewTableXXXW.resx">
  629. <DependentUpon>CreateNewTableXXXW.cs</DependentUpon>
  630. </EmbeddedResource>
  631. <EmbeddedResource Include="components\XXXW\ShowDataForm.resx">
  632. <DependentUpon>ShowDataForm.cs</DependentUpon>
  633. </EmbeddedResource>
  634. <EmbeddedResource Include="components\XXXW\XXXWCtrl.resx">
  635. <DependentUpon>XXXWCtrl.cs</DependentUpon>
  636. </EmbeddedResource>
  637. <EmbeddedResource Include="components\XXXW\XXXWListFrom.resx">
  638. <DependentUpon>XXXWListFrom.cs</DependentUpon>
  639. </EmbeddedResource>
  640. <EmbeddedResource Include="components\ZZJH\CreateNewTableZZJH.resx">
  641. <DependentUpon>CreateNewTableZZJH.cs</DependentUpon>
  642. </EmbeddedResource>
  643. <EmbeddedResource Include="components\ZZJH\LookDataFromZZJH.resx">
  644. <DependentUpon>LookDataFromZZJH.cs</DependentUpon>
  645. </EmbeddedResource>
  646. <EmbeddedResource Include="components\ZZJH\ZZJHCtrl.resx">
  647. <DependentUpon>ZZJHCtrl.cs</DependentUpon>
  648. </EmbeddedResource>
  649. <EmbeddedResource Include="components\ZZJH\ZZJHListFrom.resx">
  650. <DependentUpon>ZZJHListFrom.cs</DependentUpon>
  651. </EmbeddedResource>
  652. <EmbeddedResource Include="DevFrmMain.resx">
  653. <DependentUpon>DevFrmMain.cs</DependentUpon>
  654. <SubType>Designer</SubType>
  655. </EmbeddedResource>
  656. <EmbeddedResource Include="FrmMain.resx">
  657. <DependentUpon>FrmMain.cs</DependentUpon>
  658. </EmbeddedResource>
  659. <EmbeddedResource Include="FrmSplashScreen.resx">
  660. <DependentUpon>FrmSplashScreen.cs</DependentUpon>
  661. </EmbeddedResource>
  662. <EmbeddedResource Include="ManageForm.resx">
  663. <DependentUpon>ManageForm.cs</DependentUpon>
  664. </EmbeddedResource>
  665. <EmbeddedResource Include="NewTask.resx">
  666. <DependentUpon>NewTask.cs</DependentUpon>
  667. </EmbeddedResource>
  668. <EmbeddedResource Include="PrintRibbonControllerResources.resx">
  669. <Generator>ResXFileCodeGenerator</Generator>
  670. <LastGenOutput>PrintRibbonControllerResources.Designer.cs</LastGenOutput>
  671. </EmbeddedResource>
  672. <EmbeddedResource Include="Properties\licenses.licx" />
  673. <EmbeddedResource Include="Properties\Resources.resx">
  674. <Generator>ResXFileCodeGenerator</Generator>
  675. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  676. <SubType>Designer</SubType>
  677. </EmbeddedResource>
  678. <Compile Include="Properties\Resources.Designer.cs">
  679. <AutoGen>True</AutoGen>
  680. <DependentUpon>Resources.resx</DependentUpon>
  681. <DesignTime>True</DesignTime>
  682. </Compile>
  683. <EmbeddedResource Include="components\DataManager\DMCtrl.resx">
  684. <DependentUpon>DMCtrl.cs</DependentUpon>
  685. </EmbeddedResource>
  686. <EmbeddedResource Include="XRDesignRibbonControllerResources.resx">
  687. <Generator>ResXFileCodeGenerator</Generator>
  688. <LastGenOutput>XRDesignRibbonControllerResources.Designer.cs</LastGenOutput>
  689. </EmbeddedResource>
  690. <None Include="app.config">
  691. <SubType>Designer</SubType>
  692. </None>
  693. <None Include="ClassDiagram1.cd" />
  694. <None Include="Properties\Settings.settings">
  695. <Generator>SettingsSingleFileGenerator</Generator>
  696. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  697. </None>
  698. <Compile Include="Properties\Settings.Designer.cs">
  699. <AutoGen>True</AutoGen>
  700. <DependentUpon>Settings.settings</DependentUpon>
  701. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  702. </Compile>
  703. </ItemGroup>
  704. <ItemGroup>
  705. <Content Include="icon.ico" />
  706. </ItemGroup>
  707. <ItemGroup>
  708. <Folder Include="tools\" />
  709. </ItemGroup>
  710. <ItemGroup>
  711. <WCFMetadata Include="Service References\" />
  712. </ItemGroup>
  713. <ItemGroup>
  714. <ProjectReference Include="..\Uninpho.DBOperation\Uninpho.DBOperation.csproj">
  715. <Project>{bbbf52ac-23be-402f-80e6-f863f84a0022}</Project>
  716. <Name>Uninpho.DBOperation</Name>
  717. </ProjectReference>
  718. <ProjectReference Include="..\Uninpho.Railway.Waveform\Uninpho.Railway.Waveform.csproj">
  719. <Project>{5711a26a-1f0a-4219-99ed-dfa68b9f4393}</Project>
  720. <Name>Uninpho.Railway.Waveform</Name>
  721. </ProjectReference>
  722. </ItemGroup>
  723. <ItemGroup>
  724. <BootstrapperPackage Include=".NETFramework,Version=v4.5">
  725. <Visible>False</Visible>
  726. <ProductName>Microsoft .NET Framework 4.5 %28x86 和 x64%29</ProductName>
  727. <Install>true</Install>
  728. </BootstrapperPackage>
  729. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  730. <Visible>False</Visible>
  731. <ProductName>.NET Framework 3.5 SP1</ProductName>
  732. <Install>false</Install>
  733. </BootstrapperPackage>
  734. </ItemGroup>
  735. <ItemGroup>
  736. <COMReference Include="TaskScheduler">
  737. <Guid>{E34CB9F1-C7F7-424C-BE29-027DCC09363A}</Guid>
  738. <VersionMajor>1</VersionMajor>
  739. <VersionMinor>0</VersionMinor>
  740. <Lcid>0</Lcid>
  741. <WrapperTool>tlbimp</WrapperTool>
  742. <Isolated>False</Isolated>
  743. <EmbedInteropTypes>False</EmbedInteropTypes>
  744. </COMReference>
  745. </ItemGroup>
  746. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  747. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  748. Other similar extension points exist, see Microsoft.Common.targets.
  749. <Target Name="BeforeBuild">
  750. </Target>
  751. <Target Name="AfterBuild">
  752. </Target>
  753. -->
  754. </Project>