Não pode escolher mais do que 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- <Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- </PropertyGroup>
-
- <ItemGroup>
- <Reference Include="Antlr3.Runtime">
- <HintPath>DLL\Antlr3.Runtime.dll</HintPath>
- </Reference>
- <Reference Include="Unvell.ReoScript">
- <HintPath>DLL\Unvell.ReoScript.dll</HintPath>
- </Reference>
- </ItemGroup>
-
- </Project>
|