加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
BSF.BaseService.DistributedCache.csproj 4.54 KB
一键复制 编辑 原始数据 按行查看 历史
车江毅 提交于 2016-06-03 13:26 . 提交分支
<?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>{3612607F-15C1-4FE7-A5FF-ADD02CE54341}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BSF.BaseService.DistributedCache</RootNamespace>
<AssemblyName>BSF.BaseService.DistributedCache</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>
<DocumentationFile>bin\Debug\BSF.BaseService.DistributedCache.XML</DocumentationFile>
</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="BSF">
<HintPath>..\Dyd.BaseService.Monitor\引用\BSF.dll</HintPath>
</Reference>
<Reference Include="Enyim.Caching">
<HintPath>引用\Enyim.Caching.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>引用\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Common">
<HintPath>引用\ServiceStack.Common.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Interfaces">
<HintPath>引用\ServiceStack.Interfaces.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Redis">
<HintPath>引用\ServiceStack.Redis.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Text">
<HintPath>引用\ServiceStack.Text.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<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="Compress\CompressFactory.cs" />
<Compile Include="Compress\GZipCompressProvider.cs" />
<Compile Include="Compress\ICompressProvider.cs" />
<Compile Include="DistributedCacheDemo.cs" />
<Compile Include="DistributedCacheHelper.cs" />
<Compile Include="LoadBalance\HashBalance.cs" />
<Compile Include="LoadBalance\IBalance.cs" />
<Compile Include="LoadBalance\LoadBalanceFactory.cs" />
<Compile Include="LoadBalance\StartLetterBalance.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Storage\AliyunMemcachedCache.cs" />
<Compile Include="Storage\AliyunMemcached\AliyunMemcachedClientPoolProvider.cs" />
<Compile Include="Storage\BaseCache.cs" />
<Compile Include="Storage\BaseConfig.cs" />
<Compile Include="Storage\CacheFactory.cs" />
<Compile Include="Storage\RedisCache.cs" />
<Compile Include="Storage\SSDBCache.cs" />
<Compile Include="Storage\SSDB\NetSdk\Client.cs" />
<Compile Include="Storage\SSDB\NetSdk\Link.cs" />
<Compile Include="Storage\SSDB\SSDBClientPool.cs" />
<Compile Include="Storage\SSDB\SSDBClientPoolProvider.cs" />
<Compile Include="SystemRuntime\DistributedCacheException.cs" />
<Compile Include="SystemRuntime\Enums.cs" />
</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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化