|
@@ -4,6 +4,7 @@
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
<TargetFramework>net48</TargetFramework>
|
|
|
<UseWPF>true</UseWPF>
|
|
|
+ <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
<ApplicationIcon>DesktopClock.ico</ApplicationIcon>
|
|
|
</PropertyGroup>
|
|
|
|
|
@@ -23,4 +24,4 @@
|
|
|
<PackageReference Include="PropertyChanged.Fody" Version="3.3.1" PrivateAssets="All" />
|
|
|
<PackageReference Include="WpfWindowPlacement" Version="3.0.0" />
|
|
|
</ItemGroup>
|
|
|
-</Project>
|
|
|
+</Project>
|