renamed project to more sensible name
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user