Skip to content

Commit

Permalink
update project file
Browse files Browse the repository at this point in the history
  • Loading branch information
cwinland committed Jul 15, 2024
1 parent 71d8e28 commit 38388ec
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions wpf-material-wpfTest/wpf-material-wpfTest.csproj
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net6.0-windows;net7.0-windows;net8.0-windows</TargetFrameworks>
<RootNamespace>wpf_material_wpfTest</RootNamespace>
<UseWindowsForms>true</UseWindowsForms>
<LangVersion>latest</LangVersion>
<UseWPF>true</UseWPF>
<PlatformTarget>AnyCPU</PlatformTarget>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
</PropertyGroup>
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net6.0-windows;net7.0-windows;net8.0-windows</TargetFrameworks>
<RootNamespace>wpf_material_wpfTest</RootNamespace>
<UseWindowsForms>true</UseWindowsForms>
<LangVersion>latest</LangVersion>
<UseWPF>true</UseWPF>
<PlatformTarget>AnyCPU</PlatformTarget>
<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
<EnableWindowsTargeting>true</EnableWindowsTargeting>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.*" PrivateAssets="All" />
<PackageReference Include="coverlet.collector" Version="6.*" PrivateAssets="All" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="FluentAssertions" Version="6.*" PrivateAssets="All" />
<PackageReference Include="coverlet.collector" Version="6.*" PrivateAssets="All" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\src\wpf-material-dialogs.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\src\wpf-material-dialogs.csproj" />
</ItemGroup>

</Project>

0 comments on commit 38388ec

Please sign in to comment.