godot-demo-projects/mono/2.5d/2.5D Demo with C#.csproj

31 lines
1.4 KiB
XML
Raw Normal View History

2020-09-29 21:25:01 +02:00
<Project Sdk="Godot.NET.Sdk/3.2.3">
<PropertyGroup>
<ProjectGuid>{5CA791DB-5050-44D0-989B-41D559AB1D50}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Empty.DMono</RootNamespace>
<AssemblyName>2.5D Demo with C#</AssemblyName>
<GodotProjectGeneratorVersion>1.0.0.0</GodotProjectGeneratorVersion>
2020-09-29 21:25:01 +02:00
<TargetFramework>net472</TargetFramework>
<!--The following properties were overriden during migration to prevent errors.
Enabling them may require other manual changes to the project and its files.-->
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Deterministic>false</Deterministic>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
</ItemGroup>
<ItemGroup>
<Compile Include="addons\node25d-cs\Basis25D.cs" />
<Compile Include="addons\node25d-cs\main_screen\Gizmo25D.cs" />
<Compile Include="addons\node25d-cs\Node25D.cs" />
<Compile Include="addons\node25d-cs\ShadowMath25D.cs" />
<Compile Include="addons\node25d-cs\Transform25D.cs" />
<Compile Include="addons\node25d-cs\YSort25D.cs" />
<Compile Include="assets\cube\CubeMath.cs" />
<Compile Include="assets\player\PlayerMath25D.cs" />
<Compile Include="assets\player\PlayerSprite.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
2020-09-29 21:25:01 +02:00
<ItemGroup />
</Project>