File tree Expand file tree Collapse file tree 9 files changed +11
-12
lines changed Expand file tree Collapse file tree 9 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 3
3
using System . Linq ;
4
4
using System . Text . RegularExpressions ;
5
5
using System . Windows ;
6
- using HUDMerger . Extensions ;
7
- using HUDMerger . Models ;
8
- using HUDMerger . ViewModels ;
6
+ using HUDMerger . Core . Extensions ;
7
+ using HUDMerger . Core . Models ;
8
+ using HUDMerger . Core . ViewModels ;
9
9
using Microsoft . Win32 ;
10
10
using VDF ;
11
11
using VDF . Models ;
Original file line number Diff line number Diff line change 13
13
<PackageReference Include =" Microsoft.Toolkit.Mvvm" Version =" 7.1.2" />
14
14
</ItemGroup >
15
15
<ItemGroup >
16
+ <ProjectReference Include =" ..\HUDMerger.Core\HUDMerger.Core.csproj" />
16
17
<ProjectReference Include =" ..\VDF\VDF.csproj" />
17
- </ItemGroup >
18
- <ItemGroup >
19
18
<ProjectReference Include =" ..\HUDAnimations\HUDAnimations.csproj" />
20
19
</ItemGroup >
21
20
<ItemGroup >
Original file line number Diff line number Diff line change 4
4
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
5
5
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
6
6
xmlns : local =" clr-namespace:HUDMerger.Views"
7
- xmlns : viewmodels =" clr-namespace:HUDMerger.ViewModels"
7
+ xmlns : viewmodels =" clr-namespace:HUDMerger.Core. ViewModels"
8
8
mc : Ignorable =" d"
9
9
d : DesignHeight =" 450" d : DesignWidth =" 800" d : DataContext =" {d:DesignInstance Type={x:Type viewmodels:AboutWindowViewModel}}" >
10
10
<Grid >
Original file line number Diff line number Diff line change 4
4
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
5
5
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
6
6
xmlns : local =" clr-namespace:HUDMerger.Views"
7
- xmlns : viewmodels =" clr-namespace:HUDMerger.ViewModels"
7
+ xmlns : viewmodels =" clr-namespace:HUDMerger.Core. ViewModels"
8
8
mc : Ignorable =" d"
9
9
d : DesignHeight =" 74" d : DesignWidth =" 377" d : DataContext =" {d:DesignInstance Type={x:Type viewmodels:HUDInfoViewModel}}" >
10
10
<Grid >
Original file line number Diff line number Diff line change 4
4
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
5
5
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
6
6
xmlns : local =" clr-namespace:HUDMerger.Views"
7
- xmlns : viewmodels =" clr-namespace:HUDMerger.ViewModels"
7
+ xmlns : viewmodels =" clr-namespace:HUDMerger.Core. ViewModels"
8
8
xmlns : converters =" clr-namespace:HUDMerger.Converters"
9
9
mc : Ignorable =" d"
10
10
d : DesignHeight =" 31" d : DesignWidth =" 355" d : DataContext =" {d:DesignInstance Type={x:Type viewmodels:HUDPanelViewModel}}" >
Original file line number Diff line number Diff line change 4
4
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
5
5
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
6
6
xmlns : local =" clr-namespace:HUDMerger.Views"
7
- xmlns : viewmodels =" clr-namespace:HUDMerger.ViewModels"
7
+ xmlns : viewmodels =" clr-namespace:HUDMerger.Core. ViewModels"
8
8
mc : Ignorable =" d"
9
9
d : DesignHeight =" 450" d : DesignWidth =" 800" d : DataContext =" {d:DesignInstance Type={x:Type viewmodels:MainWindowViewModel}}" >
10
10
<Grid >
Original file line number Diff line number Diff line change 4
4
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
5
5
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
6
6
xmlns : local =" clr-namespace:HUDMerger.Views"
7
- xmlns : viewmodels =" clr-namespace:HUDMerger.ViewModels"
7
+ xmlns : viewmodels =" clr-namespace:HUDMerger.Core. ViewModels"
8
8
mc : Ignorable =" d"
9
9
d : DesignHeight =" 450" d : DesignWidth =" 800" d : DataContext =" {d:DesignInstance Type={x:Type viewmodels:SettingsWindowViewModel}}" >
10
10
<Grid >
Original file line number Diff line number Diff line change 4
4
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
5
5
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
6
6
xmlns : local =" clr-namespace:HUDMerger.Views"
7
- xmlns : viewmodels =" clr-namespace:HUDMerger.ViewModels"
7
+ xmlns : viewmodels =" clr-namespace:HUDMerger.Core. ViewModels"
8
8
xmlns : converters =" clr-namespace:HUDMerger.Converters"
9
9
mc : Ignorable =" d"
10
10
d : DesignHeight =" 240" d : DesignWidth =" 377" d : DataContext =" {d:DesignInstance Type={x:Type viewmodels:SourceHUDPanelsListViewModel}}" >
Original file line number Diff line number Diff line change 4
4
xmlns : mc =" http://schemas.openxmlformats.org/markup-compatibility/2006"
5
5
xmlns : d =" http://schemas.microsoft.com/expression/blend/2008"
6
6
xmlns : local =" clr-namespace:HUDMerger.Views"
7
- xmlns : viewmodels =" clr-namespace:HUDMerger.ViewModels"
7
+ xmlns : viewmodels =" clr-namespace:HUDMerger.Core. ViewModels"
8
8
xmlns : converters =" clr-namespace:HUDMerger.Converters"
9
9
mc : Ignorable =" d"
10
10
d : DesignHeight =" 240" d : DesignWidth =" 377" d : DataContext =" {d:DesignInstance Type={x:Type viewmodels:TargetHUDPanelsListViewModel}}" >
You can’t perform that action at this time.
0 commit comments