-
Notifications
You must be signed in to change notification settings - Fork 1
/
Tower Defense MC.csproj
24 lines (24 loc) · 1014 Bytes
/
Tower Defense MC.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<Project Sdk="Godot.NET.Sdk/3.3.0">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
<RootNamespace>TowerDefenseMC</RootNamespace>
<LangVersion>preview</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
<ItemGroup>
<Content Include="scenes\enemies\EnemyTemplate.tscn" />
<Content Include="scenes\levels\LevelTemplate.tscn" />
<Content Include="scenes\TileMap.tscn" />
<Content Include="scenes\TileSet.tscn" />
<Content Include="scenes\towers\PurpleTowerA.tscn" />
<Content Include="scenes\towers\PurpleTowerB.tscn" />
<Content Include="scenes\towers\PurpleTowerC.tscn" />
<Content Include="scenes\towers\RedTowerA.tscn" />
<Content Include="scenes\towers\RedTowerB.tscn" />
<Content Include="scenes\towers\RedTowerC.tscn" />
<Content Include="scenes\towers\RedTowerCrystal.tscn" />
<Content Include="scenes\towers\TowerTemplate.tscn" />
</ItemGroup>
</Project>