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.
82 lines
3.6 KiB
Plaintext
82 lines
3.6 KiB
Plaintext
11 months ago
|
<?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>{67BCBC84-F03D-431A-8B97-199581ACC9AD}</ProjectGuid>
|
||
|
<OutputType>Library</OutputType>
|
||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||
|
<RootNamespace>BP.Demo</RootNamespace>
|
||
|
<AssemblyName>BP.Demo</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>
|
||
|
</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=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
||
|
<HintPath>..\..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
||
|
</Reference>
|
||
|
<Reference Include="System" />
|
||
|
<Reference Include="System.Core" />
|
||
|
<Reference Include="System.Drawing" />
|
||
|
<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" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<Compile Include="APIDemo\APITester.cs" />
|
||
|
<Compile Include="APIDemo\ClientAPISAAS.cs" />
|
||
|
<Compile Include="BPFramework\DemoBuessUnit.cs" />
|
||
|
<Compile Include="BPFramework\BanJi.cs" />
|
||
|
<Compile Include="BPFramework\BPUser.cs" />
|
||
|
<Compile Include="BPFramework\EmpCent.cs" />
|
||
|
<Compile Include="BPFramework\GDZC.cs" />
|
||
|
<Compile Include="BPFramework\KeMu.cs" />
|
||
|
<Compile Include="BPFramework\Resume.cs" />
|
||
|
<Compile Include="BPFramework\School.cs" />
|
||
|
<Compile Include="BPFramework\Student.cs" />
|
||
|
<Compile Include="BPFramework\StudentKeMu.cs" />
|
||
|
<Compile Include="CallCenter\F001.cs" />
|
||
|
<Compile Include="DemoCRM\Customer.cs" />
|
||
|
<Compile Include="DemoCRM\Product.cs" />
|
||
|
<Compile Include="F069.cs" />
|
||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||
|
</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>
|