injectionforge/examples/cs/My/MyClass.csproj

11 lines
243 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Other\OtherClass.csproj" />
</ItemGroup>
</Project>