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.
128 lines
6.0 KiB
128 lines
6.0 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>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{C78C8970-0737-4F36-8F54-137032EAFE41}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Common</RootNamespace>
|
|
<AssemblyName>Common</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="QMFrameWork.Common, Version=1.0.5.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\QMFrameWork\QMFrameWork.Common.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="QMFrameWork.Data, Version=1.0.5.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\..\QMFrameWork\QMFrameWork.Data.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="QMFrameWork.Data.Attributes">
|
|
<HintPath>..\..\..\QMFrameWork\QMFrameWork.Data.Attributes.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.configuration" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data.OracleClient" />
|
|
<Reference Include="System.Data.SQLite">
|
|
<HintPath>..\..\..\DLL\System.Data.SQLite.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System.Web" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Applications\Verification\ClientVerification.cs" />
|
|
<Compile Include="Applications\Verification\ClientVerificationInformation.cs" />
|
|
<Compile Include="Applications\Sesstion\SessionEngine.cs" />
|
|
<Compile Include="Applications\Sesstion\SessionInfo.cs" />
|
|
<Compile Include="AssemblyUtil\AssemblyFactory.cs" />
|
|
<Compile Include="AssemblyUtil\EntityFactory.cs" />
|
|
<Compile Include="AssemblyUtil\TypeFactory.cs" />
|
|
<Compile Include="Config\ConfigSetting.cs" />
|
|
<Compile Include="Config\ConfigurationUtil.cs" />
|
|
<Compile Include="Config\CustomDataBaseUtil.cs" />
|
|
<Compile Include="Exceptions\MessageSendFailedException.cs" />
|
|
<Compile Include="Exceptions\ParameterCannotNullException.cs" />
|
|
<Compile Include="Exceptions\AssemblyNotLoadException.cs" />
|
|
<Compile Include="Data\ConnectionInfo.cs" />
|
|
<Compile Include="Data\ConnectionUser.cs" />
|
|
<Compile Include="Data\DataAccessInfo.cs" />
|
|
<Compile Include="Data\DataBaseInfo.cs" />
|
|
<Compile Include="Data\DBUtility.cs" />
|
|
<Compile Include="Data\Enums.cs" />
|
|
<Compile Include="Data\IConnectionPooling.cs" />
|
|
<Compile Include="Data\IDataHelper.cs" />
|
|
<Compile Include="Data\IDataRoutine.cs" />
|
|
<Compile Include="Exceptions\NonDataAccessException.cs" />
|
|
<Compile Include="Data\SqlLite\SqlLiteHelper.cs" />
|
|
<Compile Include="Data\SqlLite\SqlLiteRoutine.cs" />
|
|
<Compile Include="Data\SqlServer\SqlServerHelper.cs" />
|
|
<Compile Include="Data\SqlServer\SqlServerRoutine.cs" />
|
|
<Compile Include="Exceptions\CannotConvertException.cs" />
|
|
<Compile Include="Exceptions\CannotInitConfigException.cs" />
|
|
<Compile Include="Exceptions\DataExistException.cs" />
|
|
<Compile Include="Exceptions\ExcuteFailsException.cs" />
|
|
<Compile Include="Exceptions\LicenseRevokedException.cs" />
|
|
<Compile Include="Exceptions\NoneLicenseException.cs" />
|
|
<Compile Include="Exceptions\NoneServiceException.cs" />
|
|
<Compile Include="Exceptions\NoServiceLogException.cs" />
|
|
<Compile Include="Exceptions\NotEnoughPermissionException.cs" />
|
|
<Compile Include="Exceptions\NotSupportedFormatException.cs" />
|
|
<Compile Include="Exceptions\SocketTransformException.cs" />
|
|
<Compile Include="IO\Compression\DeflateCompression.cs" />
|
|
<Compile Include="IO\Compression\GZipCompression.cs" />
|
|
<Compile Include="IO\Security\DES.cs" />
|
|
<Compile Include="IO\XML\XMLUtil.cs" />
|
|
<Compile Include="LogUtil\Log.cs" />
|
|
<Compile Include="LogUtil\LogInformation.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="TextUtil\CustomString.cs" />
|
|
<Compile Include="TextUtil\DateTimeUtil.cs" />
|
|
<Compile Include="TextUtil\EncodingHelper.cs" />
|
|
<Compile Include="TextUtil\TextCheck.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Data\Access\" />
|
|
<Folder Include="Data\MySql\" />
|
|
<Folder Include="Data\XML\" />
|
|
</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>
|