Files
ComfySharp/TestBed/TestBed.csproj
Samuele Lorefice f400b78edf Initial commit
2023-11-09 05:04:51 +01:00

16 lines
420 B
XML

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