|
1234567891011121314151617181920 |
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>netstandard2.1</TargetFramework>
- <Authors>clowwindy & community 2020</Authors>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="CommandLineParser" Version="2.8.0" />
- </ItemGroup>
-
- <ItemGroup>
- <ProjectReference Include="..\Shadowsocks.Crypto\Shadowsocks.Crypto.csproj" />
- </ItemGroup>
-
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
-
- </Project>
|