Skip to content

Commit

Permalink
Fix project file
Browse files Browse the repository at this point in the history
  • Loading branch information
cwinland committed Jul 15, 2024
1 parent 8fa0ba5 commit 5aa0074
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/wpf-material-dialogs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Description>Common and customizable dialogs made easier in WPF using MaterialDesignThemes.</Description>
<Copyright>copyright(c) 2021 Christopher Winland</Copyright>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net472|AnyCPU'">
<DefineConstants>DEBUG;TRACE</DefineConstants>
Expand All @@ -60,5 +61,9 @@
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion wpf-material-wpfTest/wpf-material-wpfTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<UseWPF>true</UseWPF>
<PlatformTarget>AnyCPU</PlatformTarget>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<IsTestProject>false</IsTestProject>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>

Expand Down

0 comments on commit 5aa0074

Please sign in to comment.