diff --git a/Data/Assemblies.cfg b/Data/Assemblies.cfg
index cb31d809..5af4836c 100644
--- a/Data/Assemblies.cfg
+++ b/Data/Assemblies.cfg
@@ -1,11 +1,7 @@
System.dll
System.Core.dll
System.Data.dll
-System.Data.DataSetExtensions.dll
System.Drawing.dll
System.Web.dll
System.Windows.Forms.dll
-System.Xml.dll
-System.Xml.Linq.dll
-
-Microsoft.CSharp.dll
\ No newline at end of file
+System.Xml.dll
\ No newline at end of file
diff --git a/RunUO.sln b/RunUO.sln
index 403fb755..94900ad8 100644
--- a/RunUO.sln
+++ b/RunUO.sln
@@ -1,6 +1,8 @@
Microsoft Visual Studio Solution File, Format Version 12.00
-# Visual Studio 2012
+# Visual Studio 2013
+VisualStudioVersion = 12.0.40629.0
+MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "Server\Server.csproj", "{0B33CEEB-88E1-49A6-8D7D-AF6A5A357087}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Scripts", "Scripts\Scripts.csproj", "{DAE872E6-6899-427C-A75D-AD52526EBCDA}"
@@ -259,11 +261,10 @@ Global
GlobalSection(NestedProjects) = preSolution
{0BC3F1F5-95F7-4048-8BA1-71F2430104D8} = {1B394627-C6BF-447D-8CBD-4A3B5262C5B4}
{3CA15B59-8702-42FE-9980-54F8335CE149} = {1B394627-C6BF-447D-8CBD-4A3B5262C5B4}
- {4883A0CC-9D0C-4045-AC24-2A2FEAF09B88} = {1B394627-C6BF-447D-8CBD-4A3B5262C5B4}
- {F1E91339-C2F1-40B7-80D0-6289228168D0} = {1B394627-C6BF-447D-8CBD-4A3B5262C5B4}
- {70B04D45-39DD-422D-B95F-99ED9FC3DAC1} = {1B394627-C6BF-447D-8CBD-4A3B5262C5B4}
{D990829A-479F-4377-B0C2-FD7C795C4D28} = {3CA15B59-8702-42FE-9980-54F8335CE149}
{2C58085D-5E30-4FB4-A71C-FD0328C60558} = {3CA15B59-8702-42FE-9980-54F8335CE149}
+ {4883A0CC-9D0C-4045-AC24-2A2FEAF09B88} = {1B394627-C6BF-447D-8CBD-4A3B5262C5B4}
+ {F1E91339-C2F1-40B7-80D0-6289228168D0} = {1B394627-C6BF-447D-8CBD-4A3B5262C5B4}
{D4052FE1-A0C6-486C-B972-348945894772} = {F1E91339-C2F1-40B7-80D0-6289228168D0}
{C5F8ACCC-B741-4398-8F1B-9425F7F4659A} = {F1E91339-C2F1-40B7-80D0-6289228168D0}
{1AE5E70F-6607-4C60-82BF-764F7BD89138} = {F1E91339-C2F1-40B7-80D0-6289228168D0}
@@ -272,5 +273,6 @@ Global
{B018CA81-2D88-49DA-B362-2F6D84148B94} = {F1E91339-C2F1-40B7-80D0-6289228168D0}
{A42F9968-E255-4960-9C4D-66180D828EB9} = {F1E91339-C2F1-40B7-80D0-6289228168D0}
{452A8873-A7C2-4FD8-A940-8AFDEACB9702} = {F1E91339-C2F1-40B7-80D0-6289228168D0}
+ {70B04D45-39DD-422D-B95F-99ED9FC3DAC1} = {1B394627-C6BF-447D-8CBD-4A3B5262C5B4}
EndGlobalSection
EndGlobal
diff --git a/Scripts/Scripts.csproj b/Scripts/Scripts.csproj
index 909e4882..2f386a3f 100644
--- a/Scripts/Scripts.csproj
+++ b/Scripts/Scripts.csproj
@@ -61,7 +61,6 @@
-
@@ -3299,8 +3298,8 @@
Server
-
+
-
+
\ No newline at end of file
diff --git a/Server/Server.csproj b/Server/Server.csproj
index 0e4c15ae..6d2cb304 100644
--- a/Server/Server.csproj
+++ b/Server/Server.csproj
@@ -83,12 +83,8 @@
-
-
-
-
@@ -240,8 +236,8 @@
true
-
+
-
+
\ No newline at end of file