天津投入产出系统后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

107 lines
4.6 KiB

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{7CF32FCB-02A2-45C6-8B25-FADB7EB72F0C}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>QM.Exchange.Core</RootNamespace>
<AssemblyName>QM.Exchange.Core</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
</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="QMFrameWork.Common">
<HintPath>..\..\QMFrameWork\QMFrameWork.Common.dll</HintPath>
</Reference>
<Reference Include="QMFrameWork.Log">
<HintPath>..\..\QMFrameWork\QMFrameWork.Log.dll</HintPath>
</Reference>
<Reference Include="QMFrameWork.ServiceInterface">
<HintPath>..\..\QMFrameWork\QMFrameWork.ServiceInterface.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="DuplexMessageService.cs" />
<Compile Include="ExChangeContext.cs" />
<Compile Include="GeneralMessageService.cs" />
<Compile Include="IDuplexMessageService.cs" />
<Compile Include="IGeneralMessageService.cs" />
<Compile Include="ILoginService.cs" />
<Compile Include="LoginService.cs" />
<Compile Include="RegisterCenter.cs" />
<Compile Include="RegisterInfo.cs" />
<Compile Include="Services\MessageQueueService.cs" />
<Compile Include="ProcessProgram\CommandExecutor.cs" />
<Compile Include="ProcessProgram\CommandFactory.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Services\ServerTimeService.cs" />
<Compile Include="Services\ServiceManager.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\APP\QMAPP.BLL\QMAPP.BLL.csproj">
<Project>{DCABED0D-A8FC-47ED-BFB1-AAAEAD0A9B01}</Project>
<Name>QMAPP.BLL</Name>
</ProjectReference>
<ProjectReference Include="..\..\APP\QMAPP.Entity\QMAPP.Entity.csproj">
<Project>{604FB24F-7706-497C-BEC7-27D7B6B5A82C}</Project>
<Name>QMAPP.Entity</Name>
</ProjectReference>
<ProjectReference Include="..\QM.Exchange.Custom\QM.Exchange.Custom.csproj">
<Project>{29AF6DAF-30E4-4A77-995B-A4F0E35C5A3A}</Project>
<Name>QM.Exchange.Custom</Name>
</ProjectReference>
<ProjectReference Include="..\QM.Exchange.Interface\QM.Exchange.Interface.csproj">
<Project>{38B85333-B30F-4655-9D8B-186E4187DE57}</Project>
<Name>QM.Exchange.Interface</Name>
</ProjectReference>
<ProjectReference Include="..\..\ServicesCenter\WCF\QMFrameWork.ServiceLibrary\QMFrameWork.ServiceLibrary.csproj">
<Project>{F68A116A-972E-4414-9B8A-43990136CE15}</Project>
<Name>QMFrameWork.ServiceLibrary</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Commands\" />
</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>