天津投入产出系统后端
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.

127 lines
5.0 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>{8A50A215-C033-42DC-A656-BC1F117DA6BA}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>QM.Exchange.Adapters</RootNamespace>
<AssemblyName>QM.Exchange.Adapters</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="Apache.NMS">
<HintPath>..\..\DLL\Apache.NMS.dll</HintPath>
</Reference>
<Reference Include="Apache.NMS.ActiveMQ">
<HintPath>..\..\DLL\Apache.NMS.ActiveMQ.dll</HintPath>
</Reference>
<Reference Include="ModemLib">
<HintPath>..\..\DLL\ModemLib.dll</HintPath>
</Reference>
<Reference Include="QMBDP.ActiveMQClient">
<HintPath>..\..\QMFrameWork\QMBDP.ActiveMQClient.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="COM\SerialPortAdapter.cs" />
<Compile Include="Mail\MailHelper.cs" />
<Compile Include="Mail\MailInfo.cs" />
<Compile Include="Mail\SmtpMailSender.cs" />
<Compile Include="Mail\SmtpServerInfo.cs" />
<Compile Include="MiddleDB\IODataTable.cs" />
<Compile Include="MiddleDB\IOTableAndTopic.cs" />
<Compile Include="MiddleDB\MiddleDBMqData.cs" />
<Compile Include="MiddleDB\MqDataTopic.cs" />
<Compile Include="MiddleDB\MiddleDBAdapter.cs" />
<Compile Include="OPC\OPCAdapter.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Service References\OPCService\Reference.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Reference.svcmap</DependentUpon>
</Compile>
<Compile Include="SharedFile\RemoteFileAdapter.cs" />
<Compile Include="SMS\SMSAdapter.cs" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<WCFMetadata Include="Service References\" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="Service References\OPCService\item.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Service References\OPCService\item1.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Service References\OPCService\item2.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Service References\OPCService\MainService.wsdl" />
<None Include="Service References\OPCService\QM.Exchange.Adapters.OPCService.OPCResult.datasource">
<DependentUpon>Reference.svcmap</DependentUpon>
</None>
</ItemGroup>
<ItemGroup>
<WCFMetadataStorage Include="Service References\OPCService\" />
</ItemGroup>
<ItemGroup>
<None Include="Service References\OPCService\item.disco" />
</ItemGroup>
<ItemGroup>
<None Include="Service References\OPCService\configuration91.svcinfo" />
</ItemGroup>
<ItemGroup>
<None Include="Service References\OPCService\configuration.svcinfo" />
</ItemGroup>
<ItemGroup>
<None Include="Service References\OPCService\Reference.svcmap">
<Generator>WCF Proxy Generator</Generator>
<LastGenOutput>Reference.cs</LastGenOutput>
</None>
</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>