1
0
mirror of https://github.com/BDDSM/YY.EventLogReaderAssistant.git synced 2025-06-30 22:14:05 +02:00
Files
YY.EventLogReaderAssistant/YY.EventLogReaderAssistantConsoleApp/YY.EventLogReaderAssistantConsoleApp.csproj

13 lines
302 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\YY.EventLogReaderAssistant\YY.EventLogReaderAssistant.csproj" />
</ItemGroup>
</Project>