FileWatcher.csproj 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290
  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>..\UAS_MesInterface(LGDZ)\bin\Debug\UMESDLLService.dll</HintPath>
  96. </Reference>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <Compile Include="AutoAnalysisDevice.cs">
  100. <SubType>Form</SubType>
  101. </Compile>
  102. <Compile Include="AutoAnalysisDevice.Designer.cs">
  103. <DependentUpon>AutoAnalysisDevice.cs</DependentUpon>
  104. </Compile>
  105. <Compile Include="AutoAnalysisXmlByStep.cs">
  106. <SubType>Form</SubType>
  107. </Compile>
  108. <Compile Include="AutoAnalysisXmlByStep.Designer.cs">
  109. <DependentUpon>AutoAnalysisXmlByStep.cs</DependentUpon>
  110. </Compile>
  111. <Compile Include="AutoAnalysisXml.cs">
  112. <SubType>Form</SubType>
  113. </Compile>
  114. <Compile Include="AutoAnalysisXml.Designer.cs">
  115. <DependentUpon>AutoAnalysisXml.cs</DependentUpon>
  116. </Compile>
  117. <Compile Include="BaseUtil.cs" />
  118. <Compile Include="DataHelper.cs" />
  119. <Compile Include="DateWeek.cs">
  120. <SubType>Form</SubType>
  121. </Compile>
  122. <Compile Include="DateWeek.Designer.cs">
  123. <DependentUpon>DateWeek.cs</DependentUpon>
  124. </Compile>
  125. <Compile Include="Form2.cs">
  126. <SubType>Form</SubType>
  127. </Compile>
  128. <Compile Include="Form2.Designer.cs">
  129. <DependentUpon>Form2.cs</DependentUpon>
  130. </Compile>
  131. <Compile Include="SOP.cs">
  132. <SubType>Form</SubType>
  133. </Compile>
  134. <Compile Include="SOP.Designer.cs">
  135. <DependentUpon>SOP.cs</DependentUpon>
  136. </Compile>
  137. <Compile Include="Form5.cs">
  138. <SubType>Form</SubType>
  139. </Compile>
  140. <Compile Include="Form5.Designer.cs">
  141. <DependentUpon>Form5.cs</DependentUpon>
  142. </Compile>
  143. <Compile Include="Form4.cs">
  144. <SubType>Form</SubType>
  145. </Compile>
  146. <Compile Include="Form4.Designer.cs">
  147. <DependentUpon>Form4.cs</DependentUpon>
  148. </Compile>
  149. <Compile Include="ftpOperater.cs" />
  150. <Compile Include="LoadingCircle.cs">
  151. <SubType>Component</SubType>
  152. </Compile>
  153. <Compile Include="LoadingCircle.Designer.cs">
  154. <DependentUpon>LoadingCircle.cs</DependentUpon>
  155. </Compile>
  156. <Compile Include="LogicHandler.cs" />
  157. <Compile Include="Login.cs">
  158. <SubType>Form</SubType>
  159. </Compile>
  160. <Compile Include="Login.Designer.cs">
  161. <DependentUpon>Login.cs</DependentUpon>
  162. </Compile>
  163. <Compile Include="SetLoadingWindow.cs">
  164. <SubType>Form</SubType>
  165. </Compile>
  166. <Compile Include="SetLoadingWindow.Designer.cs">
  167. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  168. </Compile>
  169. <Compile Include="TcpServer.cs" />
  170. <Compile Include="测试记录解析.cs">
  171. <SubType>Form</SubType>
  172. </Compile>
  173. <Compile Include="测试记录解析.Designer.cs">
  174. <DependentUpon>测试记录解析.cs</DependentUpon>
  175. </Compile>
  176. <Compile Include="Form1.cs">
  177. <SubType>Form</SubType>
  178. </Compile>
  179. <Compile Include="Form1.Designer.cs">
  180. <DependentUpon>Form1.cs</DependentUpon>
  181. </Compile>
  182. <Compile Include="Program.cs" />
  183. <Compile Include="Properties\AssemblyInfo.cs" />
  184. <Compile Include="首件仪上传.cs">
  185. <SubType>Form</SubType>
  186. </Compile>
  187. <Compile Include="首件仪上传.Designer.cs">
  188. <DependentUpon>首件仪上传.cs</DependentUpon>
  189. </Compile>
  190. <Compile Include="测试记录解析DCW.cs">
  191. <SubType>Form</SubType>
  192. </Compile>
  193. <Compile Include="测试记录解析DCW.Designer.cs">
  194. <DependentUpon>测试记录解析DCW.cs</DependentUpon>
  195. </Compile>
  196. <EmbeddedResource Include="AutoAnalysisDevice.resx">
  197. <DependentUpon>AutoAnalysisDevice.cs</DependentUpon>
  198. </EmbeddedResource>
  199. <EmbeddedResource Include="AutoAnalysisXmlByStep.resx">
  200. <DependentUpon>AutoAnalysisXmlByStep.cs</DependentUpon>
  201. </EmbeddedResource>
  202. <EmbeddedResource Include="AutoAnalysisXml.resx">
  203. <DependentUpon>AutoAnalysisXml.cs</DependentUpon>
  204. </EmbeddedResource>
  205. <EmbeddedResource Include="DateWeek.resx">
  206. <DependentUpon>DateWeek.cs</DependentUpon>
  207. </EmbeddedResource>
  208. <EmbeddedResource Include="Form2.resx">
  209. <DependentUpon>Form2.cs</DependentUpon>
  210. </EmbeddedResource>
  211. <EmbeddedResource Include="SOP.resx">
  212. <DependentUpon>SOP.cs</DependentUpon>
  213. </EmbeddedResource>
  214. <EmbeddedResource Include="Form5.resx">
  215. <DependentUpon>Form5.cs</DependentUpon>
  216. </EmbeddedResource>
  217. <EmbeddedResource Include="Form4.resx">
  218. <DependentUpon>Form4.cs</DependentUpon>
  219. </EmbeddedResource>
  220. <EmbeddedResource Include="Login.resx">
  221. <DependentUpon>Login.cs</DependentUpon>
  222. </EmbeddedResource>
  223. <EmbeddedResource Include="SetLoadingWindow.resx">
  224. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  225. </EmbeddedResource>
  226. <EmbeddedResource Include="测试记录解析.resx">
  227. <DependentUpon>测试记录解析.cs</DependentUpon>
  228. </EmbeddedResource>
  229. <EmbeddedResource Include="Form1.resx">
  230. <DependentUpon>Form1.cs</DependentUpon>
  231. </EmbeddedResource>
  232. <EmbeddedResource Include="Properties\Resources.resx">
  233. <Generator>ResXFileCodeGenerator</Generator>
  234. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  235. <SubType>Designer</SubType>
  236. </EmbeddedResource>
  237. <Compile Include="Properties\Resources.Designer.cs">
  238. <AutoGen>True</AutoGen>
  239. <DependentUpon>Resources.resx</DependentUpon>
  240. <DesignTime>True</DesignTime>
  241. </Compile>
  242. <EmbeddedResource Include="首件仪上传.resx">
  243. <DependentUpon>首件仪上传.cs</DependentUpon>
  244. </EmbeddedResource>
  245. <EmbeddedResource Include="测试记录解析DCW.resx">
  246. <DependentUpon>测试记录解析DCW.cs</DependentUpon>
  247. </EmbeddedResource>
  248. <None Include="app.config" />
  249. <None Include="packages.config" />
  250. <None Include="Properties\Settings.settings">
  251. <Generator>SettingsSingleFileGenerator</Generator>
  252. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  253. </None>
  254. <Compile Include="Properties\Settings.Designer.cs">
  255. <AutoGen>True</AutoGen>
  256. <DependentUpon>Settings.settings</DependentUpon>
  257. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  258. </Compile>
  259. </ItemGroup>
  260. <ItemGroup>
  261. <Content Include="tool\Oracle.ManagedDataAccess.dll" />
  262. <Content Include="tool\XlsCrt2.DLL" />
  263. <Content Include="tool\XlsxCrt.dll" />
  264. </ItemGroup>
  265. <ItemGroup>
  266. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  267. <Visible>False</Visible>
  268. <ProductName>Microsoft .NET Framework 4 %28x86 和 x64%29</ProductName>
  269. <Install>true</Install>
  270. </BootstrapperPackage>
  271. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  272. <Visible>False</Visible>
  273. <ProductName>.NET Framework 3.5 SP1</ProductName>
  274. <Install>false</Install>
  275. </BootstrapperPackage>
  276. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  277. <Visible>False</Visible>
  278. <ProductName>Windows Installer 4.5</ProductName>
  279. <Install>true</Install>
  280. </BootstrapperPackage>
  281. </ItemGroup>
  282. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  283. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  284. Other similar extension points exist, see Microsoft.Common.targets.
  285. <Target Name="BeforeBuild">
  286. </Target>
  287. <Target Name="AfterBuild">
  288. </Target>
  289. -->
  290. </Project>