mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +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:
@@ -16,6 +16,7 @@
|
||||
<TargetFrameworkProfile />
|
||||
<NuGetPackageImportStamp>
|
||||
</NuGetPackageImportStamp>
|
||||
<IntermediateOutputPath>$(SolutionDir)$(Platform)\$(Configuration)\obj\$(AssemblyName)\</IntermediateOutputPath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
|
||||
<PlatformTarget>x64</PlatformTarget>
|
||||
|
||||
Reference in New Issue
Block a user