You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Shadowsocks.csproj 471 B

1234567891011121314151617181920
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>netstandard2.1</TargetFramework>
  4. <Authors>clowwindy &amp; community 2020</Authors>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <PackageReference Include="CommandLineParser" Version="2.8.0" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <ProjectReference Include="..\Shadowsocks.Crypto\Shadowsocks.Crypto.csproj" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <Folder Include="Properties\" />
  14. </ItemGroup>
  15. </Project>