-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathAssemblyInfo.cs
More file actions
25 lines (24 loc) · 1.11 KB
/
AssemblyInfo.cs
File metadata and controls
25 lines (24 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
using Gu.Roslyn.Asserts;
[assembly: MetadataReference(typeof(object), new[] { "global", "mscorlib" })]
[assembly: MetadataReference(typeof(System.Diagnostics.Debug), new[] { "global", "System" })]
[assembly:TransitiveMetadataReferences(typeof(Gu.Roslyn.CodeFixExtensions.CodeStyle))]
[assembly: MetadataReferences(
typeof(System.Linq.Enumerable),
typeof(System.Net.WebClient),
typeof(System.Data.Common.DbConnection),
typeof(System.Reactive.Disposables.SerialDisposable),
typeof(System.Threading.Tasks.ValueTask),
typeof(System.Reactive.Disposables.ICancelable),
typeof(System.Reactive.Linq.Observable),
typeof(System.Xml.Serialization.XmlSerializer),
typeof(System.Windows.Media.Brush),
typeof(System.Windows.Controls.Control),
typeof(System.Windows.Media.Matrix),
typeof(System.Xaml.XamlLanguage),
typeof(Moq.Mock<>),
typeof(Ninject.StandardKernel),
typeof(Gu.Roslyn.AnalyzerExtensions.SyntaxTokenExt),
typeof(Gu.Roslyn.CodeFixExtensions.Parse),
typeof(Stubs.Extensions),
typeof(IDisposableAnnotations.MustDisposeAttribute),
typeof(NUnit.Framework.Assert))]