Bowin.Common.csproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{8A4C1C47-63BA-481B-B1FF-8175A91B2D32}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Bowin.Common</RootNamespace>
  12. <AssemblyName>Bowin.Common</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. <FileUpgradeFlags>
  24. </FileUpgradeFlags>
  25. <OldToolsVersion>3.5</OldToolsVersion>
  26. <UpgradeBackupLocation />
  27. <PublishUrl>publish\</PublishUrl>
  28. <Install>true</Install>
  29. <InstallFrom>Disk</InstallFrom>
  30. <UpdateEnabled>false</UpdateEnabled>
  31. <UpdateMode>Foreground</UpdateMode>
  32. <UpdateInterval>7</UpdateInterval>
  33. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  34. <UpdatePeriodically>false</UpdatePeriodically>
  35. <UpdateRequired>false</UpdateRequired>
  36. <MapFileExtensions>true</MapFileExtensions>
  37. <ApplicationRevision>0</ApplicationRevision>
  38. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  39. <IsWebBootstrapper>false</IsWebBootstrapper>
  40. <UseApplicationTrust>false</UseApplicationTrust>
  41. <BootstrapperEnabled>true</BootstrapperEnabled>
  42. <TargetFrameworkProfile />
  43. <NuGetPackageImportStamp>
  44. </NuGetPackageImportStamp>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  47. <DebugSymbols>true</DebugSymbols>
  48. <DebugType>full</DebugType>
  49. <Optimize>false</Optimize>
  50. <OutputPath>..\..\Lib\</OutputPath>
  51. <DefineConstants>DEBUG;TRACE</DefineConstants>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  55. <PlatformTarget>AnyCPU</PlatformTarget>
  56. </PropertyGroup>
  57. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  58. <DebugType>pdbonly</DebugType>
  59. <Optimize>true</Optimize>
  60. <OutputPath>bin\Release\</OutputPath>
  61. <DefineConstants>TRACE</DefineConstants>
  62. <ErrorReport>prompt</ErrorReport>
  63. <WarningLevel>4</WarningLevel>
  64. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  65. </PropertyGroup>
  66. <ItemGroup>
  67. <Reference Include="AutoMapper">
  68. <HintPath>..\..\Lib\AutoMapper.dll</HintPath>
  69. </Reference>
  70. <Reference Include="EntityFramework">
  71. <HintPath>..\..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll</HintPath>
  72. </Reference>
  73. <Reference Include="EntityFramework.Extended">
  74. <HintPath>..\..\packages\EntityFramework.Extended.6.1.0.168\lib\net40\EntityFramework.Extended.dll</HintPath>
  75. </Reference>
  76. <Reference Include="EntityFramework.SqlServer">
  77. <HintPath>..\..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll</HintPath>
  78. </Reference>
  79. <Reference Include="Enyim.Caching">
  80. <HintPath>..\..\Lib\Enyim.Caching.dll</HintPath>
  81. </Reference>
  82. <Reference Include="Enyim.Caching.NLogAdapter">
  83. <HintPath>..\..\Lib\Enyim.Caching.NLogAdapter.dll</HintPath>
  84. </Reference>
  85. <Reference Include="Enyim.Caching.Web">
  86. <HintPath>..\..\Lib\Enyim.Caching.Web.dll</HintPath>
  87. </Reference>
  88. <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.5.0, Culture=neutral, PublicKeyToken=9dea7c6e17aa31ff, processorArchitecture=MSIL">
  89. <HintPath>..\..\packages\ICSharpCode.SharpZipLib.Patched.0.86.5\lib\net20\ICSharpCode.SharpZipLib.dll</HintPath>
  90. </Reference>
  91. <Reference Include="Ionic.Zip">
  92. <HintPath>..\..\Lib\Ionic.Zip.dll</HintPath>
  93. </Reference>
  94. <Reference Include="LumiSoft.Net">
  95. <HintPath>..\..\Lib\LumiSoft.Net.dll</HintPath>
  96. </Reference>
  97. <Reference Include="Membase">
  98. <HintPath>..\..\Lib\Membase.dll</HintPath>
  99. </Reference>
  100. <Reference Include="Microsoft.CSharp" />
  101. <Reference Include="Microsoft.Office.Interop.Excel, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
  102. <SpecificVersion>False</SpecificVersion>
  103. <EmbedInteropTypes>True</EmbedInteropTypes>
  104. <HintPath>..\dlllib\Microsoft.Office.Interop.Excel.dll</HintPath>
  105. </Reference>
  106. <Reference Include="Microsoft.Office.Tools.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  107. <EmbedInteropTypes>True</EmbedInteropTypes>
  108. </Reference>
  109. <Reference Include="Microsoft.Office.Tools.Common.v4.0.Utilities, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  110. <Reference Include="Microsoft.Office.Tools.Excel, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  111. <EmbedInteropTypes>True</EmbedInteropTypes>
  112. </Reference>
  113. <Reference Include="Microsoft.Office.Tools.Excel.v4.0.Utilities, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  114. <Reference Include="Microsoft.Office.Tools.v4.0.Framework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  115. <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  116. <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
  117. <Private>True</Private>
  118. </Reference>
  119. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  120. <HintPath>packages\Newtonsoft.Json.12.0.2\lib\net40\Newtonsoft.Json.dll</HintPath>
  121. <Private>True</Private>
  122. </Reference>
  123. <Reference Include="NLog">
  124. <HintPath>..\..\Lib\NLog.dll</HintPath>
  125. </Reference>
  126. <Reference Include="NPOI">
  127. <HintPath>..\..\Lib\NPOI.dll</HintPath>
  128. </Reference>
  129. <Reference Include="NPOI.OOXML">
  130. <HintPath>..\..\Lib\NPOI.OOXML.dll</HintPath>
  131. </Reference>
  132. <Reference Include="NPOI.OpenXml4Net">
  133. <HintPath>..\..\Lib\NPOI.OpenXml4Net.dll</HintPath>
  134. </Reference>
  135. <Reference Include="NPOI.OpenXmlFormats">
  136. <HintPath>..\..\Lib\NPOI.OpenXmlFormats.dll</HintPath>
  137. </Reference>
  138. <Reference Include="SevenZipSharp, Version=0.64.3890.29348, Culture=neutral, PublicKeyToken=20de82c62b055c88, processorArchitecture=MSIL">
  139. <HintPath>..\..\packages\SevenZipSharp.0.64\lib\SevenZipSharp.dll</HintPath>
  140. </Reference>
  141. <Reference Include="System" />
  142. <Reference Include="System.ComponentModel.DataAnnotations" />
  143. <Reference Include="System.configuration" />
  144. <Reference Include="System.Core">
  145. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  146. </Reference>
  147. <Reference Include="System.Data.Linq">
  148. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  149. </Reference>
  150. <Reference Include="System.Drawing" />
  151. <Reference Include="System.Runtime.Serialization" />
  152. <Reference Include="System.ServiceModel" />
  153. <Reference Include="System.Transactions" />
  154. <Reference Include="System.Web" />
  155. <Reference Include="System.Web.Extensions" />
  156. <Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  157. <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.Helpers.dll</HintPath>
  158. <Private>True</Private>
  159. </Reference>
  160. <Reference Include="System.Web.Mvc, Version=4.0.0.1, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  161. <SpecificVersion>False</SpecificVersion>
  162. <HintPath>..\..\packages\Microsoft.AspNet.Mvc.4.0.20710.0\lib\net40\System.Web.Mvc.dll</HintPath>
  163. </Reference>
  164. <Reference Include="System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  165. <HintPath>..\packages\Microsoft.AspNet.Razor.2.0.20710.0\lib\net40\System.Web.Razor.dll</HintPath>
  166. <Private>True</Private>
  167. </Reference>
  168. <Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  169. <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.dll</HintPath>
  170. <Private>True</Private>
  171. </Reference>
  172. <Reference Include="System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  173. <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Deployment.dll</HintPath>
  174. <Private>True</Private>
  175. </Reference>
  176. <Reference Include="System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  177. <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath>
  178. <Private>True</Private>
  179. </Reference>
  180. <Reference Include="System.Xml.Linq">
  181. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  182. </Reference>
  183. <Reference Include="System.Data.DataSetExtensions">
  184. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  185. </Reference>
  186. <Reference Include="System.Data" />
  187. <Reference Include="System.Xml" />
  188. <Reference Include="websocket-sharp, Version=1.0.2.59611, Culture=neutral, PublicKeyToken=5660b08a1845a91e, processorArchitecture=MSIL">
  189. <SpecificVersion>False</SpecificVersion>
  190. <HintPath>..\..\Lib\websocket-sharp.dll</HintPath>
  191. </Reference>
  192. <Reference Include="WindowsBase" />
  193. </ItemGroup>
  194. <ItemGroup>
  195. <Compile Include="AES.cs" />
  196. <Compile Include="BarCode\AlignmentPosition.cs">
  197. <SubType>Code</SubType>
  198. </Compile>
  199. <Compile Include="BarCode\BarCodeBase.cs">
  200. <SubType>Code</SubType>
  201. </Compile>
  202. <Compile Include="BarCode\BarCodeException.cs">
  203. <SubType>Code</SubType>
  204. </Compile>
  205. <Compile Include="BarCode\BarCodeFactory.cs">
  206. <SubType>Code</SubType>
  207. </Compile>
  208. <Compile Include="BarCode\BarCodeHelper.cs">
  209. <SubType>Code</SubType>
  210. </Compile>
  211. <Compile Include="BarCode\Code128.cs">
  212. <SubType>Code</SubType>
  213. </Compile>
  214. <Compile Include="BarCode\Code128Type.cs">
  215. <SubType>Code</SubType>
  216. </Compile>
  217. <Compile Include="BarCode\GenerateBarCode.cs">
  218. <SubType>Code</SubType>
  219. </Compile>
  220. <Compile Include="BindDataTools.cs" />
  221. <Compile Include="BindingMapping.cs" />
  222. <Compile Include="Cache\CacheHelper.cs">
  223. <SubType>Code</SubType>
  224. </Compile>
  225. <Compile Include="Cache\Formatter.cs">
  226. <SubType>Code</SubType>
  227. </Compile>
  228. <Compile Include="Cache\HttpCacheProvider.cs" />
  229. <Compile Include="Cache\ICacheProvider.cs">
  230. <SubType>Code</SubType>
  231. </Compile>
  232. <Compile Include="Cache\MembaseProvider.cs">
  233. <SubType>Code</SubType>
  234. </Compile>
  235. <Compile Include="Cache\Memcached.cs">
  236. <SubType>Code</SubType>
  237. </Compile>
  238. <Compile Include="Cache\MethodFormatStrings.cs">
  239. <SubType>Code</SubType>
  240. </Compile>
  241. <Compile Include="Cache\XXProvider.cs">
  242. <SubType>Code</SubType>
  243. </Compile>
  244. <Compile Include="CustomPrincipal.cs" />
  245. <Compile Include="DataTime\DataTimeHelper.cs" />
  246. <Compile Include="Drawing\PictureHelper.cs" />
  247. <Compile Include="DynamicRun\CodeDomHelper.cs">
  248. <SubType>Code</SubType>
  249. </Compile>
  250. <Compile Include="Exceptions\EnumHelper.cs" />
  251. <Compile Include="Exceptions\ExceptionHelper.cs" />
  252. <Compile Include="JSON\ConvertToJson.cs">
  253. <SubType>Code</SubType>
  254. </Compile>
  255. <Compile Include="Linq\Entity\EntitySQLDocumentGenerator.cs" />
  256. <Compile Include="Linq\Entity\ExpressionFactory`.cs" />
  257. <Compile Include="Linq\Entity\OrderByStatementView.cs" />
  258. <Compile Include="Linq\Entity\OrderbyView.cs" />
  259. <Compile Include="Linq\Entity\SqlFunctionEx.cs" />
  260. <Compile Include="FormsAuthenticationHelper.cs" />
  261. <Compile Include="JSON\ConvertJsonToObject.cs" />
  262. <Compile Include="Linq\Entity\GridResultSet.cs" />
  263. <Compile Include="Linq\Entity\IGridResultSet.cs" />
  264. <Compile Include="Linq\Entity\IQueryableExtensions.cs" />
  265. <Compile Include="Linq\ListExtension.cs" />
  266. <Compile Include="Log\LogHelper.cs" />
  267. <Compile Include="Data\ConvertToDataTable.cs" />
  268. <Compile Include="FormDataBinder.cs" />
  269. <Compile Include="DataBindingEventArgs.cs" />
  270. <Compile Include="DataPropertyAttribute.cs" />
  271. <Compile Include="Data\DataRowEx.cs" />
  272. <Compile Include="FileDownload.cs" />
  273. <Compile Include="FileManager.cs" />
  274. <Compile Include="IncludeScript.cs" />
  275. <Compile Include="Linq\BowinExtensions_Pro.cs" />
  276. <Compile Include="Linq\BulkCopyExtensions.cs" />
  277. <Compile Include="Linq\DB\DbConnectionManager.cs" />
  278. <Compile Include="Linq\DB\SqlConnectionManager.cs" />
  279. <Compile Include="Linq\Entity\EFModelExt.cs" />
  280. <Compile Include="Linq\ExpressionBuilder.cs" />
  281. <Compile Include="Linq\Extensions_ForSXTEx.cs" />
  282. <Compile Include="Linq\ParameterRebinder.cs" />
  283. <Compile Include="Linq\Sql\DbcontextExt.cs" />
  284. <Compile Include="Linq\InterfaceConvertor.cs" />
  285. <Compile Include="Linq\stringExtensions.cs" />
  286. <Compile Include="Mail\MailExceptions.cs" />
  287. <Compile Include="Mail\MailHelper.cs" />
  288. <Compile Include="Mobile\MobileMQ.cs" />
  289. <Compile Include="MsgBox.cs" />
  290. <Compile Include="MsgConsts.cs" />
  291. <Compile Include="Mapping\MappingExtensions.cs" />
  292. <Compile Include="PageList`.cs" />
  293. <Compile Include="Properties\AssemblyInfo.cs" />
  294. <Compile Include="QueryStringFormat.cs" />
  295. <Compile Include="Security\Utils.cs" />
  296. <Compile Include="ServiceToken\TokenCombiner.cs" />
  297. <Compile Include="ServiceToken\TokenError.cs" />
  298. <Compile Include="ServiceToken\TokenView.cs" />
  299. <Compile Include="UpLoad.cs" />
  300. <Compile Include="Utility\CheckData.cs" />
  301. <Compile Include="Utility\ColorHelper.cs">
  302. <SubType>Code</SubType>
  303. </Compile>
  304. <Compile Include="Utility\DataRowCollectionExtension.cs">
  305. <SubType>Code</SubType>
  306. </Compile>
  307. <Compile Include="Utility\DataSetExtension.cs">
  308. <SubType>Code</SubType>
  309. </Compile>
  310. <Compile Include="Utility\DataTableCollectionExtension.cs">
  311. <SubType>Code</SubType>
  312. </Compile>
  313. <Compile Include="Utility\EnumExtension.cs">
  314. <SubType>Code</SubType>
  315. </Compile>
  316. <Compile Include="Utility\ExcelHelper.cs" />
  317. <Compile Include="Utility\Function.cs" />
  318. <Compile Include="Utility\Guard.cs" />
  319. <Compile Include="Utility\EnumerableEx.cs" />
  320. <Compile Include="Utility\MathEx.cs" />
  321. <Compile Include="Utility\MemberInfoExtension.cs">
  322. <SubType>Code</SubType>
  323. </Compile>
  324. <Compile Include="Utility\NpoiExcelHelper.cs" />
  325. <Compile Include="Utility\ReflectionHelper.cs" />
  326. <Compile Include="Utility\StringEx.cs" />
  327. <Compile Include="Utility\ValueTypeEx.cs" />
  328. <Compile Include="Utility\WebExtentions.cs" />
  329. <Compile Include="Utility\WeekHelper.cs" />
  330. <Compile Include="VerificationCodeModule.cs" />
  331. <Compile Include="winRAR.cs" />
  332. <Compile Include="Linq\XmlExtensions.cs" />
  333. <Compile Include="XML\XElementExtensions.cs" />
  334. <Compile Include="XML\XmlHelper.cs" />
  335. <Compile Include="ZipHelper.cs" />
  336. </ItemGroup>
  337. <ItemGroup>
  338. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  339. <Visible>False</Visible>
  340. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  341. <Install>false</Install>
  342. </BootstrapperPackage>
  343. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  344. <Visible>False</Visible>
  345. <ProductName>.NET Framework 3.5 SP1</ProductName>
  346. <Install>true</Install>
  347. </BootstrapperPackage>
  348. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  349. <Visible>False</Visible>
  350. <ProductName>Windows Installer 3.1</ProductName>
  351. <Install>true</Install>
  352. </BootstrapperPackage>
  353. </ItemGroup>
  354. <ItemGroup>
  355. <None Include="App.config" />
  356. <None Include="packages.config">
  357. <SubType>Designer</SubType>
  358. </None>
  359. </ItemGroup>
  360. <ItemGroup>
  361. <Content Include="Ionic.Zip.xml" />
  362. </ItemGroup>
  363. <ItemGroup>
  364. <WCFMetadata Include="Service References\" />
  365. </ItemGroup>
  366. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  367. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  368. <PropertyGroup>
  369. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  370. </PropertyGroup>
  371. <Error Condition="!Exists('..\..\packages\SevenZipSharp.Interop.19.0.2\build\SevenZipSharp.Interop.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\SevenZipSharp.Interop.19.0.2\build\SevenZipSharp.Interop.targets'))" />
  372. <Error Condition="!Exists('..\..\packages\7z.Libs.19.0.2\build\net\7z.Libs.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\7z.Libs.19.0.2\build\net\7z.Libs.targets'))" />
  373. </Target>
  374. <Import Project="..\..\packages\SevenZipSharp.Interop.19.0.2\build\SevenZipSharp.Interop.targets" Condition="Exists('..\..\packages\SevenZipSharp.Interop.19.0.2\build\SevenZipSharp.Interop.targets')" />
  375. <Import Project="..\..\packages\7z.Libs.19.0.2\build\net\7z.Libs.targets" Condition="Exists('..\..\packages\7z.Libs.19.0.2\build\net\7z.Libs.targets')" />
  376. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  377. Other similar extension points exist, see Microsoft.Common.targets.
  378. <Target Name="BeforeBuild">
  379. </Target>
  380. <Target Name="AfterBuild">
  381. </Target>
  382. -->
  383. </Project>