FileWatcher.csproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  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="Oracle.ManagedDataAccess, Version=4.121.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  36. <SpecificVersion>False</SpecificVersion>
  37. <HintPath>tool\Oracle.ManagedDataAccess.dll</HintPath>
  38. </Reference>
  39. <Reference Include="System" />
  40. <Reference Include="System.Core" />
  41. <Reference Include="System.Xml.Linq" />
  42. <Reference Include="System.Data.DataSetExtensions" />
  43. <Reference Include="Microsoft.CSharp" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Deployment" />
  46. <Reference Include="System.Drawing" />
  47. <Reference Include="System.Windows.Forms" />
  48. <Reference Include="System.Xml" />
  49. <Reference Include="UMES.DLLService">
  50. <HintPath>..\UAS_MesInterface(ODLF)\bin\Debug\UMES.DLLService.dll</HintPath>
  51. </Reference>
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Compile Include="AutoAnalysisXmlByStep.cs">
  55. <SubType>Form</SubType>
  56. </Compile>
  57. <Compile Include="AutoAnalysisXmlByStep.Designer.cs">
  58. <DependentUpon>AutoAnalysisXmlByStep.cs</DependentUpon>
  59. </Compile>
  60. <Compile Include="AutoAnalysisXml.cs">
  61. <SubType>Form</SubType>
  62. </Compile>
  63. <Compile Include="AutoAnalysisXml.Designer.cs">
  64. <DependentUpon>AutoAnalysisXml.cs</DependentUpon>
  65. </Compile>
  66. <Compile Include="BaseUtil.cs" />
  67. <Compile Include="DataHelper.cs" />
  68. <Compile Include="DateWeek.cs">
  69. <SubType>Form</SubType>
  70. </Compile>
  71. <Compile Include="DateWeek.Designer.cs">
  72. <DependentUpon>DateWeek.cs</DependentUpon>
  73. </Compile>
  74. <Compile Include="Form2.cs">
  75. <SubType>Form</SubType>
  76. </Compile>
  77. <Compile Include="Form2.Designer.cs">
  78. <DependentUpon>Form2.cs</DependentUpon>
  79. </Compile>
  80. <Compile Include="Form3.cs">
  81. <SubType>Form</SubType>
  82. </Compile>
  83. <Compile Include="Form3.Designer.cs">
  84. <DependentUpon>Form3.cs</DependentUpon>
  85. </Compile>
  86. <Compile Include="ftpOperater.cs" />
  87. <Compile Include="LoadingCircle.cs">
  88. <SubType>Component</SubType>
  89. </Compile>
  90. <Compile Include="LoadingCircle.Designer.cs">
  91. <DependentUpon>LoadingCircle.cs</DependentUpon>
  92. </Compile>
  93. <Compile Include="LogicHandler.cs" />
  94. <Compile Include="Login.cs">
  95. <SubType>Form</SubType>
  96. </Compile>
  97. <Compile Include="Login.Designer.cs">
  98. <DependentUpon>Login.cs</DependentUpon>
  99. </Compile>
  100. <Compile Include="SetLoadingWindow.cs">
  101. <SubType>Form</SubType>
  102. </Compile>
  103. <Compile Include="SetLoadingWindow.Designer.cs">
  104. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  105. </Compile>
  106. <Compile Include="测试记录解析DCW.cs">
  107. <SubType>Form</SubType>
  108. </Compile>
  109. <Compile Include="测试记录解析DCW.Designer.cs">
  110. <DependentUpon>测试记录解析DCW.cs</DependentUpon>
  111. </Compile>
  112. <Compile Include="测试记录解析.cs">
  113. <SubType>Form</SubType>
  114. </Compile>
  115. <Compile Include="测试记录解析.Designer.cs">
  116. <DependentUpon>测试记录解析.cs</DependentUpon>
  117. </Compile>
  118. <Compile Include="Form1.cs">
  119. <SubType>Form</SubType>
  120. </Compile>
  121. <Compile Include="Form1.Designer.cs">
  122. <DependentUpon>Form1.cs</DependentUpon>
  123. </Compile>
  124. <Compile Include="Program.cs" />
  125. <Compile Include="Properties\AssemblyInfo.cs" />
  126. <EmbeddedResource Include="AutoAnalysisXmlByStep.resx">
  127. <DependentUpon>AutoAnalysisXmlByStep.cs</DependentUpon>
  128. </EmbeddedResource>
  129. <EmbeddedResource Include="AutoAnalysisXml.resx">
  130. <DependentUpon>AutoAnalysisXml.cs</DependentUpon>
  131. </EmbeddedResource>
  132. <EmbeddedResource Include="DateWeek.resx">
  133. <DependentUpon>DateWeek.cs</DependentUpon>
  134. </EmbeddedResource>
  135. <EmbeddedResource Include="Form2.resx">
  136. <DependentUpon>Form2.cs</DependentUpon>
  137. </EmbeddedResource>
  138. <EmbeddedResource Include="Form3.resx">
  139. <DependentUpon>Form3.cs</DependentUpon>
  140. </EmbeddedResource>
  141. <EmbeddedResource Include="Login.resx">
  142. <DependentUpon>Login.cs</DependentUpon>
  143. </EmbeddedResource>
  144. <EmbeddedResource Include="SetLoadingWindow.resx">
  145. <DependentUpon>SetLoadingWindow.cs</DependentUpon>
  146. </EmbeddedResource>
  147. <EmbeddedResource Include="测试记录解析DCW.resx">
  148. <DependentUpon>测试记录解析DCW.cs</DependentUpon>
  149. </EmbeddedResource>
  150. <EmbeddedResource Include="测试记录解析.resx">
  151. <DependentUpon>测试记录解析.cs</DependentUpon>
  152. </EmbeddedResource>
  153. <EmbeddedResource Include="Form1.resx">
  154. <DependentUpon>Form1.cs</DependentUpon>
  155. </EmbeddedResource>
  156. <EmbeddedResource Include="Properties\Resources.resx">
  157. <Generator>ResXFileCodeGenerator</Generator>
  158. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  159. <SubType>Designer</SubType>
  160. </EmbeddedResource>
  161. <Compile Include="Properties\Resources.Designer.cs">
  162. <AutoGen>True</AutoGen>
  163. <DependentUpon>Resources.resx</DependentUpon>
  164. </Compile>
  165. <None Include="Properties\Settings.settings">
  166. <Generator>SettingsSingleFileGenerator</Generator>
  167. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  168. </None>
  169. <Compile Include="Properties\Settings.Designer.cs">
  170. <AutoGen>True</AutoGen>
  171. <DependentUpon>Settings.settings</DependentUpon>
  172. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  173. </Compile>
  174. </ItemGroup>
  175. <ItemGroup>
  176. <Content Include="tool\Oracle.ManagedDataAccess.dll" />
  177. <Content Include="tool\XlsCrt2.DLL" />
  178. <Content Include="tool\XlsxCrt.dll" />
  179. </ItemGroup>
  180. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  181. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  182. Other similar extension points exist, see Microsoft.Common.targets.
  183. <Target Name="BeforeBuild">
  184. </Target>
  185. <Target Name="AfterBuild">
  186. </Target>
  187. -->
  188. </Project>