mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
Cleanup project output/intermediate dirs (#1640)
* sln: set output dir prefix to "modules\" for all modules * sln: CopyToOutputDirectory only when necessary * sln: intermediate dir for csprojs * sln: intermediate dir for vcxprojs * sln: add PT as runner project deps + remove nonexisting project confs * sln: remove AnyCPU for win-app-driver project
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<Deterministic>true</Deterministic>
|
||||
<TargetFrameworkProfile />
|
||||
<IntermediateOutputPath>$(SolutionDir)$(Platform)\$(Configuration)\obj\$(AssemblyName)\</IntermediateOutputPath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<SignAssembly>false</SignAssembly>
|
||||
|
||||
Reference in New Issue
Block a user