You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
396 B
13 lines
396 B
<Project Sdk="Godot.NET.Sdk/3.3.0">
|
|
<PropertyGroup>
|
|
<TargetFramework>net472</TargetFramework>
|
|
<RootNamespace>vr</RootNamespace>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Content Include="Input\actions.json" />
|
|
<Content Include="Input\bindings_index_controller.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="System.Linq" Version="4.3.0" />
|
|
</ItemGroup>
|
|
</Project> |