2014-01-29 22:44:57 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-11-07 03:03:54 +00:00
|
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
|
<ProjectGuid>{4FD29318-A8AB-4D8F-AA47-60BC241B8DA3}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>Wox.Infrastructure</RootNamespace>
|
|
|
|
|
|
<AssemblyName>Wox.Infrastructure</AssemblyName>
|
2015-11-07 03:03:54 +00:00
|
|
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
2015-01-14 22:19:44 +08:00
|
|
|
|
<TargetFrameworkProfile />
|
2014-01-29 22:44:57 +08:00
|
|
|
|
</PropertyGroup>
|
2020-03-20 16:40:39 -07:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<OutputPath>..\..\..\..\x64\Debug\modules\launcher\</OutputPath>
|
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
|
<LangVersion>7.3</LangVersion>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
|
<LangVersion>7.3</LangVersion>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
|
</PropertyGroup>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<ItemGroup>
|
2016-04-26 01:20:10 +01:00
|
|
|
|
<Reference Include="PresentationCore" />
|
|
|
|
|
|
<Reference Include="PresentationFramework" />
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
|
<Reference Include="System.Core" />
|
2016-04-26 01:20:10 +01:00
|
|
|
|
<Reference Include="System.Drawing" />
|
2016-05-09 02:32:47 +01:00
|
|
|
|
<Reference Include="System.Net.Http" />
|
2016-04-26 01:20:10 +01:00
|
|
|
|
<Reference Include="System.Xaml" />
|
2015-11-07 17:32:58 +00:00
|
|
|
|
<Reference Include="System.Xml" />
|
2014-02-06 22:22:02 +08:00
|
|
|
|
<Reference Include="WindowsBase" />
|
2014-01-29 22:44:57 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2015-11-28 10:47:42 +00:00
|
|
|
|
<Compile Include="..\SolutionAssemblyInfo.cs">
|
|
|
|
|
|
<Link>Properties\SolutionAssemblyInfo.cs</Link>
|
|
|
|
|
|
</Compile>
|
2015-11-07 17:32:58 +00:00
|
|
|
|
<Compile Include="Exception\ExceptionFormatter.cs" />
|
2016-04-27 23:16:04 +01:00
|
|
|
|
<Compile Include="Helper.cs" />
|
2015-01-08 22:49:42 +08:00
|
|
|
|
<Compile Include="Hotkey\InterceptKeys.cs" />
|
|
|
|
|
|
<Compile Include="Hotkey\KeyEvent.cs" />
|
2016-04-26 01:20:10 +01:00
|
|
|
|
<Compile Include="Image\ImageCache.cs" />
|
2020-01-03 21:16:17 +02:00
|
|
|
|
<Compile Include="Image\ImageHashGenerator.cs" />
|
2016-04-26 01:20:10 +01:00
|
|
|
|
<Compile Include="Image\ImageLoader.cs" />
|
2018-03-31 09:19:55 +02:00
|
|
|
|
<Compile Include="Image\ThumbnailReader.cs" />
|
2014-09-19 16:57:48 +08:00
|
|
|
|
<Compile Include="Logger\Log.cs" />
|
2016-05-02 22:37:01 +01:00
|
|
|
|
<Compile Include="Storage\ISavable.cs" />
|
2016-05-05 02:08:38 +01:00
|
|
|
|
<Compile Include="Storage\PluginJsonStorage.cs" />
|
2015-11-04 21:49:36 +00:00
|
|
|
|
<Compile Include="Stopwatch.cs" />
|
2014-12-15 22:58:49 +08:00
|
|
|
|
<Compile Include="Storage\BinaryStorage.cs" />
|
2015-01-01 23:07:14 +08:00
|
|
|
|
<Compile Include="Storage\JsonStorage.cs" />
|
2017-02-07 00:21:39 +00:00
|
|
|
|
<Compile Include="Storage\WoxJsonStorage.cs" />
|
2015-02-07 16:53:33 +08:00
|
|
|
|
<Compile Include="StringMatcher.cs" />
|
2016-05-21 01:22:12 +01:00
|
|
|
|
<Compile Include="Http\Http.cs" />
|
2014-02-09 00:33:10 +08:00
|
|
|
|
<Compile Include="FuzzyMatcher.cs" />
|
2014-12-21 22:03:03 +08:00
|
|
|
|
<Compile Include="Hotkey\GlobalHotkey.cs" />
|
|
|
|
|
|
<Compile Include="Hotkey\HotkeyModel.cs" />
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2016-04-24 00:37:25 +01:00
|
|
|
|
<Compile Include="Alphabet.cs" />
|
2016-06-19 16:18:43 +01:00
|
|
|
|
<Compile Include="UserSettings\HttpProxy.cs" />
|
|
|
|
|
|
<Compile Include="UserSettings\PluginHotkey.cs" />
|
|
|
|
|
|
<Compile Include="UserSettings\PluginSettings.cs" />
|
|
|
|
|
|
<Compile Include="UserSettings\Settings.cs" />
|
2016-04-27 02:15:53 +01:00
|
|
|
|
<Compile Include="Wox.cs" />
|
2014-01-29 22:44:57 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Wox.Plugin\Wox.Plugin.csproj">
|
|
|
|
|
|
<Project>{8451ecdd-2ea4-4966-bb0a-7bbc40138e80}</Project>
|
|
|
|
|
|
<Name>Wox.Plugin</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
</ItemGroup>
|
2015-11-07 03:03:54 +00:00
|
|
|
|
<ItemGroup>
|
2020-01-14 21:10:54 +02:00
|
|
|
|
<PackageReference Include="JetBrains.Annotations">
|
|
|
|
|
|
<Version>10.3.0</Version>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json">
|
|
|
|
|
|
<Version>9.0.1</Version>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="NLog">
|
|
|
|
|
|
<Version>4.2.0</Version>
|
|
|
|
|
|
</PackageReference>
|
2020-01-17 14:56:26 +02:00
|
|
|
|
<PackageReference Include="NLog.Schema" GeneratePathProperty="true">
|
2020-01-14 21:10:54 +02:00
|
|
|
|
<Version>4.2.0</Version>
|
|
|
|
|
|
</PackageReference>
|
2020-01-17 14:56:26 +02:00
|
|
|
|
<PackageReference Include="Pinyin4DotNet" GeneratePathProperty="true">
|
2020-01-14 21:10:54 +02:00
|
|
|
|
<Version>2016.4.23.4</Version>
|
|
|
|
|
|
</PackageReference>
|
|
|
|
|
|
<PackageReference Include="System.Runtime">
|
|
|
|
|
|
<Version>4.0.0</Version>
|
|
|
|
|
|
</PackageReference>
|
2015-01-15 20:47:48 +08:00
|
|
|
|
</ItemGroup>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
2016-04-24 01:43:23 +01:00
|
|
|
|
<PropertyGroup>
|
2020-03-10 15:20:10 -07:00
|
|
|
|
<PreBuildEvent>
|
2020-03-17 06:01:34 +05:30
|
|
|
|
xcopy /Y "$(PkgPinyin4DotNet)\pinyindb\unicode_to_hanyu_pinyin.txt" "$(TargetDir)pinyindb\"
|
|
|
|
|
|
xcopy /Y "$(PkgNLog_Schema)\content\NLog.xsd" "$(TargetDir)"
|
2020-01-17 14:56:26 +02:00
|
|
|
|
</PreBuildEvent>
|
2016-04-24 01:43:23 +01:00
|
|
|
|
</PropertyGroup>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
|
</Target>
|
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
|
</Target>
|
|
|
|
|
|
-->
|
2015-10-31 21:19:32 +00:00
|
|
|
|
</Project>
|