Files
godot-host-test/godot-host-test.csproj
T
2026-08-02 18:28:08 +02:00

58 lines
3.8 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="OpenTelemetry.Instrumentation.Process" Version="1.17.0-rc.1"/>
<PackageReference Include="OpenTelemetry.Instrumentation.Runtime" Version="1.17.0"/>
<PackageReference Include="OpenTelemetry.Resources.Host" Version="1.17.0-beta.1"/>
<PackageReference Include="OpenTelemetry.Resources.OperatingSystem" Version="1.17.0-beta.1"/>
<PackageReference Include="OpenTelemetry.Resources.Process" Version="1.17.0-rc.1"/>
<PackageReference Include="OpenTelemetry.Resources.ProcessRuntime" Version="1.17.0-beta.1"/>
<PackageReference Include="R3" Version="1.3.1"/>
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="10.0.10"/>
</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>