|
|
|
@ -6,7 +6,21 @@ |
|
|
|
|
<Nullable>enable</Nullable> |
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings> |
|
|
|
|
<UseWPF>true</UseWPF> |
|
|
|
|
<ApplicationIcon>instal.ico</ApplicationIcon> |
|
|
|
|
<Product>Spark</Product> |
|
|
|
|
<SignAssembly>true</SignAssembly> |
|
|
|
|
<Copyright>Copyright ©2025 北京跃洋新视科技有限公司</Copyright> |
|
|
|
|
<Company>北京跃洋新视科技有限公司</Company> |
|
|
|
|
<Authors>SparkClient Team</Authors> |
|
|
|
|
<PackageReleaseNotes></PackageReleaseNotes> |
|
|
|
|
<PackageId>$(AssemblyName)</PackageId> |
|
|
|
|
<Description>用户修改运维工具</Description> |
|
|
|
|
<Title>UserManagerTool</Title> |
|
|
|
|
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance> |
|
|
|
|
<AssemblyVersion>1.0.0</AssemblyVersion> |
|
|
|
|
<FileVersion>1.0.0</FileVersion> |
|
|
|
|
<NeutralLanguage>zh</NeutralLanguage> |
|
|
|
|
<AssemblyOriginatorKeyFile>SparkClient.snk</AssemblyOriginatorKeyFile> |
|
|
|
|
<PublicSign>true</PublicSign> |
|
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
@ -32,4 +46,19 @@ |
|
|
|
|
<Resource Include="Images\install.png" /> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<Compile Update="Properties\Settings.Designer.cs"> |
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput> |
|
|
|
|
<AutoGen>True</AutoGen> |
|
|
|
|
<DependentUpon>Settings.settings</DependentUpon> |
|
|
|
|
</Compile> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
<ItemGroup> |
|
|
|
|
<None Update="Properties\Settings.settings"> |
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator> |
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
|
|
|
|
</None> |
|
|
|
|
</ItemGroup> |
|
|
|
|
|
|
|
|
|
</Project> |
|
|
|
|