Skip to content

Commit

Permalink
update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed May 23, 2020
1 parent db8d76e commit 64e0d15
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 11 deletions.
33 changes: 24 additions & 9 deletions GitHubNotifier/Forms/UserSettingsForm.Designer.cs

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

4 changes: 2 additions & 2 deletions GitHubNotifier/GitHubNotifier.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<PackageId>LiorBanai.GitHubNotifier</PackageId>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net472|AnyCPU'">
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
<PlatformTarget>AnyCPU</PlatformTarget>
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|net472|AnyCPU'">
<PropertyGroup Condition="'$(Configuration)'=='Release'">
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>

Expand Down

0 comments on commit 64e0d15

Please sign in to comment.