Skip to content

Commit

Permalink
IDE cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny committed Jun 5, 2019
1 parent b7a3831 commit 8a31bf3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 21 deletions.
5 changes: 0 additions & 5 deletions ILSpy.BamlDecompiler.Tests/ILSpy.BamlDecompiler.Tests.csproj
Expand Up @@ -45,24 +45,19 @@
<Compile Include="BamlTestRunner.cs" /> <Compile Include="BamlTestRunner.cs" />
<Compile Include="Cases\AttachedEvent.xaml.cs"> <Compile Include="Cases\AttachedEvent.xaml.cs">
<DependentUpon>AttachedEvent.xaml</DependentUpon> <DependentUpon>AttachedEvent.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Cases\CustomControl.cs" /> <Compile Include="Cases\CustomControl.cs" />
<Compile Include="Cases\MyControl.xaml.cs"> <Compile Include="Cases\MyControl.xaml.cs">
<DependentUpon>MyControl.xaml</DependentUpon> <DependentUpon>MyControl.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Cases\Resources.xaml.cs"> <Compile Include="Cases\Resources.xaml.cs">
<DependentUpon>Resources.xaml</DependentUpon> <DependentUpon>Resources.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Cases\Simple.xaml.cs"> <Compile Include="Cases\Simple.xaml.cs">
<DependentUpon>Simple.xaml</DependentUpon> <DependentUpon>Simple.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Cases\SimpleNames.xaml.cs"> <Compile Include="Cases\SimpleNames.xaml.cs">
<DependentUpon>SimpleNames.xaml</DependentUpon> <DependentUpon>SimpleNames.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Mocks\AvalonDock.cs" /> <Compile Include="Mocks\AvalonDock.cs" />
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
Expand Down
12 changes: 1 addition & 11 deletions ILSpy/ILSpy.csproj
Expand Up @@ -81,17 +81,14 @@
<Compile Include="Analyzers\Builtin\TypeInstantiatedByAnalyzer.cs" /> <Compile Include="Analyzers\Builtin\TypeInstantiatedByAnalyzer.cs" />
<Compile Include="Analyzers\Builtin\TypeUsedByAnalyzer.cs" /> <Compile Include="Analyzers\Builtin\TypeUsedByAnalyzer.cs" />
<Compile Include="Analyzers\IAnalyzer.cs" /> <Compile Include="Analyzers\IAnalyzer.cs" />
<Compile Include="Analyzers\AnalyzerTreeView.cs"> <Compile Include="Analyzers\AnalyzerTreeView.cs" />
<SubType>Code</SubType>
</Compile>
<Compile Include="Analyzers\TreeNodes\AnalyzedAccessorTreeNode.cs" /> <Compile Include="Analyzers\TreeNodes\AnalyzedAccessorTreeNode.cs" />
<Compile Include="Analyzers\TreeNodes\AnalyzedEventTreeNode.cs" /> <Compile Include="Analyzers\TreeNodes\AnalyzedEventTreeNode.cs" />
<Compile Include="Analyzers\TreeNodes\AnalyzedMethodTreeNode.cs" /> <Compile Include="Analyzers\TreeNodes\AnalyzedMethodTreeNode.cs" />
<Compile Include="Analyzers\TreeNodes\AnalyzedPropertyTreeNode.cs" /> <Compile Include="Analyzers\TreeNodes\AnalyzedPropertyTreeNode.cs" />
<Compile Include="Analyzers\TreeNodes\AnalyzedModuleTreeNode.cs" /> <Compile Include="Analyzers\TreeNodes\AnalyzedModuleTreeNode.cs" />
<Compile Include="Analyzers\TreeNodes\AnalyzedTypeTreeNode.cs" /> <Compile Include="Analyzers\TreeNodes\AnalyzedTypeTreeNode.cs" />
<Compile Include="App.xaml.cs"> <Compile Include="App.xaml.cs">
<SubType>Code</SubType>
<DependentUpon>App.xaml</DependentUpon> <DependentUpon>App.xaml</DependentUpon>
</Compile> </Compile>
<Compile Include="AssemblyList.cs" /> <Compile Include="AssemblyList.cs" />
Expand Down Expand Up @@ -176,39 +173,33 @@
<Compile Include="Commands\OpenCommand.cs" /> <Compile Include="Commands\OpenCommand.cs" />
<Compile Include="Commands\OpenFromGacCommand.cs" /> <Compile Include="Commands\OpenFromGacCommand.cs" />
<Compile Include="NugetPackageBrowserDialog.xaml.cs"> <Compile Include="NugetPackageBrowserDialog.xaml.cs">
<SubType>Code</SubType>
<DependentUpon>NugetPackageBrowserDialog.xaml</DependentUpon> <DependentUpon>NugetPackageBrowserDialog.xaml</DependentUpon>
</Compile> </Compile>
<Compile Include="OpenFromGacDialog.xaml.cs"> <Compile Include="OpenFromGacDialog.xaml.cs">
<DependentUpon>OpenFromGacDialog.xaml</DependentUpon> <DependentUpon>OpenFromGacDialog.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Controls\ResourceStringTable.xaml.cs"> <Compile Include="Controls\ResourceStringTable.xaml.cs">
<DependentUpon>ResourceStringTable.xaml</DependentUpon> <DependentUpon>ResourceStringTable.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="OpenListDialog.xaml.cs"> <Compile Include="OpenListDialog.xaml.cs">
<DependentUpon>OpenListDialog.xaml</DependentUpon> <DependentUpon>OpenListDialog.xaml</DependentUpon>
</Compile> </Compile>
<Compile Include="Options\DisplaySettings.cs" /> <Compile Include="Options\DisplaySettings.cs" />
<Compile Include="Options\DisplaySettingsPanel.xaml.cs"> <Compile Include="Options\DisplaySettingsPanel.xaml.cs">
<DependentUpon>DisplaySettingsPanel.xaml</DependentUpon> <DependentUpon>DisplaySettingsPanel.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Options\MiscSettings.cs" /> <Compile Include="Options\MiscSettings.cs" />
<Compile Include="Options\MiscSettingsPanel.xaml.cs"> <Compile Include="Options\MiscSettingsPanel.xaml.cs">
<DependentUpon>MiscSettingsPanel.xaml</DependentUpon> <DependentUpon>MiscSettingsPanel.xaml</DependentUpon>
</Compile> </Compile>
<Compile Include="Options\OptionsDialog.xaml.cs"> <Compile Include="Options\OptionsDialog.xaml.cs">
<DependentUpon>OptionsDialog.xaml</DependentUpon> <DependentUpon>OptionsDialog.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Commands\RefreshCommand.cs" /> <Compile Include="Commands\RefreshCommand.cs" />
<Compile Include="Commands\SaveCommand.cs" /> <Compile Include="Commands\SaveCommand.cs" />
<Compile Include="Search\SearchPane.cs"> <Compile Include="Search\SearchPane.cs">
<DependentUpon>SearchPane.xaml</DependentUpon> <DependentUpon>SearchPane.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="Commands\SimpleCommand.cs" /> <Compile Include="Commands\SimpleCommand.cs" />
<Compile Include="Search\AbstractSearchStrategy.cs" /> <Compile Include="Search\AbstractSearchStrategy.cs" />
Expand Down Expand Up @@ -281,7 +272,6 @@
<None Include="Properties\launchSettings.json" /> <None Include="Properties\launchSettings.json" />
<Compile Include="Properties\WPFAssemblyInfo.cs" /> <Compile Include="Properties\WPFAssemblyInfo.cs" />
<Compile Include="MainWindow.xaml.cs"> <Compile Include="MainWindow.xaml.cs">
<SubType>Code</SubType>
<DependentUpon>MainWindow.xaml</DependentUpon> <DependentUpon>MainWindow.xaml</DependentUpon>
</Compile> </Compile>
<Compile Include="SessionSettings.cs" /> <Compile Include="SessionSettings.cs" />
Expand Down
6 changes: 2 additions & 4 deletions SharpTreeView/ICSharpCode.TreeView.csproj
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project Sdk="MSBuild.Sdk.Extras"> <Project Sdk="MSBuild.Sdk.Extras">


<PropertyGroup> <PropertyGroup>
Expand Down Expand Up @@ -48,9 +48,7 @@
<Compile Include="GeneralAdorner.cs" /> <Compile Include="GeneralAdorner.cs" />
<Compile Include="InsertMarker.cs" /> <Compile Include="InsertMarker.cs" />
<Compile Include="LinesRenderer.cs" /> <Compile Include="LinesRenderer.cs" />
<Compile Include="Properties\AssemblyInfo.cs"> <Compile Include="Properties\AssemblyInfo.cs" />
<SubType>Code</SubType>
</Compile>
<Compile Include="Properties\GlobalAssemblyInfo.cs" /> <Compile Include="Properties\GlobalAssemblyInfo.cs" />
<Compile Include="FlatListTreeNode.cs" /> <Compile Include="FlatListTreeNode.cs" />
<Compile Include="SharpGridView.cs" /> <Compile Include="SharpGridView.cs" />
Expand Down
1 change: 0 additions & 1 deletion TestPlugin/TestPlugin.csproj
Expand Up @@ -44,7 +44,6 @@
<Compile Include="CustomLanguage.cs" /> <Compile Include="CustomLanguage.cs" />
<Compile Include="CustomOptionPage.xaml.cs"> <Compile Include="CustomOptionPage.xaml.cs">
<DependentUpon>CustomOptionPage.xaml</DependentUpon> <DependentUpon>CustomOptionPage.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile> </Compile>
<Compile Include="MainMenuCommand.cs" /> <Compile Include="MainMenuCommand.cs" />
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\AssemblyInfo.cs" />
Expand Down

0 comments on commit 8a31bf3

Please sign in to comment.