Skip to content

Commit 5b87ca6

Browse files
committed
移除已弃用模块
1 parent 9c0005f commit 5b87ca6

File tree

6 files changed

+40
-514
lines changed

6 files changed

+40
-514
lines changed

ASRT_SpeechClient_WPF/ASRT_SpeechClient_WPF.csproj

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,21 @@
1414
<WarningLevel>4</WarningLevel>
1515
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1616
<TargetFrameworkProfile />
17+
<PublishUrl>publish\</PublishUrl>
18+
<Install>true</Install>
19+
<InstallFrom>Disk</InstallFrom>
20+
<UpdateEnabled>false</UpdateEnabled>
21+
<UpdateMode>Foreground</UpdateMode>
22+
<UpdateInterval>7</UpdateInterval>
23+
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
24+
<UpdatePeriodically>false</UpdatePeriodically>
25+
<UpdateRequired>false</UpdateRequired>
26+
<MapFileExtensions>true</MapFileExtensions>
27+
<ApplicationRevision>0</ApplicationRevision>
28+
<ApplicationVersion>1.1.0.%2a</ApplicationVersion>
29+
<IsWebBootstrapper>false</IsWebBootstrapper>
30+
<UseApplicationTrust>false</UseApplicationTrust>
31+
<BootstrapperEnabled>true</BootstrapperEnabled>
1732
</PropertyGroup>
1833
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1934
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -24,6 +39,7 @@
2439
<DefineConstants>DEBUG;TRACE</DefineConstants>
2540
<ErrorReport>prompt</ErrorReport>
2641
<WarningLevel>4</WarningLevel>
42+
<Prefer32Bit>false</Prefer32Bit>
2743
</PropertyGroup>
2844
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2945
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -34,6 +50,12 @@
3450
<ErrorReport>prompt</ErrorReport>
3551
<WarningLevel>4</WarningLevel>
3652
</PropertyGroup>
53+
<PropertyGroup>
54+
<SignManifests>false</SignManifests>
55+
</PropertyGroup>
56+
<PropertyGroup>
57+
<SignAssembly>false</SignAssembly>
58+
</PropertyGroup>
3759
<ItemGroup>
3860
<Reference Include="System" />
3961
<Reference Include="System.Data" />
@@ -103,5 +125,17 @@
103125
<Name>ailemon.asrt</Name>
104126
</ProjectReference>
105127
</ItemGroup>
128+
<ItemGroup>
129+
<BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
130+
<Visible>False</Visible>
131+
<ProductName>Microsoft .NET Framework 4.7.2 %28x86 和 x64%29</ProductName>
132+
<Install>true</Install>
133+
</BootstrapperPackage>
134+
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
135+
<Visible>False</Visible>
136+
<ProductName>.NET Framework 3.5 SP1</ProductName>
137+
<Install>false</Install>
138+
</BootstrapperPackage>
139+
</ItemGroup>
106140
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
107141
</Project>

ASRT_SpeechClient_WPF/App.xaml.cs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,5 @@ namespace ASRT_SpeechClient_WPF
1313
/// </summary>
1414
public partial class App : Application
1515
{
16-
/*
17-
protected override void OnStartup(StartupEventArgs e)
18-
{
19-
20-
SplashScreen s = new SplashScreen("SplashScreen.png");
21-
s.Show(false);
22-
s.Close(new TimeSpan(0, 0, 3));
23-
24-
base.OnStartup(e);
25-
}
26-
*/
2716
}
2817
}

ASRT_SpeechClient_WPF/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
[assembly: AssemblyTitle("ASRT_SpeechClient_WPF")]
1111
[assembly: AssemblyDescription("")]
1212
[assembly: AssemblyConfiguration("")]
13-
[assembly: AssemblyCompany("ailemon.me")]
13+
[assembly: AssemblyCompany("ailemon.net")]
1414
[assembly: AssemblyProduct("ASRT_SpeechClient_WPF")]
15-
[assembly: AssemblyCopyright("Copyright © 2019")]
15+
[assembly: AssemblyCopyright("Copyright © 2022")]
1616
[assembly: AssemblyTrademark("ailemon")]
1717
[assembly: AssemblyCulture("")]
1818

0 commit comments

Comments
 (0)