File tree Expand file tree Collapse file tree 5 files changed +4
-26
lines changed
BenchmarkDotNet.Diagnostics.Windows/Properties
BenchmarkDotNet.Diagnostics.dotMemory/Properties
BenchmarkDotNet.Diagnostics.dotTrace/Properties
BenchmarkDotNet/Properties Expand file tree Collapse file tree 5 files changed +4
-26
lines changed Original file line number Diff line number Diff line change 3131 <None Include =" $(MSBuildThisFileDirectory)package-icon.png" Pack =" True" PackagePath =" " />
3232 </ItemGroup >
3333
34- <PropertyGroup Condition = " '$(Configuration)' == 'Release' " >
34+ <PropertyGroup >
3535 <AssemblyOriginatorKeyFile >$(MSBuildThisFileDirectory)strongNameKey.snk</AssemblyOriginatorKeyFile >
3636 <SignAssembly >true</SignAssembly >
37+ </PropertyGroup >
38+
39+ <PropertyGroup Condition =" '$(Configuration)' == 'Release' " >
3740 <GenerateDocumentationFile >true</GenerateDocumentationFile >
3841 </PropertyGroup >
3942
Original file line number Diff line number Diff line change 77
88[ assembly: CLSCompliant ( true ) ]
99
10- #if RELEASE
1110[ 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 44
55[ assembly: CLSCompliant ( true ) ]
66
7- #if RELEASE
87[ 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 44
55[ assembly: CLSCompliant ( true ) ]
66
7- #if RELEASE
87[ 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 11using System ;
22using System . Runtime . CompilerServices ;
33using System . Runtime . InteropServices ;
4- #if RELEASE
54using BenchmarkDotNet . Properties ;
6- #endif
75
86[ assembly: Guid ( "cbba82d3-e650-407f-a0f0-767891d4f04c" ) ]
97
108[ assembly: CLSCompliant ( true ) ]
119
12- #if RELEASE
1310[ assembly: InternalsVisibleTo ( "BenchmarkDotNet.Tests,PublicKey=" + BenchmarkDotNetInfo . PublicKey ) ]
1411[ assembly: InternalsVisibleTo ( "BenchmarkDotNet.IntegrationTests,PublicKey=" + BenchmarkDotNetInfo . PublicKey ) ]
1512[ assembly: InternalsVisibleTo ( "BenchmarkDotNet.Diagnostics.Windows,PublicKey=" + BenchmarkDotNetInfo . PublicKey ) ]
1815[ assembly: InternalsVisibleTo ( "BenchmarkDotNet.IntegrationTests.ManualRunning,PublicKey=" + BenchmarkDotNetInfo . PublicKey ) ]
1916[ assembly: InternalsVisibleTo ( "BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks,PublicKey=" + BenchmarkDotNetInfo . PublicKey ) ]
2017[ 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