|
80 | 80 | <Compile Include="App.xaml.cs">
|
81 | 81 | <DependentUpon>App.xaml</DependentUpon>
|
82 | 82 | </Compile>
|
83 |
| - <Compile Include="Controls\WhatsNewDialog.xaml.cs"> |
| 83 | + <Compile Include="Views\Dialogs\WhatsNewDialog.xaml.cs"> |
84 | 84 | <DependentUpon>WhatsNewDialog.xaml</DependentUpon>
|
85 | 85 | </Compile>
|
86 | 86 | <Compile Include="Enums\FileFormat.cs" />
|
|
110 | 110 | <Compile Include="Services\SearchAndReplacePlainColorService.cs" />
|
111 | 111 | <Compile Include="Services\SearchAndReplaceRandomService.cs" />
|
112 | 112 | <Compile Include="Services\SearchAndReplaceService.cs" />
|
113 |
| - <Compile Include="Controls\SettingsDialog.xaml.cs"> |
| 113 | + <Compile Include="Views\Dialogs\SettingsDialog.xaml.cs"> |
114 | 114 | <DependentUpon>SettingsDialog.xaml</DependentUpon>
|
115 | 115 | </Compile>
|
116 | 116 | <Compile Include="ViewModels\MainViewModel.cs" />
|
|
183 | 183 | <Generator>MSBuild:Compile</Generator>
|
184 | 184 | <SubType>Designer</SubType>
|
185 | 185 | </ApplicationDefinition>
|
186 |
| - <Page Include="Controls\WhatsNewDialog.xaml"> |
| 186 | + <Page Include="Views\Dialogs\WhatsNewDialog.xaml"> |
187 | 187 | <SubType>Designer</SubType>
|
188 | 188 | <Generator>MSBuild:Compile</Generator>
|
189 | 189 | </Page>
|
190 | 190 | <Page Include="Views\MainPage.xaml">
|
191 | 191 | <SubType>Designer</SubType>
|
192 | 192 | <Generator>MSBuild:Compile</Generator>
|
193 | 193 | </Page>
|
194 |
| - <Page Include="Controls\SettingsDialog.xaml"> |
| 194 | + <Page Include="Views\Dialogs\SettingsDialog.xaml"> |
195 | 195 | <SubType>Designer</SubType>
|
196 | 196 | <Generator>MSBuild:Compile</Generator>
|
197 | 197 | </Page>
|
|
0 commit comments