51 lines
3.2 KiB
XML
51 lines
3.2 KiB
XML
<Project Sdk="Godot.NET.Sdk/4.7.0">
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net9.0</TargetFramework>
|
|
<EnableDynamicLoading>true</EnableDynamicLoading>
|
|
<RootNamespace>GodotHostTest</RootNamespace>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="JetBrains.Annotations" Version="2026.2.0"/>
|
|
<PackageReference Include="Microsoft.Extensions.Diagnostics" Version="10.0.0"/>
|
|
<PackageReference Include="OpenTelemetry" Version="1.17.0"/>
|
|
<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.17.0"/>
|
|
<PackageReference Include="R3" Version="1.3.1"/>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="OwofGames.GodotHost">
|
|
<HintPath>..\OwofGames.Godot\OwofGames.GodotHost\bin\Debug\net8.0\OwofGames.GodotHost.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="OwofGames.GodotHost.Abstractions">
|
|
<HintPath>..\OwofGames.Godot\OwofGames.GodotHost.Abstractions\bin\Debug\net8.0\OwofGames.GodotHost.Abstractions.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="OwofGames.GodotHost.Observability">
|
|
<HintPath>..\OwofGames.Godot\OwofGames.GodotHost.Observability\bin\Debug\net8.0\OwofGames.GodotHost.Observability.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="OwofGames.GodotLogger">
|
|
<HintPath>..\OwofGames.Godot\OwofGames.GodotHost\bin\Debug\net8.0\OwofGames.GodotLogger.dll</HintPath>
|
|
</Reference>
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.CommandLine" Version="10.0.0"/>
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.EnvironmentVariables" Version="10.0.0"/>
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.FileExtensions" Version="10.0.0"/>
|
|
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="10.0.0"/>
|
|
<PackageReference Include="Microsoft.Extensions.FileProviders.Composite" Version="10.0.0"/>
|
|
<PackageReference Include="Microsoft.Extensions.FileProviders.Physical" Version="10.0.0"/>
|
|
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.0"/>
|
|
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="10.0.0"/>
|
|
<Reference Include="OwofGames.GodotLume">
|
|
<HintPath>..\OwofGames.Godot\OwofGames.GodotLume\bin\Debug\net8.0\OwofGames.GodotLume.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="OwofGames.GodotLume.Microsoft.DependencyInjection">
|
|
<HintPath>..\OwofGames.Godot\OwofGames.GodotLume.Microsoft.DependencyInjection\bin\Debug\net8.0\OwofGames.GodotLume.Microsoft.DependencyInjection.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="addons\AetherBind\README.md"/>
|
|
<Content Include="appsettings.json"/>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Analyzer Include="..\OwofGames.Godot\OwofGames.AetherBind.SourceGenerators\bin\Debug\netstandard2.0\OwofGames.AetherBind.SourceGenerators.dll"/>
|
|
</ItemGroup>
|
|
</Project> |