123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{C2399167-350A-4F0A-B748-F528345D26DF}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>AliyunOssLibrary</RootNamespace>
- <AssemblyName>AliyunOssLibrary</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\..\bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>..\..\..\lyfzClassicSoft\云传片客户端\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
- <HintPath>..\..\lyfzAliyunOssServer\packages\log4net.2.0.8\lib\net40-full\log4net.dll</HintPath>
- </Reference>
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\BJBCode\ERPSoftware\DLL_Library\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="SQLDAL\BaseDataOperate.cs" />
- <Compile Include="SQLDAL\Branch.cs" />
- <Compile Include="SQLDAL\BranchDetail.cs" />
- <Compile Include="SQLDAL\ClientAppConfig.cs" />
- <Compile Include="SQLDAL\DatabaseBackup.cs" />
- <Compile Include="SQLDAL\DownloadedImage.cs" />
- <Compile Include="SQLDAL\Enterprise.cs" />
- <Compile Include="SQLDAL\EnterpriseDetail.cs" />
- <Compile Include="SQLDAL\Industry.cs" />
- <Compile Include="SQLDAL\NeedDownload.cs" />
- <Compile Include="SQLDAL\RechargeDetail.cs" />
- <Compile Include="SQLDAL\RechargeRecord.cs" />
- <Compile Include="SQLDAL\ServerAppConfig.cs" />
- <Compile Include="SQLDAL\SystemConfig.cs" />
- <Compile Include="SQLDAL\UploadedImage.cs" />
- <Compile Include="SQLDAL\UploadOrder.cs" />
- <Compile Include="SQLDAL\UploadOrderDetail.cs" />
- <Compile Include="SQLHelper\DBConnection.cs" />
- <Compile Include="SQLHelper\Helper_SQLHelper.cs" />
- <Compile Include="SQLHelper\Helper_SQLHelper_CommandInfo.cs" />
- <Compile Include="SQLHelper\LogHelper.cs" />
- <Compile Include="SQLHelper\lyfzGlobal.cs" />
- <Compile Include="SQLHelper\Utility.cs" />
- <Compile Include="SQLHelper\XMLHelper.cs" />
- <Compile Include="SQLModel\AliyunEnumerate.cs" />
- <Compile Include="SQLModel\AliyunOssAccess.cs" />
- <Compile Include="SQLModel\Branch.cs" />
- <Compile Include="SQLModel\BranchDetail.cs" />
- <Compile Include="SQLModel\ClientAppConfig.cs" />
- <Compile Include="SQLModel\DownloadedImage.cs" />
- <Compile Include="SQLModel\Enterprise.cs" />
- <Compile Include="SQLModel\EnterpriseDetail.cs" />
- <Compile Include="SQLModel\Industry.cs" />
- <Compile Include="SQLModel\LoginUser.cs" />
- <Compile Include="SQLModel\NeedDownload.cs" />
- <Compile Include="SQLModel\RechargeDetail.cs" />
- <Compile Include="SQLModel\RechargeRecord.cs" />
- <Compile Include="SQLModel\SafeUploadOrderDetail.cs" />
- <Compile Include="SQLModel\ServerAppConfig.cs" />
- <Compile Include="SQLModel\SystemConfig.cs" />
- <Compile Include="SQLModel\UploadedImage.cs" />
- <Compile Include="SQLModel\UploadOrder.cs" />
- <Compile Include="SQLModel\UploadOrderDetail.cs" />
- <Compile Include="SQLModel\UploadTask.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="packages.config" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\LYFZ.WinAPI\LYFZ.WinApi.csproj">
- <Project>{c3e180f9-433d-4af7-8ec4-005b3f42f4d0}</Project>
- <Name>LYFZ.WinApi</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|