2014-01-29 22:44:57 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-11-07 11:03:54 +08: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 11:03:54 +08: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>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
2014-03-17 21:49:54 +08:00
|
|
|
|
<OutputPath>..\Output\Debug\</OutputPath>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2014-10-22 18:36:49 +08:00
|
|
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
2015-01-15 20:47:48 +08:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
2014-03-17 21:49:54 +08:00
|
|
|
|
<OutputPath>..\Output\Release\</OutputPath>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2014-10-27 14:53:44 +08:00
|
|
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
2015-01-15 20:47:48 +08:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2016-04-26 08:20:10 +08: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 08:20:10 +08:00
|
|
|
|
<Reference Include="System.Drawing" />
|
2016-05-09 09:32:47 +08:00
|
|
|
|
<Reference Include="System.Net.Http" />
|
2016-04-26 08:20:10 +08:00
|
|
|
|
<Reference Include="System.Xaml" />
|
2015-11-08 01:32:58 +08: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 18:47:42 +08:00
|
|
|
|
<Compile Include="..\SolutionAssemblyInfo.cs">
|
|
|
|
|
<Link>Properties\SolutionAssemblyInfo.cs</Link>
|
|
|
|
|
</Compile>
|
2015-11-08 01:32:58 +08:00
|
|
|
|
<Compile Include="Exception\ExceptionFormatter.cs" />
|
2016-04-28 06:16:04 +08: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 08:20:10 +08:00
|
|
|
|
<Compile Include="Image\ImageCache.cs" />
|
2020-01-04 03:16:17 +08:00
|
|
|
|
<Compile Include="Image\ImageHashGenerator.cs" />
|
2016-04-26 08:20:10 +08:00
|
|
|
|
<Compile Include="Image\ImageLoader.cs" />
|
2018-03-31 15:19:55 +08:00
|
|
|
|
<Compile Include="Image\ThumbnailReader.cs" />
|
2014-09-19 16:57:48 +08:00
|
|
|
|
<Compile Include="Logger\Log.cs" />
|
2016-05-03 05:37:01 +08:00
|
|
|
|
<Compile Include="Storage\ISavable.cs" />
|
2016-05-05 09:08:38 +08:00
|
|
|
|
<Compile Include="Storage\PluginJsonStorage.cs" />
|
2015-11-05 05:49:36 +08: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 08:21:39 +08:00
|
|
|
|
<Compile Include="Storage\WoxJsonStorage.cs" />
|
2015-02-07 16:53:33 +08:00
|
|
|
|
<Compile Include="StringMatcher.cs" />
|
2016-05-21 08:22:12 +08: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 07:37:25 +08:00
|
|
|
|
<Compile Include="Alphabet.cs" />
|
2016-06-19 23:18:43 +08:00
|
|
|
|
<Compile Include="UserSettings\HttpProxy.cs" />
|
|
|
|
|
<Compile Include="UserSettings\PluginHotkey.cs" />
|
|
|
|
|
<Compile Include="UserSettings\PluginSettings.cs" />
|
|
|
|
|
<Compile Include="UserSettings\Settings.cs" />
|
2016-04-27 09:15:53 +08: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 11:03:54 +08:00
|
|
|
|
<ItemGroup>
|
2020-01-15 03:10:54 +08: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 20:56:26 +08:00
|
|
|
|
<PackageReference Include="NLog.Schema" GeneratePathProperty="true">
|
2020-01-15 03:10:54 +08:00
|
|
|
|
<Version>4.2.0</Version>
|
|
|
|
|
</PackageReference>
|
2020-01-17 20:56:26 +08:00
|
|
|
|
<PackageReference Include="Pinyin4DotNet" GeneratePathProperty="true">
|
2020-01-15 03:10:54 +08: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 08:43:23 +08:00
|
|
|
|
<PropertyGroup>
|
2020-01-17 20:56:26 +08:00
|
|
|
|
<PreBuildEvent>
|
|
|
|
|
xcopy /Y $(PkgPinyin4DotNet)\pinyindb\unicode_to_hanyu_pinyin.txt $(TargetDir)pinyindb\
|
|
|
|
|
xcopy /Y $(PkgNLog_Schema)\content\NLog.xsd $(TargetDir)
|
|
|
|
|
</PreBuildEvent>
|
2016-04-24 08:43:23 +08: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-11-01 05:19:32 +08:00
|
|
|
|
</Project>
|