mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-14 12:18:06 +00:00
12 lines
No EOL
332 B
XML
12 lines
No EOL
332 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
<Copyright>Copyright © 2019-2024 (GPLv3)</Copyright>
|
|
<FileVersion>1.2.0.0</FileVersion>
|
|
</PropertyGroup>
|
|
|
|
</Project> |