<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Plugins\GameplayMessageRouter\Script\GameplayMessageRouter.Glue\GameplayMessageRouter.Glue.csproj" />
<ProjectReference Include="..\..\Plugins\UnrealSharpCommonUI\Script\UnrealSharpCommonUI.Glue\UnrealSharpCommonUI.Glue.csproj" />
<ProjectReference Include="..\Ember.Glue\Ember.Glue.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="TextCopy" Version="6.2.1" />
</ItemGroup>
<Import Project="..\..\Plugins\UnrealSharp\UnrealSharp.Shared.props" />
</Project>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Plugins\GameplayMessageRouter\Script\GameplayMessageRouter.Glue\GameplayMessageRouter.Glue.csproj" />
<ProjectReference Include="..\..\Plugins\UnrealSharpCommonUI\Script\UnrealSharpCommonUI.Glue\UnrealSharpCommonUI.Glue.csproj" />
<ProjectReference Include="..\Ember.Glue\Ember.Glue.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="TextCopy" Version="6.2.1" />
</ItemGroup>
<Import Project="..\..\Plugins\UnrealSharp\UnrealSharp.Shared.props" />
</Project>