You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
91 lines
4.5 KiB
XML
91 lines
4.5 KiB
XML
<?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>{3251626D-7409-42C5-9BB6-2BF6BD6C285B}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>HcUtility</RootNamespace>
|
|
<AssemblyName>HcUtility</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
</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="Microsoft.Practices.EnterpriseLibrary.Common, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>D:\CMP5.0ZSH\trunk\程序\Source\WebPos\其他\使用的类库\Enterprise Library 4.1\Microsoft.Practices.EnterpriseLibrary.Common.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Practices.EnterpriseLibrary.Data, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>D:\CMP5.0ZSH\trunk\程序\Source\WebPos\其他\使用的类库\Enterprise Library 4.1\Microsoft.Practices.EnterpriseLibrary.Data.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Microsoft.Practices.EnterpriseLibrary.Logging, Version=4.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>D:\CMP5.0ZSH\trunk\程序\Source\WebPos\其他\使用的类库\Enterprise Library 4.1\Microsoft.Practices.EnterpriseLibrary.Logging.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json">
|
|
<HintPath>..\..\第三方类库\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data.OracleClient" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.Web.Abstractions" />
|
|
<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="Comm\CustomDbParamter.cs" />
|
|
<Compile Include="Comm\DbOperationType.cs" />
|
|
<Compile Include="Comm\DBResult.cs" />
|
|
<Compile Include="Core\IModelObject.cs" />
|
|
<Compile Include="Core\IModelObjectDB.cs" />
|
|
<Compile Include="Core\ModelDBAttribute.cs" />
|
|
<Compile Include="Core\ModelDbException.cs" />
|
|
<Compile Include="Core\ModelDBOprationType.cs" />
|
|
<Compile Include="Core\ModelObjectBase.cs" />
|
|
<Compile Include="Core\ModelObjectBill.cs" />
|
|
<Compile Include="Core\ModelObjectBillBody.cs" />
|
|
<Compile Include="Core\ModelObjectBillHead.cs" />
|
|
<Compile Include="Core\ModelObjectDB.cs" />
|
|
<Compile Include="Core\ModelObjectDBBill.cs" />
|
|
<Compile Include="Core\TypeConvertUtil.cs" />
|
|
<Compile Include="Logging\LoggingConstants.cs" />
|
|
<Compile Include="Logging\LoggingUtil.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WCFMetadata Include="Service References\" />
|
|
</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> |