Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- <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>
|