/
aprogrammer
/
dotnet-docs
Обзор
Документация
Войти
/
aprogrammer
/
dotnet-docs
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/csharp/fundamentals/coding-style/snippets/coding-conventions/coding-conventions.csproj
13 строк
495 B
Tom Dykstra
Update snippets for NRT (#28615)
11 мар 2022, 00:02
Не верифицирован
11 мар 2022, 00:02
aff1571
Код
Авторство
О чём код?
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>WinExe</OutputType> <TargetFramework>net6.0-windows</TargetFramework> <Nullable>enable</Nullable> <ImplicitUsings>enable</ImplicitUsings> <StartupObject>Coding_Conventions_Examples.Program</StartupObject> <RootNamespace>Coding_Conventions_Examples</RootNamespace> <AssemblyName>Coding Conventions Examples</AssemblyName> <UseWindowsForms>true</UseWindowsForms> </PropertyGroup> </Project>