1.1 --- a/Server/MainForm.cs Thu Sep 03 18:18:48 2015 +0200
1.2 +++ b/Server/MainForm.cs Thu Sep 03 20:05:09 2015 +0200
1.3 @@ -500,7 +500,7 @@
1.4 DriveInfo[] allDrives = DriveInfo.GetDrives();
1.5 foreach (DriveInfo d in allDrives)
1.6 {
1.7 - Debug.WriteLine("Drive {0}", d.Name);
1.8 + Debug.WriteLine("Drive " + d.Name);
1.9 Debug.WriteLine(" Drive type: {0}", d.DriveType);
1.10
1.11 if (d.DriveType==DriveType.CDRom)
2.1 --- a/Server/SharpDisplayManager.csproj Thu Sep 03 18:18:48 2015 +0200
2.2 +++ b/Server/SharpDisplayManager.csproj Thu Sep 03 20:05:09 2015 +0200
2.3 @@ -33,7 +33,7 @@
2.4 <WebPage>index.htm</WebPage>
2.5 <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
2.6 <ApplicationRevision>0</ApplicationRevision>
2.7 - <ApplicationVersion>0.5.3.%2a</ApplicationVersion>
2.8 + <ApplicationVersion>0.5.4.0</ApplicationVersion>
2.9 <UseApplicationTrust>false</UseApplicationTrust>
2.10 <CreateDesktopShortcut>true</CreateDesktopShortcut>
2.11 <PublishWizardCompleted>true</PublishWizardCompleted>