1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Release</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{1255EBD3-0340-4AF6-A5F2-3D97D8709546}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >Amazon.ElastiCacheCluster</RootNamespace >
11
+ <AssemblyName >Amazon.ElastiCacheCluster</AssemblyName >
12
+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <TargetFrameworkProfile />
15
+ </PropertyGroup >
16
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
+ <DebugSymbols >true</DebugSymbols >
18
+ <DebugType >full</DebugType >
19
+ <Optimize >false</Optimize >
20
+ <OutputPath >bin\Debug\</OutputPath >
21
+ <DefineConstants >
22
+ </DefineConstants >
23
+ <ErrorReport >prompt</ErrorReport >
24
+ <WarningLevel >4</WarningLevel >
25
+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28
+ <DebugType >pdbonly</DebugType >
29
+ <Optimize >true</Optimize >
30
+ <OutputPath >bin\Release\</OutputPath >
31
+ <DefineConstants >
32
+ </DefineConstants >
33
+ <ErrorReport >prompt</ErrorReport >
34
+ <WarningLevel >4</WarningLevel >
35
+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
36
+ <DocumentationFile >bin\Release\Amazon.ElastiCacheCluster.XML</DocumentationFile >
37
+ </PropertyGroup >
38
+ <PropertyGroup >
39
+ <SignAssembly >true</SignAssembly >
40
+ </PropertyGroup >
41
+ <PropertyGroup >
42
+ <AssemblyOriginatorKeyFile >awskey.snk</AssemblyOriginatorKeyFile >
43
+ </PropertyGroup >
44
+ <ItemGroup >
45
+ <Reference Include =" Enyim.Caching" >
46
+ <HintPath >..\packages\EnyimMemcached.2.12\lib\net35\Enyim.Caching.dll</HintPath >
47
+ </Reference >
48
+ <Reference Include =" System" />
49
+ <Reference Include =" System.configuration" />
50
+ <Reference Include =" System.Core" />
51
+ <Reference Include =" System.Xml.Linq" />
52
+ <Reference Include =" System.Data.DataSetExtensions" />
53
+ <Reference Include =" System.Data" />
54
+ <Reference Include =" System.Xml" />
55
+ </ItemGroup >
56
+ <ItemGroup >
57
+ <Compile Include =" ClusterConfigSettings.cs" />
58
+ <Compile Include =" ClusterClient.cs" />
59
+ <Compile Include =" Factories\DefaultConfigNodeFactory.cs" />
60
+ <Compile Include =" Factories\IConfigNodeFactory.cs" />
61
+ <Compile Include =" Operations\GetHelper.cs" />
62
+ <Compile Include =" Operations\GetOperation.cs" />
63
+ <Compile Include =" Helpers\AddrUtil.cs" />
64
+ <Compile Include =" Operations\IConfigOperation.cs" />
65
+ <Compile Include =" Pools\AutoBinaryPool.cs" />
66
+ <Compile Include =" ElastiCacheClusterConfig.cs" />
67
+ <Compile Include =" Pools\AutoServerPool.cs" />
68
+ <Compile Include =" Operations\ConfigGetOperation.cs" />
69
+ <Compile Include =" ConfigurationPoller.cs" />
70
+ <Compile Include =" DiscoveryNode.cs" />
71
+ <Compile Include =" Properties\AssemblyInfo.cs" />
72
+ <Compile Include =" Helpers\TextSocketHelper.cs" />
73
+ </ItemGroup >
74
+ <ItemGroup >
75
+ <None Include =" awskey.snk" />
76
+ <None Include =" packages.config" />
77
+ </ItemGroup >
78
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
79
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
80
+ Other similar extension points exist, see Microsoft.Common.targets.
81
+ <Target Name="BeforeBuild">
82
+ </Target>
83
+ <Target Name="AfterBuild">
84
+ </Target>
85
+ -->
86
+ </Project >
0 commit comments