AliyunOssLibrary.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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>{C2399167-350A-4F0A-B748-F528345D26DF}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>AliyunOssLibrary</RootNamespace>
  11. <AssemblyName>AliyunOssLibrary</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  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. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>..\..\..\lyfzClassicSoft\云传片客户端\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  35. <HintPath>..\..\lyfzAliyunOssServer\packages\log4net.2.0.8\lib\net40-full\log4net.dll</HintPath>
  36. </Reference>
  37. <Reference Include="Microsoft.CSharp" />
  38. <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>..\..\..\BJBCode\ERPSoftware\DLL_Library\Newtonsoft.Json.dll</HintPath>
  41. </Reference>
  42. <Reference Include="System" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Xml.Linq" />
  45. <Reference Include="System.Data.DataSetExtensions" />
  46. <Reference Include="System.Data" />
  47. <Reference Include="System.Xml" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Compile Include="Properties\AssemblyInfo.cs" />
  51. <Compile Include="SQLDAL\BaseDataOperate.cs" />
  52. <Compile Include="SQLDAL\Branch.cs" />
  53. <Compile Include="SQLDAL\BranchDetail.cs" />
  54. <Compile Include="SQLDAL\ClientAppConfig.cs" />
  55. <Compile Include="SQLDAL\DatabaseBackup.cs" />
  56. <Compile Include="SQLDAL\DownloadedImage.cs" />
  57. <Compile Include="SQLDAL\Enterprise.cs" />
  58. <Compile Include="SQLDAL\EnterpriseDetail.cs" />
  59. <Compile Include="SQLDAL\Industry.cs" />
  60. <Compile Include="SQLDAL\NeedDownload.cs" />
  61. <Compile Include="SQLDAL\RechargeDetail.cs" />
  62. <Compile Include="SQLDAL\RechargeRecord.cs" />
  63. <Compile Include="SQLDAL\ServerAppConfig.cs" />
  64. <Compile Include="SQLDAL\SystemConfig.cs" />
  65. <Compile Include="SQLDAL\UploadedImage.cs" />
  66. <Compile Include="SQLDAL\UploadOrder.cs" />
  67. <Compile Include="SQLDAL\UploadOrderDetail.cs" />
  68. <Compile Include="SQLHelper\DBConnection.cs" />
  69. <Compile Include="SQLHelper\Helper_SQLHelper.cs" />
  70. <Compile Include="SQLHelper\Helper_SQLHelper_CommandInfo.cs" />
  71. <Compile Include="SQLHelper\LogHelper.cs" />
  72. <Compile Include="SQLHelper\lyfzGlobal.cs" />
  73. <Compile Include="SQLHelper\Utility.cs" />
  74. <Compile Include="SQLHelper\XMLHelper.cs" />
  75. <Compile Include="SQLModel\AliyunEnumerate.cs" />
  76. <Compile Include="SQLModel\AliyunOssAccess.cs" />
  77. <Compile Include="SQLModel\Branch.cs" />
  78. <Compile Include="SQLModel\BranchDetail.cs" />
  79. <Compile Include="SQLModel\ClientAppConfig.cs" />
  80. <Compile Include="SQLModel\DownloadedImage.cs" />
  81. <Compile Include="SQLModel\Enterprise.cs" />
  82. <Compile Include="SQLModel\EnterpriseDetail.cs" />
  83. <Compile Include="SQLModel\Industry.cs" />
  84. <Compile Include="SQLModel\LoginUser.cs" />
  85. <Compile Include="SQLModel\NeedDownload.cs" />
  86. <Compile Include="SQLModel\RechargeDetail.cs" />
  87. <Compile Include="SQLModel\RechargeRecord.cs" />
  88. <Compile Include="SQLModel\SafeUploadOrderDetail.cs" />
  89. <Compile Include="SQLModel\ServerAppConfig.cs" />
  90. <Compile Include="SQLModel\SystemConfig.cs" />
  91. <Compile Include="SQLModel\UploadedImage.cs" />
  92. <Compile Include="SQLModel\UploadOrder.cs" />
  93. <Compile Include="SQLModel\UploadOrderDetail.cs" />
  94. <Compile Include="SQLModel\UploadTask.cs" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <None Include="packages.config" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <ProjectReference Include="..\..\LYFZ.WinAPI\LYFZ.WinApi.csproj">
  101. <Project>{c3e180f9-433d-4af7-8ec4-005b3f42f4d0}</Project>
  102. <Name>LYFZ.WinApi</Name>
  103. </ProjectReference>
  104. </ItemGroup>
  105. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  106. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  107. Other similar extension points exist, see Microsoft.Common.targets.
  108. <Target Name="BeforeBuild">
  109. </Target>
  110. <Target Name="AfterBuild">
  111. </Target>
  112. -->
  113. </Project>