Change build output folder

This commit is contained in:
Ivan Stošić
2022-10-24 16:52:25 +02:00
parent 7f73bebf8f
commit 86cdad8220

View File

@@ -7,7 +7,7 @@
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows10.0.20348.0</TargetFramework>
<TargetPlatformMinVersion>10.0.19041.0</TargetPlatformMinVersion>
<OutputPath>$(SolutionDir)$(Platform)\$(Configuration)\modules\FileLocksmith</OutputPath>
<OutputPath>..\..\..\$(Platform)\$(Configuration)\modules\FileLocksmith</OutputPath>
<RootNamespace>PowerToys.FileLocksmithUI</RootNamespace>
<AssemblyName>PowerToys.FileLocksmithUI</AssemblyName>
<ApplicationManifest>app.manifest</ApplicationManifest>