Core.LgMes.Client.lgResMgt.csproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>9.0.21022</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{13F893E9-8E12-41F0-AE62-B05894A977EC}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Core.LgMes.Client.LgResMgt</RootNamespace>
  11. <AssemblyName>Core.LgMes.Client.LgResMgt</AssemblyName>
  12. <SccProjectName>
  13. </SccProjectName>
  14. <SccLocalPath>
  15. </SccLocalPath>
  16. <SccAuxPath>
  17. </SccAuxPath>
  18. <SccProvider>
  19. </SccProvider>
  20. <FileUpgradeFlags>
  21. </FileUpgradeFlags>
  22. <OldToolsVersion>2.0</OldToolsVersion>
  23. <UpgradeBackupLocation>
  24. </UpgradeBackupLocation>
  25. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  26. <PublishUrl>http://localhost/Core.LgMes.Client.LgResMgt/</PublishUrl>
  27. <Install>true</Install>
  28. <InstallFrom>Web</InstallFrom>
  29. <UpdateEnabled>true</UpdateEnabled>
  30. <UpdateMode>Foreground</UpdateMode>
  31. <UpdateInterval>7</UpdateInterval>
  32. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  33. <UpdatePeriodically>false</UpdatePeriodically>
  34. <UpdateRequired>false</UpdateRequired>
  35. <MapFileExtensions>true</MapFileExtensions>
  36. <ApplicationRevision>0</ApplicationRevision>
  37. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  38. <IsWebBootstrapper>true</IsWebBootstrapper>
  39. <UseApplicationTrust>false</UseApplicationTrust>
  40. <BootstrapperEnabled>true</BootstrapperEnabled>
  41. </PropertyGroup>
  42. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  43. <DebugSymbols>true</DebugSymbols>
  44. <DebugType>full</DebugType>
  45. <Optimize>false</Optimize>
  46. <OutputPath>..\output\</OutputPath>
  47. <DefineConstants>DEBUG;TRACE</DefineConstants>
  48. <ErrorReport>prompt</ErrorReport>
  49. <WarningLevel>4</WarningLevel>
  50. </PropertyGroup>
  51. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  52. <DebugType>pdbonly</DebugType>
  53. <Optimize>true</Optimize>
  54. <OutputPath>bin\Release\</OutputPath>
  55. <DefineConstants>TRACE</DefineConstants>
  56. <ErrorReport>prompt</ErrorReport>
  57. <WarningLevel>4</WarningLevel>
  58. </PropertyGroup>
  59. <ItemGroup>
  60. <Reference Include="Core.LgMes.Client.Comm, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  61. <Reference Include="Core.LgMes.Client.lgBll, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  62. <Reference Include="Core.LgMes.Client.lgClassModel, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  63. <Reference Include="Core.LgMes.Client.LgDeviceManager, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  64. <Reference Include="Core.Mes.Client.Common, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  65. <Reference Include="CoreApp.CommonType, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  66. <Reference Include="CoreApp.Design.CommonCtl, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  67. <Reference Include="CoreFS.CA06, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" />
  68. <Reference Include="Hessiancsharp, Version=1.3.3567.1464, Culture=neutral, processorArchitecture=MSIL" />
  69. <Reference Include="Infragistics2.Excel.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  70. <Reference Include="Infragistics2.Shared.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  71. <Reference Include="Infragistics2.Win.Misc.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  72. <Reference Include="Infragistics2.Win.UltraWinDataSource.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  73. <Reference Include="Infragistics2.Win.UltraWinDock.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  74. <Reference Include="Infragistics2.Win.UltraWinEditors.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  75. <Reference Include="Infragistics2.Win.UltraWinGrid.ExcelExport.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  76. <Reference Include="Infragistics2.Win.UltraWinGrid.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  77. <Reference Include="Infragistics2.Win.UltraWinStatusBar.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  78. <Reference Include="Infragistics2.Win.UltraWinTabbedMdi.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  79. <Reference Include="Infragistics2.Win.UltraWinTabControl.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  80. <Reference Include="Infragistics2.Win.UltraWinToolbars.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  81. <Reference Include="Infragistics2.Win.UltraWinTree.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  82. <Reference Include="Infragistics2.Win.v9.2, Version=9.2.20092.1003, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb, processorArchitecture=MSIL" />
  83. <Reference Include="Interop.Excel, Version=1.5.0.0, Culture=neutral">
  84. <SpecificVersion>False</SpecificVersion>
  85. </Reference>
  86. <Reference Include="Microsoft.VisualBasic" />
  87. <Reference Include="Oracle.DataAccess, Version=9.2.0.401, Culture=neutral, PublicKeyToken=89b483f429c47342">
  88. <SpecificVersion>False</SpecificVersion>
  89. <HintPath>..\..\Core.CgMes.Server\Core.CgMes.Server.LgResMgt\output\Oracle.DataAccess.dll</HintPath>
  90. </Reference>
  91. <Reference Include="System" />
  92. <Reference Include="System.Core">
  93. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  94. </Reference>
  95. <Reference Include="System.Data" />
  96. <Reference Include="System.Design" />
  97. <Reference Include="System.Drawing" />
  98. <Reference Include="System.EnterpriseServices" />
  99. <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
  100. <Reference Include="System.Web" />
  101. <Reference Include="System.Web.Services" />
  102. <Reference Include="System.Windows.Forms" />
  103. <Reference Include="System.Xml" />
  104. </ItemGroup>
  105. <ItemGroup>
  106. <Compile Include="frmCcmMgt.cs">
  107. <SubType>Form</SubType>
  108. </Compile>
  109. <Compile Include="frmCcmMgt.designer.cs">
  110. <DependentUpon>frmCcmMgt.cs</DependentUpon>
  111. </Compile>
  112. <Compile Include="Properties\Settings.Designer.cs">
  113. <AutoGen>True</AutoGen>
  114. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  115. <DependentUpon>Settings.settings</DependentUpon>
  116. </Compile>
  117. <Compile Include="公共自定义控件\ucResChemelEment.cs">
  118. <SubType>UserControl</SubType>
  119. </Compile>
  120. <Compile Include="公共自定义控件\ucResChemelEment.Designer.cs">
  121. <DependentUpon>ucResChemelEment.cs</DependentUpon>
  122. </Compile>
  123. <Compile Include="公共自定义控件\ucTempManualSampling.cs">
  124. <SubType>UserControl</SubType>
  125. </Compile>
  126. <Compile Include="公共自定义控件\ucTempManualSampling.Designer.cs">
  127. <DependentUpon>ucTempManualSampling.cs</DependentUpon>
  128. </Compile>
  129. <Compile Include="其它\frmCutInfoAssit.cs">
  130. <SubType>Form</SubType>
  131. </Compile>
  132. <Compile Include="其它\frmCutInfoAssit.Designer.cs">
  133. <DependentUpon>frmCutInfoAssit.cs</DependentUpon>
  134. </Compile>
  135. <Compile Include="其它实绩管理\frmHmpResults.cs">
  136. <SubType>Form</SubType>
  137. </Compile>
  138. <Compile Include="其它实绩管理\frmHmpResults.designer.cs">
  139. <DependentUpon>frmHmpResults.cs</DependentUpon>
  140. </Compile>
  141. <Compile Include="其它实绩管理\frmCasResults.cs">
  142. <SubType>Form</SubType>
  143. </Compile>
  144. <Compile Include="其它实绩管理\frmCasResults.Designer.cs">
  145. <DependentUpon>frmCasResults.cs</DependentUpon>
  146. </Compile>
  147. <Compile Include="其它实绩管理\frmVdResults.cs">
  148. <SubType>Form</SubType>
  149. </Compile>
  150. <Compile Include="其它实绩管理\frmVdResults.Designer.cs">
  151. <DependentUpon>frmVdResults.cs</DependentUpon>
  152. </Compile>
  153. <Compile Include="弹出窗体\frmSelBillet.cs">
  154. <SubType>Form</SubType>
  155. </Compile>
  156. <Compile Include="弹出窗体\frmSelBillet.Designer.cs">
  157. <DependentUpon>frmSelBillet.cs</DependentUpon>
  158. </Compile>
  159. <Compile Include="转炉实绩管理\frmO2Times.cs">
  160. <SubType>Form</SubType>
  161. </Compile>
  162. <Compile Include="转炉实绩管理\frmO2Times.Designer.cs">
  163. <DependentUpon>frmO2Times.cs</DependentUpon>
  164. </Compile>
  165. <Compile Include="连铸实绩管理\frmCcmResults.cs">
  166. <SubType>Form</SubType>
  167. </Compile>
  168. <Compile Include="连铸实绩管理\frmCcmResults.Designer.cs">
  169. <DependentUpon>frmCcmResults.cs</DependentUpon>
  170. </Compile>
  171. <Compile Include="其它实绩管理\frmLfsResults.cs">
  172. <SubType>Form</SubType>
  173. </Compile>
  174. <Compile Include="其它实绩管理\frmLfsResults.Designer.cs">
  175. <DependentUpon>frmLfsResults.cs</DependentUpon>
  176. </Compile>
  177. <Compile Include="FrmScrapSteel.cs">
  178. <SubType>Form</SubType>
  179. </Compile>
  180. <Compile Include="FrmScrapSteel.Designer.cs">
  181. <DependentUpon>FrmScrapSteel.cs</DependentUpon>
  182. </Compile>
  183. <Compile Include="Properties\AssemblyInfo.cs" />
  184. <Compile Include="转炉实绩管理\frmBofcResults.cs">
  185. <SubType>Form</SubType>
  186. </Compile>
  187. <Compile Include="转炉实绩管理\frmBofcResults.designer.cs">
  188. <DependentUpon>frmBofcResults.cs</DependentUpon>
  189. </Compile>
  190. <Compile Include="其它实绩管理\frmRhsResults.cs">
  191. <SubType>Form</SubType>
  192. </Compile>
  193. <Compile Include="其它实绩管理\frmRhsResults.Designer.cs">
  194. <DependentUpon>frmRhsResults.cs</DependentUpon>
  195. </Compile>
  196. <Compile Include="公共自定义控件\ucAdditives.cs">
  197. <SubType>UserControl</SubType>
  198. </Compile>
  199. <Compile Include="公共自定义控件\ucAdditives.Designer.cs">
  200. <DependentUpon>ucAdditives.cs</DependentUpon>
  201. </Compile>
  202. <Compile Include="公共自定义控件\ucHeatNoQuery.cs">
  203. <SubType>UserControl</SubType>
  204. </Compile>
  205. <Compile Include="公共自定义控件\ucHeatNoQuery.Designer.cs">
  206. <DependentUpon>ucHeatNoQuery.cs</DependentUpon>
  207. </Compile>
  208. <Compile Include="公共自定义控件\ucPlan.cs">
  209. <SubType>UserControl</SubType>
  210. </Compile>
  211. <Compile Include="公共自定义控件\ucPlan.Designer.cs">
  212. <DependentUpon>ucPlan.cs</DependentUpon>
  213. </Compile>
  214. <Compile Include="公共自定义控件\ucTempSampling.cs">
  215. <SubType>UserControl</SubType>
  216. </Compile>
  217. <Compile Include="公共自定义控件\ucTempSampling.Designer.cs">
  218. <DependentUpon>ucTempSampling.cs</DependentUpon>
  219. </Compile>
  220. <Compile Include="弹出窗体\SetTime.cs">
  221. <SubType>Form</SubType>
  222. </Compile>
  223. <Compile Include="弹出窗体\SetTime.Designer.cs">
  224. <DependentUpon>SetTime.cs</DependentUpon>
  225. </Compile>
  226. <Compile Include="转炉实绩管理\frmOggHistory.cs">
  227. <SubType>Form</SubType>
  228. </Compile>
  229. <Compile Include="转炉实绩管理\frmOggHistory.Designer.cs">
  230. <DependentUpon>frmOggHistory.cs</DependentUpon>
  231. </Compile>
  232. <Compile Include="连铸实绩管理\frmSetAddit.cs">
  233. <SubType>Form</SubType>
  234. </Compile>
  235. <Compile Include="连铸实绩管理\frmSetAddit.Designer.cs">
  236. <DependentUpon>frmSetAddit.cs</DependentUpon>
  237. </Compile>
  238. <Compile Include="通用文件\FrmSetSteelName.cs">
  239. <SubType>Form</SubType>
  240. </Compile>
  241. <Compile Include="通用文件\FrmSetSteelName.designer.cs">
  242. <DependentUpon>FrmSetSteelName.cs</DependentUpon>
  243. </Compile>
  244. <Compile Include="通用文件\FrmSetTime.cs">
  245. <SubType>Form</SubType>
  246. </Compile>
  247. <Compile Include="通用文件\FrmSetTime.designer.cs">
  248. <DependentUpon>FrmSetTime.cs</DependentUpon>
  249. </Compile>
  250. <Compile Include="通用文件\LFFLInfo.cs">
  251. <SubType>Form</SubType>
  252. </Compile>
  253. <Compile Include="通用文件\StaticFunction.cs" />
  254. </ItemGroup>
  255. <ItemGroup>
  256. <EmbeddedResource Include="frmCcmMgt.resx">
  257. <DependentUpon>frmCcmMgt.cs</DependentUpon>
  258. <SubType>Designer</SubType>
  259. </EmbeddedResource>
  260. <EmbeddedResource Include="Properties\licenses.licx" />
  261. <EmbeddedResource Include="公共自定义控件\ucResChemelEment.resx">
  262. <DependentUpon>ucResChemelEment.cs</DependentUpon>
  263. <SubType>Designer</SubType>
  264. </EmbeddedResource>
  265. <EmbeddedResource Include="公共自定义控件\ucTempManualSampling.resx">
  266. <DependentUpon>ucTempManualSampling.cs</DependentUpon>
  267. <SubType>Designer</SubType>
  268. </EmbeddedResource>
  269. <EmbeddedResource Include="其它\frmCutInfoAssit.resx">
  270. <DependentUpon>frmCutInfoAssit.cs</DependentUpon>
  271. <SubType>Designer</SubType>
  272. </EmbeddedResource>
  273. <EmbeddedResource Include="其它实绩管理\frmHmpResults.resx">
  274. <DependentUpon>frmHmpResults.cs</DependentUpon>
  275. <SubType>Designer</SubType>
  276. </EmbeddedResource>
  277. <EmbeddedResource Include="其它实绩管理\frmCasResults.resx">
  278. <SubType>Designer</SubType>
  279. <DependentUpon>frmCasResults.cs</DependentUpon>
  280. </EmbeddedResource>
  281. <EmbeddedResource Include="其它实绩管理\frmVdResults.resx">
  282. <DependentUpon>frmVdResults.cs</DependentUpon>
  283. <SubType>Designer</SubType>
  284. </EmbeddedResource>
  285. <EmbeddedResource Include="弹出窗体\frmSelBillet.resx">
  286. <DependentUpon>frmSelBillet.cs</DependentUpon>
  287. <SubType>Designer</SubType>
  288. </EmbeddedResource>
  289. <EmbeddedResource Include="转炉实绩管理\frmO2Times.resx">
  290. <DependentUpon>frmO2Times.cs</DependentUpon>
  291. <SubType>Designer</SubType>
  292. </EmbeddedResource>
  293. <EmbeddedResource Include="连铸实绩管理\frmCcmResults.resx">
  294. <DependentUpon>frmCcmResults.cs</DependentUpon>
  295. <SubType>Designer</SubType>
  296. </EmbeddedResource>
  297. <EmbeddedResource Include="其它实绩管理\frmLfsResults.resx">
  298. <DependentUpon>frmLfsResults.cs</DependentUpon>
  299. <SubType>Designer</SubType>
  300. </EmbeddedResource>
  301. <EmbeddedResource Include="FrmScrapSteel.resx">
  302. <DependentUpon>FrmScrapSteel.cs</DependentUpon>
  303. <SubType>Designer</SubType>
  304. </EmbeddedResource>
  305. <EmbeddedResource Include="转炉实绩管理\frmBofcResults.resx">
  306. <DependentUpon>frmBofcResults.cs</DependentUpon>
  307. <SubType>Designer</SubType>
  308. </EmbeddedResource>
  309. <EmbeddedResource Include="其它实绩管理\frmRhsResults.resx">
  310. <DependentUpon>frmRhsResults.cs</DependentUpon>
  311. <SubType>Designer</SubType>
  312. </EmbeddedResource>
  313. <EmbeddedResource Include="公共自定义控件\ucAdditives.resx">
  314. <SubType>Designer</SubType>
  315. <DependentUpon>ucAdditives.cs</DependentUpon>
  316. </EmbeddedResource>
  317. <EmbeddedResource Include="公共自定义控件\ucHeatNoQuery.resx">
  318. <SubType>Designer</SubType>
  319. <DependentUpon>ucHeatNoQuery.cs</DependentUpon>
  320. </EmbeddedResource>
  321. <EmbeddedResource Include="公共自定义控件\ucPlan.resx">
  322. <SubType>Designer</SubType>
  323. <DependentUpon>ucPlan.cs</DependentUpon>
  324. </EmbeddedResource>
  325. <EmbeddedResource Include="公共自定义控件\ucTempSampling.resx">
  326. <SubType>Designer</SubType>
  327. <DependentUpon>ucTempSampling.cs</DependentUpon>
  328. </EmbeddedResource>
  329. <EmbeddedResource Include="弹出窗体\SetTime.resx">
  330. <SubType>Designer</SubType>
  331. <DependentUpon>SetTime.cs</DependentUpon>
  332. </EmbeddedResource>
  333. <EmbeddedResource Include="转炉实绩管理\frmOggHistory.resx">
  334. <SubType>Designer</SubType>
  335. <DependentUpon>frmOggHistory.cs</DependentUpon>
  336. </EmbeddedResource>
  337. <EmbeddedResource Include="连铸实绩管理\frmSetAddit.resx">
  338. <DependentUpon>frmSetAddit.cs</DependentUpon>
  339. <SubType>Designer</SubType>
  340. </EmbeddedResource>
  341. <EmbeddedResource Include="通用文件\FrmSetSteelName.resx">
  342. <DependentUpon>FrmSetSteelName.cs</DependentUpon>
  343. <SubType>Designer</SubType>
  344. </EmbeddedResource>
  345. <EmbeddedResource Include="通用文件\FrmSetTime.resx">
  346. <DependentUpon>FrmSetTime.cs</DependentUpon>
  347. <SubType>Designer</SubType>
  348. </EmbeddedResource>
  349. <EmbeddedResource Include="通用文件\LFFLInfo.resx">
  350. <DependentUpon>LFFLInfo.cs</DependentUpon>
  351. <SubType>Designer</SubType>
  352. </EmbeddedResource>
  353. </ItemGroup>
  354. <ItemGroup>
  355. <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  356. <Visible>False</Visible>
  357. <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
  358. <Install>true</Install>
  359. </BootstrapperPackage>
  360. <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
  361. <Visible>False</Visible>
  362. <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
  363. <Install>false</Install>
  364. </BootstrapperPackage>
  365. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
  366. <Visible>False</Visible>
  367. <ProductName>.NET Framework 3.5</ProductName>
  368. <Install>false</Install>
  369. </BootstrapperPackage>
  370. </ItemGroup>
  371. <ItemGroup>
  372. <None Include="app.config" />
  373. <None Include="Properties\Settings.settings">
  374. <Generator>SettingsSingleFileGenerator</Generator>
  375. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  376. </None>
  377. </ItemGroup>
  378. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  379. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  380. Other similar extension points exist, see Microsoft.Common.targets.
  381. <Target Name="BeforeBuild">
  382. </Target>
  383. <Target Name="AfterBuild">
  384. </Target>
  385. -->
  386. </Project>