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 >8.0.30703</ProductVersion >
7- <SchemaVersion >2.0</SchemaVersion >
8- <ProjectGuid >{854E90C7-8320-4EB6-A286-24A8EE5EBE9B}</ProjectGuid >
9- <OutputType >Library</OutputType >
10- <AppDesignerFolder >Properties</AppDesignerFolder >
11- <RootNamespace >DevTrends.MvcDonutCaching</RootNamespace >
12- <AssemblyName >DevTrends.MvcDonutCaching</AssemblyName >
13- <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
14- <FileAlignment >512</FileAlignment >
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 >DEBUG;TRACE</DefineConstants >
22- <ErrorReport >prompt</ErrorReport >
23- <WarningLevel >4</WarningLevel >
24- </PropertyGroup >
25- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26- <DebugType >pdbonly</DebugType >
27- <Optimize >true</Optimize >
28- <OutputPath >bin\Release\</OutputPath >
29- <DefineConstants >TRACE</DefineConstants >
30- <ErrorReport >prompt</ErrorReport >
31- <WarningLevel >4</WarningLevel >
32- </PropertyGroup >
33- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release.Public|AnyCPU' " >
34- <OutputPath >..\nuget\lib\net40\</OutputPath >
35- <DefineConstants >TRACE;RELEASE_PUBLIC</DefineConstants >
36- <Optimize >true</Optimize >
37- <DebugType >pdbonly</DebugType >
38- <PlatformTarget >AnyCPU</PlatformTarget >
39- <ErrorReport >prompt</ErrorReport >
40- <DocumentationFile >..\nuget\lib\net40\DevTrends.MvcDonutCaching.XML</DocumentationFile >
41- </PropertyGroup >
42- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release.Public|AnyCPU' " >
43- <SignAssembly >true</SignAssembly >
44- </PropertyGroup >
45- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release.Public|AnyCPU' " >
46- <AssemblyOriginatorKeyFile >C:\Users\moonpyk\Documents\Clés\moonpyk_at_gmail_com.pfx</AssemblyOriginatorKeyFile >
47- </PropertyGroup >
48- <ItemGroup >
49- <Reference Include =" System" />
50- <Reference Include =" System.configuration" />
51- <Reference Include =" System.Core" />
52- <Reference Include =" System.Runtime.Caching" />
53- <Reference Include =" System.Runtime.Serialization" />
54- <Reference Include =" System.Web" />
55- <Reference Include =" System.Web.Extensions" />
56- <Reference Include =" System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
57- <Reference Include =" System.Web.Routing" />
58- <Reference Include =" System.Xml.Linq" />
59- <Reference Include =" System.Data.DataSetExtensions" />
60- <Reference Include =" Microsoft.CSharp" />
61- <Reference Include =" System.Data" />
62- <Reference Include =" System.Xml" />
63- </ItemGroup >
64- <ItemGroup >
65- <Compile Include =" ActionSettings.cs" />
66- <Compile Include =" ActionSettingsSerialiser.cs" />
67- <Compile Include =" CacheHeadersHelper.cs" />
68- <Compile Include =" CacheItem.cs" />
69- <Compile Include =" CacheSettings.cs" />
70- <Compile Include =" CacheSettingsManager.cs" />
71- <Compile Include =" EncryptingActionSettingsSerialiser.cs" />
72- <Compile Include =" Encryptor.cs" />
73- <Compile Include =" Interfaces\ICacheHeadersHelper.cs" />
74- <Compile Include =" Interfaces\IEncryptor.cs" />
75- <Compile Include =" Interfaces\IExtendedOutputCacheManager.cs" />
76- <Compile Include =" DonutHoleFiller.cs" />
77- <Compile Include =" Interfaces\IActionSettingsSerialiser.cs" />
78- <Compile Include =" Interfaces\ICacheSettingsManager.cs" />
79- <Compile Include =" Interfaces\IDonutHoleFiller.cs" />
80- <Compile Include =" Interfaces\IKeyGenerator.cs" />
81- <Compile Include =" Interfaces\IOutputCacheManager.cs" />
82- <Compile Include =" KeyGenerator.cs" />
83- <Compile Include =" DonutOutputCacheAttribute.cs" />
84- <Compile Include =" HtmlHelperExtensions.cs" />
85- <Compile Include =" Interfaces\IKeyBuilder.cs" />
86- <Compile Include =" KeyBuilder.cs" />
87- <Compile Include =" MemoryCacheProvider.cs" />
88- <Compile Include =" OutputCache.cs" />
89- <Compile Include =" OutputCacheManager.cs" />
90- <Compile Include =" Properties\AssemblyInfo.cs" />
91- </ItemGroup >
92- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
93- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
94- Other similar extension points exist, see Microsoft.Common.targets.
95- <Target Name="BeforeBuild">
96- </Target>
97- <Target Name="AfterBuild">
98- </Target>
99- -->
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 >8.0.30703</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{854E90C7-8320-4EB6-A286-24A8EE5EBE9B}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >DevTrends.MvcDonutCaching</RootNamespace >
12+ <AssemblyName >DevTrends.MvcDonutCaching</AssemblyName >
13+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
14+ <FileAlignment >512</FileAlignment >
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 >DEBUG;TRACE</DefineConstants >
22+ <ErrorReport >prompt</ErrorReport >
23+ <WarningLevel >4</WarningLevel >
24+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26+ <DebugType >pdbonly</DebugType >
27+ <Optimize >true</Optimize >
28+ <OutputPath >bin\Release\</OutputPath >
29+ <DefineConstants >TRACE</DefineConstants >
30+ <ErrorReport >prompt</ErrorReport >
31+ <WarningLevel >4</WarningLevel >
32+ </PropertyGroup >
33+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release.Public|AnyCPU' " >
34+ <OutputPath >..\nuget\lib\net40\</OutputPath >
35+ <DefineConstants >TRACE;RELEASE_PUBLIC</DefineConstants >
36+ <Optimize >true</Optimize >
37+ <DebugType >pdbonly</DebugType >
38+ <PlatformTarget >AnyCPU</PlatformTarget >
39+ <ErrorReport >prompt</ErrorReport >
40+ <DocumentationFile >..\nuget\lib\net40\DevTrends.MvcDonutCaching.XML</DocumentationFile >
41+ </PropertyGroup >
42+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release.Public|AnyCPU' " >
43+ <SignAssembly >true</SignAssembly >
44+ </PropertyGroup >
45+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release.Public|AnyCPU' " >
46+ <AssemblyOriginatorKeyFile >C:\Users\moonpyk\Documents\Clés\moonpyk_at_gmail_com.pfx</AssemblyOriginatorKeyFile >
47+ </PropertyGroup >
48+ <ItemGroup >
49+ <Reference Include =" System" />
50+ <Reference Include =" System.configuration" />
51+ <Reference Include =" System.Core" />
52+ <Reference Include =" System.Runtime.Caching" />
53+ <Reference Include =" System.Runtime.Serialization" />
54+ <Reference Include =" System.Web" />
55+ <Reference Include =" System.Web.Extensions" />
56+ <Reference Include =" System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
57+ <Reference Include =" System.Web.Routing" />
58+ <Reference Include =" System.Xml.Linq" />
59+ <Reference Include =" System.Data.DataSetExtensions" />
60+ <Reference Include =" Microsoft.CSharp" />
61+ <Reference Include =" System.Data" />
62+ <Reference Include =" System.Xml" />
63+ </ItemGroup >
64+ <ItemGroup >
65+ <Compile Include =" ActionSettings.cs" />
66+ <Compile Include =" ActionSettingsSerialiser.cs" />
67+ <Compile Include =" CacheHeadersHelper.cs" />
68+ <Compile Include =" CacheItem.cs" />
69+ <Compile Include =" CacheSettings.cs" />
70+ <Compile Include =" CacheSettingsManager.cs" />
71+ <Compile Include =" EncryptingActionSettingsSerialiser.cs" />
72+ <Compile Include =" Encryptor.cs" />
73+ <Compile Include =" Interfaces\ICacheHeadersHelper.cs" />
74+ <Compile Include =" Interfaces\IEncryptor.cs" />
75+ <Compile Include =" Interfaces\IExtendedOutputCacheManager.cs" />
76+ <Compile Include =" DonutHoleFiller.cs" />
77+ <Compile Include =" Interfaces\IActionSettingsSerialiser.cs" />
78+ <Compile Include =" Interfaces\ICacheSettingsManager.cs" />
79+ <Compile Include =" Interfaces\IDonutHoleFiller.cs" />
80+ <Compile Include =" Interfaces\IKeyGenerator.cs" />
81+ <Compile Include =" Interfaces\IOutputCacheManager.cs" />
82+ <Compile Include =" KeyGenerator.cs" />
83+ <Compile Include =" DonutOutputCacheAttribute.cs" />
84+ <Compile Include =" HtmlHelperExtensions.cs" />
85+ <Compile Include =" Interfaces\IKeyBuilder.cs" />
86+ <Compile Include =" KeyBuilder.cs" />
87+ <Compile Include =" MemoryCacheProvider.cs" />
88+ <Compile Include =" OutputCache.cs" />
89+ <Compile Include =" OutputCacheManager.cs" />
90+ <Compile Include =" Properties\AssemblyInfo.cs" />
91+ </ItemGroup >
92+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
93+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
94+ Other similar extension points exist, see Microsoft.Common.targets.
95+ <Target Name="BeforeBuild">
96+ </Target>
97+ <Target Name="AfterBuild">
98+ </Target>
99+ -->
100100</Project >
0 commit comments