Files
RemSox/RemSox.Viewer/RemSox.Viewer.csproj

13 lines
341 B
XML

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