Refactor SelectedUnitPanel to enable unit info display and button functionality; add Godot project files for integration
This commit is contained in:
14
godot_game/Civilization.GodotIntegration.csproj
Normal file
14
godot_game/Civilization.GodotIntegration.csproj
Normal file
@@ -0,0 +1,14 @@
|
||||
<Project Sdk="Godot.NET.Sdk/4.4.1">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<AssemblyName>Civilization.GodotIntegration</AssemblyName>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="../Lib/Civilization.Core/Civilization.Core.csproj" />
|
||||
<ProjectReference Include="../Lib/Civilization.Shared/Civilization.Shared.csproj" />
|
||||
</ItemGroup>
|
||||
</Project>
|
Reference in New Issue
Block a user