diff --git a/Directory.Build.props b/Directory.Build.props index 8b0d592c8..fa59f0e06 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -12,14 +12,28 @@ WINDOWS UNIX true - true - true NU1603 - true win-x64;debian.10-x64;debian.9-x64;ubuntu.16.04-x64;ubuntu.18.04-x64;ubuntu.20.04-x64;centos.7-x64;centos.8-x64;osx-x64 Debug;Release;Analyze - true - true + false + true + true + + true + true + true + true + + + true + false + true + + + win-x64 + + + osx-x64 diff --git a/Distribution/Configuration/email-settings.json b/Distribution/Configuration/email-settings.json new file mode 100644 index 000000000..ee04379aa --- /dev/null +++ b/Distribution/Configuration/email-settings.json @@ -0,0 +1,15 @@ +{ + "enabled": false, + "fromAddress": "support@modernuo.com", + "fromName": "ModernUO Team", + "crashAddress": "crashes@modernuo.com", + "crashName": "Crash Log", + "speechLogPageAddress": "support@modernuo.com", + "speechLogPageName": "GM Support Conversation", + "emailServer": "smtp.gmail.com", + "emailPort": 465, + "emailUsername": "support@modernuo.com", + "emailPassword": "Some Password 123", + "emailSendRetryCount": 5, + "emailSendRetryDelay": 3 +} \ No newline at end of file diff --git a/Projects/Server/Server.csproj b/Projects/Server/Server.csproj index c9b5f06cd..e6ac3c2da 100644 --- a/Projects/Server/Server.csproj +++ b/Projects/Server/Server.csproj @@ -6,17 +6,9 @@ Server.Core ModernUO - 0.5.0 ModernUO Server ..\..\Distribution - false - true - true - - true - true - true - true + ..\..\Distribution diff --git a/Projects/UOContent/UOContent.csproj b/Projects/UOContent/UOContent.csproj index d1f2ee69d..e2f403273 100644 --- a/Projects/UOContent/UOContent.csproj +++ b/Projects/UOContent/UOContent.csproj @@ -5,11 +5,7 @@ UOContent ModernUO Content ..\..\Distribution\Assemblies - true - true - - true - true + ..\..\Distribution\Assemblies