|
|
|
@ -102,7 +102,6 @@
@@ -102,7 +102,6 @@
|
|
|
|
|
<Compile Include="ConnectMethodDecompiler.cs" /> |
|
|
|
|
<Compile Include="Controls\DockedPane.cs" /> |
|
|
|
|
<Compile Include="Commands\DecompileAllCommand.cs" /> |
|
|
|
|
<Compile Include="DisplaySettings.cs" /> |
|
|
|
|
<Compile Include="Commands\ExportCommandAttribute.cs" /> |
|
|
|
|
<Compile Include="Commands\DebuggerCommands.cs" /> |
|
|
|
|
<Compile Include="Controls\SearchBox.cs" /> |
|
|
|
@ -144,6 +143,11 @@
@@ -144,6 +143,11 @@
|
|
|
|
|
<DependentUpon>DecompilerSettingsPanel.xaml</DependentUpon> |
|
|
|
|
<SubType>Code</SubType> |
|
|
|
|
</Compile> |
|
|
|
|
<Compile Include="Options\DisplaySettings.cs" /> |
|
|
|
|
<Compile Include="Options\DisplaySettingsPanel.xaml.cs"> |
|
|
|
|
<DependentUpon>DisplaySettingsPanel.xaml</DependentUpon> |
|
|
|
|
<SubType>Code</SubType> |
|
|
|
|
</Compile> |
|
|
|
|
<Compile Include="Options\OptionsDialog.xaml.cs"> |
|
|
|
|
<DependentUpon>OptionsDialog.xaml</DependentUpon> |
|
|
|
|
<SubType>Code</SubType> |
|
|
|
@ -154,10 +158,6 @@
@@ -154,10 +158,6 @@
|
|
|
|
|
<Compile Include="SearchPane.cs"> |
|
|
|
|
<SubType>Code</SubType> |
|
|
|
|
</Compile> |
|
|
|
|
<Compile Include="DisplaySettingsPanel.xaml.cs"> |
|
|
|
|
<DependentUpon>DisplaySettingsPanel.xaml</DependentUpon> |
|
|
|
|
<SubType>Code</SubType> |
|
|
|
|
</Compile> |
|
|
|
|
<Compile Include="Commands\SimpleCommand.cs" /> |
|
|
|
|
<Compile Include="Commands\ShowAnalyzerCommand.cs" /> |
|
|
|
|
<Compile Include="TreeNodes\Analyzer\AnalyzeContextMenuEntry.cs" /> |
|
|
|
@ -260,11 +260,11 @@
@@ -260,11 +260,11 @@
|
|
|
|
|
<Page Include="OpenFromGacDialog.xaml" /> |
|
|
|
|
<Page Include="Options\DebuggerSettingsPanel.xaml" /> |
|
|
|
|
<Page Include="Options\DecompilerSettingsPanel.xaml" /> |
|
|
|
|
<Page Include="Options\DisplaySettingsPanel.xaml" /> |
|
|
|
|
<Page Include="Options\OptionsDialog.xaml" /> |
|
|
|
|
<Page Include="SearchPane.xaml"> |
|
|
|
|
<DependentUpon>SearchPane.cs</DependentUpon> |
|
|
|
|
</Page> |
|
|
|
|
<Page Include="DisplaySettingsPanel.xaml" /> |
|
|
|
|
<Page Include="TextView\DecompilerTextView.xaml"> |
|
|
|
|
<DependentUpon>DecompilerTextView.cs</DependentUpon> |
|
|
|
|
</Page> |
|
|
|
|