2020-12-24 16:33:17 -06:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-04-22 16:03:09 -05:00
|
|
|
<ProjectReference Include="..\GameServiceWarden.ModuleFramework\GameServiceWarden.ModuleFramework.csproj" />
|
2021-04-21 02:00:50 -05:00
|
|
|
<ProjectReference Include="..\GameServiceWarden.InteractionAPI\GameServiceWarden.InteractionAPI.csproj" />
|
2021-04-22 20:39:22 -05:00
|
|
|
<ProjectReference Include="..\..\SimpleLogger\SimpleLogger.csproj" />
|
2020-12-24 16:33:17 -06:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2022-12-01 17:51:54 +00:00
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
2020-12-24 16:33:17 -06:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
</Project>
|