<?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>{DE241503-17EF-4355-B804-F1B0CE9A1BEA}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>QMTask.Core</RootNamespace> <AssemblyName>QMTask.Core</AssemblyName> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <SccProjectName>Svn</SccProjectName> <SccLocalPath>Svn</SccLocalPath> <SccAuxPath>Svn</SccAuxPath> <SccProvider>SubversionScc</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="Common.Logging, Version=2.1.2.0, Culture=neutral, PublicKeyToken=af08829b84f0328e, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\..\DLL\Common.Logging.dll</HintPath> </Reference> <Reference Include="Common.Logging.Log4Net1211"> <HintPath>..\..\..\DLL\Common.Logging.Log4Net1211.dll</HintPath> </Reference> <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, processorArchitecture=x86"> <SpecificVersion>False</SpecificVersion> <HintPath>..\..\..\DLL\log4net.dll</HintPath> </Reference> <Reference Include="QMFrameWork.Log"> <HintPath>..\..\..\QMFrameWork\QMFrameWork.Log.dll</HintPath> </Reference> <Reference Include="Quartz"> <HintPath>..\..\..\DLL\Quartz.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" /> <Reference Include="Topshelf"> <HintPath>..\..\..\DLL\Topshelf.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> <Compile Include="Configuration.cs" /> <Compile Include="CronExpression.cs" /> <Compile Include="ITaskService.cs" /> <Compile Include="JobListener.cs" /> <Compile Include="MonitorInfo.cs" /> <Compile Include="PlanInfo.cs" /> <Compile Include="PlanInfoManage.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="TaskServer.cs" /> <Compile Include="TaskInfo.cs" /> <Compile Include="TaskService.cs" /> <Compile Include="XmlHelper.cs" /> </ItemGroup> <ItemGroup> <None Include="app.config" /> </ItemGroup> <ItemGroup> <Content Include="PlanConfig.xml" /> <Content Include="TaskConfig.xml" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\..\AppCommon\QMAPP.ServicesAgent\QMAPP.ServicesAgent.csproj"> <Project>{BA9CEDD0-B232-4A1C-B5CB-A00C81EA5A91}</Project> <Name>QMAPP.ServicesAgent</Name> </ProjectReference> </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>