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

173 lines
7.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)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{DCABED0D-A8FC-47ED-BFB1-AAAEAD0A9B01}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>QMAPP.BLL</RootNamespace>
<AssemblyName>QMAPP.BLL</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation />
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
<UpdateEnabled>false</UpdateEnabled>
<UpdateMode>Foreground</UpdateMode>
<UpdateInterval>7</UpdateInterval>
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
<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>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</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>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="QMFrameWork.Common, Version=1.0.8.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\QMFrameWork\QMFrameWork.Common.dll</HintPath>
</Reference>
<Reference Include="QMFrameWork.Data, Version=1.0.8.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\QMFrameWork\QMFrameWork.Data.dll</HintPath>
</Reference>
<Reference Include="QMFrameWork.Data.Attributes, Version=1.0.8.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\QMFrameWork\QMFrameWork.Data.Attributes.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">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="BaseBLL.cs" />
<Compile Include="Dict\DictManagerBLL.cs" />
<Compile Include="Dict\Enums.cs" />
<Compile Include="FuntionDescriptionBLL\FuntionDescriptionBLL.cs" />
<Compile Include="Mail\MailHelper.cs" />
<Compile Include="Mail\MailInfo.cs" />
<Compile Include="Mail\SmtpMailSender.cs" />
<Compile Include="Mail\SmtpServerInfo.cs" />
<Compile Include="OverTimeRemind\OverTimeRemindBLL.cs" />
<Compile Include="QueryTL\Example\UserManageBLL.cs" />
<Compile Include="QueryTL\Example\VehicleInfo.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="QueryTL\QueryTemplateBLL.cs" />
<Compile Include="Report\QueryUserPowerBLL.cs" />
<Compile Include="Sys\DataChangeManageBLL.cs" />
<Compile Include="Sys\DataTaskPlanBLL.cs" />
<Compile Include="Sys\DeskTopItemBLL.cs" />
<Compile Include="Sys\FileInfoBLL.cs" />
<Compile Include="Sys\FileTypeBLL.cs" />
<Compile Include="Sys\FunctionRecorderBLL.cs" />
<Compile Include="Sys\LoginBLL.cs" />
<Compile Include="Sys\NoticeManageBll.cs" />
<Compile Include="Sys\OnlineHelpBLL.cs" />
<Compile Include="Sys\OrgaizationManageBLL.cs" />
<Compile Include="Sys\ParaAuthorityPortManageBLL.cs" />
<Compile Include="Sys\PersnalSetBLL.cs" />
<Compile Include="Sys\RoleManageBLL.cs" />
<Compile Include="Sys\SIParamSetBLL.cs" />
<Compile Include="Sys\SIProblemTypeBLL.cs" />
<Compile Include="Sys\SupportInteractionBLL.cs" />
<Compile Include="Sys\SystemLockBLL.cs" />
<Compile Include="Sys\UserEntrustBLL.cs" />
<Compile Include="Sys\UserManageBLL.cs" />
<Compile Include="Sys\UserOrgaizationManageBLL.cs" />
<Compile Include="Sys\SystemOperateLogBLL.cs" />
<Compile Include="Sys\WorkFlowBLL.cs" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\APPMD\QMAPP.MD.DAL\QMAPP.MD.DAL.csproj">
<Project>{25F672F4-55A6-41B3-82DA-84233786D991}</Project>
<Name>QMAPP.MD.DAL</Name>
</ProjectReference>
<ProjectReference Include="..\..\APPMD\QMAPP.MD.Entity\QMAPP.MD.Entity.csproj">
<Project>{A80DFEE4-F3D0-4234-A2CC-E4DCE5000E7E}</Project>
<Name>QMAPP.MD.Entity</Name>
</ProjectReference>
<ProjectReference Include="..\QMAPP.DAL\QMAPP.DAL.csproj">
<Project>{407204CD-0256-4EDD-8A89-26EBF83D19A7}</Project>
<Name>QMAPP.DAL</Name>
</ProjectReference>
<ProjectReference Include="..\QMAPP.Entity\QMAPP.Entity.csproj">
<Project>{604FB24F-7706-497C-BEC7-27D7B6B5A82C}</Project>
<Name>QMAPP.Entity</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>