diff --git a/README.md b/README.md index e8599e2..7673549 100644 --- a/README.md +++ b/README.md @@ -228,4 +228,8 @@ Contains a custom MSBuild C# target implementation used to figure out which asse ### Source.Generator.Foundations.Shared -A shared project that every project that references this will have the files copied to it. \ No newline at end of file +A shared project that every project that references this will have the files copied to it. + + +## Attribution +Icon by Drywall icons created by HAJICON - Flaticon \ No newline at end of file diff --git a/img/icon.ico b/img/icon.ico new file mode 100644 index 0000000..503e2ec Binary files /dev/null and b/img/icon.ico differ diff --git a/img/icon.png b/img/icon.png new file mode 100644 index 0000000..8d720ef Binary files /dev/null and b/img/icon.png differ diff --git a/src/SourceGenerator.Foundations/SourceGenerator.Foundations.csproj b/src/SourceGenerator.Foundations/SourceGenerator.Foundations.csproj index 0601463..44e113e 100644 --- a/src/SourceGenerator.Foundations/SourceGenerator.Foundations.csproj +++ b/src/SourceGenerator.Foundations/SourceGenerator.Foundations.csproj @@ -7,13 +7,22 @@ 11 true $(TargetsForTfmSpecificContentInPackage);CustomNugetPack + icon.ico + icon.png + + + all runtime; build; native; contentfiles; analyzers; buildtransitive + + True + \ +