纽威
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

349 lines
18 KiB

3 years ago
2 years ago
3 years ago
2 years ago
3 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
2 years ago
3 years ago
3 years ago
1 year ago
3 years ago
5 months ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
2 years ago
3 years ago
3 years ago
1 year ago
1 year ago
3 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{F2035EE2-B73D-4FB8-A433-CAB465DE6A2A}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>NFine.Application</RootNamespace>
  11. <AssemblyName>NFine.Application</AssemblyName>
  12. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>
  15. </SccProjectName>
  16. <SccLocalPath>
  17. </SccLocalPath>
  18. <SccAuxPath>
  19. </SccAuxPath>
  20. <SccProvider>
  21. </SccProvider>
  22. <TargetFrameworkProfile />
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="log4net">
  43. <HintPath>..\NFine.Web\bin\log4net.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  46. <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  47. <Private>True</Private>
  48. </Reference>
  49. <Reference Include="System" />
  50. <Reference Include="System.Configuration" />
  51. <Reference Include="System.Core" />
  52. <Reference Include="System.EnterpriseServices" />
  53. <Reference Include="System.Runtime.Serialization" />
  54. <Reference Include="System.ServiceModel" />
  55. <Reference Include="System.Web" />
  56. <Reference Include="System.Web.Services" />
  57. <Reference Include="System.Xml.Linq" />
  58. <Reference Include="System.Data.DataSetExtensions" />
  59. <Reference Include="Microsoft.CSharp" />
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Xml" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="01 Infrastructure\DbLogType.cs" />
  65. <Compile Include="Encrypt\EnciphermentApp.cs" />
  66. <Compile Include="Entity\ICSBadReason.cs" />
  67. <Compile Include="Entity\ICSInspectionList.cs" />
  68. <Compile Include="Entity\ICSInventoryInspectionGroup.cs" />
  69. <Compile Include="Properties\AssemblyInfo.cs" />
  70. <Compile Include="Properties\Settings.Designer.cs">
  71. <AutoGen>True</AutoGen>
  72. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  73. <DependentUpon>Settings.settings</DependentUpon>
  74. </Compile>
  75. <Compile Include="SRM\UserWorkPointApp.cs" />
  76. <Compile Include="SystemManage\CommonReportApp.cs" />
  77. <Compile Include="SystemManage\ItemsApp.cs" />
  78. <Compile Include="SystemManage\ItemsDetailApp.cs" />
  79. <Compile Include="SystemManage\MailApp.cs" />
  80. <Compile Include="SystemManage\ModuleApp.cs" />
  81. <Compile Include="SystemManage\ModuleButtonApp.cs" />
  82. <Compile Include="SystemManage\AreaApp.cs" />
  83. <Compile Include="SystemManage\OrganizeApp.cs" />
  84. <Compile Include="SystemManage\RoleApp.cs" />
  85. <Compile Include="SystemManage\CustomerApp.cs" />
  86. <Compile Include="SystemManage\UserApp.cs" />
  87. <Compile Include="SystemManage\UserLogOnApp.cs" />
  88. <Compile Include="SystemManage\DutyApp.cs" />
  89. <Compile Include="SystemManage\RoleAuthorizeApp.cs" />
  90. <Compile Include="SystemSecurity\DbBackupApp.cs" />
  91. <Compile Include="SystemSecurity\FilterIPApp.cs" />
  92. <Compile Include="SystemSecurity\LogApp.cs" />
  93. <Compile Include="Web References\SAPCallBackDispatchVPNCS\Reference.cs">
  94. <AutoGen>True</AutoGen>
  95. <DesignTime>True</DesignTime>
  96. <DependentUpon>Reference.map</DependentUpon>
  97. </Compile>
  98. <Compile Include="Web References\SAPCallBackDispatchVPN\Reference.cs">
  99. <AutoGen>True</AutoGen>
  100. <DesignTime>True</DesignTime>
  101. <DependentUpon>Reference.map</DependentUpon>
  102. </Compile>
  103. <Compile Include="Web References\SAPCallBackDocVPNCS\Reference.cs">
  104. <AutoGen>True</AutoGen>
  105. <DesignTime>True</DesignTime>
  106. <DependentUpon>Reference.map</DependentUpon>
  107. </Compile>
  108. <Compile Include="Web References\SAPCallBackDocVPN\Reference.cs">
  109. <AutoGen>True</AutoGen>
  110. <DesignTime>True</DesignTime>
  111. <DependentUpon>Reference.map</DependentUpon>
  112. </Compile>
  113. <Compile Include="Web References\SAPCallBackJYHGDVPNCS\Reference.cs">
  114. <AutoGen>True</AutoGen>
  115. <DesignTime>True</DesignTime>
  116. <DependentUpon>Reference.map</DependentUpon>
  117. </Compile>
  118. <Compile Include="Web References\SAPCallBackJYHGDVPN\Reference.cs">
  119. <AutoGen>True</AutoGen>
  120. <DesignTime>True</DesignTime>
  121. <DependentUpon>Reference.map</DependentUpon>
  122. </Compile>
  123. <Compile Include="Web References\SAPGetChkDocInfoVPN\Reference.cs">
  124. <AutoGen>True</AutoGen>
  125. <DesignTime>True</DesignTime>
  126. <DependentUpon>Reference.map</DependentUpon>
  127. </Compile>
  128. <Compile Include="Web References\SAPGetChkDocInfoZS\Reference.cs">
  129. <AutoGen>True</AutoGen>
  130. <DesignTime>True</DesignTime>
  131. <DependentUpon>Reference.map</DependentUpon>
  132. </Compile>
  133. <Compile Include="WMS\BasicSettingsApp.cs" />
  134. <Compile Include="WMS\BlitemApp.cs" />
  135. <Compile Include="WMS\DeciliterApp.cs" />
  136. <Compile Include="WMS\ExpressageApp.cs" />
  137. <Compile Include="WMS\UpdateBinCodeApp.cs" />
  138. <Compile Include="WMS\HomeWorkApp.cs" />
  139. <Compile Include="WMS\ICSDisassemblyDocApp.cs" />
  140. <Compile Include="WMS\ICSHGErrorHandleApp.cs" />
  141. <Compile Include="WMS\ICSToSAPApp .cs" />
  142. <Compile Include="WMS\ICSMTDOCApp.cs" />
  143. <Compile Include="WMS\ICSRCVIQCsApp.cs" />
  144. <Compile Include="WMS\MaterialsDeliveredRTMApp.cs" />
  145. <Compile Include="WMS\PickMaterialApp.cs" />
  146. <Compile Include="WMS\PrintApp.cs" />
  147. <Compile Include="WMS\ProductionIssueApp.cs" />
  148. <Compile Include="WMS\ProductionRAFMRApp.cs" />
  149. <Compile Include="WMS\RevokeBusinessApp.cs" />
  150. <Compile Include="WMS\UserListApp.cs" />
  151. <Compile Include="WMS\WeiWaiProductionIssueApp.cs" />
  152. <Compile Include="WMS\WMSCreateItemLotApp.cs" />
  153. <Compile Include="WMS\WMSDeleteReceipts.cs" />
  154. <Compile Include="WMS\WWMaterialsDeliveredRTMApp.cs" />
  155. <Compile Include="WMS\WWProductionRAFMRApp.cs" />
  156. </ItemGroup>
  157. <ItemGroup>
  158. <ProjectReference Include="..\NFine.Code\NFine.Code.csproj">
  159. <Project>{db19ce03-c307-43fe-a209-08aa4ae10e21}</Project>
  160. <Name>NFine.Code</Name>
  161. </ProjectReference>
  162. <ProjectReference Include="..\NFine.Data\NFine.Data.csproj">
  163. <Project>{f71003e8-a836-48f4-9df6-df9095cebd18}</Project>
  164. <Name>NFine.Data</Name>
  165. </ProjectReference>
  166. <ProjectReference Include="..\NFine.Domain\NFine.Domain.csproj">
  167. <Project>{7dc886cd-b8a0-44e8-aadd-57fcb0cfecb8}</Project>
  168. <Name>NFine.Domain</Name>
  169. </ProjectReference>
  170. <ProjectReference Include="..\NFine.Repository\NFine.Repository.csproj">
  171. <Project>{875233bf-ea15-49e0-9a9c-77884a897ff6}</Project>
  172. <Name>NFine.Repository</Name>
  173. </ProjectReference>
  174. </ItemGroup>
  175. <ItemGroup>
  176. <WCFMetadata Include="Connected Services\" />
  177. </ItemGroup>
  178. <ItemGroup>
  179. <None Include="app.config" />
  180. <None Include="Properties\Settings.settings">
  181. <Generator>SettingsSingleFileGenerator</Generator>
  182. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  183. </None>
  184. <None Include="Web References\SAPCallBackDispatchVPNCS\document.wsdl" />
  185. <None Include="Web References\SAPCallBackDispatchVPNCS\Reference.map">
  186. <Generator>MSDiscoCodeGenerator</Generator>
  187. <LastGenOutput>Reference.cs</LastGenOutput>
  188. </None>
  189. <None Include="Web References\SAPCallBackDispatchVPNCS\ZWMS_SK_DO_GZResponse.datasource">
  190. <DependentUpon>Reference.map</DependentUpon>
  191. </None>
  192. <None Include="Web References\SAPCallBackDispatchVPN\document.wsdl" />
  193. <None Include="Web References\SAPCallBackDispatchVPN\Reference.map">
  194. <Generator>MSDiscoCodeGenerator</Generator>
  195. <LastGenOutput>Reference.cs</LastGenOutput>
  196. </None>
  197. <None Include="Web References\SAPCallBackDispatchVPN\ZWMS_SK_DO_GZResponse.datasource">
  198. <DependentUpon>Reference.map</DependentUpon>
  199. </None>
  200. <None Include="Web References\SAPCallBackDocVPNCS\document.wsdl" />
  201. <None Include="Web References\SAPCallBackDocVPNCS\Reference.map">
  202. <Generator>MSDiscoCodeGenerator</Generator>
  203. <LastGenOutput>Reference.cs</LastGenOutput>
  204. </None>
  205. <None Include="Web References\SAPCallBackDocVPNCS\ZWMS_SK_WS_PZResponse.datasource">
  206. <DependentUpon>Reference.map</DependentUpon>
  207. </None>
  208. <None Include="Web References\SAPCallBackDocVPN\document.wsdl" />
  209. <None Include="Web References\SAPCallBackDocVPN\Reference.map">
  210. <Generator>MSDiscoCodeGenerator</Generator>
  211. <LastGenOutput>Reference.cs</LastGenOutput>
  212. </None>
  213. <None Include="Web References\SAPCallBackDocVPN\ZWMS_SK_WS_PZResponse.datasource">
  214. <DependentUpon>Reference.map</DependentUpon>
  215. </None>
  216. <None Include="Web References\SAPCallBackJYHGDVPNCS\document.wsdl" />
  217. <None Include="Web References\SAPCallBackJYHGDVPNCS\Reference.map">
  218. <Generator>MSDiscoCodeGenerator</Generator>
  219. <LastGenOutput>Reference.cs</LastGenOutput>
  220. </None>
  221. <None Include="Web References\SAPCallBackJYHGDVPNCS\ZWMS_SK_WS_RUKUResponse.datasource">
  222. <DependentUpon>Reference.map</DependentUpon>
  223. </None>
  224. <None Include="Web References\SAPCallBackJYHGDVPN\document.wsdl" />
  225. <None Include="Web References\SAPCallBackJYHGDVPN\Reference.map">
  226. <Generator>MSDiscoCodeGenerator</Generator>
  227. <LastGenOutput>Reference.cs</LastGenOutput>
  228. </None>
  229. <None Include="Web References\SAPCallBackJYHGDVPN\ZWMS_SK_WS_RUKUResponse.datasource">
  230. <DependentUpon>Reference.map</DependentUpon>
  231. </None>
  232. <None Include="Web References\SAPGetChkDocInfoVPN\document.wsdl" />
  233. <None Include="Web References\SAPGetChkDocInfoVPN\Reference.map">
  234. <Generator>MSDiscoCodeGenerator</Generator>
  235. <LastGenOutput>Reference.cs</LastGenOutput>
  236. </None>
  237. <None Include="Web References\SAPGetChkDocInfoVPN\ZWMS_SK_WS_CHECKResponse.datasource">
  238. <DependentUpon>Reference.map</DependentUpon>
  239. </None>
  240. <None Include="Web References\SAPGetChkDocInfoZS\document.wsdl" />
  241. <None Include="Web References\SAPGetChkDocInfoZS\Reference.map">
  242. <Generator>MSDiscoCodeGenerator</Generator>
  243. <LastGenOutput>Reference.cs</LastGenOutput>
  244. </None>
  245. <None Include="Web References\SAPGetChkDocInfoZS\ZWMS_SK_WS_CHECKResponse.datasource">
  246. <DependentUpon>Reference.map</DependentUpon>
  247. </None>
  248. </ItemGroup>
  249. <ItemGroup>
  250. <WebReferences Include="Web References\" />
  251. </ItemGroup>
  252. <ItemGroup>
  253. <WebReferenceUrl Include="http://192.168.0.4:8000/sap/bc/srt/wsdl/bndg_EDB7263E9D7885F194F30050569113DA/wsdl11/allinone/ws_policy/document%3fsap-client=900">
  254. <UrlBehavior>Dynamic</UrlBehavior>
  255. <RelPath>Web References\SAPGetChkDocInfoVPN\</RelPath>
  256. <UpdateFromURL>http://192.168.0.4:8000/sap/bc/srt/wsdl/bndg_EDB7263E9D7885F194F30050569113DA/wsdl11/allinone/ws_policy/document%3fsap-client=900</UpdateFromURL>
  257. <ServiceLocationURL>
  258. </ServiceLocationURL>
  259. <CachedDynamicPropName>
  260. </CachedDynamicPropName>
  261. <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
  262. <CachedSettingsPropName>NFine_Application_SAPGetChkDocInfoVPN_ZWMS_SK_WS_CHECK</CachedSettingsPropName>
  263. </WebReferenceUrl>
  264. <WebReferenceUrl Include="http://58.210.216.118:8072/sap/bc/srt/wsdl/bndg_EDB726E6976D07F194F30050569113DA/wsdl11/allinone/ws_policy/document%3fsap-client=900">
  265. <UrlBehavior>Dynamic</UrlBehavior>
  266. <RelPath>Web References\SAPCallBackDocVPNCS\</RelPath>
  267. <UpdateFromURL>http://58.210.216.118:8072/sap/bc/srt/wsdl/bndg_EDB726E6976D07F194F30050569113DA/wsdl11/allinone/ws_policy/document%3fsap-client=900</UpdateFromURL>
  268. <ServiceLocationURL>
  269. </ServiceLocationURL>
  270. <CachedDynamicPropName>
  271. </CachedDynamicPropName>
  272. <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
  273. <CachedSettingsPropName>NFine_Application_SAPCallBackDocVPNCS_ZWMS_SK_WS_PZ</CachedSettingsPropName>
  274. </WebReferenceUrl>
  275. <WebReferenceUrl Include="http://58.210.216.118:8072/sap/bc/srt/wsdl/bndg_EDB726F2E713E1F194F30050569113DA/wsdl11/allinone/ws_policy/document%3fsap-client=900">
  276. <UrlBehavior>Dynamic</UrlBehavior>
  277. <RelPath>Web References\SAPCallBackJYHGDVPNCS\</RelPath>
  278. <UpdateFromURL>http://58.210.216.118:8072/sap/bc/srt/wsdl/bndg_EDB726F2E713E1F194F30050569113DA/wsdl11/allinone/ws_policy/document%3fsap-client=900</UpdateFromURL>
  279. <ServiceLocationURL>
  280. </ServiceLocationURL>
  281. <CachedDynamicPropName>
  282. </CachedDynamicPropName>
  283. <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
  284. <CachedSettingsPropName>NFine_Application_SAPCallBackJYHGDVPNCS_ZWMS_SK_WS_RUKU</CachedSettingsPropName>
  285. </WebReferenceUrl>
  286. <WebReferenceUrl Include="http://58.210.216.118:8072/sap/bc/srt/wsdl/bndg_EDC6F54286A11EF194F30050569113DA/wsdl11/allinone/ws_policy/document%3fsap-client=900">
  287. <UrlBehavior>Dynamic</UrlBehavior>
  288. <RelPath>Web References\SAPCallBackDispatchVPNCS\</RelPath>
  289. <UpdateFromURL>http://58.210.216.118:8072/sap/bc/srt/wsdl/bndg_EDC6F54286A11EF194F30050569113DA/wsdl11/allinone/ws_policy/document%3fsap-client=900</UpdateFromURL>
  290. <ServiceLocationURL>
  291. </ServiceLocationURL>
  292. <CachedDynamicPropName>
  293. </CachedDynamicPropName>
  294. <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
  295. <CachedSettingsPropName>NFine_Application_SAPCallBackDispatchVPNCS_ZWMS_SK_DO_GZ</CachedSettingsPropName>
  296. </WebReferenceUrl>
  297. <WebReferenceUrl Include="http://erpprd6.neway.com.cn:8000/sap/bc/srt/wsdl/bndg_EDFDF9205DA7C8F189ED005056B73506/wsdl11/allinone/ws_policy/document%3fsap-client=900">
  298. <UrlBehavior>Dynamic</UrlBehavior>
  299. <RelPath>Web References\SAPCallBackDispatchVPN\</RelPath>
  300. <UpdateFromURL>http://erpprd6.neway.com.cn:8000/sap/bc/srt/wsdl/bndg_EDFDF9205DA7C8F189ED005056B73506/wsdl11/allinone/ws_policy/document%3fsap-client=900</UpdateFromURL>
  301. <ServiceLocationURL>
  302. </ServiceLocationURL>
  303. <CachedDynamicPropName>
  304. </CachedDynamicPropName>
  305. <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
  306. <CachedSettingsPropName>NFine_Application_SAPCallBackDispatchVPN_ZWMS_SK_DO_GZ</CachedSettingsPropName>
  307. </WebReferenceUrl>
  308. <WebReferenceUrl Include="http://erpprd6.neway.com.cn:8000/sap/bc/srt/wsdl/bndg_EDFDF99E292C70F189ED005056B73506/wsdl11/allinone/ws_policy/document%3fsap-client=900">
  309. <UrlBehavior>Dynamic</UrlBehavior>
  310. <RelPath>Web References\SAPGetChkDocInfoZS\</RelPath>
  311. <UpdateFromURL>http://erpprd6.neway.com.cn:8000/sap/bc/srt/wsdl/bndg_EDFDF99E292C70F189ED005056B73506/wsdl11/allinone/ws_policy/document%3fsap-client=900</UpdateFromURL>
  312. <ServiceLocationURL>
  313. </ServiceLocationURL>
  314. <CachedDynamicPropName>
  315. </CachedDynamicPropName>
  316. <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
  317. <CachedSettingsPropName>NFine_Application_SAPGetChkDocInfoZS_ZWMS_SK_WS_CHECK</CachedSettingsPropName>
  318. </WebReferenceUrl>
  319. <WebReferenceUrl Include="http://erpprd6.neway.com.cn:8000/sap/bc/srt/wsdl/bndg_EDFDF9FBF2FB23F189ED005056B73506/wsdl11/allinone/ws_policy/document%3fsap-client=900">
  320. <UrlBehavior>Dynamic</UrlBehavior>
  321. <RelPath>Web References\SAPCallBackDocVPN\</RelPath>
  322. <UpdateFromURL>http://erpprd6.neway.com.cn:8000/sap/bc/srt/wsdl/bndg_EDFDF9FBF2FB23F189ED005056B73506/wsdl11/allinone/ws_policy/document%3fsap-client=900</UpdateFromURL>
  323. <ServiceLocationURL>
  324. </ServiceLocationURL>
  325. <CachedDynamicPropName>
  326. </CachedDynamicPropName>
  327. <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
  328. <CachedSettingsPropName>NFine_Application_SAPCallBackDocVPN_ZWMS_SK_WS_PZ</CachedSettingsPropName>
  329. </WebReferenceUrl>
  330. <WebReferenceUrl Include="http://erpprd6.neway.com.cn:8000/sap/bc/srt/wsdl/bndg_EDFDFA21380F30F189ED005056B73506/wsdl11/allinone/ws_policy/document%3fsap-client=900">
  331. <UrlBehavior>Dynamic</UrlBehavior>
  332. <RelPath>Web References\SAPCallBackJYHGDVPN\</RelPath>
  333. <UpdateFromURL>http://erpprd6.neway.com.cn:8000/sap/bc/srt/wsdl/bndg_EDFDFA21380F30F189ED005056B73506/wsdl11/allinone/ws_policy/document%3fsap-client=900</UpdateFromURL>
  334. <ServiceLocationURL>
  335. </ServiceLocationURL>
  336. <CachedDynamicPropName>
  337. </CachedDynamicPropName>
  338. <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
  339. <CachedSettingsPropName>NFine_Application_SAPCallBackJYHGDVPN_ZWMS_SK_WS_RUKU</CachedSettingsPropName>
  340. </WebReferenceUrl>
  341. </ItemGroup>
  342. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  343. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  344. Other similar extension points exist, see Microsoft.Common.targets.
  345. <Target Name="BeforeBuild">
  346. </Target>
  347. <Target Name="AfterBuild">
  348. </Target>
  349. -->
  350. </Project>