FileWatcher.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  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>{DB114F68-6E53-4F84-9EF6-088419D1F9A2}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>FileWatcher</RootNamespace>
  11. <AssemblyName>FileWatcher</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <PublishUrl>publish\</PublishUrl>
  15. <Install>true</Install>
  16. <InstallFrom>Disk</InstallFrom>
  17. <UpdateEnabled>false</UpdateEnabled>
  18. <UpdateMode>Foreground</UpdateMode>
  19. <UpdateInterval>7</UpdateInterval>
  20. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  21. <UpdatePeriodically>false</UpdatePeriodically>
  22. <UpdateRequired>false</UpdateRequired>
  23. <MapFileExtensions>true</MapFileExtensions>
  24. <ApplicationRevision>0</ApplicationRevision>
  25. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  26. <IsWebBootstrapper>false</IsWebBootstrapper>
  27. <UseApplicationTrust>false</UseApplicationTrust>
  28. <BootstrapperEnabled>true</BootstrapperEnabled>
  29. <TargetFrameworkProfile />
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugSymbols>true</DebugSymbols>
  34. <DebugType>full</DebugType>
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\Debug\</OutputPath>
  37. <DefineConstants>DEBUG;TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <Prefer32Bit>false</Prefer32Bit>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  43. <PlatformTarget>AnyCPU</PlatformTarget>
  44. <DebugType>pdbonly</DebugType>
  45. <Optimize>true</Optimize>
  46. <OutputPath>bin\Release\</OutputPath>
  47. <DefineConstants>TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. <Prefer32Bit>false</Prefer32Bit>
  51. </PropertyGroup>
  52. <ItemGroup>
  53. <Reference Include="Microsoft.Office.Interop.Excel, Version=10.0.4504.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
  54. <SpecificVersion>False</SpecificVersion>
  55. <EmbedInteropTypes>True</EmbedInteropTypes>
  56. <HintPath>..\UAS-MES\Tool\Microsoft.Office.Interop.Excel.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Newtonsoft.Json">
  59. <HintPath>..\TestProject\tool\Newtonsoft.Json.dll</HintPath>
  60. </Reference>
  61. <Reference Include="NPOI">
  62. <HintPath>tool\NPOI.dll</HintPath>
  63. </Reference>
  64. <Reference Include="NPOI.OOXML">
  65. <HintPath>tool\NPOI.OOXML.dll</HintPath>
  66. </Reference>
  67. <Reference Include="NPOI.OpenXml4Net">
  68. <HintPath>tool\NPOI.OpenXml4Net.dll</HintPath>
  69. </Reference>
  70. <Reference Include="NPOI.OpenXmlFormats">
  71. <HintPath>tool\NPOI.OpenXmlFormats.dll</HintPath>
  72. </Reference>
  73. <Reference Include="Oracle.ManagedDataAccess, Version=4.121.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  74. <SpecificVersion>False</SpecificVersion>
  75. <HintPath>tool\Oracle.ManagedDataAccess.dll</HintPath>
  76. </Reference>
  77. <Reference Include="PresentationCore" />
  78. <Reference Include="Spire.Common">
  79. <HintPath>tool\Spire.Common.dll</HintPath>
  80. </Reference>
  81. <Reference Include="Spire.License, Version=1.4.0.40, Culture=neutral, PublicKeyToken=b1144360237c8b3f, processorArchitecture=MSIL">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>tool\Spire.License.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Spire.Pdf, Version=7.8.9.0, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>tool\Spire.Pdf.dll</HintPath>
  88. </Reference>
  89. <Reference Include="Spire.XLS, Version=11.8.6.0, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
  90. <SpecificVersion>False</SpecificVersion>
  91. <HintPath>tool\Spire.XLS.dll</HintPath>
  92. </Reference>
  93. <Reference Include="System" />
  94. <Reference Include="System.Core" />
  95. <Reference Include="System.Net.Http">
  96. <HintPath>..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Net.Http.dll</HintPath>
  97. </Reference>
  98. <Reference Include="System.Web" />
  99. <Reference Include="System.Web.Extensions" />
  100. <Reference Include="System.Xml.Linq" />
  101. <Reference Include="System.Data.DataSetExtensions" />
  102. <Reference Include="Microsoft.CSharp" />
  103. <Reference Include="System.Data" />
  104. <Reference Include="System.Deployment" />
  105. <Reference Include="System.Drawing" />
  106. <Reference Include="System.Windows.Forms" />
  107. <Reference Include="System.Xml" />
  108. </ItemGroup>
  109. <ItemGroup>
  110. <Compile Include="AutoAnalysisDevice.cs">
  111. <SubType>Form</SubType>
  112. </Compile>
  113. <Compile Include="AutoAnalysisDevice.Designer.cs">
  114. <DependentUpon>AutoAnalysisDevice.cs</DependentUpon>
  115. </Compile>
  116. <Compile Include="AutoAnalysisXmlByStep.cs">
  117. <SubType>Form</SubType>
  118. </Compile>
  119. <Compile Include="AutoAnalysisXmlByStep.Designer.cs">
  120. <DependentUpon>AutoAnalysisXmlByStep.cs</DependentUpon>
  121. </Compile>
  122. <Compile Include="AutoAnalysisXml.cs">
  123. <SubType>Form</SubType>
  124. </Compile>
  125. <Compile Include="AutoAnalysisXml.Designer.cs">
  126. <DependentUpon>AutoAnalysisXml.cs</DependentUpon>
  127. </Compile>
  128. <Compile Include="BaseUtil.cs" />
  129. <Compile Include="DataHelper.cs" />
  130. <Compile Include="DateWeek.cs">
  131. <SubType>Form</SubType>
  132. </Compile>
  133. <Compile Include="DateWeek.Designer.cs">
  134. <DependentUpon>DateWeek.cs</DependentUpon>
  135. </Compile>
  136. <Compile Include="Form2.cs">
  137. <SubType>Form</SubType>
  138. </Compile>
  139. <Compile Include="Form2.Designer.cs">
  140. <DependentUpon>Form2.cs</DependentUpon>
  141. </Compile>
  142. <Compile Include="SOP.cs">
  143. <SubType>Form</SubType>
  144. </Compile>
  145. <Compile Include="SOP.Designer.cs">
  146. <DependentUpon>SOP.cs</DependentUpon>
  147. </Compile>
  148. <Compile Include="Form5.cs">
  149. <SubType>Form</SubType>
  150. </Compile>
  151. <Compile Include="Form5.Designer.cs">
  152. <DependentUpon>Form5.cs</DependentUpon>
  153. </Compile>
  154. <Compile Include="Form4.cs">
  155. <SubType>Form</SubType>
  156. </Compile>
  157. <Compile Include="Form4.Designer.cs">
  158. <DependentUpon>Form4.cs</DependentUpon>
  159. </Compile>
  160. <Compile Include="ftpOperater.cs" />
  161. <Compile Include="LoadingCircle.cs">
  162. <SubType>Component</SubType>
  163. </Compile>
  164. <Compile Include="LoadingCircle.Designer.cs">
  165. <DependentUpon>LoadingCircle.cs</DependentUpon>
  166. </Compile>
  167. <Compile Include="LogicHandler.cs" />
  168. <Compile Include="Login.cs">
  169. <SubType>Form</SubType>
  170. </Compile>
  171. <Compile Include="Login.Designer.cs">
  172. <DependentUpon>Login.cs</DependentUpon>
  173. </Compile>
  174. <Compile Include="SetLoadingWindow.cs">
  175. <SubType>Form</SubType>
  176. </Compile>
  177. <Compile Include="SetLoadingWindow.Designer.cs">
  178. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  179. </Compile>
  180. <Compile Include="TcpServer.cs" />
  181. <Compile Include="测试记录解析.cs">
  182. <SubType>Form</SubType>
  183. </Compile>
  184. <Compile Include="测试记录解析.Designer.cs">
  185. <DependentUpon>测试记录解析.cs</DependentUpon>
  186. </Compile>
  187. <Compile Include="Form1.cs">
  188. <SubType>Form</SubType>
  189. </Compile>
  190. <Compile Include="Form1.Designer.cs">
  191. <DependentUpon>Form1.cs</DependentUpon>
  192. </Compile>
  193. <Compile Include="Program.cs" />
  194. <Compile Include="Properties\AssemblyInfo.cs" />
  195. <Compile Include="测试记录解析DCW.cs">
  196. <SubType>Form</SubType>
  197. </Compile>
  198. <Compile Include="测试记录解析DCW.Designer.cs">
  199. <DependentUpon>测试记录解析DCW.cs</DependentUpon>
  200. </Compile>
  201. <EmbeddedResource Include="AutoAnalysisDevice.resx">
  202. <DependentUpon>AutoAnalysisDevice.cs</DependentUpon>
  203. </EmbeddedResource>
  204. <EmbeddedResource Include="AutoAnalysisXmlByStep.resx">
  205. <DependentUpon>AutoAnalysisXmlByStep.cs</DependentUpon>
  206. </EmbeddedResource>
  207. <EmbeddedResource Include="AutoAnalysisXml.resx">
  208. <DependentUpon>AutoAnalysisXml.cs</DependentUpon>
  209. </EmbeddedResource>
  210. <EmbeddedResource Include="DateWeek.resx">
  211. <DependentUpon>DateWeek.cs</DependentUpon>
  212. </EmbeddedResource>
  213. <EmbeddedResource Include="Form2.resx">
  214. <DependentUpon>Form2.cs</DependentUpon>
  215. </EmbeddedResource>
  216. <EmbeddedResource Include="SOP.resx">
  217. <DependentUpon>SOP.cs</DependentUpon>
  218. </EmbeddedResource>
  219. <EmbeddedResource Include="Form5.resx">
  220. <DependentUpon>Form5.cs</DependentUpon>
  221. </EmbeddedResource>
  222. <EmbeddedResource Include="Form4.resx">
  223. <DependentUpon>Form4.cs</DependentUpon>
  224. </EmbeddedResource>
  225. <EmbeddedResource Include="Login.resx">
  226. <DependentUpon>Login.cs</DependentUpon>
  227. </EmbeddedResource>
  228. <EmbeddedResource Include="SetLoadingWindow.resx">
  229. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  230. </EmbeddedResource>
  231. <EmbeddedResource Include="测试记录解析.resx">
  232. <DependentUpon>测试记录解析.cs</DependentUpon>
  233. </EmbeddedResource>
  234. <EmbeddedResource Include="Form1.resx">
  235. <DependentUpon>Form1.cs</DependentUpon>
  236. </EmbeddedResource>
  237. <EmbeddedResource Include="Properties\Resources.resx">
  238. <Generator>ResXFileCodeGenerator</Generator>
  239. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  240. <SubType>Designer</SubType>
  241. </EmbeddedResource>
  242. <Compile Include="Properties\Resources.Designer.cs">
  243. <AutoGen>True</AutoGen>
  244. <DependentUpon>Resources.resx</DependentUpon>
  245. <DesignTime>True</DesignTime>
  246. </Compile>
  247. <EmbeddedResource Include="测试记录解析DCW.resx">
  248. <DependentUpon>测试记录解析DCW.cs</DependentUpon>
  249. </EmbeddedResource>
  250. <None Include="app.config" />
  251. <None Include="Properties\Settings.settings">
  252. <Generator>SettingsSingleFileGenerator</Generator>
  253. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  254. </None>
  255. <Compile Include="Properties\Settings.Designer.cs">
  256. <AutoGen>True</AutoGen>
  257. <DependentUpon>Settings.settings</DependentUpon>
  258. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  259. </Compile>
  260. </ItemGroup>
  261. <ItemGroup>
  262. <Content Include="tool\Oracle.ManagedDataAccess.dll" />
  263. <Content Include="tool\XlsCrt2.DLL" />
  264. <Content Include="tool\XlsxCrt.dll" />
  265. </ItemGroup>
  266. <ItemGroup>
  267. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  268. <Visible>False</Visible>
  269. <ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
  270. <Install>true</Install>
  271. </BootstrapperPackage>
  272. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  273. <Visible>False</Visible>
  274. <ProductName>.NET Framework 3.5 SP1</ProductName>
  275. <Install>false</Install>
  276. </BootstrapperPackage>
  277. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  278. <Visible>False</Visible>
  279. <ProductName>Windows Installer 4.5</ProductName>
  280. <Install>true</Install>
  281. </BootstrapperPackage>
  282. </ItemGroup>
  283. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  284. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  285. Other similar extension points exist, see Microsoft.Common.targets.
  286. <Target Name="BeforeBuild">
  287. </Target>
  288. <Target Name="AfterBuild">
  289. </Target>
  290. -->
  291. </Project>