Skip to content

Commit

Permalink
Add an assembly icon; strange as it may seem, but this resolved the "…
Browse files Browse the repository at this point in the history
…cannot find AssymblyInfo.fs" error that occurred from time to time
  • Loading branch information
abelbraaksma committed Oct 16, 2022
1 parent 6805c30 commit 9189d17
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 1 deletion.
Binary file added resources/TaskSeq.ico
Binary file not shown.
5 changes: 5 additions & 0 deletions src/FSharpy.TaskSeq.Test/FSharpy.TaskSeq.Test.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

<IsPackable>false</IsPackable>
<GenerateProgramFile>false</GenerateProgramFile>
<ApplicationIcon>TaskSeq.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
Expand Down Expand Up @@ -32,6 +33,10 @@
<Compile Include="Program.fs" />
</ItemGroup>

<ItemGroup>
<Content Include="TaskSeq.ico" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="FsToolkit.ErrorHandling.TaskResult" Version="3.0.0" />
<PackageReference Include="FsUnit.xUnit" Version="5.0.5" />
Expand Down
Binary file added src/FSharpy.TaskSeq.Test/TaskSeq.ico
Binary file not shown.
7 changes: 6 additions & 1 deletion src/FSharpy.TaskSeq/FSharpy.TaskSeq.fsproj
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<ApplicationIcon>TaskSeq.ico</ApplicationIcon>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand All @@ -21,4 +22,8 @@
<Compile Include="TaskSeq.fs" />
</ItemGroup>

<ItemGroup>
<Content Include="TaskSeq.ico" />
</ItemGroup>

</Project>
Binary file added src/FSharpy.TaskSeq/TaskSeq.ico
Binary file not shown.

0 comments on commit 9189d17

Please sign in to comment.