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

140 lines
5.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" 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>{F221AF0B-E606-435D-9358-FD4EC36F0F66}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BP.Cloud</RootNamespace>
<AssemblyName>BP.Cloud</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
<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>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\RefDLL\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="NLog">
<HintPath>..\..\RefDLL\NLog.dll</HintPath>
</Reference>
<Reference Include="NLog.Extensions.Logging">
<HintPath>..\..\RefDLL\NLog.Extensions.Logging.dll</HintPath>
</Reference>
<Reference Include="NLog.Web.AspNetCore">
<HintPath>..\..\RefDLL\NLog.Web.AspNetCore.dll</HintPath>
</Reference>
<Reference Include="Oracle.ManagedDataAccess, Version=4.122.19.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\RefDLL\Oracle.ManagedDataAccess.dll</HintPath>
</Reference>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="QRCoder">
<HintPath>..\..\RefDLL\QRCoder.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="ThoughtWorks.QRCode">
<HintPath>..\..\RefDLL\ThoughtWorks.QRCode.dll</HintPath>
</Reference>
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<Compile Include="Adminer\Market.cs" />
<Compile Include="Adminer\DB.cs" />
<Compile Include="Data\MyJoinFlow.cs" />
<Compile Include="Data\GWFAdmin.cs" />
<Compile Include="Data\MyStartFlow.cs" />
<Compile Include="Dev2InterfaceGuest.cs" />
<Compile Include="DTS\GenerSiganture.cs" />
<Compile Include="FrmTemplate\FrmExt.cs" />
<Compile Include="FrmTemplate\FrmCloud.cs" />
<Compile Include="FrmTemplate\SortFunc.cs" />
<Compile Include="FrmTemplate\Sort1.cs" />
<Compile Include="FrmTemplate\Frm.cs" />
<Compile Include="DTSClearTestData.cs" />
<Compile Include="Port\DeptEmp.cs" />
<Compile Include="Port\DeptEmpStation.cs" />
<Compile Include="Port\Emp.cs" />
<Compile Include="Port\EmpWX.cs" />
<Compile Include="Port\Guest.cs" />
<Compile Include="Port\EmpWeb.cs" />
<Compile Include="OrgSetting\Org.cs" />
<Compile Include="OrgSetting\OrgMsg.cs" />
<Compile Include="OrgSetting\OrgMail.cs" />
<Compile Include="Port\Org.cs" />
<Compile Include="Port\OrgAdminer.cs" />
<Compile Include="Port\OrgExt.cs" />
<Compile Include="Port\User.cs" />
<Compile Include="QRCodeHelper.cs" />
<Compile Include="Template\Flow.cs" />
<Compile Include="WeXinAPI\Cryptography.cs" />
<Compile Include="Dev2Interface.cs" />
<Compile Include="Glo.cs" />
<Compile Include="Port\Dept.cs" />
<Compile Include="Port\EmpExt.cs" />
<Compile Include="Port\OrgEmp.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Sys\MapData.cs" />
<Compile Include="Sys\SFTable.cs" />
<Compile Include="Sys\SFTableSQL.cs" />
<Compile Include="Sys\SysEnum.cs" />
<Compile Include="Sys\SysEnumMain.cs" />
<Compile Include="Template\FlowSort.cs" />
<Compile Include="Template\FrmTree.cs" />
<Compile Include="WeXinAPI\Sample.cs" />
<Compile Include="WeXinAPI\WXBizMsgCrypt.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="HttpHandler\" />
<Folder Include="Port\OrgSetting\" />
</ItemGroup>
<ItemGroup>
<WCFMetadata Include="Connected Services\" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BP.En30\BP.En30.csproj">
<Project>{8e484457-b3a3-441c-aee3-4e49bb30e203}</Project>
<Name>BP.En30</Name>
</ProjectReference>
<ProjectReference Include="..\BP.WF\BP.WF.csproj">
<Project>{f7f2f45d-937e-4777-87b4-ec9ac5ed03fa}</Project>
<Name>BP.WF</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>