2014-01-29 18:33:24 +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 18:33:24 +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>{DB90F671-D861-46BB-93A3-F1304F5BA1C5}</ProjectGuid>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>Wox</RootNamespace>
|
|
|
|
|
<AssemblyName>Wox</AssemblyName>
|
2015-11-07 11:03:54 +08:00
|
|
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
|
|
|
<TargetFrameworkProfile />
|
2015-11-26 15:09:08 +08:00
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
2016-06-11 07:16:45 +08:00
|
|
|
|
<NuGetPackageImportStamp>
|
|
|
|
|
</NuGetPackageImportStamp>
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<PublishUrl>发布\</PublishUrl>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
<InstallFrom>Disk</InstallFrom>
|
|
|
|
|
<UpdateEnabled>false</UpdateEnabled>
|
|
|
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
|
|
<ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
2014-05-10 12:21:55 +08:00
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<Optimize>false</Optimize>
|
2014-03-17 21:49:54 +08:00
|
|
|
|
<OutputPath>..\Output\Debug\</OutputPath>
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<UseVSHostingProcess>true</UseVSHostingProcess>
|
2015-01-15 20:47:48 +08:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-01-29 18:33:24 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<Optimize>true</Optimize>
|
2014-03-17 21:49:54 +08:00
|
|
|
|
<OutputPath>..\Output\Release\</OutputPath>
|
2015-11-11 08:33:33 +08:00
|
|
|
|
<DefineConstants>TRACE;RELEASE</DefineConstants>
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2015-01-15 20:47:48 +08:00
|
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-01-29 18:33:24 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
2014-12-12 13:02:13 +08:00
|
|
|
|
<ApplicationIcon>Resources\app.ico</ApplicationIcon>
|
2014-01-29 18:33:24 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
2014-10-21 18:16:05 +08:00
|
|
|
|
<StartupObject>Wox.App</StartupObject>
|
2014-01-29 18:33:24 +08:00
|
|
|
|
</PropertyGroup>
|
2016-05-21 04:16:25 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
|
|
|
</PropertyGroup>
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="PresentationUI, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
|
|
|
|
|
<Reference Include="ReachFramework" />
|
|
|
|
|
<Reference Include="System" />
|
2014-12-14 23:16:29 +08:00
|
|
|
|
<Reference Include="System.Configuration" />
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Deployment" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
|
<Reference Include="System.Printing" />
|
2014-10-21 18:16:05 +08:00
|
|
|
|
<Reference Include="System.Runtime.Remoting" />
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<Reference Include="System.Windows.Forms" />
|
2015-11-07 11:03:54 +08:00
|
|
|
|
<Reference Include="System.Xaml" />
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
|
|
|
<Reference Include="UIAutomationProvider" />
|
|
|
|
|
<Reference Include="UIAutomationTypes" />
|
|
|
|
|
<Reference Include="WindowsBase" />
|
|
|
|
|
<Reference Include="PresentationCore" />
|
|
|
|
|
<Reference Include="PresentationFramework" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2015-11-28 18:47:42 +08:00
|
|
|
|
<Compile Include="..\SolutionAssemblyInfo.cs">
|
|
|
|
|
<Link>Properties\SolutionAssemblyInfo.cs</Link>
|
|
|
|
|
</Compile>
|
2019-12-03 22:08:21 +08:00
|
|
|
|
<Compile Include="Converters\HighlightTextConverter.cs" />
|
2015-02-21 21:57:00 +08:00
|
|
|
|
<Compile Include="Helper\SingletonWindowOpener.cs" />
|
2016-02-18 19:35:17 +08:00
|
|
|
|
<Compile Include="PublicAPIInstance.cs" />
|
2016-05-21 04:16:25 +08:00
|
|
|
|
<Compile Include="ReportWindow.xaml.cs" />
|
2016-02-21 22:14:27 +08:00
|
|
|
|
<Compile Include="ResultListBox.xaml.cs">
|
|
|
|
|
<DependentUpon>ResultListBox.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2020-01-07 08:34:46 +08:00
|
|
|
|
<Compile Include="Settings.cs" />
|
2016-06-24 05:17:47 +08:00
|
|
|
|
<Compile Include="Storage\HistoryItem.cs" />
|
2016-04-22 03:56:53 +08:00
|
|
|
|
<Compile Include="Storage\QueryHistory.cs" />
|
|
|
|
|
<Compile Include="Storage\TopMostRecord.cs" />
|
|
|
|
|
<Compile Include="Storage\UserSelectedRecord.cs" />
|
2016-05-24 05:09:30 +08:00
|
|
|
|
<Compile Include="ViewModel\RelayCommand.cs" />
|
2016-02-18 19:35:17 +08:00
|
|
|
|
<Compile Include="ViewModel\MainViewModel.cs" />
|
2016-05-22 12:30:38 +08:00
|
|
|
|
<Compile Include="ViewModel\PluginViewModel.cs" />
|
2016-02-21 23:13:27 +08:00
|
|
|
|
<Compile Include="ViewModel\ResultViewModel.cs" />
|
2016-02-21 22:33:18 +08:00
|
|
|
|
<Compile Include="ViewModel\ResultsViewModel.cs" />
|
2016-05-22 05:44:27 +08:00
|
|
|
|
<Compile Include="ViewModel\SettingWindowViewModel.cs" />
|
2014-10-21 18:16:05 +08:00
|
|
|
|
<Page Include="App.xaml">
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
2014-10-21 18:16:05 +08:00
|
|
|
|
</Page>
|
2015-11-05 06:49:40 +08:00
|
|
|
|
<Compile Include="ActionKeywords.xaml.cs">
|
|
|
|
|
<DependentUpon>ActionKeywords.xaml</DependentUpon>
|
2014-07-04 12:08:37 +08:00
|
|
|
|
</Compile>
|
2014-03-23 04:22:57 +08:00
|
|
|
|
<Compile Include="Helper\DataWebRequestFactory.cs" />
|
2015-01-11 21:52:30 +08:00
|
|
|
|
<Compile Include="Helper\ErrorReporting.cs" />
|
2014-10-21 18:16:05 +08:00
|
|
|
|
<Compile Include="Helper\SingleInstance.cs" />
|
2014-03-25 13:25:43 +08:00
|
|
|
|
<Compile Include="Helper\SyntaxSugars.cs" />
|
2014-03-26 15:30:59 +08:00
|
|
|
|
<Compile Include="Helper\WallpaperPathRetrieval.cs" />
|
2016-08-01 21:12:53 +08:00
|
|
|
|
<Compile Include="Helper\WindowsInteropHelper.cs" />
|
2015-01-02 23:07:49 +08:00
|
|
|
|
<Compile Include="CustomQueryHotkeySetting.xaml.cs">
|
|
|
|
|
<DependentUpon>CustomQueryHotkeySetting.xaml</DependentUpon>
|
2014-02-22 15:52:20 +08:00
|
|
|
|
</Compile>
|
2014-03-15 23:42:23 +08:00
|
|
|
|
<Compile Include="Helper\DWMDropShadow.cs" />
|
2014-02-20 23:15:03 +08:00
|
|
|
|
<Compile Include="HotkeyControl.xaml.cs">
|
|
|
|
|
<DependentUpon>HotkeyControl.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<Compile Include="Msg.xaml.cs">
|
|
|
|
|
<DependentUpon>Msg.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="SettingWindow.xaml.cs">
|
|
|
|
|
<DependentUpon>SettingWindow.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2015-11-05 06:49:40 +08:00
|
|
|
|
<Page Include="ActionKeywords.xaml">
|
2014-07-04 12:08:37 +08:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2015-01-02 23:07:49 +08:00
|
|
|
|
<Page Include="CustomQueryHotkeySetting.xaml">
|
2014-02-22 15:52:20 +08:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2014-02-20 23:15:03 +08:00
|
|
|
|
<Page Include="HotkeyControl.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-03-27 08:54:00 +08:00
|
|
|
|
<None Include="App.config" />
|
2016-05-21 04:16:25 +08:00
|
|
|
|
<None Include="app.manifest" />
|
2016-06-11 21:47:03 +08:00
|
|
|
|
<Content Include="Languages\zh-cn.xaml">
|
2015-01-02 16:16:09 +08:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2016-06-11 21:47:03 +08:00
|
|
|
|
</Content>
|
2015-02-01 22:46:56 +08:00
|
|
|
|
<Resource Include="Images\update.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Resource>
|
2015-02-07 16:53:33 +08:00
|
|
|
|
<None Include="Images\up.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Include="Images\down.png">
|
2015-02-05 23:29:41 +08:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2015-02-09 19:16:13 +08:00
|
|
|
|
<Resource Include="Images\history.png" />
|
2016-05-04 06:21:03 +08:00
|
|
|
|
<Resource Include="Images\app_error.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Resource>
|
2016-05-22 12:30:38 +08:00
|
|
|
|
<Resource Include="FodyWeavers.xml" />
|
2015-01-03 15:20:34 +08:00
|
|
|
|
<Content Include="Languages\en.xaml">
|
2015-01-02 16:16:09 +08:00
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-06-11 21:47:03 +08:00
|
|
|
|
<Content Include="Languages\zh-tw.xaml">
|
2015-01-03 15:20:34 +08:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2016-06-11 21:47:03 +08:00
|
|
|
|
</Content>
|
2015-09-05 05:35:52 +08:00
|
|
|
|
<Content Include="Languages\ru.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-11-28 06:22:29 +08:00
|
|
|
|
<Content Include="Languages\fr.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-02-09 22:30:54 +08:00
|
|
|
|
<Content Include="Languages\ja.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-06-11 21:47:03 +08:00
|
|
|
|
<Content Include="Languages\de.xaml">
|
2016-02-29 00:22:51 +08:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2016-06-11 21:47:03 +08:00
|
|
|
|
</Content>
|
2016-06-11 07:16:45 +08:00
|
|
|
|
<Content Include="Languages\pl.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-06-11 21:47:03 +08:00
|
|
|
|
<Content Include="Languages\nl.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2016-07-28 02:41:49 +08:00
|
|
|
|
<Content Include="Languages\da.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2017-03-02 07:17:39 +08:00
|
|
|
|
<Content Include="Languages\ko.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2018-12-23 02:57:29 +08:00
|
|
|
|
<Content Include="Languages\it.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Languages\nb-NO.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Languages\pt-br.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Languages\sr.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="Languages\uk-UA.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2019-03-04 11:04:04 +08:00
|
|
|
|
<Content Include="Languages\sk.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2019-10-07 23:08:06 +08:00
|
|
|
|
<Content Include="Languages\tr.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<Page Include="MainWindow.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
|
|
|
|
<Compile Include="App.xaml.cs">
|
|
|
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="MainWindow.xaml.cs">
|
|
|
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Page Include="Msg.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2016-05-21 04:16:25 +08:00
|
|
|
|
<Page Include="ReportWindow.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
</Page>
|
2016-02-21 22:14:27 +08:00
|
|
|
|
<Page Include="ResultListBox.xaml">
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
2016-02-21 22:14:27 +08:00
|
|
|
|
<SubType>Designer</SubType>
|
2014-01-29 18:33:24 +08:00
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="SettingWindow.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2014-03-15 00:17:37 +08:00
|
|
|
|
<None Include="Themes\Light.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
2014-03-17 19:28:26 +08:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2014-03-15 00:17:37 +08:00
|
|
|
|
</None>
|
2015-01-02 16:16:09 +08:00
|
|
|
|
<Content Include="Themes\Base.xaml">
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
2014-03-17 19:28:26 +08:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2015-01-02 16:16:09 +08:00
|
|
|
|
</Content>
|
2014-03-17 19:28:26 +08:00
|
|
|
|
<None Include="Themes\Pink.xaml">
|
2014-03-15 23:42:23 +08:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
2014-03-17 19:28:26 +08:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2014-03-26 11:50:21 +08:00
|
|
|
|
<None Include="Themes\Metro Server.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2015-01-02 16:16:09 +08:00
|
|
|
|
<Content Include="Themes\Dark.xaml">
|
2014-12-27 12:34:51 +08:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
2015-01-02 16:16:09 +08:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
2015-02-08 21:25:59 +08:00
|
|
|
|
<None Include="Themes\Gray.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2019-08-02 20:35:58 +08:00
|
|
|
|
<Page Include="Themes\BlackAndWhite.xaml">
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
2019-10-07 23:08:06 +08:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2019-08-02 20:35:58 +08:00
|
|
|
|
</Page>
|
2015-11-29 15:20:37 +08:00
|
|
|
|
<Page Include="Themes\BlurBlack.xaml">
|
2015-11-10 13:36:08 +08:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Page>
|
2015-11-29 15:20:37 +08:00
|
|
|
|
<Page Include="Themes\BlurWhite.xaml">
|
2015-11-10 07:51:22 +08:00
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Page>
|
2014-01-29 18:33:24 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs">
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="Properties\Settings.Designer.cs">
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
</Compile>
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
|
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
</None>
|
|
|
|
|
<AppDesigner Include="Properties\" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-12-26 19:36:43 +08:00
|
|
|
|
<ProjectReference Include="..\Wox.Core\Wox.Core.csproj">
|
|
|
|
|
<Project>{B749F0DB-8E75-47DB-9E5E-265D16D0C0D2}</Project>
|
|
|
|
|
<Name>Wox.Core</Name>
|
|
|
|
|
</ProjectReference>
|
2014-01-29 22:44:57 +08:00
|
|
|
|
<ProjectReference Include="..\Wox.Infrastructure\Wox.Infrastructure.csproj">
|
|
|
|
|
<Project>{4fd29318-a8ab-4d8f-aa47-60bc241b8da3}</Project>
|
|
|
|
|
<Name>Wox.Infrastructure</Name>
|
|
|
|
|
</ProjectReference>
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<ProjectReference Include="..\Wox.Plugin\Wox.Plugin.csproj">
|
|
|
|
|
<Project>{8451ECDD-2EA4-4966-BB0A-7BBC40138E80}</Project>
|
|
|
|
|
<Name>Wox.Plugin</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
|
|
|
|
|
<Install>false</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
|
|
<Install>true</Install>
|
|
|
|
|
</BootstrapperPackage>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-03-17 22:13:04 +08:00
|
|
|
|
<Resource Include="Images\app.png">
|
2014-03-17 19:28:26 +08:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2014-03-17 22:13:04 +08:00
|
|
|
|
</Resource>
|
2014-01-29 18:33:24 +08:00
|
|
|
|
</ItemGroup>
|
2014-03-23 16:17:41 +08:00
|
|
|
|
<ItemGroup>
|
2014-12-12 13:02:13 +08:00
|
|
|
|
<Resource Include="Images\file.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Resource>
|
|
|
|
|
<Resource Include="Images\open.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Resource>
|
2014-06-04 19:26:41 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2014-12-12 13:02:13 +08:00
|
|
|
|
<None Include="Resources\app.ico" />
|
2014-06-04 19:26:41 +08:00
|
|
|
|
</ItemGroup>
|
2015-07-14 23:59:24 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Resource Include="Images\sleep.png">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</Resource>
|
|
|
|
|
</ItemGroup>
|
2020-01-15 03:10:54 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Fody">
|
|
|
|
|
<Version>1.29.2</Version>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="InputSimulator">
|
|
|
|
|
<Version>1.0.4</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="JetBrains.Annotations">
|
|
|
|
|
<Version>10.3.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json">
|
|
|
|
|
<Version>9.0.1</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="NHotkey.Wpf">
|
|
|
|
|
<Version>1.2.1</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="NLog">
|
|
|
|
|
<Version>4.2.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="NuGet.CommandLine">
|
|
|
|
|
<Version>3.4.3</Version>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="PropertyChanged.Fody">
|
|
|
|
|
<Version>1.51.0</Version>
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="squirrel.windows">
|
|
|
|
|
<Version>1.5.2</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
<PackageReference Include="System.Runtime">
|
|
|
|
|
<Version>4.0.0</Version>
|
|
|
|
|
</PackageReference>
|
|
|
|
|
</ItemGroup>
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<PropertyGroup>
|
2019-08-04 20:08:38 +08:00
|
|
|
|
<PostBuildEvent>powershell.exe -NoProfile -ExecutionPolicy Bypass -File $(SolutionDir)Scripts\post_build.ps1 $(ConfigurationName) $(SolutionDir)</PostBuildEvent>
|
2014-01-29 18:33:24 +08:00
|
|
|
|
</PropertyGroup>
|
2016-03-28 01:15:49 +08:00
|
|
|
|
<PropertyGroup>
|
2016-05-25 08:00:10 +08:00
|
|
|
|
<PreBuildEvent>taskkill /f /fi "IMAGENAME eq Wox.exe"</PreBuildEvent>
|
2016-03-28 01:15:49 +08:00
|
|
|
|
</PropertyGroup>
|
2014-01-29 18:33:24 +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.
|
2016-05-09 05:26:37 +08:00
|
|
|
|
!-->
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
2016-05-16 00:03:06 +08:00
|
|
|
|
<Target Name="AfterBuild">
|
2014-01-29 18:33:24 +08:00
|
|
|
|
</Target>
|
2015-11-05 06:49:40 +08:00
|
|
|
|
</Project>
|