Skip to content

Commit

Permalink
Fix SharpMap.Logo.png location
Browse files Browse the repository at this point in the history
  • Loading branch information
FObermaier committed Mar 15, 2021
1 parent 7ce89a3 commit 0616cb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@
<PackageReference Include="GitVersionTask" Version="5.5.1" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<None Include="$(SolutionDir)SharpMap.Logo.png" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion SharpMap.BusinessObjects.sln
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30517.126
Expand All @@ -16,6 +15,7 @@ EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "General", "General", "{3F947150-250D-4662-AA5D-E970C66C0C7B}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
GitVersion.yml = GitVersion.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
Expand Down

0 comments on commit 0616cb3

Please sign in to comment.