<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="12.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>{B260CE7A-B1BC-4647-B2F1-1B7EE44EFCA9}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>HH.AMS.Common</RootNamespace>
|
<AssemblyName>HH.AMS.Common</AssemblyName>
|
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<TargetFrameworkProfile />
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<DebugSymbols>true</DebugSymbols>
|
<DebugType>full</DebugType>
|
<Optimize>false</Optimize>
|
<OutputPath>..\bin\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<UseVSHostingProcess>true</UseVSHostingProcess>
|
<Prefer32Bit>false</Prefer32Bit>
|
</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>
|
<Prefer32Bit>false</Prefer32Bit>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="HanHe.Utility">
|
<HintPath>..\LIB\HH\HanHe.Utility.dll</HintPath>
|
</Reference>
|
<Reference Include="HH.AutoBom.Interface">
|
<HintPath>..\LIB\HH\HH.AutoBom.Interface.dll</HintPath>
|
</Reference>
|
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\LIB\WCS\log4net.2.0.5\lib\net40-full\log4net.dll</HintPath>
|
</Reference>
|
<Reference Include="Microsoft.Office.Interop.Excel, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
<HintPath>..\lib\Microsoft.Office.Interop.Excel.dll</HintPath>
|
<Private>True</Private>
|
</Reference>
|
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\LIB\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.configuration" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Management" />
|
<Reference Include="System.Runtime.Serialization" />
|
<Reference Include="System.ServiceModel.Web" />
|
<Reference Include="System.Web" />
|
<Reference Include="System.Web.Extensions" />
|
<Reference Include="System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\packages\Microsoft.AspNet.Mvc.4.0.20710.0\lib\net40\System.Web.Mvc.dll</HintPath>
|
</Reference>
|
<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="CacheHelper.cs" />
|
<Compile Include="CMMLog.cs" />
|
<Compile Include="CollectionUti.cs" />
|
<Compile Include="Constants.cs" />
|
<Compile Include="ConstantUtil.cs" />
|
<Compile Include="DataConvert.cs" />
|
<Compile Include="DBFun.cs" />
|
<Compile Include="DBFunction.cs" />
|
<Compile Include="DTList.cs" />
|
<Compile Include="Hardware.cs" />
|
<Compile Include="JsonHelper.cs" />
|
<Compile Include="Log.cs" />
|
<Compile Include="MagicModel\MagicAddEntity.cs" />
|
<Compile Include="MagicModel\MagicDataAccess.cs" />
|
<Compile Include="MagicModel\MagicDefaultEntity.cs" />
|
<Compile Include="MagicModel\MagicMaxGuidEntity.cs" />
|
<Compile Include="MagicModel\MagicModelEntity.cs" />
|
<Compile Include="MagicModel\MagicQueryEntity.cs" />
|
<Compile Include="MagicModel\MagicTreeEntity.cs" />
|
<Compile Include="MagicModel\VersionControlEntity.cs" />
|
<Compile Include="ObjectCreator.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Util.cs" />
|
<Compile Include="WebApiManager.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\HH.AMS.Entitys\HH.AMS.Entitys.csproj">
|
<Project>{2e757ab9-07bc-4b1f-83c7-a5ef7a8c6f39}</Project>
|
<Name>HH.AMS.Entitys</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\HH.AMS.Utils\HH.AMS.Utils.csproj">
|
<Project>{b62970f8-65aa-46e0-9f11-f573c117248f}</Project>
|
<Name>HH.AMS.Utils</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>
|