2020-03-20 09:43:42 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
|
|
|
|
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
2020-03-20 09:43:42 -07:00
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
|
|
|
|
<UseWPF>true</UseWPF>
|
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
|
<StartupObject>Wox.App</StartupObject>
|
2020-03-27 09:17:33 -07:00
|
|
|
|
<ApplicationIcon>Resources\placeholderLauncher.ico</ApplicationIcon>
|
2020-03-20 09:43:42 -07:00
|
|
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
2020-03-26 18:03:42 -07:00
|
|
|
|
<Platforms>x64</Platforms>
|
2014-01-29 18:33:24 +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'">
|
2020-03-20 16:40:39 -07:00
|
|
|
|
<OutputPath>..\..\..\..\x64\Debug\modules\launcher\</OutputPath>
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
2020-03-20 16:40:39 -07:00
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
|
<LangVersion>7.3</LangVersion>
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
2020-03-20 16:40:39 -07:00
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2020-03-20 17:31:27 -07:00
|
|
|
|
<Optimize>false</Optimize>
|
2014-01-29 18:33:24 +08:00
|
|
|
|
</PropertyGroup>
|
2020-03-20 09:43:42 -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>
|
2015-11-11 00:33:33 +00:00
|
|
|
|
<DefineConstants>TRACE;RELEASE</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 18:33:24 +08:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
2020-03-20 16:40:39 -07:00
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2020-03-20 16:40:39 -07:00
|
|
|
|
</PropertyGroup>
|
2020-03-23 17:28:10 -07:00
|
|
|
|
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<ItemGroup>
|
2020-03-20 09:43:42 -07:00
|
|
|
|
<ApplicationDefinition Remove="App.xaml" />
|
2014-01-29 18:33:24 +08:00
|
|
|
|
</ItemGroup>
|
2020-03-20 09:43:42 -07:00
|
|
|
|
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<ItemGroup>
|
2020-03-20 09:43:42 -07:00
|
|
|
|
<Page Include="App.xaml" />
|
2014-01-29 18:33:24 +08:00
|
|
|
|
</ItemGroup>
|
2020-03-20 09:43:42 -07:00
|
|
|
|
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<ItemGroup>
|
2020-03-20 09:43:42 -07:00
|
|
|
|
<Page Remove="Themes\ThemeBuilder\Template.xaml" />
|
2014-01-29 18:33:24 +08:00
|
|
|
|
</ItemGroup>
|
2020-03-20 09:43:42 -07:00
|
|
|
|
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<ItemGroup>
|
2020-03-20 09:43:42 -07:00
|
|
|
|
<PackageReference Include="Fody" Version="6.1.1">
|
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
|
</PackageReference>
|
2020-04-03 16:49:21 -07:00
|
|
|
|
<PackageReference Include="InputSimulator" Version="1.0.4" />
|
2020-03-20 09:43:42 -07:00
|
|
|
|
<PackageReference Include="JetBrains.Annotations" Version="2019.1.3" />
|
2020-04-03 16:49:21 -07:00
|
|
|
|
<PackageReference Include="Mages" Version="1.6.0" />
|
2020-03-20 09:43:42 -07:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
|
2020-04-03 16:37:59 -07:00
|
|
|
|
<PackageReference Include="NHotkey.Wpf" Version="2.0.0" />
|
|
|
|
|
|
<PackageReference Include="NLog.Web.AspNetCore" Version="4.9.1" />
|
2020-03-20 09:43:42 -07:00
|
|
|
|
<PackageReference Include="NuGet.CommandLine" Version="5.4.0">
|
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
|
|
</PackageReference>
|
2020-04-07 17:57:48 -07:00
|
|
|
|
|
2020-04-07 17:48:38 -07:00
|
|
|
|
<PackageReference Include="System.Data.OleDb" Version="4.7.0" />
|
2020-04-03 16:37:59 -07:00
|
|
|
|
<PackageReference Include="PropertyChanged.Fody" Version="3.2.7" />
|
2020-03-20 09:43:42 -07:00
|
|
|
|
<PackageReference Include="System.Data.SQLite" Version="1.0.112" />
|
|
|
|
|
|
<PackageReference Include="System.Data.SQLite.Core" Version="1.0.112" />
|
|
|
|
|
|
<PackageReference Include="System.Runtime" Version="4.3.1" />
|
2020-04-02 17:49:43 -07:00
|
|
|
|
<PackageReference Include="tlbimp-Microsoft.Search.Interop" Version="1.0.0" />
|
2014-01-29 18:33:24 +08:00
|
|
|
|
</ItemGroup>
|
2020-03-20 09:43:42 -07:00
|
|
|
|
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<ItemGroup>
|
2020-03-20 09:43:42 -07:00
|
|
|
|
<ProjectReference Include="..\Wox.Core\Wox.Core.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Wox.Infrastructure\Wox.Infrastructure.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Wox.Plugin\Wox.Plugin.csproj" />
|
2014-01-29 18:33:24 +08:00
|
|
|
|
</ItemGroup>
|
2020-03-20 09:43:42 -07:00
|
|
|
|
|
2014-01-29 18:33:24 +08:00
|
|
|
|
<ItemGroup>
|
2020-03-20 09:43:42 -07:00
|
|
|
|
<None Include="Images\app.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
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>
|
2020-03-20 09:43:42 -07:00
|
|
|
|
<None Update="Images\app_error.png">
|
2014-12-12 13:02:13 +08:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2020-03-20 09:43:42 -07:00
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\Browser.png">
|
2014-12-12 13:02:13 +08:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2020-03-20 09:43:42 -07:00
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\calculator.png">
|
2015-07-14 17:59:24 +02:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
2020-03-20 09:43:42 -07:00
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\cancel.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\close.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\cmd.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\color.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\copy.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\down.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\EXE.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\file.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\find.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\folder.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\history.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\image.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\Link.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\lock.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\logoff.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\New Message.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\ok.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\open.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\plugin.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\recyclebin.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\restart.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\search.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\settings.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\shutdown.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\sleep.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\up.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\update.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
<None Update="Images\warning.png">
|
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
|
</None>
|
2020-01-14 21:10:54 +02:00
|
|
|
|
</ItemGroup>
|
2015-11-04 22:49:40 +00:00
|
|
|
|
</Project>
|