Ooui-tws-port/Ooui/Ooui.csproj

11 lines
309 B
XML
Raw Normal View History

2017-06-12 22:17:23 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="10.0.2" />
</ItemGroup>
2017-06-13 01:24:30 +00:00
<ItemGroup>
<EmbeddedResource Include="Client.js" />
</ItemGroup>
2017-06-12 22:17:23 +00:00
</Project>