FileWatcher.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  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="Aspose.Cells">
  54. <HintPath>tool\Aspose.Cells.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Microsoft.Office.Interop.Excel, Version=10.0.4504.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
  57. <SpecificVersion>False</SpecificVersion>
  58. <EmbedInteropTypes>True</EmbedInteropTypes>
  59. <HintPath>..\UAS-MES\Tool\Microsoft.Office.Interop.Excel.dll</HintPath>
  60. </Reference>
  61. <Reference Include="Newtonsoft.Json">
  62. <HintPath>..\TestProject\tool\Newtonsoft.Json.dll</HintPath>
  63. </Reference>
  64. <Reference Include="NPOI">
  65. <HintPath>tool\NPOI.dll</HintPath>
  66. </Reference>
  67. <Reference Include="NPOI.OOXML">
  68. <HintPath>tool\NPOI.OOXML.dll</HintPath>
  69. </Reference>
  70. <Reference Include="NPOI.OpenXml4Net">
  71. <HintPath>tool\NPOI.OpenXml4Net.dll</HintPath>
  72. </Reference>
  73. <Reference Include="NPOI.OpenXmlFormats">
  74. <HintPath>tool\NPOI.OpenXmlFormats.dll</HintPath>
  75. </Reference>
  76. <Reference Include="Oracle.ManagedDataAccess, Version=4.121.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  77. <SpecificVersion>False</SpecificVersion>
  78. <HintPath>tool\Oracle.ManagedDataAccess.dll</HintPath>
  79. </Reference>
  80. <Reference Include="PresentationCore" />
  81. <Reference Include="System" />
  82. <Reference Include="System.Core" />
  83. <Reference Include="System.Web" />
  84. <Reference Include="System.Web.Extensions" />
  85. <Reference Include="System.Xml.Linq" />
  86. <Reference Include="System.Data.DataSetExtensions" />
  87. <Reference Include="Microsoft.CSharp" />
  88. <Reference Include="System.Data" />
  89. <Reference Include="System.Deployment" />
  90. <Reference Include="System.Drawing" />
  91. <Reference Include="System.Windows.Forms" />
  92. <Reference Include="System.Xml" />
  93. <Reference Include="UMESDLLService, Version=1.0.0.0, Culture=neutral, processorArchitecture=x86">
  94. <SpecificVersion>False</SpecificVersion>
  95. <HintPath>tool\UMESDLLService.dll</HintPath>
  96. </Reference>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <Compile Include="AutoMakeQTY.cs">
  100. <SubType>Form</SubType>
  101. </Compile>
  102. <Compile Include="AutoMakeQTY.Designer.cs">
  103. <DependentUpon>AutoMakeQTY.cs</DependentUpon>
  104. </Compile>
  105. <Compile Include="AutoAnalysisDevice.cs">
  106. <SubType>Form</SubType>
  107. </Compile>
  108. <Compile Include="AutoAnalysisDevice.Designer.cs">
  109. <DependentUpon>AutoAnalysisDevice.cs</DependentUpon>
  110. </Compile>
  111. <Compile Include="AutoAnalysisXmlByStep.cs">
  112. <SubType>Form</SubType>
  113. </Compile>
  114. <Compile Include="AutoAnalysisXmlByStep.Designer.cs">
  115. <DependentUpon>AutoAnalysisXmlByStep.cs</DependentUpon>
  116. </Compile>
  117. <Compile Include="AutoAnalysisXml.cs">
  118. <SubType>Form</SubType>
  119. </Compile>
  120. <Compile Include="AutoAnalysisXml.Designer.cs">
  121. <DependentUpon>AutoAnalysisXml.cs</DependentUpon>
  122. </Compile>
  123. <Compile Include="BaseUtil.cs" />
  124. <Compile Include="DataHelper.cs" />
  125. <Compile Include="DateWeek.cs">
  126. <SubType>Form</SubType>
  127. </Compile>
  128. <Compile Include="DateWeek.Designer.cs">
  129. <DependentUpon>DateWeek.cs</DependentUpon>
  130. </Compile>
  131. <Compile Include="Form2.cs">
  132. <SubType>Form</SubType>
  133. </Compile>
  134. <Compile Include="Form2.Designer.cs">
  135. <DependentUpon>Form2.cs</DependentUpon>
  136. </Compile>
  137. <Compile Include="Form4.cs">
  138. <SubType>Form</SubType>
  139. </Compile>
  140. <Compile Include="Form4.Designer.cs">
  141. <DependentUpon>Form4.cs</DependentUpon>
  142. </Compile>
  143. <Compile Include="Form5.cs">
  144. <SubType>Form</SubType>
  145. </Compile>
  146. <Compile Include="Form5.Designer.cs">
  147. <DependentUpon>Form5.cs</DependentUpon>
  148. </Compile>
  149. <Compile Include="SerialPortCombox.cs">
  150. <SubType>UserControl</SubType>
  151. </Compile>
  152. <Compile Include="SerialPortCombox.Designer.cs">
  153. <DependentUpon>SerialPortCombox.cs</DependentUpon>
  154. </Compile>
  155. <Compile Include="SOP.cs">
  156. <SubType>Form</SubType>
  157. </Compile>
  158. <Compile Include="SOP.Designer.cs">
  159. <DependentUpon>SOP.cs</DependentUpon>
  160. </Compile>
  161. <Compile Include="ftpOperater.cs" />
  162. <Compile Include="LoadingCircle.cs">
  163. <SubType>Component</SubType>
  164. </Compile>
  165. <Compile Include="LoadingCircle.Designer.cs">
  166. <DependentUpon>LoadingCircle.cs</DependentUpon>
  167. </Compile>
  168. <Compile Include="LogicHandler.cs" />
  169. <Compile Include="Login.cs">
  170. <SubType>Form</SubType>
  171. </Compile>
  172. <Compile Include="Login.Designer.cs">
  173. <DependentUpon>Login.cs</DependentUpon>
  174. </Compile>
  175. <Compile Include="SetLoadingWindow.cs">
  176. <SubType>Form</SubType>
  177. </Compile>
  178. <Compile Include="SetLoadingWindow.Designer.cs">
  179. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  180. </Compile>
  181. <Compile Include="TcpServer.cs" />
  182. <Compile Include="测试记录解析.cs">
  183. <SubType>Form</SubType>
  184. </Compile>
  185. <Compile Include="测试记录解析.Designer.cs">
  186. <DependentUpon>测试记录解析.cs</DependentUpon>
  187. </Compile>
  188. <Compile Include="Form1.cs">
  189. <SubType>Form</SubType>
  190. </Compile>
  191. <Compile Include="Form1.Designer.cs">
  192. <DependentUpon>Form1.cs</DependentUpon>
  193. </Compile>
  194. <Compile Include="Program.cs" />
  195. <Compile Include="Properties\AssemblyInfo.cs" />
  196. <Compile Include="首件仪上传.cs">
  197. <SubType>Form</SubType>
  198. </Compile>
  199. <Compile Include="首件仪上传.Designer.cs">
  200. <DependentUpon>首件仪上传.cs</DependentUpon>
  201. </Compile>
  202. <Compile Include="测试记录解析DCW.cs">
  203. <SubType>Form</SubType>
  204. </Compile>
  205. <Compile Include="测试记录解析DCW.Designer.cs">
  206. <DependentUpon>测试记录解析DCW.cs</DependentUpon>
  207. </Compile>
  208. <EmbeddedResource Include="AutoMakeQTY.resx">
  209. <DependentUpon>AutoMakeQTY.cs</DependentUpon>
  210. </EmbeddedResource>
  211. <EmbeddedResource Include="AutoAnalysisDevice.resx">
  212. <DependentUpon>AutoAnalysisDevice.cs</DependentUpon>
  213. </EmbeddedResource>
  214. <EmbeddedResource Include="AutoAnalysisXmlByStep.resx">
  215. <DependentUpon>AutoAnalysisXmlByStep.cs</DependentUpon>
  216. </EmbeddedResource>
  217. <EmbeddedResource Include="AutoAnalysisXml.resx">
  218. <DependentUpon>AutoAnalysisXml.cs</DependentUpon>
  219. </EmbeddedResource>
  220. <EmbeddedResource Include="DateWeek.resx">
  221. <DependentUpon>DateWeek.cs</DependentUpon>
  222. </EmbeddedResource>
  223. <EmbeddedResource Include="Form2.resx">
  224. <DependentUpon>Form2.cs</DependentUpon>
  225. </EmbeddedResource>
  226. <EmbeddedResource Include="Form4.resx">
  227. <DependentUpon>Form4.cs</DependentUpon>
  228. </EmbeddedResource>
  229. <EmbeddedResource Include="Form5.resx">
  230. <DependentUpon>Form5.cs</DependentUpon>
  231. </EmbeddedResource>
  232. <EmbeddedResource Include="SerialPortCombox.resx">
  233. <DependentUpon>SerialPortCombox.cs</DependentUpon>
  234. </EmbeddedResource>
  235. <EmbeddedResource Include="SOP.resx">
  236. <DependentUpon>SOP.cs</DependentUpon>
  237. </EmbeddedResource>
  238. <EmbeddedResource Include="Login.resx">
  239. <DependentUpon>Login.cs</DependentUpon>
  240. </EmbeddedResource>
  241. <EmbeddedResource Include="SetLoadingWindow.resx">
  242. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  243. </EmbeddedResource>
  244. <EmbeddedResource Include="测试记录解析.resx">
  245. <DependentUpon>测试记录解析.cs</DependentUpon>
  246. </EmbeddedResource>
  247. <EmbeddedResource Include="Form1.resx">
  248. <DependentUpon>Form1.cs</DependentUpon>
  249. </EmbeddedResource>
  250. <EmbeddedResource Include="Properties\Resources.resx">
  251. <Generator>ResXFileCodeGenerator</Generator>
  252. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  253. <SubType>Designer</SubType>
  254. </EmbeddedResource>
  255. <Compile Include="Properties\Resources.Designer.cs">
  256. <AutoGen>True</AutoGen>
  257. <DependentUpon>Resources.resx</DependentUpon>
  258. <DesignTime>True</DesignTime>
  259. </Compile>
  260. <EmbeddedResource Include="首件仪上传.resx">
  261. <DependentUpon>首件仪上传.cs</DependentUpon>
  262. </EmbeddedResource>
  263. <EmbeddedResource Include="测试记录解析DCW.resx">
  264. <DependentUpon>测试记录解析DCW.cs</DependentUpon>
  265. </EmbeddedResource>
  266. <None Include="app.config" />
  267. <None Include="packages.config" />
  268. <None Include="Properties\Settings.settings">
  269. <Generator>SettingsSingleFileGenerator</Generator>
  270. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  271. </None>
  272. <Compile Include="Properties\Settings.Designer.cs">
  273. <AutoGen>True</AutoGen>
  274. <DependentUpon>Settings.settings</DependentUpon>
  275. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  276. </Compile>
  277. </ItemGroup>
  278. <ItemGroup>
  279. <Content Include="tool\Oracle.ManagedDataAccess.dll" />
  280. <Content Include="tool\XlsCrt2.DLL" />
  281. <Content Include="tool\XlsxCrt.dll" />
  282. </ItemGroup>
  283. <ItemGroup>
  284. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  285. <Visible>False</Visible>
  286. <ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
  287. <Install>true</Install>
  288. </BootstrapperPackage>
  289. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  290. <Visible>False</Visible>
  291. <ProductName>.NET Framework 3.5 SP1</ProductName>
  292. <Install>false</Install>
  293. </BootstrapperPackage>
  294. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  295. <Visible>False</Visible>
  296. <ProductName>Windows Installer 4.5</ProductName>
  297. <Install>true</Install>
  298. </BootstrapperPackage>
  299. </ItemGroup>
  300. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  301. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  302. Other similar extension points exist, see Microsoft.Common.targets.
  303. <Target Name="BeforeBuild">
  304. </Target>
  305. <Target Name="AfterBuild">
  306. </Target>
  307. -->
  308. </Project>