We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddf4886 commit add48cfCopy full SHA for add48cf
External/Plugins/FlashDebugger/Controls/DataNode.cs renamed to External/Plugins/FlashDebugger/Controls/DataTree/DataNode.cs
External/Plugins/FlashDebugger/FlashDebugger.csproj
@@ -97,6 +97,7 @@
97
<Reference Include="System.XML" />
98
</ItemGroup>
99
<ItemGroup>
100
+ <Compile Include="Controls\DataTree\DataNode.cs" />
101
<Compile Include="Controls\ThreadsUI.cs">
102
<SubType>UserControl</SubType>
103
</Compile>
@@ -117,7 +118,6 @@
117
118
<Compile Include="Controls\BreakPointUI.cs">
119
120
- <Compile Include="Controls\DataNode.cs" />
121
<Compile Include="Controls\DataTipForm.cs">
122
<SubType>Form</SubType>
123
@@ -239,6 +239,7 @@
239
<Install>true</Install>
240
</BootstrapperPackage>
241
242
+ <ItemGroup />
243
<PropertyGroup>
244
<PreBuildEvent>
245
</PreBuildEvent>
0 commit comments