|  | 
| 129 | 129 |  </ItemGroup> | 
| 130 | 130 |  <ItemGroup> | 
| 131 | 131 |  <Compile Include="Controls\PowerShellConsole.cs" /> | 
|  | 132 | + <Compile Include="IgnoreEqualAttribute.cs" /> | 
|  | 133 | + <Compile Include="Settings\ISetting.cs" /> | 
|  | 134 | + <Compile Include="SerializableBindableBase.cs" /> | 
|  | 135 | + <Compile Include="Settings\ExternalCommandCollection.cs" /> | 
|  | 136 | + <Compile Include="Settings\FileSettingCollection.cs" /> | 
|  | 137 | + <Compile Include="Settings\Setting.cs" /> | 
|  | 138 | + <Compile Include="Settings\SettingCollection.cs" /> | 
| 132 | 139 |  <Compile Include="Shell\PowerShellHost.cs" /> | 
| 133 | 140 |  <Compile Include="Shell\PowerShellInvocation.cs" /> | 
|  | 141 | + <Compile Include="ViewModels\SettingCollectionWindowViewModelBase.cs" /> | 
|  | 142 | + <Compile Include="ViewModels\SettingEditorWindowViewModelBase.cs" /> | 
|  | 143 | + <Compile Include="Views\DiffViewEvent\DiffViewEventArgs.cs" /> | 
| 134 | 144 |  <Compile Include="Views\ProgressWindow.xaml.cs"> | 
| 135 | 145 |  <DependentUpon>ProgressWindow.xaml</DependentUpon> | 
| 136 | 146 |  </Compile> | 
|  | 
| 145 | 155 |  <Compile Include="Commands\CommandType.cs" /> | 
| 146 | 156 |  <Compile Include="Commands\DiffCommand.cs" /> | 
| 147 | 157 |  <Compile Include="Commands\ICommand.cs" /> | 
| 148 |  | - <Compile Include="Settings\FileMatchType.cs" /> | 
| 149 | 158 |  <Compile Include="Settings\FileSetting.cs" /> | 
| 150 | 159 |  <Compile Include="ValueConverters\InverseBooleanConverter.cs" /> | 
| 151 | 160 |  <Compile Include="ValueConverters\PercentageConverter.cs" /> | 
| 152 | 161 |  <Compile Include="ViewModels\FileSettingEditorWindowViewModel.cs" /> | 
| 153 | 162 |  <Compile Include="ViewModels\FileSettingsWindowViewModel.cs" /> | 
| 154 |  | - <Compile Include="Views\EventDispathcer.cs" /> | 
| 155 |  | - <Compile Include="Views\EventHandler.cs" /> | 
|  | 163 | + <Compile Include="Views\DiffViewEvent\DiffViewEventDispatcher.cs" /> | 
|  | 164 | + <Compile Include="Views\DiffViewEvent\DiffViewEventHandler.cs" /> | 
| 156 | 165 |  <Compile Include="Exceptions\ExcelMergeException.cs" /> | 
| 157 |  | - <Compile Include="Views\EventListener.cs" /> | 
|  | 166 | + <Compile Include="Views\DiffViewEvent\DiffViewEventListener.cs" /> | 
| 158 | 167 |  <Compile Include="Models\DiffGridModel.cs" /> | 
| 159 |  | - <Compile Include="Models\DiffGridModelConfig.cs" /> | 
| 160 | 168 |  <Compile Include="Models\DiffType.cs" /> | 
| 161 | 169 |  <Compile Include="Settings\ApplicationSetting.cs" /> | 
| 162 | 170 |  <Compile Include="Settings\EMEnvironmentValue.cs" /> | 
|  | 
| 167 | 175 |  <Compile Include="ValueConverters\FileDialogParameter.cs" /> | 
| 168 | 176 |  <Compile Include="ValueConverters\MultiEmptyStringConverter.cs" /> | 
| 169 | 177 |  <Compile Include="ValueConverters\MultiValueConverter.cs" /> | 
| 170 |  | - <Compile Include="ViewModels\CommandEditorWindowViewModel.cs" /> | 
| 171 |  | - <Compile Include="ViewModels\CommandsWindowViewModel.cs" /> | 
|  | 178 | + <Compile Include="ViewModels\ExternalCommandEditorWindowViewModel.cs" /> | 
|  | 179 | + <Compile Include="ViewModels\ExternalCommandsWindowViewModel.cs" /> | 
| 172 | 180 |  <Compile Include="ViewModels\DiffViewModel.cs" /> | 
| 173 | 181 |  <Compile Include="ViewModels\DiffExtractionSettingWindowViewModel.cs" /> | 
| 174 | 182 |  <Compile Include="ViewModels\MainWindowViewModel.cs" /> | 
| 175 |  | - <Compile Include="Views\CommandEditorWindow.xaml.cs"> | 
| 176 |  | - <DependentUpon>CommandEditorWindow.xaml</DependentUpon> | 
|  | 183 | + <Compile Include="Views\ExternalCommandEditorWindow.xaml.cs"> | 
|  | 184 | + <DependentUpon>ExternalCommandEditorWindow.xaml</DependentUpon> | 
| 177 | 185 |  </Compile> | 
| 178 |  | - <Compile Include="Views\CommandsWindow.xaml.cs"> | 
| 179 |  | - <DependentUpon>CommandsWindow.xaml</DependentUpon> | 
|  | 186 | + <Compile Include="Views\ExternalCommandsWindow.xaml.cs"> | 
|  | 187 | + <DependentUpon>ExternalCommandsWindow.xaml</DependentUpon> | 
| 180 | 188 |  </Compile> | 
| 181 | 189 |  <Compile Include="Views\DiffView.xaml.cs"> | 
| 182 | 190 |  <DependentUpon>DiffView.xaml</DependentUpon> | 
|  | 
| 185 | 193 |  <Generator>MSBuild:Compile</Generator> | 
| 186 | 194 |  <SubType>Designer</SubType> | 
| 187 | 195 |  </Page> | 
| 188 |  | - <Page Include="Views\CommandEditorWindow.xaml"> | 
|  | 196 | + <Page Include="Views\ExternalCommandEditorWindow.xaml"> | 
| 189 | 197 |  <SubType>Designer</SubType> | 
| 190 | 198 |  <Generator>MSBuild:Compile</Generator> | 
| 191 | 199 |  </Page> | 
| 192 |  | - <Page Include="Views\CommandsWindow.xaml"> | 
|  | 200 | + <Page Include="Views\ExternalCommandsWindow.xaml"> | 
| 193 | 201 |  <SubType>Designer</SubType> | 
| 194 | 202 |  <Generator>MSBuild:Compile</Generator> | 
| 195 | 203 |  </Page> | 
|  | 
0 commit comments