<?xml version="1.0" encoding="utf-8"?>
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
<PropertyGroup>
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
<ProjectGuid>{A9859D3C-EA37-497C-BA93-43CEC47F5798}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>iWareCommon</RootNamespace>
|
<AssemblyName>iWareCommon</AssemblyName>
|
<TargetFrameworkVersion>v4.5</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>
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<DebugType>pdbonly</DebugType>
|
<Optimize>false</Optimize>
|
<OutputPath>bin\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
</PropertyGroup>
|
<ItemGroup>
|
<Reference Include="Autofac, Version=4.8.1.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>DLL\Autofac.dll</HintPath>
|
</Reference>
|
<Reference Include="Autofac.Extras.DynamicProxy, Version=4.5.0.0, Culture=neutral, PublicKeyToken=17863af14b0044da, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>DLL\Autofac.Extras.DynamicProxy.dll</HintPath>
|
</Reference>
|
<Reference Include="AxInterop.AcroPDFLib, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>DLL\AxInterop.AcroPDFLib.dll</HintPath>
|
</Reference>
|
<Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>DLL\Castle.Core.dll</HintPath>
|
</Reference>
|
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>DLL\EntityFramework.dll</HintPath>
|
</Reference>
|
<Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>DLL\EntityFramework.SqlServer.dll</HintPath>
|
</Reference>
|
<Reference Include="Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>DLL\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
<Reference Include="System.Core" />
|
<Reference Include="System.Drawing" />
|
<Reference Include="System.Web" />
|
<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="Common\Dao\CommonDao.cs" />
|
<Compile Include="Common\Entity\BindableBase.cs" />
|
<Compile Include="Common\Entity\Context.cs" />
|
<Compile Include="Common\Entity\Huffman.cs" />
|
<Compile Include="Common\Entity\IBuilder.cs" />
|
<Compile Include="Common\Entity\ICommonEntity.cs" />
|
<Compile Include="Common\Entity\IDirector.cs" />
|
<Compile Include="Common\Entity\IHandler.cs" />
|
<Compile Include="Common\Entity\IService.cs" />
|
<Compile Include="Common\Entity\IStrategy.cs" />
|
<Compile Include="Common\Entity\ITreeEntity.cs" />
|
<Compile Include="Common\Entity\LZW.cs" />
|
<Compile Include="Common\Entity\QueryParam.cs" />
|
<Compile Include="Common\Entity\ResEntity.cs" />
|
<Compile Include="Common\Entity\ResponseListDataEntity.cs" />
|
<Compile Include="Common\Entity\ResponseListDataPageEntity.cs" />
|
<Compile Include="Common\Entity\ResponseSimpleDataEntity.cs" />
|
<Compile Include="Common\Entity\ServiceInterceptor.cs" />
|
<Compile Include="Common\EnumType\EDataType.cs" />
|
<Compile Include="Common\EnumType\EDbError.cs" />
|
<Compile Include="Common\EnumType\EHaveOrNot.cs" />
|
<Compile Include="Common\EnumType\ELabelStatus.cs" />
|
<Compile Include="Common\EnumType\ERedisLabel.cs" />
|
<Compile Include="Common\EnumType\EStatus.cs" />
|
<Compile Include="Common\EnumType\ETakeDownStatus.cs" />
|
<Compile Include="Common\EnumType\ETimeType.cs" />
|
<Compile Include="Common\EnumType\EYesOrNo.cs" />
|
<Compile Include="Common\Service\CommonService.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\Resources.Designer.cs">
|
<AutoGen>True</AutoGen>
|
<DesignTime>True</DesignTime>
|
<DependentUpon>Resources.resx</DependentUpon>
|
</Compile>
|
<Compile Include="Utils\Base64Helper.cs" />
|
<Compile Include="Utils\DESHelper.cs" />
|
<Compile Include="Utils\EntityPropHelper.cs" />
|
<Compile Include="Utils\FileHelper.cs" />
|
<Compile Include="Utils\HttpHelper.cs" />
|
<Compile Include="Utils\IEnumerableHelper.cs" />
|
<Compile Include="Utils\LogTextHelper.cs" />
|
<Compile Include="Utils\MD5Helper.cs" />
|
<Compile Include="Utils\MyBase64Helper.cs" />
|
<Compile Include="Utils\StringHelper.cs" />
|
<Compile Include="Utils\ThreadHelper.cs" />
|
<Compile Include="Utils\TreeHelper.cs" />
|
<Compile Include="Utils\ZipHelper.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="App.config">
|
<SubType>Designer</SubType>
|
</None>
|
<None Include="Common\Dao\_system~.ini" />
|
<None Include="Common\Entity\_system~.ini" />
|
<None Include="Common\EnumType\_system~.ini" />
|
<None Include="Common\Service\_system~.ini" />
|
<None Include="Common\_system~.ini" />
|
<None Include="packages.config" />
|
</ItemGroup>
|
<ItemGroup>
|
<EmbeddedResource Include="Properties\Resources.resx">
|
<Generator>ResXFileCodeGenerator</Generator>
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
</EmbeddedResource>
|
</ItemGroup>
|
<ItemGroup>
|
<Content Include="DLL\Autofac.dll" />
|
<Content Include="DLL\Autofac.Extras.DynamicProxy.dll" />
|
<Content Include="DLL\Autofac.Extras.DynamicProxy.pdb" />
|
<Content Include="DLL\Autofac.Extras.DynamicProxy.xml" />
|
<Content Include="DLL\Autofac.xml" />
|
<Content Include="DLL\AxInterop.AcroPDFLib.dll" />
|
<Content Include="DLL\Castle.Core.dll" />
|
<Content Include="DLL\Castle.Core.xml" />
|
<Content Include="DLL\EntityFramework.dll" />
|
<Content Include="DLL\EntityFramework.SqlServer.dll" />
|
<Content Include="DLL\EntityFramework.SqlServer.xml" />
|
<Content Include="DLL\EntityFramework.xml" />
|
<Content Include="DLL\HPSocket4C-SSL_UD.dll" />
|
<Content Include="DLL\HPSocket4C_UD.dll" />
|
<Content Include="DLL\HPSocketCS.dll" />
|
<Content Include="DLL\Newtonsoft.Json.dll" />
|
<Content Include="DLL\Newtonsoft.Json.xml">
|
<SubType>Designer</SubType>
|
</Content>
|
<Content Include="DLL\Seagull.BarTender.Print.dll" />
|
<Content Include="DLL\Spire.Pdf.dll" />
|
<Content Include="DLL\Spire.Pdf.xml" />
|
<Content Include="notes\LZW压缩算法.jpg" />
|
<Content Include="notes\LZW解压算法.jpg" />
|
<Content Include="notes\note.txt" />
|
</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>
|