|
| 1 | +<Project> |
| 2 | + |
| 3 | + <PropertyGroup> |
| 4 | + <Version>7.7.0</Version> |
| 5 | + </PropertyGroup> |
| 6 | + |
| 7 | + <PropertyGroup> |
| 8 | + <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> |
| 9 | + <ErrorReport>none</ErrorReport> |
| 10 | + <NoWarn>CA1031;CS1591;NU1507</NoWarn> |
| 11 | + <Nullable>annotations</Nullable> |
| 12 | + <ImplicitUsings>enable</ImplicitUsings> |
| 13 | + <AnalysisLevel>latest-all</AnalysisLevel> |
| 14 | + |
| 15 | + <Authors>2dust</Authors> |
| 16 | + <Company>2dust</Company> |
| 17 | + <PackageLicenseExpression>GPL-3.0</PackageLicenseExpression> |
| 18 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 19 | + <Copyright>Copyright © 2017-$([System.DateTime]::UtcNow.Year) $(Company)</Copyright> |
| 20 | + <Description>A GUI client for Windows, Linux and macOS, supports Xray, sing-box and others.</Description> |
| 21 | + <RepositoryType>Git</RepositoryType> |
| 22 | + <RepositoryBranch>master</RepositoryBranch> |
| 23 | + <RepositoryUrl>$(PackageProjectUrl).git</RepositoryUrl> |
| 24 | + <PackageProjectUrl>https://github.com/$(Company)/v2rayN</PackageProjectUrl> |
| 25 | + <PackageReleaseNotes>$(PackageProjectUrl)/releases</PackageReleaseNotes> |
| 26 | + |
| 27 | + <TargetFramework>net8.0-windows10.0.17763</TargetFramework> |
| 28 | + <EnableWindowsTargeting>true</EnableWindowsTargeting> |
| 29 | + <RollForward>latestMinor</RollForward> |
| 30 | + <TargetLatestRuntimePatch>true</TargetLatestRuntimePatch> |
| 31 | + <SupportedOSPlatformVersion>7.0</SupportedOSPlatformVersion> |
| 32 | + </PropertyGroup> |
| 33 | + |
| 34 | + <PropertyGroup Condition="'$(Configuration)' == 'Debug'"> |
| 35 | + <DebugType>embedded</DebugType> |
| 36 | + <Optimize>false</Optimize> |
| 37 | + <InvariantGlobalization>false</InvariantGlobalization> |
| 38 | + </PropertyGroup> |
| 39 | + |
| 40 | + <PropertyGroup Condition="'$(Configuration)' == 'Release'"> |
| 41 | + <DebuggerSupport>false</DebuggerSupport> |
| 42 | + <DebugSymbols>false</DebugSymbols> |
| 43 | + <DebugType>none</DebugType> |
| 44 | + <Optimize>true</Optimize> |
| 45 | + |
| 46 | + <EventSourceSupport>false</EventSourceSupport> |
| 47 | + <StackTraceSupport>false</StackTraceSupport> |
| 48 | + <MetricsSupport>false</MetricsSupport> |
| 49 | + <HttpActivityPropagationSupport>false</HttpActivityPropagationSupport> |
| 50 | + <MetadataUpdaterSupport>false</MetadataUpdaterSupport> |
| 51 | + |
| 52 | + <EnableUnsafeBinaryFormatterSerialization>false</EnableUnsafeBinaryFormatterSerialization> |
| 53 | + <EnableUnsafeUTF7Encoding>false</EnableUnsafeUTF7Encoding> |
| 54 | + <UseNativeHttpHandler>true</UseNativeHttpHandler> |
| 55 | + <AutoreleasePoolSupport>false</AutoreleasePoolSupport> |
| 56 | + <InvariantGlobalization>false</InvariantGlobalization> |
| 57 | + <UseSystemResourceKeys>true</UseSystemResourceKeys> |
| 58 | + |
| 59 | + <PublishTrimmed>false</PublishTrimmed> |
| 60 | + <PublishReadyToRun>false</PublishReadyToRun> |
| 61 | + <PublishSingleFile>true</PublishSingleFile> |
| 62 | + <IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract> |
| 63 | + </PropertyGroup> |
| 64 | + |
| 65 | +</Project> |
0 commit comments