diff --git a/PetWashControl/App.xaml b/PetWashControl/App.xaml new file mode 100644 index 0000000..0a28f88 --- /dev/null +++ b/PetWashControl/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/PetWashControl/App.xaml.cs b/PetWashControl/App.xaml.cs new file mode 100644 index 0000000..385c9e8 --- /dev/null +++ b/PetWashControl/App.xaml.cs @@ -0,0 +1,14 @@ +using System.Configuration; +using System.Data; +using System.Windows; + +namespace PetWashControl +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } + +} diff --git a/PetWashControl/AssemblyInfo.cs b/PetWashControl/AssemblyInfo.cs new file mode 100644 index 0000000..b0ec827 --- /dev/null +++ b/PetWashControl/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/PetWashControl/MainWindow.xaml b/PetWashControl/MainWindow.xaml new file mode 100644 index 0000000..6032a7e --- /dev/null +++ b/PetWashControl/MainWindow.xaml @@ -0,0 +1,12 @@ + + + + + diff --git a/PetWashControl/MainWindow.xaml.cs b/PetWashControl/MainWindow.xaml.cs new file mode 100644 index 0000000..e39e4fd --- /dev/null +++ b/PetWashControl/MainWindow.xaml.cs @@ -0,0 +1,24 @@ +using System.Text; +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.Navigation; +using System.Windows.Shapes; + +namespace PetWashControl +{ + /// + /// Interaction logic for MainWindow.xaml + /// + public partial class MainWindow : Window + { + public MainWindow() + { + InitializeComponent(); + } + } +} \ No newline at end of file diff --git a/PetWashControl/PetWashControl.csproj b/PetWashControl/PetWashControl.csproj new file mode 100644 index 0000000..e3e33e3 --- /dev/null +++ b/PetWashControl/PetWashControl.csproj @@ -0,0 +1,11 @@ + + + + WinExe + net8.0-windows + enable + enable + true + + + diff --git a/无人自动洗宠机.sln b/无人自动洗宠机.sln new file mode 100644 index 0000000..1a6ef8c --- /dev/null +++ b/无人自动洗宠机.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.14.37012.4 d17.14 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PetWashControl", "E:\无人自动洗宠机\PetWashControl\PetWashControl.csproj", "{7129BAC3-0F8E-4F33-96A7-11196D7D7787}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {7129BAC3-0F8E-4F33-96A7-11196D7D7787}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7129BAC3-0F8E-4F33-96A7-11196D7D7787}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7129BAC3-0F8E-4F33-96A7-11196D7D7787}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7129BAC3-0F8E-4F33-96A7-11196D7D7787}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {3798F038-36C9-468E-BDAA-75CEFBAB984D} + EndGlobalSection +EndGlobal