-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCustomizableTower.csproj
More file actions
27 lines (25 loc) · 1.04 KB
/
CustomizableTower.csproj
File metadata and controls
27 lines (25 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>CustomizableTower</RootNamespace>
<Configurations>Debug;Release</Configurations>
<Nullable>enable</Nullable>
<AssemblyName>CustomizableTower</AssemblyName>
<LangVersion>latest</LangVersion>
<Optimize>False</Optimize>
<DebugType>embedded</DebugType>
</PropertyGroup>
<Import Project="..\btd6.targets" />
<ItemGroup>
<None Remove="BottomPath\BUpgrade1-Icon.png" />
<None Remove="BottomPath\BUpgrade2-Icon.png" />
<None Remove="BottomPath\BUpgrade3-Icon.png" />
<None Remove="BottomPath\BUpgrade4-Icon.png" />
<None Remove="BottomPath\BUpgrade5-Icon.png" />
<None Remove="MiddlePath\MUpgrade1-Icon.png" />
<None Remove="MiddlePath\MUpgrade2-Icon.png" />
<None Remove="MiddlePath\MUpgrade3-Icon.png" />
<None Remove="MiddlePath\MUpgrade4-Icon.png" />
<None Remove="MiddlePath\MUpgrade5-Icon.png" />
</ItemGroup>
</Project>