BotSharp/BotSharp.MachineLearning/BotSharp.MachineLearning.csproj

19 lines
525 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2018-07-17 16:22:31 +00:00
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Platforms>AnyCPU;x64</Platforms>
2018-07-17 16:22:31 +00:00
</PropertyGroup>
2018-07-19 01:56:17 +00:00
<ItemGroup>
<Folder Include="Fasttext\" />
</ItemGroup>
2018-08-18 21:13:49 +00:00
<ItemGroup>
<Reference Include="System.ComponentModel.Annotations">
<HintPath>..\..\..\..\..\..\Program Files\dotnet\sdk\NuGetFallbackFolder\microsoft.netcore.app\2.1.0\ref\netcoreapp2.1\System.ComponentModel.Annotations.dll</HintPath>
</Reference>
</ItemGroup>
2018-07-17 16:22:31 +00:00
</Project>