Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- <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>
|