<?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>{80B3E0ED-4DD0-4644-B985-08DAAD8AEB5F}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>CY.Infrastructure</RootNamespace>
|
<AssemblyName>CY.Infrastructure</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="ICSharpCode.SharpZipLib">
|
<HintPath>..\CY.Dlls\ICSharpCode.SharpZipLib.dll</HintPath>
|
</Reference>
|
<Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\CY.Dlls\log4net.dll</HintPath>
|
</Reference>
|
<Reference Include="Memcached.ClientLibrary, Version=1.0.0.0, Culture=neutral, PublicKeyToken=42c0400964dcc297, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\CY.Dlls\Memcached.ClientLibrary.dll</HintPath>
|
</Reference>
|
<Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\CY.Dlls\Microsoft.Practices.ServiceLocation.dll</HintPath>
|
</Reference>
|
<Reference Include="Microsoft.Practices.Unity, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\CY.Dlls\Microsoft.Practices.Unity.dll</HintPath>
|
</Reference>
|
<Reference Include="Microsoft.Practices.Unity.Configuration, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\CY.Dlls\Microsoft.Practices.Unity.Configuration.dll</HintPath>
|
</Reference>
|
<Reference Include="Microsoft.Practices.Unity.Interception, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\CY.Dlls\Microsoft.Practices.Unity.Interception.dll</HintPath>
|
</Reference>
|
<Reference Include="Microsoft.Practices.Unity.Interception.Configuration, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\CY.Dlls\Microsoft.Practices.Unity.Interception.Configuration.dll</HintPath>
|
</Reference>
|
<Reference Include="Newtonsoft.Json, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b9a188c8922137c6, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>..\CY.Dlls\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="System" />
|
<Reference Include="System.configuration" />
|
<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="Cache\CacheFactory.cs" />
|
<Compile Include="Cache\CacheHome.cs" />
|
<Compile Include="Cache\DefaultCacheStrategy.cs" />
|
<Compile Include="Cache\ICacheStrategy.cs" />
|
<Compile Include="Cache\MemCachedManager.cs" />
|
<Compile Include="Cache\MemCachedStrategy.cs" />
|
<Compile Include="Common\DealString.cs" />
|
<Compile Include="Common\DNTRequest.cs" />
|
<Compile Include="Common\JsonDataType.cs" />
|
<Compile Include="Common\JsonHelper.cs" />
|
<Compile Include="Common\MathRandom.cs" />
|
<Compile Include="Common\MyConvert.cs" />
|
<Compile Include="Common\SerializationHelper.cs" />
|
<Compile Include="Common\TypeParse.cs" />
|
<Compile Include="Common\UtilConst.cs" />
|
<Compile Include="Common\Utils.cs" />
|
<Compile Include="Common\Z_String.cs" />
|
<Compile Include="Configuration\ConfigurationSetting.cs" />
|
<Compile Include="Configuration\WebSiteSetting.cs" />
|
<Compile Include="DESEncrypt\DESEncrypt.cs" />
|
<Compile Include="Domain\IAggregateRoot.cs" />
|
<Compile Include="Mail\ISmtpMail.cs" />
|
<Compile Include="Mail\SmtpEmailAttribute.cs" />
|
<Compile Include="Mail\SmtpMail.cs" />
|
<Compile Include="Mail\SysMailMessage.cs" />
|
<Compile Include="Exception\ExceptionBase.cs" />
|
<Compile Include="FTP\FTP.cs" />
|
<Compile Include="Helpers\PriceHelper.cs" />
|
<Compile Include="Helpers\UrlHelper.cs" />
|
<Compile Include="Logging\ILogger.cs" />
|
<Compile Include="Logging\Log4NetAdapter.cs" />
|
<Compile Include="Logging\LoggingFactory.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Query\Criterion.cs" />
|
<Compile Include="Query\Pagination.cs" />
|
<Compile Include="Query\Query.cs" />
|
<Compile Include="ServiceLocator\ServiceLocator.cs" />
|
<Compile Include="Singleton\Singleton.cs" />
|
<Compile Include="XML\InvalidXmlException.cs" />
|
<Compile Include="XML\XmlDocumentExtender.cs" />
|
<Compile Include="XML\XmlVisitor.cs" />
|
</ItemGroup>
|
<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>
|