Skip to content

Commit

Permalink
Added icon to forms.
Browse files Browse the repository at this point in the history
Change build event for library.
  • Loading branch information
laheller committed Mar 20, 2020
1 parent a6f1584 commit 5536148
Show file tree
Hide file tree
Showing 7 changed files with 4,035 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Constellations/Constellations.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>"$(ProjectDir)Sign.bat" "$(ProjectDir)laheller_sha256.pfx" "$(TargetPath)"</PostBuildEvent>
<PostBuildEvent>if $(ConfigurationName) == Release call "$(ProjectDir)Sign.bat" "$(ProjectDir)laheller_sha256.pfx" "$(TargetPath)"</PostBuildEvent>
</PropertyGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
Expand Down
24 changes: 13 additions & 11 deletions Demo2D/FindAndShow.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5536148

Please sign in to comment.