1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/SunnieShine-Sudoku

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
Directory.Build.props 2.4 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
SunnieShine Отправлено 27.01.2025 10:48 173dae1
<Project>
<!--
BASIC CONFIGURATION
-->
<!--Basic information-->
<PropertyGroup>
<!--Project configuration-->
<Authors>Kyouyama Kazusa</Authors>
<Copyright>Copyright (c) KyouyamaKazusa 2019-2025</Copyright>
<Version>3.4.1</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>
<NoWarn>NU1900;NU1902;NU1903</NoWarn>
<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>
<EnablePreviewFeatures>true</EnablePreviewFeatures>
</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" />
</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>
</Project>

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/SunnieShine-Sudoku.git
git@api.gitlife.ru:oschina-mirror/SunnieShine-Sudoku.git
oschina-mirror
SunnieShine-Sudoku
SunnieShine-Sudoku
main