1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <PropertyGroup >
4- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProductVersion >9.0.30729</ProductVersion >
7- <SchemaVersion >2.0</SchemaVersion >
8- <ProjectGuid >{600612F3-15B4-45B5-9D39-06FA016B81C9}</ProjectGuid >
9- <OutputType >Library</OutputType >
10- <AppDesignerFolder >Properties</AppDesignerFolder >
11- <RootNamespace >ServiceStack.CacheAccess.Memcached</RootNamespace >
12- <AssemblyName >ServiceStack.CacheAccess.Memcached</AssemblyName >
13- <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
14- <FileAlignment >512</FileAlignment >
15- <FileUpgradeFlags >
16- </FileUpgradeFlags >
17- <OldToolsVersion >3.5</OldToolsVersion >
18- <UpgradeBackupLocation />
19- <PublishUrl >publish\</PublishUrl >
20- <Install >true</Install >
21- <InstallFrom >Disk</InstallFrom >
22- <UpdateEnabled >false</UpdateEnabled >
23- <UpdateMode >Foreground</UpdateMode >
24- <UpdateInterval >7</UpdateInterval >
25- <UpdateIntervalUnits >Days</UpdateIntervalUnits >
26- <UpdatePeriodically >false</UpdatePeriodically >
27- <UpdateRequired >false</UpdateRequired >
28- <MapFileExtensions >true</MapFileExtensions >
29- <ApplicationRevision >0</ApplicationRevision >
30- <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
31- <IsWebBootstrapper >false</IsWebBootstrapper >
32- <UseApplicationTrust >false</UseApplicationTrust >
33- <BootstrapperEnabled >true</BootstrapperEnabled >
34- </PropertyGroup >
35- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
36- <DebugSymbols >true</DebugSymbols >
37- <DebugType >full</DebugType >
38- <Optimize >false</Optimize >
39- <OutputPath >bin\Debug\</OutputPath >
40- <DefineConstants >DEBUG;TRACE</DefineConstants >
41- <ErrorReport >prompt</ErrorReport >
42- <WarningLevel >4</WarningLevel >
43- <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
44- </PropertyGroup >
45- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
46- <DebugType >pdbonly</DebugType >
47- <Optimize >true</Optimize >
48- <OutputPath >bin\Release\</OutputPath >
49- <DefineConstants >TRACE</DefineConstants >
50- <ErrorReport >prompt</ErrorReport >
51- <WarningLevel >4</WarningLevel >
52- <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
53- </PropertyGroup >
54- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'STATIC_ONLY NO_EXPRESSIONS|AnyCPU' " >
55- <DebugSymbols >true</DebugSymbols >
56- <OutputPath >bin\STATIC_ONLY NO_EXPRESSIONS\</OutputPath >
57- <DefineConstants >DEBUG;TRACE</DefineConstants >
58- <DebugType >full</DebugType >
59- <PlatformTarget >AnyCPU</PlatformTarget >
60- <ErrorReport >prompt</ErrorReport >
61- <WarningLevel >4</WarningLevel >
62- <Optimize >false</Optimize >
63- <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
64- </PropertyGroup >
65- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'MonoTouch|AnyCPU' " >
66- <DebugSymbols >true</DebugSymbols >
67- <OutputPath >bin\MonoTouch\</OutputPath >
68- <DefineConstants >DEBUG;TRACE</DefineConstants >
69- <DebugType >full</DebugType >
70- <PlatformTarget >AnyCPU</PlatformTarget >
71- <ErrorReport >prompt</ErrorReport >
72- <WarningLevel >4</WarningLevel >
73- <Optimize >false</Optimize >
74- <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
75- </PropertyGroup >
76- <ItemGroup >
77- <Reference Include =" Enyim.Caching, Version=2.11.0.0, Culture=neutral, PublicKeyToken=cec98615db04012e, processorArchitecture=MSIL" >
78- <SpecificVersion >False</SpecificVersion >
79- <HintPath >..\packages\EnyimMemcached.2.11\lib\net35\Enyim.Caching.dll</HintPath >
80- </Reference >
81- <Reference Include =" ServiceStack.Common" >
82- <HintPath >..\..\lib\ServiceStack.Common.dll</HintPath >
83- </Reference >
84- <Reference Include =" ServiceStack.Text" >
85- <HintPath >..\..\lib\ServiceStack.Text.dll</HintPath >
86- </Reference >
87- <Reference Include =" System" />
88- <Reference Include =" System.Core" >
89- <RequiredTargetFramework >3.5</RequiredTargetFramework >
90- </Reference >
91- <Reference Include =" System.Xml.Linq" >
92- <RequiredTargetFramework >3.5</RequiredTargetFramework >
93- </Reference >
94- <Reference Include =" System.Data.DataSetExtensions" >
95- <RequiredTargetFramework >3.5</RequiredTargetFramework >
96- </Reference >
97- <Reference Include =" System.Data" />
98- <Reference Include =" System.Xml" />
99- <Reference Include =" ServiceStack.Interfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" >
100- <SpecificVersion >False</SpecificVersion >
101- <HintPath >..\..\lib\ServiceStack.Interfaces.dll</HintPath >
102- </Reference >
103- </ItemGroup >
104- <ItemGroup >
105- <Compile Include =" EnyimLogFactoryWrapper.cs" />
106- <Compile Include =" EnyimLoggerWarpper.cs" />
107- <Compile Include =" MemcachedClientCache.cs" />
108- <Compile Include =" MemcachedValueWrapper.cs" />
109- <Compile Include =" Properties\AssemblyInfo.cs" />
110- </ItemGroup >
111- <ItemGroup >
112- <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
113- <Visible >False</Visible >
114- <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
115- <Install >false</Install >
116- </BootstrapperPackage >
117- <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
118- <Visible >False</Visible >
119- <ProductName >.NET Framework 3.5 SP1</ProductName >
120- <Install >true</Install >
121- </BootstrapperPackage >
122- <BootstrapperPackage Include =" Microsoft.Windows.Installer.3.1" >
123- <Visible >False</Visible >
124- <ProductName >Windows Installer 3.1</ProductName >
125- <Install >true</Install >
126- </BootstrapperPackage >
127- </ItemGroup >
128- <ItemGroup >
129- <None Include =" README.md" />
130- </ItemGroup >
131- <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
132- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
133- Other similar extension points exist, see Microsoft.Common.targets.
134- <Target Name="BeforeBuild">
135- </Target>
136- <Target Name="AfterBuild">
137- </Target>
138- -->
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <ProductVersion >9.0.30729</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{600612F3-15B4-45B5-9D39-06FA016B81C9}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >ServiceStack.CacheAccess.Memcached</RootNamespace >
12+ <AssemblyName >ServiceStack.CacheAccess.Memcached</AssemblyName >
13+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
14+ <FileAlignment >512</FileAlignment >
15+ <FileUpgradeFlags >
16+ </FileUpgradeFlags >
17+ <OldToolsVersion >3.5</OldToolsVersion >
18+ <UpgradeBackupLocation />
19+ <PublishUrl >publish\</PublishUrl >
20+ <Install >true</Install >
21+ <InstallFrom >Disk</InstallFrom >
22+ <UpdateEnabled >false</UpdateEnabled >
23+ <UpdateMode >Foreground</UpdateMode >
24+ <UpdateInterval >7</UpdateInterval >
25+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
26+ <UpdatePeriodically >false</UpdatePeriodically >
27+ <UpdateRequired >false</UpdateRequired >
28+ <MapFileExtensions >true</MapFileExtensions >
29+ <ApplicationRevision >0</ApplicationRevision >
30+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
31+ <IsWebBootstrapper >false</IsWebBootstrapper >
32+ <UseApplicationTrust >false</UseApplicationTrust >
33+ <BootstrapperEnabled >true</BootstrapperEnabled >
34+ </PropertyGroup >
35+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
36+ <DebugSymbols >true</DebugSymbols >
37+ <DebugType >full</DebugType >
38+ <Optimize >false</Optimize >
39+ <OutputPath >bin\Debug\</OutputPath >
40+ <DefineConstants >DEBUG;TRACE</DefineConstants >
41+ <ErrorReport >prompt</ErrorReport >
42+ <WarningLevel >4</WarningLevel >
43+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
44+ </PropertyGroup >
45+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
46+ <DebugType >pdbonly</DebugType >
47+ <Optimize >true</Optimize >
48+ <OutputPath >bin\Release\</OutputPath >
49+ <DefineConstants >TRACE</DefineConstants >
50+ <ErrorReport >prompt</ErrorReport >
51+ <WarningLevel >4</WarningLevel >
52+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
53+ </PropertyGroup >
54+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'STATIC_ONLY NO_EXPRESSIONS|AnyCPU' " >
55+ <DebugSymbols >true</DebugSymbols >
56+ <OutputPath >bin\STATIC_ONLY NO_EXPRESSIONS\</OutputPath >
57+ <DefineConstants >DEBUG;TRACE</DefineConstants >
58+ <DebugType >full</DebugType >
59+ <PlatformTarget >AnyCPU</PlatformTarget >
60+ <ErrorReport >prompt</ErrorReport >
61+ <WarningLevel >4</WarningLevel >
62+ <Optimize >false</Optimize >
63+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
64+ </PropertyGroup >
65+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'MonoTouch|AnyCPU' " >
66+ <DebugSymbols >true</DebugSymbols >
67+ <OutputPath >bin\MonoTouch\</OutputPath >
68+ <DefineConstants >DEBUG;TRACE</DefineConstants >
69+ <DebugType >full</DebugType >
70+ <PlatformTarget >AnyCPU</PlatformTarget >
71+ <ErrorReport >prompt</ErrorReport >
72+ <WarningLevel >4</WarningLevel >
73+ <Optimize >false</Optimize >
74+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
75+ </PropertyGroup >
76+ <ItemGroup >
77+ <Reference Include =" Enyim.Caching" >
78+ <HintPath >..\packages\EnyimMemcached.2.12\lib\net35\Enyim.Caching.dll</HintPath >
79+ </Reference >
80+ <Reference Include =" ServiceStack.Common" >
81+ <HintPath >..\..\lib\ServiceStack.Common.dll</HintPath >
82+ </Reference >
83+ <Reference Include =" ServiceStack.Text" >
84+ <HintPath >..\..\lib\ServiceStack.Text.dll</HintPath >
85+ </Reference >
86+ <Reference Include =" System" />
87+ <Reference Include =" System.Core" >
88+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
89+ </Reference >
90+ <Reference Include =" System.Xml.Linq" >
91+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
92+ </Reference >
93+ <Reference Include =" System.Data.DataSetExtensions" >
94+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
95+ </Reference >
96+ <Reference Include =" System.Data" />
97+ <Reference Include =" System.Xml" />
98+ <Reference Include =" ServiceStack.Interfaces, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" >
99+ <SpecificVersion >False</SpecificVersion >
100+ <HintPath >..\..\lib\ServiceStack.Interfaces.dll</HintPath >
101+ </Reference >
102+ </ItemGroup >
103+ <ItemGroup >
104+ <Compile Include =" EnyimLogFactoryWrapper.cs" />
105+ <Compile Include =" EnyimLoggerWarpper.cs" />
106+ <Compile Include =" MemcachedClientCache.cs" />
107+ <Compile Include =" MemcachedValueWrapper.cs" />
108+ <Compile Include =" Properties\AssemblyInfo.cs" />
109+ </ItemGroup >
110+ <ItemGroup >
111+ <BootstrapperPackage Include =" Microsoft.Net.Client.3.5" >
112+ <Visible >False</Visible >
113+ <ProductName >.NET Framework 3.5 SP1 Client Profile</ProductName >
114+ <Install >false</Install >
115+ </BootstrapperPackage >
116+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
117+ <Visible >False</Visible >
118+ <ProductName >.NET Framework 3.5 SP1</ProductName >
119+ <Install >true</Install >
120+ </BootstrapperPackage >
121+ <BootstrapperPackage Include =" Microsoft.Windows.Installer.3.1" >
122+ <Visible >False</Visible >
123+ <ProductName >Windows Installer 3.1</ProductName >
124+ <Install >true</Install >
125+ </BootstrapperPackage >
126+ </ItemGroup >
127+ <ItemGroup >
128+ <None Include =" README.md" />
129+ </ItemGroup >
130+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
131+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
132+ Other similar extension points exist, see Microsoft.Common.targets.
133+ <Target Name="BeforeBuild">
134+ </Target>
135+ <Target Name="AfterBuild">
136+ </Target>
137+ -->
139138</Project >
0 commit comments