Files
MisPosFD/MisPosFD.csproj

64 lines
2.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<ProjectType>local</ProjectType>
<ProjectVersion>7.10.377</ProjectVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{CF67D09B-E914-4E35-B209-C55E21E2DDF4}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<AssemblyName>MisPosFD</AssemblyName>
<OutputType>Library</OutputType>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="Global.cs" />
<Compile Include="MisPosFD\IOnline.cs" />
<Compile Include="MisPosFD\Online.cs" />
<Compile Include="MisPosFD\ISocial.cs" />
<Compile Include="MisPosFD\Social.cs" />
<Compile Include="MisPosFD\ITest.cs" />
<Compile Include="MisPosFD\Test.cs" />
<Compile Include="MisPosFD\IUnion.cs" />
<Compile Include="MisPosFD\Union.cs" />
<Compile Include="MisPosFD\Model\CorrectResponse.cs" />
<Compile Include="MisPosFD\Model\OnlineResponse.cs" />
<Compile Include="MisPosFD\Model\QueryResponse.cs" />
<Compile Include="MisPosFD\Model\TradeResponse.cs" />
<Compile Include="MisPosFD\Helper\CommonHelper.cs" />
<Compile Include="MisPosFD\Helper\ResponseHelper.cs" />
<Compile Include="MisPosFD\Domain\Online.cs" />
<Compile Include="MisPosFD\Domain\Social.cs" />
<Compile Include="MisPosFD\Domain\Union.cs" />
<Compile Include="MisPosFD\Api\MisPos.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\清远中医院\最终版本\MisPos调用v1.2\MisPos调用v1.2\Newtonsoft.Json.dll</HintPath>
</Reference>
</ItemGroup>
</Project>