File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
DevTrends.MvcDonutCaching Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 39
39
<ErrorReport >prompt</ErrorReport >
40
40
<DocumentationFile >..\nuget\lib\net40\DevTrends.MvcDonutCaching.XML</DocumentationFile >
41
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
42
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'CI|AnyCPU'" >
49
43
<DebugSymbols >true</DebugSymbols >
50
44
<OutputPath >bin\CI\</OutputPath >
Original file line number Diff line number Diff line change 15
15
[ assembly: AssemblyFileVersion ( "1.3.0" ) ]
16
16
17
17
#if RELEASE_PUBLIC
18
- [ assembly: AssemblyKeyFile ( @"C:\Users\moonpyk\Documents\Clés\moonpyk_at_gmail_com .snk" ) ]
18
+ [ assembly: AssemblyKeyFile ( @"C:\Users\moonpyk\Documents\Clés\Code\Code .snk" ) ]
19
19
#endif
You can’t perform that action at this time.
0 commit comments