Skip to content

Commit add48cf

Browse files
committed
Moved DataNode to its own folder
Let's introduce some new node types.
1 parent ddf4886 commit add48cf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

External/Plugins/FlashDebugger/FlashDebugger.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
<Reference Include="System.XML" />
9898
</ItemGroup>
9999
<ItemGroup>
100+
<Compile Include="Controls\DataTree\DataNode.cs" />
100101
<Compile Include="Controls\ThreadsUI.cs">
101102
<SubType>UserControl</SubType>
102103
</Compile>
@@ -117,7 +118,6 @@
117118
<Compile Include="Controls\BreakPointUI.cs">
118119
<SubType>UserControl</SubType>
119120
</Compile>
120-
<Compile Include="Controls\DataNode.cs" />
121121
<Compile Include="Controls\DataTipForm.cs">
122122
<SubType>Form</SubType>
123123
</Compile>
@@ -239,6 +239,7 @@
239239
<Install>true</Install>
240240
</BootstrapperPackage>
241241
</ItemGroup>
242+
<ItemGroup />
242243
<PropertyGroup>
243244
<PreBuildEvent>
244245
</PreBuildEvent>

0 commit comments

Comments
 (0)