Skip to content

Commit

Permalink
Merge pull request #24 from derneuere/feature/trigger-editor
Browse files Browse the repository at this point in the history
Add Trigger Editor
  • Loading branch information
burninrubber0 authored Apr 29, 2023
2 parents 9f11fdc + 85f17a9 commit 10afe29
Show file tree
Hide file tree
Showing 6 changed files with 1,139 additions and 498 deletions.
10 changes: 10 additions & 0 deletions BaseHandlers/BaseHandlers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Design" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml.Linq" />
Expand All @@ -55,6 +56,12 @@
<Compile Include="AptData.cs" />
<Compile Include="BasePlugin.cs" />
<Compile Include="FlaptFile.cs" />
<Compile Include="TriggerDataEditor.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="TriggerDataEditor.Designer.cs">
<DependentUpon>TriggerDataEditor.cs</DependentUpon>
</Compile>
<Compile Include="GraphicsSpec.cs" />
<Compile Include="IDList.cs" />
<Compile Include="InstanceList.cs" />
Expand Down Expand Up @@ -116,6 +123,9 @@
<EmbeddedResource Include="InstanceListEditor.resx">
<DependentUpon>InstanceListEditor.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="TriggerDataEditor.resx">
<DependentUpon>TriggerDataEditor.cs</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
Expand Down
Loading

0 comments on commit 10afe29

Please sign in to comment.