<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
|
<PropertyGroup>
|
<ProjectType>Local</ProjectType>
|
<ProductVersion>7.10.3077</ProductVersion>
|
<SchemaVersion>2.0</SchemaVersion>
|
<ProjectGuid>{9386714F-D152-46F8-9E66-EB8BBDA7886C}</ProjectGuid>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<ApplicationIcon />
|
<AssemblyKeyContainerName />
|
<AssemblyName>BusinessFactory</AssemblyName>
|
<AssemblyOriginatorKeyFile />
|
<DefaultClientScript>JScript</DefaultClientScript>
|
<DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
|
<DefaultTargetSchema>IE50</DefaultTargetSchema>
|
<DelaySign>false</DelaySign>
|
<OutputType>Library</OutputType>
|
<RootNamespace>BusinessFactory</RootNamespace>
|
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
|
<StartupObject />
|
<FileUpgradeFlags>
|
</FileUpgradeFlags>
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
<UpgradeBackupLocation>
|
</UpgradeBackupLocation>
|
<OldToolsVersion>0.0</OldToolsVersion>
|
<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 />
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<OutputPath>bin\Debug\</OutputPath>
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
<BaseAddress>285212672</BaseAddress>
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
<ConfigurationOverrideFile />
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<DocumentationFile />
|
<DebugSymbols>true</DebugSymbols>
|
<FileAlignment>4096</FileAlignment>
|
<NoStdLib>false</NoStdLib>
|
<NoWarn />
|
<Optimize>false</Optimize>
|
<RegisterForComInterop>false</RegisterForComInterop>
|
<RemoveIntegerChecks>false</RemoveIntegerChecks>
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
<WarningLevel>4</WarningLevel>
|
<DebugType>full</DebugType>
|
<ErrorReport>prompt</ErrorReport>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<OutputPath>bin\Release\</OutputPath>
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
<BaseAddress>285212672</BaseAddress>
|
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
|
<ConfigurationOverrideFile />
|
<DefineConstants>TRACE</DefineConstants>
|
<DocumentationFile />
|
<DebugSymbols>false</DebugSymbols>
|
<FileAlignment>4096</FileAlignment>
|
<NoStdLib>false</NoStdLib>
|
<NoWarn />
|
<Optimize>true</Optimize>
|
<RegisterForComInterop>false</RegisterForComInterop>
|
<RemoveIntegerChecks>false</RemoveIntegerChecks>
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
|
<WarningLevel>4</WarningLevel>
|
<DebugType>none</DebugType>
|
<ErrorReport>prompt</ErrorReport>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="Common">
|
<Name>Common</Name>
|
<HintPath>..\..\..\..\sms\projects\lib\Common.DLL</HintPath>
|
</Reference>
|
<Reference Include="DBHelpers">
|
<HintPath>..\..\..\..\sms\projects\lib\DBHelpers.dll</HintPath>
|
</Reference>
|
<Reference Include="Entity">
|
<Name>Entity</Name>
|
<HintPath>..\..\..\..\sms\projects\lib\Entity.dll</HintPath>
|
</Reference>
|
<Reference Include="log4net">
|
<HintPath>..\..\..\..\sms\projects\lib\log4net.dll</HintPath>
|
</Reference>
|
<Reference Include="mscorlib">
|
<Name>mscorlib</Name>
|
<HintPath>mscorlib.dll</HintPath>
|
</Reference>
|
<Reference Include="Newtonsoft.Json">
|
<HintPath>E:\projects\guanghe\trunk\lib\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.Core">
|
<Name>System.Core</Name>
|
<HintPath>System.Core.dll</HintPath>
|
</Reference>
|
<Reference Include="System.Data">
|
<Name>System.Data</Name>
|
<HintPath>System.Data.dll</HintPath>
|
</Reference>
|
<Reference Include="System.XML" />
|
<Reference Include="System.Xml.Linq" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="CheckRepeat.cs" />
|
<Compile Include="DBTestBusiness.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="DetectionBusiness.cs" />
|
<Compile Include="MOBusiness.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
<Compile Include="MTBusiness.cs">
|
<SubType>Code</SubType>
|
</Compile>
|
</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>
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\DBFactory_Source\DBFactory.csproj">
|
<Project>{f60cb097-5e64-4c10-8ba1-a98489e19c55}</Project>
|
<Name>DBFactory</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<PropertyGroup>
|
<PreBuildEvent />
|
<PostBuildEvent />
|
</PropertyGroup>
|
</Project>
|