Files
Syrette/DISandbox/DISandbox.csproj
Samuele Lorefice df9ad345ea Initial files
2025-09-21 06:58:10 +02:00

15 lines
359 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\QuickDI\QuickDI.csproj" />
</ItemGroup>
</Project>