<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<AssemblyName>InputSimulator.Console</AssemblyName>
<RootNamespace>XFEExtension.NetCore.InputSimulator.ConsoleApp</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\XFEExtension.NetCore.InputSimulator\XFEExtension.NetCore.InputSimulator.csproj" />
</ItemGroup>
</Project>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<AssemblyName>InputSimulator.Console</AssemblyName>
<RootNamespace>XFEExtension.NetCore.InputSimulator.ConsoleApp</RootNamespace>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\XFEExtension.NetCore.InputSimulator\XFEExtension.NetCore.InputSimulator.csproj" />
</ItemGroup>
</Project>