2020-03-24 16:07:17 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
2020-03-16 14:30:38 -07:00
|
|
|
|
<PropertyGroup>
|
2020-03-24 16:07:17 -07:00
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2020-03-26 18:03:42 -07:00
|
|
|
|
<Platforms>x64</Platforms>
|
2020-03-20 16:40:39 -07:00
|
|
|
|
</PropertyGroup>
|
2020-03-26 18:03:42 -07:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<OutputPath>..\..\..\..\..\x64\Debug\modules\launcher\Plugins\Wox.Plugin.Folder\</OutputPath>
|
|
|
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
|
<LangVersion>7.3</LangVersion>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
2020-03-24 16:13:02 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2020-03-26 18:03:42 -07:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
|
<OutputPath>..\..\..\..\..\x64\Release\modules\launcher\Plugins\Wox.Plugin.Folder\</OutputPath>
|
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
2020-03-24 16:27:49 -07:00
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
2020-03-26 18:03:42 -07:00
|
|
|
|
<LangVersion>7.3</LangVersion>
|
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2020-03-24 16:27:49 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2020-03-16 14:30:38 -07:00
|
|
|
|
<ItemGroup>
|
2020-03-24 16:07:17 -07:00
|
|
|
|
<PackageReference Include="System.Data.OleDb" Version="4.7.0" />
|
|
|
|
|
|
<PackageReference Include="tlbimp-Microsoft.Search.Interop" Version="1.0.0" />
|
2020-03-16 14:37:28 -07:00
|
|
|
|
</ItemGroup>
|
2020-03-24 16:07:17 -07:00
|
|
|
|
|
2020-03-16 14:37:28 -07:00
|
|
|
|
<ItemGroup>
|
2020-03-24 16:07:17 -07:00
|
|
|
|
<ProjectReference Include="..\..\Wox.Infrastructure\Wox.Infrastructure.csproj" />
|
2020-03-16 17:25:04 -07:00
|
|
|
|
</ItemGroup>
|
2020-03-23 17:28:10 -07:00
|
|
|
|
|
2020-03-24 16:07:17 -07:00
|
|
|
|
</Project>
|