|
241 | 241 | <Compile Include="Base\TeamExplorerNavigationItemBase.cs" /> |
242 | 242 | <Compile Include="Base\TeamExplorerSectionBase.cs" /> |
243 | 243 | <Compile Include="Helpers\Browser.cs" /> |
244 | | - <Compile Include="Helpers\Colors.cs" /> |
245 | | - <Compile Include="Helpers\Constants.cs" /> |
| 244 | + <Compile Include="Settings\Colors.cs" /> |
| 245 | + <Compile Include="Settings\Constants.cs" /> |
246 | 246 | <Compile Include="Services\ConnectionManager.cs" /> |
247 | | - <Compile Include="Services\OptionsPage.cs"> |
| 247 | + <Compile Include="Settings\OptionsPage.cs"> |
248 | 248 | <SubType>Component</SubType> |
249 | 249 | </Compile> |
250 | 250 | <Compile Include="Services\Program.cs" /> |
251 | 251 | <Compile Include="Services\SharedResources.cs" /> |
252 | | - <Compile Include="Settings.cs" /> |
| 252 | + <Compile Include="Settings\Settings.cs" /> |
253 | 253 | <Compile Include="Base\PackageBase.cs" /> |
254 | 254 | <Compile Include="Resources.Designer.cs"> |
255 | 255 | <AutoGen>True</AutoGen> |
|
276 | 276 | <Compile Include="Base\EnsureLoggedInSection.cs" /> |
277 | 277 | <Compile Include="UI\DrawingExtensions.cs" /> |
278 | 278 | <Compile Include="UI\GitHubPane.cs" /> |
279 | | - <Compile Include="UI\Options\OptionsControl.xaml.cs"> |
| 279 | + <Compile Include="UI\Settings\OptionsControl.xaml.cs"> |
280 | 280 | <DependentUpon>OptionsControl.xaml</DependentUpon> |
281 | 281 | </Compile> |
282 | 282 | <Compile Include="UI\Views\Controls\RepositoryCloneControl.xaml.cs"> |
|
416 | 416 | <Generator>MSBuild:Compile</Generator> |
417 | 417 | <SubType>Designer</SubType> |
418 | 418 | </Page> |
419 | | - <Page Include="UI\Options\OptionsControl.xaml"> |
| 419 | + <Page Include="UI\Settings\OptionsControl.xaml"> |
420 | 420 | <SubType>Designer</SubType> |
421 | 421 | <Generator>MSBuild:Compile</Generator> |
422 | 422 | <CustomToolNamespace>GitHub.VisualStudio.UI</CustomToolNamespace> |
|
0 commit comments