2024-04-03 19:01:57 +08:00
|
|
|
<Project>
|
2024-09-30 12:20:05 +08:00
|
|
|
|
2024-12-28 10:35:02 +08:00
|
|
|
<PropertyGroup>
|
2025-10-20 15:10:50 +08:00
|
|
|
<PluginVersion>10.11.116</PluginVersion>
|
|
|
|
<ProPluginVersion>10.11.116</ProPluginVersion>
|
|
|
|
<DefaultVersion>10.11.116</DefaultVersion>
|
2025-09-22 10:36:28 +08:00
|
|
|
<AuthenticationVersion>10.11.6</AuthenticationVersion>
|
|
|
|
<SourceGeneratorVersion>10.11.6</SourceGeneratorVersion>
|
2025-10-15 10:02:11 +08:00
|
|
|
<NET8Version>8.0.21</NET8Version>
|
|
|
|
<NET10Version>10.0.0-rc.2.25502.107</NET10Version>
|
2025-06-22 21:11:37 +08:00
|
|
|
<SatelliteResourceLanguages>zh-Hans;en-US</SatelliteResourceLanguages>
|
2025-08-05 09:22:11 +00:00
|
|
|
<IsTrimmable>false</IsTrimmable>
|
2025-10-10 11:19:14 +08:00
|
|
|
<ManagementProPluginVersion>10.11.87</ManagementProPluginVersion>
|
|
|
|
<ManagementPluginVersion>10.11.87</ManagementPluginVersion>
|
2025-10-18 23:14:55 +08:00
|
|
|
<TSVersion>4.0.0-beta.140</TSVersion>
|
2025-09-26 10:58:57 +08:00
|
|
|
|
|
|
|
|
2024-12-28 10:35:02 +08:00
|
|
|
</PropertyGroup>
|
2024-11-05 05:39:07 +08:00
|
|
|
|
2025-09-26 10:58:57 +08:00
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(VisualStudioVersion)' >= '18.0' OR $([MSBuild]::VersionGreaterThanOrEquals('$(MSBuildVersion)','18.0'))">
|
|
|
|
<OtherTargetFrameworks>net10.0</OtherTargetFrameworks>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<PropertyGroup Condition=" '$(TargetFramework)' != 'net8.0' ">
|
|
|
|
<PluginTargetFramework>net10.0</PluginTargetFramework>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(TargetFramework)' == 'net8.0' ">
|
|
|
|
<PluginTargetFramework>net8.0</PluginTargetFramework>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2024-12-28 10:35:02 +08:00
|
|
|
<PropertyGroup>
|
2024-09-30 01:39:39 +08:00
|
|
|
|
2024-12-28 10:35:02 +08:00
|
|
|
<AnalysisModeDesign>None</AnalysisModeDesign>
|
|
|
|
<AnalysisModeDocumentation>All</AnalysisModeDocumentation>
|
|
|
|
<AnalysisModeGlobalization>None</AnalysisModeGlobalization>
|
|
|
|
<AnalysisModeInteroperability>All</AnalysisModeInteroperability>
|
|
|
|
<AnalysisModeMaintainability>All</AnalysisModeMaintainability>
|
|
|
|
<AnalysisModeNaming>None</AnalysisModeNaming>
|
|
|
|
<AnalysisModePerformance>All</AnalysisModePerformance>
|
|
|
|
<AnalysisModeSingleFile>All</AnalysisModeSingleFile>
|
|
|
|
<AnalysisModeReliability>All</AnalysisModeReliability>
|
|
|
|
<AnalysisModeSecurity>All</AnalysisModeSecurity>
|
|
|
|
<AnalysisModeUsage>None</AnalysisModeUsage>
|
|
|
|
<AnalysisModeStyle>None</AnalysisModeStyle>
|
2025-06-06 21:13:58 +08:00
|
|
|
|
|
|
|
<NoWarn>
|
2025-09-26 10:58:57 +08:00
|
|
|
NU1510;SYSLIB5007;CS8603;CS8618;CS1591;CS8625;CS8602;CS8604;CS8600;CS8601;CS8714;CS8619;CS8629;CS8765;CS8634;CS8621;CS8767;CS8633;CS8620;CS8610;CS8631;CS8605;CS8622;CS8613;NU5100;NU5104;NU1903;NU1902;CA1863;CA1812;CA1805;CA1515;CA1508;CA1819;CA1852;CA5394;CA1822;CA1815;CA1813;CA2000;CA5358;CA5384;CA5400;CA5401;CA1814;CA1835;CA5392;CA5350;CA2100;CA1848;CA1810;CA1513;CA5351;CA1510;CA1512;CA1823;RCS1102;RCS1194;NETSDK1206
|
2025-08-22 16:12:14 +08:00
|
|
|
|
2025-06-06 21:13:58 +08:00
|
|
|
</NoWarn>
|
2025-09-26 10:58:57 +08:00
|
|
|
<TargetFrameworks>net8.0;$(OtherTargetFrameworks);</TargetFrameworks>
|
2025-01-24 22:42:26 +08:00
|
|
|
<LangVersion>13.0</LangVersion>
|
2024-12-28 10:35:02 +08:00
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
<Authors>Diego</Authors>
|
|
|
|
<Company>Diego</Company>
|
|
|
|
<Product>Diego</Product>
|
|
|
|
<Copyright>版权所有 © 2023-present Diego</Copyright>
|
|
|
|
<RepositoryUrl>https://gitee.com/diego2098/ThingsGateway</RepositoryUrl>
|
|
|
|
<RepositoryType>Gitee</RepositoryType>
|
|
|
|
<GenerateResxSourceIncludeDefaultValues>true</GenerateResxSourceIncludeDefaultValues>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2025-06-22 21:11:37 +08:00
|
|
|
<None Include="$(MSBuildThisFileDirectory)Directory.Build.props" Pack="true" PackagePath="\" />
|
2024-12-28 10:35:02 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<DebugSymbols>True</DebugSymbols>
|
|
|
|
<DebugType>Embedded</DebugType>
|
|
|
|
<EmbedAllSources>True</EmbedAllSources>
|
|
|
|
</PropertyGroup>
|
2025-06-06 21:13:58 +08:00
|
|
|
<ItemGroup>
|
2025-10-07 22:25:38 +08:00
|
|
|
<PackageReference Include="Roslynator.Analyzers" Version="4.14.1">
|
2025-06-06 21:13:58 +08:00
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
|
|
|
</PackageReference>
|
|
|
|
</ItemGroup>
|
2025-07-07 19:07:08 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Target Name="EnsureLocalNugetFolderExists" BeforeTargets="CollectPackageReferences">
|
|
|
|
<MakeDir Directories="$(SolutionDir)..\..\nupkgs" />
|
|
|
|
</Target>
|
|
|
|
|
|
|
|
|
2025-09-26 10:58:57 +08:00
|
|
|
<PropertyGroup Condition=" '$(TargetFramework)' == 'net10.0' ">
|
|
|
|
<!--<enablepreviewfeatures>true</enablepreviewfeatures>
|
|
|
|
<features>$(features);runtime-async=on</features>
|
|
|
|
<langversion>preview</langversion>
|
|
|
|
<DOTNET_RuntimeAsync>1</DOTNET_RuntimeAsync>-->
|
|
|
|
</PropertyGroup>
|
|
|
|
|
2024-04-18 10:18:09 +08:00
|
|
|
</Project>
|