Skip to content

Commit

Permalink
refs adospace#11: Added strong name
Browse files Browse the repository at this point in the history
  • Loading branch information
rstefko committed Mar 29, 2023
1 parent 8cf6264 commit ae3af7d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,4 @@ ASALocalRun/

# MFractors (Xamarin productivity tool) working folder
.mfractor/
/src/FluentUI.NET/sgKey.snk
7 changes: 7 additions & 0 deletions src/FluentUI.NET/FluentUI.NET.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>
</PropertyGroup>
<PropertyGroup>
<AssemblyOriginatorKeyFile>sgKey.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="PresentationFramework.Aero" />
<Reference Include="System" />
Expand Down Expand Up @@ -115,6 +121,7 @@
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<None Include="sgKey.snk" />
<Resource Include="..\FluentUI\Fonts\0\fabric-icons-0-467ee27f.TTF">
<Link>Fonts\0\fabric-icons-0-467ee27f.TTF</Link>
</Resource>
Expand Down

0 comments on commit ae3af7d

Please sign in to comment.