diff --git a/Folder2YTD/App.xaml b/Folder2YTD/App.xaml index 7084fb2..5ca2c9e 100644 --- a/Folder2YTD/App.xaml +++ b/Folder2YTD/App.xaml @@ -6,7 +6,7 @@ - + diff --git a/Folder2YTD/App.xaml.cs b/Folder2YTD/App.xaml.cs index 0963176..2f08141 100644 --- a/Folder2YTD/App.xaml.cs +++ b/Folder2YTD/App.xaml.cs @@ -5,6 +5,7 @@ using System.Linq; using System.Threading.Tasks; using System.Windows; +using Application = System.Windows.Application; namespace Folder2YTD { diff --git a/Folder2YTD/Folder2YTD.csproj b/Folder2YTD/Folder2YTD.csproj index 6ae2a3e..7a7e81b 100644 --- a/Folder2YTD/Folder2YTD.csproj +++ b/Folder2YTD/Folder2YTD.csproj @@ -2,7 +2,7 @@ WinExe - net6.0-windows + net6.0-windows8.0 enable true True @@ -10,8 +10,10 @@ $(MSBuildProjectName) full AnyCPU;x64 - 0.3.4.1 - 0.3.4.1 + 0.3.5.0 + 0.3.5.0 + 8.0 + enable @@ -19,18 +21,18 @@ - + - - + + - + - ..\..\CodeWalker3\CodeWalker\bin\Debug\net6.0-windows7.0\CodeWalker.Core.dll + ..\..\..\..\..\Desktop\CodeWalker30_dev43\CodeWalker.Core.dll diff --git a/Folder2YTD/HelpAbout.xaml b/Folder2YTD/HelpAbout.xaml deleted file mode 100644 index f2d484d..0000000 --- a/Folder2YTD/HelpAbout.xaml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - diff --git a/Folder2YTD/HelpAbout.xaml.cs b/Folder2YTD/HelpAbout.xaml.cs deleted file mode 100644 index 711d3e4..0000000 --- a/Folder2YTD/HelpAbout.xaml.cs +++ /dev/null @@ -1,27 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Shapes; - -namespace Folder2YTD -{ - /// - /// Lógica de interacción para HelpAbout.xaml - /// - public partial class HelpAbout : Window - { - public HelpAbout() - { - InitializeComponent(); - } - } -} diff --git a/Folder2YTD/MainWindow.xaml b/Folder2YTD/MainWindow.xaml index b8f9bd5..00853b6 100644 --- a/Folder2YTD/MainWindow.xaml +++ b/Folder2YTD/MainWindow.xaml @@ -24,32 +24,33 @@