synchronize Server/Scripts project properties

whitespace/comment changes in Serialization.cs and ScriptCompiler.cs
proper dispose pattern for Listener
remove IDisposable from FileLogger
This commit is contained in:
Mark Sturgill 2014-02-25 14:00:32 -07:00
parent abe9f5acb2
commit 83bf81b7ee
6 changed files with 21 additions and 12 deletions

View file

@ -8,7 +8,8 @@
<NoStandardLibraries>false</NoStandardLibraries>
<AssemblyName>RunUO</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>