File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
DevTrends.MvcDonutCaching Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 30
30
<ErrorReport >prompt</ErrorReport >
31
31
<WarningLevel >4</WarningLevel >
32
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 >
33
48
<ItemGroup >
34
49
<Reference Include =" System" />
35
50
<Reference Include =" System.configuration" />
Original file line number Diff line number Diff line change 1
1
Getting started with DevTrends.MvcDonutCaching
2
2
----------------------------------------------
3
3
4
- Find out how to use DevTrends.MvcDonutCaching by visiting http ://mvcdonutcaching.codeplex. com/
4
+ Find out how to use DevTrends.MvcDonutCaching by visiting https ://github. com/moonpyk/mvcdonutcaching
5
5
6
- Please report all bugs and feature requests on CodePlex.
6
+ Please report all bugs and feature requests on GitHub.
You can’t perform that action at this time.
0 commit comments