Skip to content

Commit

Permalink
NCache 4.4 service pack 1 (SP1)
Browse files Browse the repository at this point in the history
  • Loading branch information
NCache Dev Team committed Nov 17, 2015
1 parent 54aff8a commit 1eeab93
Show file tree
Hide file tree
Showing 190 changed files with 13,797 additions and 2,022 deletions.
9 changes: 0 additions & 9 deletions Integration/LinqToNCache/LinqToNCache.sln
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,16 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
DebugJvCache|Any CPU = DebugJvCache|Any CPU
Release.2x|Any CPU = Release.2x|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseJvCache.2x|Any CPU = ReleaseJvCache.2x|Any CPU
ReleaseJvCache|Any CPU = ReleaseJvCache|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DABBDC25-C182-4137-9B72-ACBB306B553A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DABBDC25-C182-4137-9B72-ACBB306B553A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DABBDC25-C182-4137-9B72-ACBB306B553A}.DebugJvCache|Any CPU.ActiveCfg = Debug|Any CPU
{DABBDC25-C182-4137-9B72-ACBB306B553A}.DebugJvCache|Any CPU.Build.0 = Debug|Any CPU
{DABBDC25-C182-4137-9B72-ACBB306B553A}.Release.2x|Any CPU.ActiveCfg = Release.2x|Any CPU
{DABBDC25-C182-4137-9B72-ACBB306B553A}.Release.2x|Any CPU.Build.0 = Release.2x|Any CPU
{DABBDC25-C182-4137-9B72-ACBB306B553A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DABBDC25-C182-4137-9B72-ACBB306B553A}.Release|Any CPU.Build.0 = Release|Any CPU
{DABBDC25-C182-4137-9B72-ACBB306B553A}.ReleaseJvCache.2x|Any CPU.ActiveCfg = Release.2x|Any CPU
{DABBDC25-C182-4137-9B72-ACBB306B553A}.ReleaseJvCache.2x|Any CPU.Build.0 = Release.2x|Any CPU
{DABBDC25-C182-4137-9B72-ACBB306B553A}.ReleaseJvCache|Any CPU.ActiveCfg = Release.2x|Any CPU
{DABBDC25-C182-4137-9B72-ACBB306B553A}.ReleaseJvCache|Any CPU.Build.0 = Release.2x|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
42 changes: 22 additions & 20 deletions Integration/LinqToNCache/LinqToNCache/NCLinqProvider.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,22 +64,7 @@
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release.4x|AnyCPU'">
<OutputPath>bin\Release.4x\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisLogFile>bin\Release\Alachisoft.NCache.Linq.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release.2x|AnyCPU'">
<OutputPath>bin\Release.2x\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
Expand All @@ -97,17 +82,32 @@
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
</PropertyGroup>
<ItemGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<Reference Include="Alachisoft.NCache.Web">
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>..\..\..\Resources\ncache.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<DelaySign>false</DelaySign>
</PropertyGroup>

<ItemGroup Condition="'$(Configuration)|$(Platform)' == 'Release.2x|AnyCPU'">
<Reference Include="Alachisoft.NCache.Web, Version=4.4.0.0, Culture=neutral, PublicKeyToken=1448e8d1123e9096, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Src\build\Server\4x\Alachisoft.NCache.Web.dll</HintPath>
<HintPath>..\..\..\Src\build\Server\2x\Alachisoft.NCache.Web.dll</HintPath>
</Reference>

</ItemGroup>
<ItemGroup>

<ItemGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<Reference Include="Alachisoft.NCache.Web, Version=4.4.0.0, Culture=neutral, PublicKeyToken=1448e8d1123e9096, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Src\build\Server\4x\Alachisoft.NCache.Web.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
Expand All @@ -121,6 +121,8 @@
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>


<ItemGroup>
<Compile Include="Evaluator.cs" />
<Compile Include="ExpressionVisitor.cs" />
Expand Down
41 changes: 34 additions & 7 deletions Integration/LinqToNCache/LinqToNCache/NCLinqProvider2x.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,17 @@
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release.2x|AnyCPU'">
<OutputPath>bin\Release.2x\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
Expand All @@ -69,12 +80,33 @@
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
</PropertyGroup>
<ItemGroup>
<Reference Include="Alachisoft.NCache.Web, Version=4.4.0.0, Culture=neutral, PublicKeyToken=cff5926ed6a53769, processorArchitecture=MSIL">

<ItemGroup Condition="'$(Configuration)|$(Platform)' == 'Release.2x|AnyCPU'">
<Reference Include="Alachisoft.NCache.Web, Version=4.4.0.0, Culture=neutral, PublicKeyToken=1448e8d1123e9096, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Src\build\Server\2x\Alachisoft.NCache.Web.dll</HintPath>
</Reference>

</ItemGroup>

<ItemGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<Reference Include="Alachisoft.NCache.Web, Version=4.4.0.0, Culture=neutral, PublicKeyToken=1448e8d1123e9096, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Src\build\Server\4x\Alachisoft.NCache.Web.dll</HintPath>
</Reference>
</ItemGroup>

<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Xml.Linq">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data.DataSetExtensions">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
Expand Down Expand Up @@ -114,11 +146,6 @@
</Target>
-->
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU' OR '$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
<PreBuildEvent>
</PreBuildEvent>
<PostBuildEvent>xcopy /Y "$(TargetPath)" "$(SolutionDir)..\build\ContentOptimization\2x\"</PostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>xcopy /Y "$(TargetPath)" "$(SolutionDir)..\build\LinqToNCache\2x\"</PostBuildEvent>
</PropertyGroup>
</Project>
12 changes: 0 additions & 12 deletions Integration/LinqToNCache/LinqToNCache2x.sln
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,16 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
DebugJvCache|Any CPU = DebugJvCache|Any CPU
Release.2x|Any CPU = Release.2x|Any CPU
Release.4x|Any CPU = Release.4x|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseJvCache.2x|Any CPU = ReleaseJvCache.2x|Any CPU
ReleaseJvCache|Any CPU = ReleaseJvCache|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DABBDC25-C182-4137-9B72-ACBB306B553A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DABBDC25-C182-4137-9B72-ACBB306B553A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DABBDC25-C182-4137-9B72-ACBB306B553A}.DebugJvCache|Any CPU.ActiveCfg = Debug|Any CPU
{DABBDC25-C182-4137-9B72-ACBB306B553A}.DebugJvCache|Any CPU.Build.0 = Debug|Any CPU
{DABBDC25-C182-4137-9B72-ACBB306B553A}.Release.2x|Any CPU.ActiveCfg = Release.2x|Any CPU
{DABBDC25-C182-4137-9B72-ACBB306B553A}.Release.2x|Any CPU.Build.0 = Release.2x|Any CPU
{DABBDC25-C182-4137-9B72-ACBB306B553A}.Release.4x|Any CPU.ActiveCfg = Release.2x|Any CPU
{DABBDC25-C182-4137-9B72-ACBB306B553A}.Release.4x|Any CPU.Build.0 = Release.2x|Any CPU
{DABBDC25-C182-4137-9B72-ACBB306B553A}.Release|Any CPU.ActiveCfg = Release.2x|Any CPU
{DABBDC25-C182-4137-9B72-ACBB306B553A}.Release|Any CPU.Build.0 = Release.2x|Any CPU
{DABBDC25-C182-4137-9B72-ACBB306B553A}.ReleaseJvCache.2x|Any CPU.ActiveCfg = Release.2x|Any CPU
{DABBDC25-C182-4137-9B72-ACBB306B553A}.ReleaseJvCache.2x|Any CPU.Build.0 = Release.2x|Any CPU
{DABBDC25-C182-4137-9B72-ACBB306B553A}.ReleaseJvCache|Any CPU.ActiveCfg = Release.2x|Any CPU
{DABBDC25-C182-4137-9B72-ACBB306B553A}.ReleaseJvCache|Any CPU.Build.0 = Release.2x|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ namespace Memcached.ClientLibrary
using Memcached.ClientLibrary;
using System.Configuration;
using Alachisoft.NCache.Integrations.Memcached.Provider;

using Alachisoft.NCache.Integrations.Memcached.Provider.Exceptions;
/// <summary>
/// This is a C# client for the memcached server available from
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,14 @@
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<SccProjectName>
</SccProjectName>
<SccLocalPath>
</SccLocalPath>
<SccAuxPath>
</SccAuxPath>
<SccProvider>
</SccProvider>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -50,25 +54,34 @@
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</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>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release2x|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\2.0\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="Alachisoft.NCache.Integrations.Memcached.Provider">
<HintPath>..\..\..\..\build\Memcached\4x\Alachisoft.NCache.Integrations.Memcached.Provider.dll</HintPath>
<HintPath>..\..\..\ProxyServer\src\Alachisoft.NCache.Integrations.Memcached.Provider\bin\Release20\Alachisoft.NCache.Integrations.Memcached.Provider.dll</HintPath>
</Reference>
<Reference Include="Commons, Version=0.4.2.8580, Culture=neutral, PublicKeyToken=44382d1b57473eda">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\bin\Commons.dll</HintPath>
<Reference Include="Commons">
<HintPath>..\..\..\..\..\Resources\memcacheclient\Commons.dll</HintPath>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib, Version=0.84.0.0, Culture=neutral, PublicKeyToken=1b03e6acf1164f73">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\bin\ICSharpCode.SharpZipLib.dll</HintPath>
<Reference Include="ICSharpCode.SharpZipLib">
<HintPath>..\..\..\..\..\Resources\memcacheclient\ICSharpCode.SharpZipLib.dll</HintPath>
</Reference>
<Reference Include="log4net">
<HintPath>..\..\..\..\..\Resources\log4net\log4net.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,18 @@ Microsoft Visual Studio Solution File, Format Version 11.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "clientlib_2.0", "clientlib_2.0.csproj", "{4770D032-9B06-450D-8B00-7200D8330397}"
EndProject
Global
GlobalSection(SourceCodeControl) = preSolution
SccNumberOfProjects = 2
SccLocalPath0 = .
SccProjectUniqueName1 = clientlib_2.0.csproj
SccLocalPath1 = .
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Release2x|Any CPU = Release2x|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4770D032-9B06-450D-8B00-7200D8330397}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4770D032-9B06-450D-8B00-7200D8330397}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4770D032-9B06-450D-8B00-7200D8330397}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4770D032-9B06-450D-8B00-7200D8330397}.Release|Any CPU.Build.0 = Release|Any CPU
{4770D032-9B06-450D-8B00-7200D8330397}.Release2x|Any CPU.ActiveCfg = Release2x|Any CPU
{4770D032-9B06-450D-8B00-7200D8330397}.Release2x|Any CPU.Build.0 = Release2x|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@ Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
Release2x|Any CPU = Release2x|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D1D42485-EBE7-4021-9588-A3E4F12C40C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1D42485-EBE7-4021-9588-A3E4F12C40C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1D42485-EBE7-4021-9588-A3E4F12C40C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1D42485-EBE7-4021-9588-A3E4F12C40C8}.Release|Any CPU.Build.0 = Release|Any CPU
{D1D42485-EBE7-4021-9588-A3E4F12C40C8}.Release2x|Any CPU.ActiveCfg = Release2x|Any CPU
{D1D42485-EBE7-4021-9588-A3E4F12C40C8}.Release2x|Any CPU.Build.0 = Release2x|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BeITMemcached</RootNamespace>
<AssemblyName>BeITMemcached</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
Expand All @@ -24,17 +24,35 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release2x|AnyCPU'">
<OutputPath>bin\2.0\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<CodeAnalysisLogFile>bin\Release\BeITMemcached.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
</PropertyGroup>
<ItemGroup>
<Reference Include="Alachisoft.NCache.Integrations.Memcached.Provider, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1448e8d1123e9096, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\..\build\Memcached\2x\Alachisoft.NCache.Integrations.Memcached.Provider.dll</HintPath>
<Reference Include="Alachisoft.NCache.Integrations.Memcached.Provider" Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<HintPath>..\..\..\..\ProxyServer\src\Alachisoft.NCache.Integrations.Memcached.Provider\bin\Release\Alachisoft.NCache.Integrations.Memcached.Provider.dll</HintPath>
</Reference>
<Reference Include="Alachisoft.NCache.Integrations.Memcached.Provider" Condition="'$(Configuration)|$(Platform)' == 'Release2x|AnyCPU'">
<HintPath>..\..\..\..\ProxyServer\src\Alachisoft.NCache.Integrations.Memcached.Provider\bin\Release20\Alachisoft.NCache.Integrations.Memcached.Provider.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.configuration" />
Expand All @@ -60,4 +78,4 @@
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
Loading

0 comments on commit 1eeab93

Please sign in to comment.