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.
136 lines
5.5 KiB
136 lines
5.5 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)' == '' ">x86</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{96055776-C503-40C4-8DC6-FBE444BE97FF}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>QMTask.Host</RootNamespace>
|
|
<AssemblyName>QMTask.Host</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile>
|
|
</TargetFrameworkProfile>
|
|
<FileAlignment>512</FileAlignment>
|
|
<SccProjectName>Svn</SccProjectName>
|
|
<SccLocalPath>Svn</SccLocalPath>
|
|
<SccAuxPath>Svn</SccAuxPath>
|
|
<SccProvider>SubversionScc</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="Common.Logging">
|
|
<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="MySql.Data">
|
|
<HintPath>..\..\..\DLL\MySql.Data.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json">
|
|
<HintPath>..\..\..\DLL\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Oracle.DataAccess">
|
|
<HintPath>..\..\..\DLL\oracle32\Oracle.DataAccess.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="QMFrameWork.Common">
|
|
<HintPath>..\..\..\QMFrameWork\QMFrameWork.Common.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="QMFrameWork.Data, Version=1.3.3.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\QMFrameWork\QMFrameWork.Data.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="QMFrameWork.Log, Version=1.0.8.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\QMFrameWork\QMFrameWork.Log.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Quartz">
|
|
<HintPath>..\..\..\DLL\Quartz.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.configuration" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.ServiceModel" />
|
|
<Reference Include="System.ServiceModel.Routing" />
|
|
<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="Program.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
<None Include="quartz.config">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WCFMetadata Include="Service References\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\AppCommon\QMAPP.ServicesAgent\QMAPP.ServicesAgent.csproj">
|
|
<Project>{BA9CEDD0-B232-4A1C-B5CB-A00C81EA5A91}</Project>
|
|
<Name>QMAPP.ServicesAgent</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\QMTask.Core\QMTask.Core.csproj">
|
|
<Project>{DE241503-17EF-4355-B804-F1B0CE9A1BEA}</Project>
|
|
<Name>QMTask.Core</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\QMTask.DataDeal\QMTask.DataDeal.csproj">
|
|
<Project>{13B61E0C-2A73-481F-8FDC-7240F472C845}</Project>
|
|
<Name>QMTask.DataDeal</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="PlanConfig.xml">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
<Content Include="TaskConfig.xml">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
<SubType>Designer</SubType>
|
|
</Content>
|
|
</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>
|