2022-03-23 17:35:52 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2024-08-09 09:18:56 -07:00
|
|
|
|
<!-- Look at Directory.Build.props in root for common stuff as well -->
|
|
|
|
|
|
<Import Project="..\..\..\..\Common.Dotnet.CsWinRT.props" />
|
2022-03-23 17:35:52 +01:00
|
|
|
|
|
2020-08-11 00:53:43 +02:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<ProjectGuid>{03276a39-d4e9-417c-8ffd-200b0ee5e871}</ProjectGuid>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>Microsoft.Plugin.Uri</RootNamespace>
|
|
|
|
|
|
<AssemblyName>Microsoft.Plugin.Uri</AssemblyName>
|
2024-08-05 06:32:05 -07:00
|
|
|
|
|
2020-08-11 00:53:43 +02:00
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
|
<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\Uri\</OutputPath>
|
2020-08-11 00:53:43 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-02-18 15:19:40 +01:00
|
|
|
|
<ProjectReference Include="..\..\Wox.Infrastructure\Wox.Infrastructure.csproj">
|
2020-10-29 14:46:09 -07:00
|
|
|
|
<Private>false</Private>
|
|
|
|
|
|
</ProjectReference>
|
2022-02-18 15:19:40 +01:00
|
|
|
|
<ProjectReference Include="..\..\Wox.Plugin\Wox.Plugin.csproj">
|
2020-10-29 14:46:09 -07:00
|
|
|
|
<Private>false</Private>
|
|
|
|
|
|
</ProjectReference>
|
2020-08-11 00:53:43 +02:00
|
|
|
|
</ItemGroup>
|
2022-03-23 17:35:52 +01:00
|
|
|
|
|
2020-08-11 00:53:43 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="plugin.json">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
2022-03-23 17:35:52 +01:00
|
|
|
|
|
2020-09-02 15:24:59 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Compile Update="Properties\Resources.Designer.cs">
|
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
</ItemGroup>
|
2022-03-23 17:35:52 +01:00
|
|
|
|
|
2020-09-02 15:24:59 -07:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<EmbeddedResource Update="Properties\Resources.resx">
|
|
|
|
|
|
<Generator>PublicResXFileCodeGenerator</Generator>
|
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
|
</ItemGroup>
|
2022-03-23 17:35:52 +01:00
|
|
|
|
|
2020-08-11 00:53:43 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Update="Images\uri.dark.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\uri.light.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
2022-12-01 09:40:41 -05:00
|
|
|
|
|
2020-08-11 00:53:43 +02:00
|
|
|
|
</Project>
|