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.
155 lines
6.8 KiB
155 lines
6.8 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>{407204CD-0256-4EDD-8A89-26EBF83D19A7}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>QMAPP.DAL</RootNamespace>
|
|
<AssemblyName>QMAPP.DAL</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="Oracle.DataAccess, Version=2.112.1.0, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=x86">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\DLL\oracle32\Oracle.DataAccess.dll</HintPath>
|
|
</Reference>
|
|
<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.1.0.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="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="BaseDAL.cs" />
|
|
<Compile Include="Example\UserManageDAL.cs" />
|
|
<Compile Include="FuntionDescriptionDAL\FuntionDescriptionDAL.cs" />
|
|
<Compile Include="OverTimeRemind\OverTimeRemindDAL.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="QueryTL\QueryTemplateDAL.cs" />
|
|
<Compile Include="Report\QueryUserPowerDAL.cs" />
|
|
<Compile Include="Sys\DataChangeManageDAL.cs" />
|
|
<Compile Include="Sys\DataTaskPlanDAL.cs" />
|
|
<Compile Include="Sys\DeskTopItemDAL.cs" />
|
|
<Compile Include="Sys\FileInfoDAL.cs" />
|
|
<Compile Include="Sys\FileTypeDAL.cs" />
|
|
<Compile Include="Sys\FunctionRecorderDAL.cs" />
|
|
<Compile Include="Sys\LoginDAL.cs" />
|
|
<Compile Include="Sys\NoticeManageDAL.cs" />
|
|
<Compile Include="Sys\OnlineHelpDAL.cs" />
|
|
<Compile Include="Sys\OrgaizationManageDAL.cs" />
|
|
<Compile Include="Sys\ParaAuthorityPortManageDAL.cs" />
|
|
<Compile Include="Sys\PersnalSetDAL.cs" />
|
|
<Compile Include="Sys\RoleManageDAL.cs" />
|
|
<Compile Include="Sys\SIParamSetDAL.cs" />
|
|
<Compile Include="Sys\SIProblemTypeDAL.cs" />
|
|
<Compile Include="Sys\SupportInteractionDAL.cs" />
|
|
<Compile Include="Sys\SystemLockDAL.cs" />
|
|
<Compile Include="Sys\UserEntrustDAL.cs" />
|
|
<Compile Include="Sys\UserManageDAL.cs" />
|
|
<Compile Include="Sys\UserOrgaizationManageDAL.cs" />
|
|
<Compile Include="Sys\SystemOperateLogDAL.cs" />
|
|
<Compile Include="Sys\FlowSetDAL.cs" />
|
|
</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="..\QMAPP.Entity\QMAPP.Entity.csproj">
|
|
<Project>{604FB24F-7706-497C-BEC7-27D7B6B5A82C}</Project>
|
|
<Name>QMAPP.Entity</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>
|