1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-07-21 23:20:41 +03:00

JSON-RPC CodeGen Developer Tool

This commit is contained in:
Daiyuu Nobori
2019-05-28 11:38:38 +09:00
parent a3c29fbca6
commit d63f637253
16 changed files with 14034 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<RootNamespace>SoftEther.VPNServerRpc</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="2.10.0" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
</ItemGroup>
</Project>