浏览代码

Don't append target framework to output path

Daniel Chalmers 4 年之前
父节点
当前提交
fe541d7892
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      DesktopClock/DesktopClock.csproj

+ 2 - 1
DesktopClock/DesktopClock.csproj

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