代码拉取完成,页面将自动刷新
同步操作将从 杏山千纱/Sudoku 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<Project>
<!--
BASIC CONFIGURATION
-->
<!--Basic information-->
<PropertyGroup>
<!--Project configuration-->
<Authors>Sunnie</Authors>
<Copyright>Copyright (c) Sunnie 2019-2024</Copyright>
<Version>3.2.3</Version>
<!--Syntax configuration-->
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>preview</LangVersion>
<Nullable>enable</Nullable>
<!--Compilation Features-->
<Features>strict</Features>
<CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
<AnalysisLevel>latest</AnalysisLevel>
<WarningsAsErrors>nullable</WarningsAsErrors>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
</PropertyGroup>
<!--Enables the preview features if the project is not the source generators.-->
<PropertyGroup Condition="'$(MSBuildProjectFile.EndsWith(`SourceGeneration.csproj`))'=='false' And '$(LangVersion)'=='preview'">
<Feature>InterceptorsPreview</Feature>
</PropertyGroup>
<!--Select the default configuration as 'DEBUG', and set the compilation symbols.-->
<Choose>
<When Condition="'$(Configuration)'==''">
<PropertyGroup>
<Configuration>Debug</Configuration>
<DefineConstants>DEBUG</DefineConstants>
</PropertyGroup>
</When>
<When Condition="'$(Configuration)'=='Debug'">
<PropertyGroup>
<DefineConstants>DEBUG</DefineConstants>
</PropertyGroup>
</When>
</Choose>
<!--
GLOBAL TYPE ALIASES
-->
<ItemGroup Condition="'$(TargetFramework)'!='netstandard2.0'">
<Using Include="System.Int32" Alias="Candidate" />
<Using Include="System.Int32" Alias="Cell" />
<Using Include="System.Int32" Alias="Digit" />
<Using Include="System.Int32" Alias="House" />
<Using Include="System.Int32" Alias="HouseMask" />
<Using Include="System.Int32" Alias="ConjugateMask" />
<Using Include="System.Int32" Alias="BlockIndex" />
<Using Include="System.Int32" Alias="RowIndex" />
<Using Include="System.Int32" Alias="ColumnIndex" />
<Using Include="System.Int16" Alias="Mask" />
<Using Include="System.Half" Alias="@half" />
<Using Include="System.Int128" Alias="@llong" />
<Using Include="System.UInt128" Alias="@ullong" />
</ItemGroup>
<!--
SOURCE GENEARTOR PROJECTS CONFIGURATION
-->
<!--Set the root namespaces for source generator projects.-->
<PropertyGroup Condition="'$(MSBuildProjectFile.TrimEnd(`.csproj`).EndsWith(`SourceGeneration`))'=='true'">
<RootNamespace>Sudoku.SourceGeneration</RootNamespace>
</PropertyGroup>
<!--Import 'Sudoku.SourceGeneration' project into the non-source generator projects.-->
<ItemGroup Condition="'$(MSBuildProjectFile.EndsWith(`SourceGeneration.csproj`))'=='false' Or '$(MSBuildProjectFile.Contains(`SudokuStudio.csproj`))'=='true'">
<ProjectReference Include="..\Sudoku.SourceGeneration\Sudoku.SourceGeneration.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
</ItemGroup>
</Project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。