X10D/tools/SourceValidator/SourceValidator.csproj

13 lines
270 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2023-11-14 16:49:53 +00:00
<TargetFramework>net8.0</TargetFramework>
<OutputType>Exe</OutputType>
</PropertyGroup>
<ItemGroup>
2023-04-05 10:21:58 +00:00
<ProjectReference Include="..\..\X10D\X10D.csproj"/>
</ItemGroup>
</Project>