From 59f73fdea8ec23aa6c5482289f9acf96079affc3 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 6 Dec 2018 09:39:54 +0200 Subject: Implemented boot screen utility for first OS boot. --- .../Tango.PPC.BootScreen.csproj | 104 +++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 Software/Visual_Studio/PPC/Tango.PPC.BootScreen/Tango.PPC.BootScreen.csproj (limited to 'Software/Visual_Studio/PPC/Tango.PPC.BootScreen/Tango.PPC.BootScreen.csproj') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.BootScreen/Tango.PPC.BootScreen.csproj b/Software/Visual_Studio/PPC/Tango.PPC.BootScreen/Tango.PPC.BootScreen.csproj new file mode 100644 index 000000000..957cedf5f --- /dev/null +++ b/Software/Visual_Studio/PPC/Tango.PPC.BootScreen/Tango.PPC.BootScreen.csproj @@ -0,0 +1,104 @@ + + + + + Debug + AnyCPU + {7E5E4BED-538C-4566-A005-DCC070AF8715} + WinExe + Tango.PPC.BootScreen + Tango.PPC.BootScreen + v4.6.1 + 512 + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + 4 + true + true + + + AnyCPU + true + full + false + ..\..\Build\PPC\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + ..\..\Build\PPC\Release\ + TRACE + prompt + 4 + + + + + + + + + + + + 4.0 + + + + + + + + MSBuild:Compile + Designer + + + MSBuild:Compile + Designer + + + GlobalVersionInfo.cs + + + App.xaml + Code + + + MainWindow.xaml + Code + + + + + Code + + + True + True + Resources.resx + + + True + Settings.settings + True + + + ResXFileCodeGenerator + Resources.Designer.cs + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + + + + + + + + \ No newline at end of file -- cgit v1.3.1