Skip to content

Commit

Permalink
move BinaryChunkExportForm to Dialogs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbradsmith committed Oct 13, 2024
1 parent bd88b5f commit bf7deb2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Binxelview.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,18 @@
<Compile Include="BinxelviewForm.Designer.cs">
<DependentUpon>BinxelviewForm.cs</DependentUpon>
</Compile>
<Compile Include="BinaryChunkExportForm.cs">
<Compile Include="Dialogs\BinaryChunkExportForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="BinaryChunkExportForm.Designer.cs">
<Compile Include="Dialogs\BinaryChunkExportForm.Designer.cs">
<DependentUpon>BinaryChunkExportForm.cs</DependentUpon>
</Compile>
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="BinxelviewForm.resx">
<DependentUpon>BinxelviewForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="BinaryChunkExportForm.resx">
<EmbeddedResource Include="Dialogs\BinaryChunkExportForm.resx">
<DependentUpon>BinaryChunkExportForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit bf7deb2

Please sign in to comment.