diff --git a/ASRT_SpeechClient_WPF/ASRT_SpeechClient_WPF.csproj b/ASRT_SpeechClient_WPF/ASRT_SpeechClient_WPF.csproj index e347915..2d8f1a3 100644 --- a/ASRT_SpeechClient_WPF/ASRT_SpeechClient_WPF.csproj +++ b/ASRT_SpeechClient_WPF/ASRT_SpeechClient_WPF.csproj @@ -8,11 +8,12 @@ WinExe ASRT_SpeechClient_WPF ASRT_SpeechClient_WPF - v4.6.1 + v4.7.2 512 {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 true + AnyCPU @@ -34,9 +35,6 @@ 4 - - ..\ailemon.asrt\bin\Release\ailemon.asrt.dll - @@ -96,5 +94,14 @@ + + + + + + {7aedf08a-4fe9-45d8-b547-4a6e5db0671d} + ailemon.asrt + + \ No newline at end of file diff --git a/ASRT_SpeechClient_WPF/App.config b/ASRT_SpeechClient_WPF/App.config index 731f6de..ecdcf8a 100644 --- a/ASRT_SpeechClient_WPF/App.config +++ b/ASRT_SpeechClient_WPF/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/ASRT_SpeechClient_WPF/App.xaml.cs b/ASRT_SpeechClient_WPF/App.xaml.cs index daaecee..b9335e7 100644 --- a/ASRT_SpeechClient_WPF/App.xaml.cs +++ b/ASRT_SpeechClient_WPF/App.xaml.cs @@ -13,5 +13,16 @@ namespace ASRT_SpeechClient_WPF /// public partial class App : Application { + /* + protected override void OnStartup(StartupEventArgs e) + { + + SplashScreen s = new SplashScreen("SplashScreen.png"); + s.Show(false); + s.Close(new TimeSpan(0, 0, 3)); + + base.OnStartup(e); + } + */ } } diff --git a/ASRT_SpeechClient_WPF/MainWindow.xaml b/ASRT_SpeechClient_WPF/MainWindow.xaml index 663f88b..d6fa6f6 100644 --- a/ASRT_SpeechClient_WPF/MainWindow.xaml +++ b/ASRT_SpeechClient_WPF/MainWindow.xaml @@ -5,15 +5,17 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:ASRT_SpeechClient_WPF" mc:Ignorable="d" - Title="ASRT_SpeechClient_WPF" Height="700" Width="1000" MinWidth="900" MinHeight="600" Margin="0" WindowStartupLocation="CenterScreen"> + Title="ASRT语音识别系统客户端WPF版" Height="700" Width="1000" MinWidth="900" MinHeight="600" Margin="0" WindowStartupLocation="CenterScreen">