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