File tree Expand file tree Collapse file tree 5 files changed +4
-26
lines changed
BenchmarkDotNet/Properties
BenchmarkDotNet.Diagnostics.Windows/Properties
BenchmarkDotNet.Diagnostics.dotMemory/Properties
BenchmarkDotNet.Diagnostics.dotTrace/Properties Expand file tree Collapse file tree 5 files changed +4
-26
lines changed Original file line number Diff line number Diff line change 31
31
<None Include =" $(MSBuildThisFileDirectory)package-icon.png" Pack =" True" PackagePath =" " />
32
32
</ItemGroup >
33
33
34
- <PropertyGroup Condition = " '$(Configuration)' == 'Release' " >
34
+ <PropertyGroup >
35
35
<AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)strongNameKey.snk</AssemblyOriginatorKeyFile >
36
36
<SignAssembly >true</SignAssembly >
37
+ </PropertyGroup >
38
+
39
+ <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
37
40
<GenerateDocumentationFile >true</GenerateDocumentationFile >
38
41
</PropertyGroup >
39
42
Original file line number Diff line number Diff line change 7
7
8
8
[ assembly: CLSCompliant ( true ) ]
9
9
10
- #if RELEASE
11
10
[ assembly: InternalsVisibleTo ( "BenchmarkDotNet.IntegrationTests,PublicKey=" + BenchmarkDotNetInfo . PublicKey ) ]
12
- #else
13
- [ assembly: InternalsVisibleTo ( "BenchmarkDotNet.IntegrationTests" ) ]
14
- #endif
Original file line number Diff line number Diff line change 4
4
5
5
[ assembly: CLSCompliant ( true ) ]
6
6
7
- #if RELEASE
8
7
[ assembly: InternalsVisibleTo ( "BenchmarkDotNet.Tests,PublicKey=" + BenchmarkDotNetInfo . PublicKey ) ]
9
- #else
10
- [ assembly: InternalsVisibleTo ( "BenchmarkDotNet.Tests" ) ]
11
- #endif
Original file line number Diff line number Diff line change 4
4
5
5
[ assembly: CLSCompliant ( true ) ]
6
6
7
- #if RELEASE
8
7
[ assembly: InternalsVisibleTo ( "BenchmarkDotNet.Tests,PublicKey=" + BenchmarkDotNetInfo . PublicKey ) ]
9
- #else
10
- [ assembly: InternalsVisibleTo ( "BenchmarkDotNet.Tests" ) ]
11
- #endif
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Runtime . CompilerServices ;
3
3
using System . Runtime . InteropServices ;
4
- #if RELEASE
5
4
using BenchmarkDotNet . Properties ;
6
- #endif
7
5
8
6
[ assembly: Guid ( "cbba82d3-e650-407f-a0f0-767891d4f04c" ) ]
9
7
10
8
[ assembly: CLSCompliant ( true ) ]
11
9
12
- #if RELEASE
13
10
[ assembly: InternalsVisibleTo ( "BenchmarkDotNet.Tests,PublicKey=" + BenchmarkDotNetInfo . PublicKey ) ]
14
11
[ assembly: InternalsVisibleTo ( "BenchmarkDotNet.IntegrationTests,PublicKey=" + BenchmarkDotNetInfo . PublicKey ) ]
15
12
[ assembly: InternalsVisibleTo ( "BenchmarkDotNet.Diagnostics.Windows,PublicKey=" + BenchmarkDotNetInfo . PublicKey ) ]
18
15
[ assembly: InternalsVisibleTo ( "BenchmarkDotNet.IntegrationTests.ManualRunning,PublicKey=" + BenchmarkDotNetInfo . PublicKey ) ]
19
16
[ assembly: InternalsVisibleTo ( "BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks,PublicKey=" + BenchmarkDotNetInfo . PublicKey ) ]
20
17
[ assembly: InternalsVisibleTo ( "BenchmarkDotNet.TestAdapter,PublicKey=" + BenchmarkDotNetInfo . PublicKey ) ]
21
- #else
22
- [ assembly: InternalsVisibleTo ( "BenchmarkDotNet.Tests" ) ]
23
- [ assembly: InternalsVisibleTo ( "BenchmarkDotNet.IntegrationTests" ) ]
24
- [ assembly: InternalsVisibleTo ( "BenchmarkDotNet.Diagnostics.Windows" ) ]
25
- [ assembly: InternalsVisibleTo ( "BenchmarkDotNet.Diagnostics.dotTrace" ) ]
26
- [ assembly: InternalsVisibleTo ( "BenchmarkDotNet.Diagnostics.dotMemory" ) ]
27
- [ assembly: InternalsVisibleTo ( "BenchmarkDotNet.IntegrationTests.ManualRunning" ) ]
28
- [ assembly: InternalsVisibleTo ( "BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks" ) ]
29
- [ assembly: InternalsVisibleTo ( "BenchmarkDotNet.TestAdapter" ) ]
30
- #endif
You can’t perform that action at this time.
0 commit comments