mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
13 lines
401 B
Plaintext
13 lines
401 B
Plaintext
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
|
<PropertyGroup>
|
||
|
|
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||
|
|
</PropertyGroup>
|
||
|
|
|
||
|
|
<ItemDefinitionGroup>
|
||
|
|
<ProjectReference>
|
||
|
|
<Private Condition="'$(OutputType)' == 'library'">false</Private>
|
||
|
|
</ProjectReference>
|
||
|
|
</ItemDefinitionGroup>
|
||
|
|
</Project>
|