ConsoleApp1.csproj 346 B

1234567891011121314
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <ItemGroup>
  3. <ProjectReference Include="..\..\src\Lua\Lua.csproj" />
  4. </ItemGroup>
  5. <PropertyGroup>
  6. <OutputType>Exe</OutputType>
  7. <TargetFramework>net8.0</TargetFramework>
  8. <ImplicitUsings>enable</ImplicitUsings>
  9. <Nullable>enable</Nullable>
  10. </PropertyGroup>
  11. </Project>