2022-01-18 15:52:22 +01:00
<Project Sdk= "Microsoft.NET.Sdk" >
2022-03-23 17:35:52 +01:00
<Import Project= "..\..\..\..\Version.props" />
2020-11-26 03:35:48 -06:00
<PropertyGroup >
<OutputType > Library</OutputType>
2023-11-22 12:46:59 -05:00
<TargetFramework > net8.0-windows</TargetFramework>
2020-11-26 03:35:48 -06:00
<AppDesignerFolder > Properties</AppDesignerFolder>
2021-01-08 16:11:30 +01:00
<RootNamespace > Microsoft.PowerToys.Run.Plugin.System</RootNamespace>
<AssemblyName > Microsoft.PowerToys.Run.Plugin.System</AssemblyName>
2020-11-26 03:35:48 -06:00
<Version > $(Version).0</Version>
<useWPF > true</useWPF>
<AppendTargetFrameworkToOutputPath > false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath > false</AppendRuntimeIdentifierToOutputPath>
2022-05-19 14:02:08 +01:00
<GenerateSatelliteAssembliesForCore > true</GenerateSatelliteAssembliesForCore>
2023-07-20 00:12:46 +01:00
<OutputPath > ..\..\..\..\..\$(Platform)\$(Configuration)\RunPlugins\System\</OutputPath>
2020-11-26 03:35:48 -06:00
</PropertyGroup>
2022-04-21 04:59:43 -04:00
<PropertyGroup Condition= "'$(Configuration)'=='Debug'" >
2020-11-26 03:35:48 -06:00
<DebugSymbols > true</DebugSymbols>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
</PropertyGroup>
2022-04-21 04:59:43 -04:00
<PropertyGroup Condition= "'$(Configuration)'=='Release'" >
2020-11-26 03:35:48 -06:00
<DefineConstants > TRACE</DefineConstants>
<Optimize > true</Optimize>
<DebugType > pdbonly</DebugType>
</PropertyGroup>
<ItemGroup >
<ProjectReference Include= "..\..\Wox.Infrastructure\Wox.Infrastructure.csproj" />
<ProjectReference Include= "..\..\Wox.Plugin\Wox.Plugin.csproj" />
</ItemGroup>
2024-01-11 16:11:32 +00:00
<ItemGroup >
<PackageReference Include= "System.Diagnostics.EventLog" >
<!-- This package is a dependency of Microsoft.Extensions.Logging.EventLog, but we need to set it here so we can exclude the assets, so it doesn't conflict with the 8.0.1 dll coming from .NET SDK. -->
<ExcludeAssets > runtime</ExcludeAssets> <!-- Should already be present on .net sdk runtime, so we avoid the conflicting runtime version from nuget -->
</PackageReference>
<PackageReference Include= "System.CodeDom" >
<!-- This package is a dependency of System.Management, but we need to set it here so we can exclude the assets, so it doesn't conflict with the 8.0.1 dll coming from .NET SDK. -->
<ExcludeAssets > runtime</ExcludeAssets> <!-- Should already be present on .net sdk runtime, so we avoid the conflicting runtime version from nuget -->
</PackageReference>
</ItemGroup>
2020-11-26 03:35:48 -06:00
<ItemGroup >
<None Include= "plugin.json" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup >
<None Update= "Images\lock.light.png" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
2022-03-23 17:35:52 +01:00
<None Update= "Images\lock.dark.png" >
2020-11-26 03:35:48 -06:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
<None Update= "Images\logoff.light.png" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
2022-03-23 17:35:52 +01:00
<None Update= "Images\logoff.dark.png" >
2020-11-26 03:35:48 -06:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
<None Update= "Images\recyclebin.light.png" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
2022-03-23 17:35:52 +01:00
<None Update= "Images\recyclebin.dark.png" >
2020-11-26 03:35:48 -06:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
<None Update= "Images\restart.light.png" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
2022-03-23 17:35:52 +01:00
<None Update= "Images\restart.dark.png" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
<None Update= "Images\shutdown.light.png" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
<None Update= "Images\shutdown.dark.png" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
<None Update= "Images\sleep.light.png" >
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
<None Update= "Images\sleep.dark.png" >
2020-11-26 03:35:48 -06:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
2022-03-23 17:35:52 +01:00
<None Update= "Images\firmwareSettings.light.png" >
2020-11-26 03:35:48 -06:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
2022-03-23 17:35:52 +01:00
<None Update= "Images\firmwareSettings.dark.png" >
2020-11-26 03:35:48 -06:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
2022-03-23 17:35:52 +01:00
<None Update= "Images\networkAdapter.light.png" >
2020-11-26 03:35:48 -06:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
2022-03-23 17:35:52 +01:00
<None Update= "Images\networkAdapter.dark.png" >
2020-11-26 03:35:48 -06:00
<CopyToOutputDirectory > PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup >
<Compile Update= "Properties\Resources.Designer.cs" >
<DesignTime > True</DesignTime>
<AutoGen > True</AutoGen>
<DependentUpon > Resources.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup >
<EmbeddedResource Update= "Properties\Resources.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
2022-12-01 09:40:41 -05:00
2020-11-26 03:35:48 -06:00
</Project>