2020-03-20 09:43:42 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
|
|
|
|
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<PropertyGroup>
|
2020-03-20 09:43:42 -07:00
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<ProjectGuid>{4FD29318-A8AB-4D8F-AA47-60BC241B8DA3}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
2020-03-20 09:43:42 -07:00
|
|
|
|
<UseWpf>true</UseWpf>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>Wox.Infrastructure</RootNamespace>
|
|
|
|
|
|
<AssemblyName>Wox.Infrastructure</AssemblyName>
|
2020-03-20 09:43:42 -07:00
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
2020-03-26 18:03:42 -07:00
|
|
|
|
<Platforms>x64</Platforms>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
</PropertyGroup>
|
2020-03-20 09:43:42 -07:00
|
|
|
|
|
2020-03-26 18:03:42 -07:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
2020-03-20 16:40:39 -07:00
|
|
|
|
<OutputPath>..\..\..\..\x64\Debug\modules\launcher\</OutputPath>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
2020-03-20 16:40:39 -07:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
|
<LangVersion>7.3</LangVersion>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
2020-03-20 16:40:39 -07:00
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2020-03-20 17:31:27 -07:00
|
|
|
|
<Optimize>false</Optimize>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
</PropertyGroup>
|
2020-03-23 17:28:10 -07:00
|
|
|
|
|
2020-03-26 18:03:42 -07:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
2020-03-20 17:05:58 -07:00
|
|
|
|
<OutputPath>..\..\..\..\x64\Release\modules\launcher\</OutputPath>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
2020-03-20 16:40:39 -07:00
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
|
<LangVersion>7.3</LangVersion>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
2020-03-20 16:40:39 -07:00
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</PropertyGroup>
|
2020-03-20 09:43:42 -07:00
|
|
|
|
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Wox.Plugin\Wox.Plugin.csproj">
|
|
|
|
|
|
<Project>{8451ecdd-2ea4-4966-bb0a-7bbc40138e80}</Project>
|
|
|
|
|
|
<Name>Wox.Plugin</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
</ItemGroup>
|
2020-03-20 09:43:42 -07:00
|
|
|
|
|
2015-11-07 03:03:54 +00:00
|
|
|
|
<ItemGroup>
|
2020-03-20 09:43:42 -07:00
|
|
|
|
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" />
|
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
|
|
|
|
|
<PackageReference Include="NLog.Schema" Version="4.7.0-rc1" />
|
|
|
|
|
|
<PackageReference Include="NLog.Web.AspNetCore" Version="4.9.0" />
|
|
|
|
|
|
<PackageReference Include="Pinyin4DotNet" Version="2016.4.23.4" />
|
|
|
|
|
|
<PackageReference Include="System.Drawing.Common" Version="4.7.0" />
|
|
|
|
|
|
<PackageReference Include="System.Runtime" Version="4.3.1" />
|
2015-01-15 20:47:48 +08:00
|
|
|
|
</ItemGroup>
|
2020-03-20 09:43:42 -07:00
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Update="pinyindb\pinyin_gwoyeu_mapping.xml">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="pinyindb\pinyin_mapping.xml">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="pinyindb\unicode_to_hanyu_pinyin.txt">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
2020-03-23 17:28:10 -07:00
|
|
|
|
|
2015-10-31 21:19:32 +00:00
|
|
|
|
</Project>
|