Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
smourier committed Apr 5, 2024
1 parent 0078dc2 commit f6f88bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SheetReader.Wpf.Test/SheetReader.Wpf.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@
<Nullable>enable</Nullable>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<UseWPF>true</UseWPF>
<ApplicationIcon>SheetReader.ico</ApplicationIcon>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\SheetReader\Properties\AssemblyVersionInfo.cs" Link="Properties\AssemblyVersionInfo.cs" />
</ItemGroup>

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

<ItemGroup>
<ProjectReference Include="..\SheetReader.Wpf\SheetReader.Wpf.csproj" />
<ProjectReference Include="..\SheetReader\SheetReader.csproj" />
Expand Down
Binary file added SheetReader.Wpf.Test/SheetReader.ico
Binary file not shown.

0 comments on commit f6f88bb

Please sign in to comment.