<?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)' == '' ">x86</Platform> <ProductVersion>8.0.30703</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{206CEF59-CCC5-458F-835C-FA0F43EC7C63}</ProjectGuid> <OutputType>Exe</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>QM.ServiceHost</RootNamespace> <AssemblyName>QM.ServiceHost</AssemblyName> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <TargetFrameworkProfile> </TargetFrameworkProfile> <FileAlignment>512</FileAlignment> <SccProjectName>SAK</SccProjectName> <SccLocalPath>SAK</SccLocalPath> <SccAuxPath>SAK</SccAuxPath> <SccProvider>SAK</SccProvider> </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> </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> </PropertyGroup> <ItemGroup> <Reference Include="EmitMapper"> <HintPath>..\..\DLL\EmitMapper.dll</HintPath> </Reference> <Reference Include="ICSharpCode.SharpZipLib"> <HintPath>..\..\DLL\ICSharpCode.SharpZipLib.dll</HintPath> </Reference> <Reference Include="log4net"> <HintPath>..\DLL\log4net.dll</HintPath> </Reference> <Reference Include="Microsoft.Practices.EnterpriseLibrary.Caching"> <HintPath>..\..\DLL\Microsoft.Practices.EnterpriseLibrary.Caching.dll</HintPath> </Reference> <Reference Include="Microsoft.Practices.EnterpriseLibrary.Common"> <HintPath>..\..\DLL\Microsoft.Practices.EnterpriseLibrary.Common.dll</HintPath> </Reference> <Reference Include="Microsoft.Practices.ServiceLocation"> <HintPath>..\..\DLL\Microsoft.Practices.ServiceLocation.dll</HintPath> </Reference> <Reference Include="Microsoft.Practices.Unity"> <HintPath>..\..\DLL\Microsoft.Practices.Unity.dll</HintPath> </Reference> <Reference Include="Microsoft.Practices.Unity.Interception"> <HintPath>..\..\DLL\Microsoft.Practices.Unity.Interception.dll</HintPath> </Reference> <Reference Include="MySql.Data"> <HintPath>..\..\DLL\MySql.Data.dll</HintPath> </Reference> <Reference Include="Newtonsoft.Json"> <HintPath>..\..\DLL\Newtonsoft.Json.dll</HintPath> </Reference> <Reference Include="Oracle.DataAccess, Version=4.112.3.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> <HintPath>..\DLL\oracle32\Oracle.DataAccess.dll</HintPath> <Private>True</Private> </Reference> <Reference Include="QMFrameWork.Cache, Version=1.2.4.0, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\QMFrameWork\QMFrameWork.Cache.dll</HintPath> </Reference> <Reference Include="QMFrameWork.Common"> <HintPath>..\..\QMFrameWork\QMFrameWork.Common.dll</HintPath> </Reference> <Reference Include="QMFrameWork.Data"> <HintPath>..\..\QMFrameWork\QMFrameWork.Data.dll</HintPath> </Reference> <Reference Include="QMFrameWork.Data.Attributes"> <HintPath>..\..\QMFrameWork\QMFrameWork.Data.Attributes.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.configuration" /> <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" /> <Reference Include="Topshelf"> <HintPath>..\..\DLL\Topshelf.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> <Compile Include="Configuration.cs" /> <Compile Include="Program.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="ManagerServer.cs" /> </ItemGroup> <ItemGroup> <None Include="App.config"> <SubType>Designer</SubType> </None> </ItemGroup> <ItemGroup> <Content Include="App_Data\PLMServiceList.xml"> <SubType>Designer</SubType> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="App_Data\ProcessProgramList.xml"> <SubType>Designer</SubType> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\ServicesCenter\WCF\QMFrameWork.ServiceLibrary\QMFrameWork.ServiceLibrary.csproj"> <Project>{F68A116A-972E-4414-9B8A-43990136CE15}</Project> <Name>QMFrameWork.ServiceLibrary</Name> </ProjectReference> <ProjectReference Include="..\QM.Exchange.Core\QM.Exchange.Core.csproj"> <Project>{7CF32FCB-02A2-45C6-8B25-FADB7EB72F0C}</Project> <Name>QM.Exchange.Core</Name> </ProjectReference> </ItemGroup> <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>