/
yeremee
/
FormatConsole
Обзор
Документация
Войти
/
yeremee
/
FormatConsole
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
FormatConsoleTESTER/FormatConsoleTESTER.csproj
25 строк
641 B
Yεrεmεe
Репозиторий создан
01 мар 2026, 21:28
01 мар 2026, 21:28
706ce25
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>net8.0</TargetFramework> <StartupObject>ConsoleTester.Program</StartupObject> <LangVersion>preview</LangVersion> </PropertyGroup> <ItemGroup> <Compile Remove="Properties\**" /> <EmbeddedResource Remove="Properties\**" /> <None Remove="Properties\**" /> </ItemGroup> <ItemGroup> <Compile Remove="CmdLineParametersTESTER_old.cs" /> <Compile Remove="FormatConsoleTESTER_old.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\FormatConsole.csproj" /> </ItemGroup> </Project>