From 5ba09cc7c0ed1c0611e1b301226db04d47fa2da0 Mon Sep 17 00:00:00 2001 From: Kalarumeth <70245579+Kalarumeth@users.noreply.github.com> Date: Tue, 8 Mar 2022 13:34:26 +0100 Subject: [PATCH] Aggiungere i file di progetto. --- wpf_ax_utility.sln | 25 ++++++++ wpf_ax_utility/App.xaml | 9 +++ wpf_ax_utility/App.xaml.cs | 17 +++++ wpf_ax_utility/AssemblyInfo.cs | 10 +++ wpf_ax_utility/MainWindow.xaml | 72 +++++++++++++++++++++ wpf_ax_utility/MainWindow.xaml.cs | 92 +++++++++++++++++++++++++++ wpf_ax_utility/axlogo.png | Bin 0 -> 14874 bytes wpf_ax_utility/pallogo.png | Bin 0 -> 1071831 bytes wpf_ax_utility/wpf_ax_utility.csproj | 19 ++++++ 9 files changed, 244 insertions(+) create mode 100644 wpf_ax_utility.sln create mode 100644 wpf_ax_utility/App.xaml create mode 100644 wpf_ax_utility/App.xaml.cs create mode 100644 wpf_ax_utility/AssemblyInfo.cs create mode 100644 wpf_ax_utility/MainWindow.xaml create mode 100644 wpf_ax_utility/MainWindow.xaml.cs create mode 100644 wpf_ax_utility/axlogo.png create mode 100644 wpf_ax_utility/pallogo.png create mode 100644 wpf_ax_utility/wpf_ax_utility.csproj diff --git a/wpf_ax_utility.sln b/wpf_ax_utility.sln new file mode 100644 index 0000000..231b60a --- /dev/null +++ b/wpf_ax_utility.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.32002.185 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "wpf_ax_utility", "wpf_ax_utility\wpf_ax_utility.csproj", "{19D34C84-1A58-42AF-BACB-73E1F3592748}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {19D34C84-1A58-42AF-BACB-73E1F3592748}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {19D34C84-1A58-42AF-BACB-73E1F3592748}.Debug|Any CPU.Build.0 = Debug|Any CPU + {19D34C84-1A58-42AF-BACB-73E1F3592748}.Release|Any CPU.ActiveCfg = Release|Any CPU + {19D34C84-1A58-42AF-BACB-73E1F3592748}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {FD2EC41D-E3AA-4E6B-8AEE-9E2BD696452A} + EndGlobalSection +EndGlobal diff --git a/wpf_ax_utility/App.xaml b/wpf_ax_utility/App.xaml new file mode 100644 index 0000000..833cd3f --- /dev/null +++ b/wpf_ax_utility/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/wpf_ax_utility/App.xaml.cs b/wpf_ax_utility/App.xaml.cs new file mode 100644 index 0000000..38984df --- /dev/null +++ b/wpf_ax_utility/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace wpf_ax_utility +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/wpf_ax_utility/AssemblyInfo.cs b/wpf_ax_utility/AssemblyInfo.cs new file mode 100644 index 0000000..8b5504e --- /dev/null +++ b/wpf_ax_utility/AssemblyInfo.cs @@ -0,0 +1,10 @@ +using System.Windows; + +[assembly: ThemeInfo( + ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located + //(used if a resource is not found in the page, + // or application resource dictionaries) + ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) +)] diff --git a/wpf_ax_utility/MainWindow.xaml b/wpf_ax_utility/MainWindow.xaml new file mode 100644 index 0000000..afca0fd --- /dev/null +++ b/wpf_ax_utility/MainWindow.xaml @@ -0,0 +1,72 @@ + + + + + + + + + + +