FileWatcher.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  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. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <PlatformTarget>AnyCPU</PlatformTarget>
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="Microsoft.Office.Interop.Excel, Version=10.0.4504.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
  36. <SpecificVersion>False</SpecificVersion>
  37. <EmbedInteropTypes>True</EmbedInteropTypes>
  38. <HintPath>..\UAS-MES\Tool\Microsoft.Office.Interop.Excel.dll</HintPath>
  39. </Reference>
  40. <Reference Include="Newtonsoft.Json">
  41. <HintPath>..\TestProject\tool\Newtonsoft.Json.dll</HintPath>
  42. </Reference>
  43. <Reference Include="NPOI">
  44. <HintPath>..\UAS-MES\Tool\NPOI.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Oracle.ManagedDataAccess, Version=4.121.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>tool\Oracle.ManagedDataAccess.dll</HintPath>
  49. </Reference>
  50. <Reference Include="PresentationCore" />
  51. <Reference Include="Spire.Common">
  52. <HintPath>tool\Spire.Common.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Spire.License, Version=1.4.0.40, Culture=neutral, PublicKeyToken=b1144360237c8b3f, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>tool\Spire.License.dll</HintPath>
  57. </Reference>
  58. <Reference Include="Spire.Pdf, Version=7.8.9.0, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>tool\Spire.Pdf.dll</HintPath>
  61. </Reference>
  62. <Reference Include="Spire.XLS, Version=11.8.6.0, Culture=neutral, PublicKeyToken=663f351905198cb3, processorArchitecture=MSIL">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>tool\Spire.XLS.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System" />
  67. <Reference Include="System.Core" />
  68. <Reference Include="System.Net.Http">
  69. <HintPath>..\..\..\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.5.2\System.Net.Http.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System.Web" />
  72. <Reference Include="System.Web.Extensions" />
  73. <Reference Include="System.Xml.Linq" />
  74. <Reference Include="System.Data.DataSetExtensions" />
  75. <Reference Include="Microsoft.CSharp" />
  76. <Reference Include="System.Data" />
  77. <Reference Include="System.Deployment" />
  78. <Reference Include="System.Drawing" />
  79. <Reference Include="System.Windows.Forms" />
  80. <Reference Include="System.Xml" />
  81. <Reference Include="UMES.DLLService">
  82. <HintPath>..\UAS_MesInterface(ODLF)\bin\Debug\UMES.DLLService.dll</HintPath>
  83. </Reference>
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Compile Include="AutoAnalysisDevice.cs">
  87. <SubType>Form</SubType>
  88. </Compile>
  89. <Compile Include="AutoAnalysisDevice.Designer.cs">
  90. <DependentUpon>AutoAnalysisDevice.cs</DependentUpon>
  91. </Compile>
  92. <Compile Include="AutoAnalysisXmlByStep.cs">
  93. <SubType>Form</SubType>
  94. </Compile>
  95. <Compile Include="AutoAnalysisXmlByStep.Designer.cs">
  96. <DependentUpon>AutoAnalysisXmlByStep.cs</DependentUpon>
  97. </Compile>
  98. <Compile Include="AutoAnalysisXml.cs">
  99. <SubType>Form</SubType>
  100. </Compile>
  101. <Compile Include="AutoAnalysisXml.Designer.cs">
  102. <DependentUpon>AutoAnalysisXml.cs</DependentUpon>
  103. </Compile>
  104. <Compile Include="BaseUtil.cs" />
  105. <Compile Include="DataHelper.cs" />
  106. <Compile Include="DateWeek.cs">
  107. <SubType>Form</SubType>
  108. </Compile>
  109. <Compile Include="DateWeek.Designer.cs">
  110. <DependentUpon>DateWeek.cs</DependentUpon>
  111. </Compile>
  112. <Compile Include="Form2.cs">
  113. <SubType>Form</SubType>
  114. </Compile>
  115. <Compile Include="Form2.Designer.cs">
  116. <DependentUpon>Form2.cs</DependentUpon>
  117. </Compile>
  118. <Compile Include="SOP.cs">
  119. <SubType>Form</SubType>
  120. </Compile>
  121. <Compile Include="SOP.Designer.cs">
  122. <DependentUpon>SOP.cs</DependentUpon>
  123. </Compile>
  124. <Compile Include="Form5.cs">
  125. <SubType>Form</SubType>
  126. </Compile>
  127. <Compile Include="Form5.Designer.cs">
  128. <DependentUpon>Form5.cs</DependentUpon>
  129. </Compile>
  130. <Compile Include="Form4.cs">
  131. <SubType>Form</SubType>
  132. </Compile>
  133. <Compile Include="Form4.Designer.cs">
  134. <DependentUpon>Form4.cs</DependentUpon>
  135. </Compile>
  136. <Compile Include="ftpOperater.cs" />
  137. <Compile Include="LoadingCircle.cs">
  138. <SubType>Component</SubType>
  139. </Compile>
  140. <Compile Include="LoadingCircle.Designer.cs">
  141. <DependentUpon>LoadingCircle.cs</DependentUpon>
  142. </Compile>
  143. <Compile Include="LogicHandler.cs" />
  144. <Compile Include="Login.cs">
  145. <SubType>Form</SubType>
  146. </Compile>
  147. <Compile Include="Login.Designer.cs">
  148. <DependentUpon>Login.cs</DependentUpon>
  149. </Compile>
  150. <Compile Include="SetLoadingWindow.cs">
  151. <SubType>Form</SubType>
  152. </Compile>
  153. <Compile Include="SetLoadingWindow.Designer.cs">
  154. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  155. </Compile>
  156. <Compile Include="TcpServer.cs" />
  157. <Compile Include="测试记录解析DCW.cs">
  158. <SubType>Form</SubType>
  159. </Compile>
  160. <Compile Include="测试记录解析DCW.Designer.cs">
  161. <DependentUpon>测试记录解析DCW.cs</DependentUpon>
  162. </Compile>
  163. <Compile Include="测试记录解析.cs">
  164. <SubType>Form</SubType>
  165. </Compile>
  166. <Compile Include="测试记录解析.Designer.cs">
  167. <DependentUpon>测试记录解析.cs</DependentUpon>
  168. </Compile>
  169. <Compile Include="Form1.cs">
  170. <SubType>Form</SubType>
  171. </Compile>
  172. <Compile Include="Form1.Designer.cs">
  173. <DependentUpon>Form1.cs</DependentUpon>
  174. </Compile>
  175. <Compile Include="Program.cs" />
  176. <Compile Include="Properties\AssemblyInfo.cs" />
  177. <EmbeddedResource Include="AutoAnalysisDevice.resx">
  178. <DependentUpon>AutoAnalysisDevice.cs</DependentUpon>
  179. </EmbeddedResource>
  180. <EmbeddedResource Include="AutoAnalysisXmlByStep.resx">
  181. <DependentUpon>AutoAnalysisXmlByStep.cs</DependentUpon>
  182. </EmbeddedResource>
  183. <EmbeddedResource Include="AutoAnalysisXml.resx">
  184. <DependentUpon>AutoAnalysisXml.cs</DependentUpon>
  185. </EmbeddedResource>
  186. <EmbeddedResource Include="DateWeek.resx">
  187. <DependentUpon>DateWeek.cs</DependentUpon>
  188. </EmbeddedResource>
  189. <EmbeddedResource Include="Form2.resx">
  190. <DependentUpon>Form2.cs</DependentUpon>
  191. </EmbeddedResource>
  192. <EmbeddedResource Include="SOP.resx">
  193. <DependentUpon>SOP.cs</DependentUpon>
  194. </EmbeddedResource>
  195. <EmbeddedResource Include="Form5.resx">
  196. <DependentUpon>Form5.cs</DependentUpon>
  197. </EmbeddedResource>
  198. <EmbeddedResource Include="Form4.resx">
  199. <DependentUpon>Form4.cs</DependentUpon>
  200. </EmbeddedResource>
  201. <EmbeddedResource Include="Login.resx">
  202. <DependentUpon>Login.cs</DependentUpon>
  203. </EmbeddedResource>
  204. <EmbeddedResource Include="SetLoadingWindow.resx">
  205. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  206. </EmbeddedResource>
  207. <EmbeddedResource Include="测试记录解析DCW.resx">
  208. <DependentUpon>测试记录解析DCW.cs</DependentUpon>
  209. </EmbeddedResource>
  210. <EmbeddedResource Include="测试记录解析.resx">
  211. <DependentUpon>测试记录解析.cs</DependentUpon>
  212. </EmbeddedResource>
  213. <EmbeddedResource Include="Form1.resx">
  214. <DependentUpon>Form1.cs</DependentUpon>
  215. </EmbeddedResource>
  216. <EmbeddedResource Include="Properties\Resources.resx">
  217. <Generator>ResXFileCodeGenerator</Generator>
  218. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  219. <SubType>Designer</SubType>
  220. </EmbeddedResource>
  221. <Compile Include="Properties\Resources.Designer.cs">
  222. <AutoGen>True</AutoGen>
  223. <DependentUpon>Resources.resx</DependentUpon>
  224. </Compile>
  225. <None Include="Properties\Settings.settings">
  226. <Generator>SettingsSingleFileGenerator</Generator>
  227. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  228. </None>
  229. <Compile Include="Properties\Settings.Designer.cs">
  230. <AutoGen>True</AutoGen>
  231. <DependentUpon>Settings.settings</DependentUpon>
  232. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  233. </Compile>
  234. </ItemGroup>
  235. <ItemGroup>
  236. <Content Include="tool\Oracle.ManagedDataAccess.dll" />
  237. <Content Include="tool\XlsCrt2.DLL" />
  238. <Content Include="tool\XlsxCrt.dll" />
  239. </ItemGroup>
  240. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  241. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  242. Other similar extension points exist, see Microsoft.Common.targets.
  243. <Target Name="BeforeBuild">
  244. </Target>
  245. <Target Name="AfterBuild">
  246. </Target>
  247. -->
  248. </Project>