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-24 16:27:49 -07:00
|
|
|
|
<Platforms>AnyCPU;x64</Platforms>
|
2020-03-20 16:40:39 -07:00
|
|
|
|
</PropertyGroup>
|
2020-03-23 17:28:10 -07:00
|
|
|
|
|
2020-03-24 16:13:02 -07:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
|
|
|
|
<PlatformTarget></PlatformTarget>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2020-03-24 16:27:49 -07:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
|
</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>
|