renamed project to more sensible name

This commit is contained in:
grimsace
2026-06-08 15:18:19 -05:00
parent 86e54906b4
commit 99df32cb1f
11 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
<Window xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:vm="using:Finder2eFoundryConverterCS.ViewModels"
xmlns:vm="using:finder2e_foundry_converter.ViewModels"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d" d:DesignWidth="500" d:DesignHeight="600"
x:Class="Finder2eFoundryConverterCS.Views.MainWindow"
x:Class="finder2e_foundry_converter.Views.MainWindow"
x:DataType="vm:MainWindowViewModel"
Icon="/Assets/avalonia-logo.ico"
Title="Finder2e Foundry Converter"
+2 -2
View File
@@ -9,9 +9,9 @@ using Avalonia.Input.Platform;
using Avalonia.Interactivity;
using Avalonia.Platform.Storage;
using Avalonia.Media.Imaging;
using Finder2eFoundryConverterCS.ViewModels;
using finder2e_foundry_converter.ViewModels;
namespace Finder2eFoundryConverterCS.Views
namespace finder2e_foundry_converter.Views
{
public partial class MainWindow : Window
{