changed editor output path

This commit is contained in:
seraphima
2024-06-12 17:42:38 +02:00
parent e5bbeb738e
commit e08aa76085

View File

@@ -1,15 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyTitle>ProjectsEditor</AssemblyTitle>
<AssemblyDescription>ProjectsEditor</AssemblyDescription>
<Description>ProjectsEditor</Description>
<AssemblyTitle>PowerToys.ProjectsEditor</AssemblyTitle>
<AssemblyDescription>PowerToys Projects Editor</AssemblyDescription>
<Description>PowerToys Projects Editor</Description>
<OutputType>WinExe</OutputType>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<GenerateSatelliteAssembliesForCore>true</GenerateSatelliteAssembliesForCore>
<OutputPath>..\$(Platform)\$(Configuration)</OutputPath>
<OutputPath>..\..\..\..\$(Platform)\$(Configuration)</OutputPath>
<SelfContained>true</SelfContained>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>