-
Notifications
You must be signed in to change notification settings - Fork 1
/
FracturalNodeVars.csproj
36 lines (36 loc) · 2.28 KB
/
FracturalNodeVars.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
25
26
27
28
29
30
31
32
33
34
35
36
<Project Sdk="Godot.NET.Sdk/3.3.0">
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
</PropertyGroup>
<!-- GODOT VERSION DEFINES (KEEP THIS COMMENT) -->
<PropertyGroup>
<DefineConstants>$(DefineConstants);GODOT_3_0_0_OR_NEWER</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3_0_1_OR_NEWER</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3_0_2_OR_NEWER</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3_0_3_OR_NEWER</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3_0_4_OR_NEWER</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3_0_5_OR_NEWER</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3_0_6_OR_NEWER</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3_1_0_OR_NEWER</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3_1_1_OR_NEWER</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3_1_2_OR_NEWER</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3_2_0_OR_NEWER</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3_2_1_OR_NEWER</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3_2_2_OR_NEWER</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3_2_3_OR_NEWER</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3_3_0_OR_NEWER</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3_3_1_OR_NEWER</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3_3_2_OR_NEWER</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3_3_3_OR_NEWER</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3_4_0_OR_NEWER</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3_4_1_OR_NEWER</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3_4_2_OR_NEWER</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3_4_3_OR_NEWER</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3_4_4_OR_NEWER</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3_4_5_OR_NEWER</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3_5_0_OR_NEWER</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3_5</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3</DefineConstants>
<DefineConstants>$(DefineConstants);GODOT_3_5_1</DefineConstants>
</PropertyGroup>
</Project>