Add project structure: directories, Main scene, and README
This commit is contained in:
@@ -1,13 +1,11 @@
|
||||
<Project Sdk="Godot.NET.Sdk/4.5.1">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net8.0</TargetFramework>
|
||||
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'ios' ">net8.0</TargetFramework>
|
||||
<EnableDynamicLoading>true</EnableDynamicLoading>
|
||||
<RootNamespace>Voider</RootNamespace>
|
||||
<AssemblyName>Voider</AssemblyName>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\..\libraries\utilities\Utilities.csproj" />
|
||||
<ProjectReference Include="..\..\libraries\input\Input.csproj" />
|
||||
|
||||
Reference in New Issue
Block a user