Skip to content

Commit

Permalink
Tided up assemblyinfos.
Browse files Browse the repository at this point in the history
  • Loading branch information
natekford committed Feb 1, 2024
1 parent 6e00474 commit c7d7976
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
3 changes: 2 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<Project>
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>preview</LangVersion>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>preview</LangVersion>
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
</PropertyGroup>
</Project>
9 changes: 2 additions & 7 deletions samples/NarrativeCharts.Bookworm/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// In SDK-style projects such as this one, several assembly attributes that were historically
// defined in this file are now automatically added during build and populated with
// values defined in project properties. For details of which attributes are included
// and how to customise this process see: https://aka.ms/assembly-info-properties

// Setting ComVisible to false makes the types in this assembly not visible to COM
// components. If you need to access a type in this assembly from COM, set the ComVisible
// attribute to true on that type.

[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM.

[assembly: Guid("d2e88996-e8de-4493-b2ce-b587a1a20f0c")]

// Allow the tests project to see internals
[assembly: InternalsVisibleTo("NarrativeCharts.Tests")]
9 changes: 2 additions & 7 deletions src/NarrativeCharts/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// In SDK-style projects such as this one, several assembly attributes that were historically
// defined in this file are now automatically added during build and populated with
// values defined in project properties. For details of which attributes are included
// and how to customise this process see: https://aka.ms/assembly-info-properties

// Setting ComVisible to false makes the types in this assembly not visible to COM
// components. If you need to access a type in this assembly from COM, set the ComVisible
// attribute to true on that type.

[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM.

[assembly: Guid("ea8a4396-1983-4d84-ba7c-587ae3df5c80")]

// Allow the tests project to see internals
[assembly: InternalsVisibleTo("NarrativeCharts.Tests")]

0 comments on commit c7d7976

Please sign in to comment.