mirror of
https://github.com/fadden/6502bench.git
synced 2025-07-30 15:25:05 +00:00
Groundwork for visualization sets
Placeholder data structure plus menu command, undoable change, etc.
This commit is contained in:
@@ -96,6 +96,7 @@
|
||||
<DependentUpon>ShowText.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="LocalVariableTable.cs" />
|
||||
<Compile Include="VisualizationSet.cs" />
|
||||
<Compile Include="WpfGui\AboutBox.xaml.cs">
|
||||
<DependentUpon>AboutBox.xaml</DependentUpon>
|
||||
</Compile>
|
||||
@@ -132,6 +133,9 @@
|
||||
<Compile Include="WpfGui\EditProjectProperties.xaml.cs">
|
||||
<DependentUpon>EditProjectProperties.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WpfGui\EditVisualizationSet.xaml.cs">
|
||||
<DependentUpon>EditVisualizationSet.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WpfGui\Export.xaml.cs">
|
||||
<DependentUpon>Export.xaml</DependentUpon>
|
||||
</Compile>
|
||||
@@ -310,6 +314,10 @@
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="WpfGui\EditVisualizationSet.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
</Page>
|
||||
<Page Include="WpfGui\Export.xaml">
|
||||
<SubType>Designer</SubType>
|
||||
<Generator>MSBuild:Compile</Generator>
|
||||
|
Reference in New Issue
Block a user