mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Project file Updates
AssemblyInfo File Updates
This commit is contained in:
parent
f3a1f558f4
commit
8241bd08e7
31 changed files with 125 additions and 129 deletions
|
|
@ -583,6 +583,10 @@
|
|||
<Project>{7c99d9f7-0c65-4116-927a-94eb018c88fd}</Project>
|
||||
<Name>ServerManager.Common</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\ServerManager.Discord\ServerManager.Discord.csproj">
|
||||
<Project>{c4c8000d-5e45-497c-a218-b95a1567010e}</Project>
|
||||
<Name>ServerManager.Discord</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\ServerManager.Updater\ServerManager.Updater.csproj">
|
||||
<Project>{3e0c9ee6-780f-4fef-ba03-e38062a5fdb6}</Project>
|
||||
<Name>ServerManager.Updater</Name>
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ using System.Windows;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Bletch1971")]
|
||||
[assembly: AssemblyProduct("Server Managers")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2015-2020")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2015-2021")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
|
@ -19,16 +19,6 @@ using System.Windows;
|
|||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
//In order to begin building localizable applications, set
|
||||
//<UICulture>CultureYouAreCodingWith</UICulture> in your .csproj file
|
||||
//inside a <PropertyGroup>. For example, if you are using US english
|
||||
//in your source files, set the <UICulture> to en-US. Then uncomment
|
||||
//the NeutralResourceLanguage attribute below. Update the "en-US" in
|
||||
//the line below to match the UICulture setting in the project file.
|
||||
|
||||
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
|
||||
|
||||
|
||||
[assembly: ThemeInfo(
|
||||
//where theme specific resource dictionaries are located
|
||||
//(used if a resource is not found in the page,
|
||||
|
|
@ -52,4 +42,4 @@ using System.Windows;
|
|||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0")]
|
||||
[assembly: AssemblyVersion("1.0")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.1")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue