diff --git a/Logic/RequiredFiles.cs b/Logic/RequiredFiles.cs index 5eb5ccf9..cb520814 100644 --- a/Logic/RequiredFiles.cs +++ b/Logic/RequiredFiles.cs @@ -399,8 +399,7 @@ public void ReportInventory() xml = string.Format("{0}", xml); - _report.MediaInventoryAsync(ApplicationSettings.Default.Version, ApplicationSettings.Default.ServerKey, - hardwareKey.Key, xml); + _report.MediaInventoryAsync(ApplicationSettings.Default.ServerKey, hardwareKey.Key, xml); } } diff --git a/XiboClient.sln b/XiboClient.sln new file mode 100644 index 00000000..8a54b7ae --- /dev/null +++ b/XiboClient.sln @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Express 2012 for Windows Desktop +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XiboClient", "XiboClient.csproj", "{9E6CFE88-0171-4360-BDF4-84D74A90FD55}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9E6CFE88-0171-4360-BDF4-84D74A90FD55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9E6CFE88-0171-4360-BDF4-84D74A90FD55}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9E6CFE88-0171-4360-BDF4-84D74A90FD55}.Debug|x86.ActiveCfg = Debug|x86 + {9E6CFE88-0171-4360-BDF4-84D74A90FD55}.Debug|x86.Build.0 = Debug|x86 + {9E6CFE88-0171-4360-BDF4-84D74A90FD55}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9E6CFE88-0171-4360-BDF4-84D74A90FD55}.Release|Any CPU.Build.0 = Release|Any CPU + {9E6CFE88-0171-4360-BDF4-84D74A90FD55}.Release|x86.ActiveCfg = Release|x86 + {9E6CFE88-0171-4360-BDF4-84D74A90FD55}.Release|x86.Build.0 = Release|x86 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/XiboClient.v11.suo b/XiboClient.v11.suo index c1e504aa..6a905646 100644 Binary files a/XiboClient.v11.suo and b/XiboClient.v11.suo differ diff --git a/bin/x86/Release/XiboClient.XmlSerializers.dll b/bin/x86/Release/XiboClient.XmlSerializers.dll index 80af7c2d..674ccb76 100644 Binary files a/bin/x86/Release/XiboClient.XmlSerializers.dll and b/bin/x86/Release/XiboClient.XmlSerializers.dll differ diff --git a/bin/x86/Release/XiboClient.exe b/bin/x86/Release/XiboClient.exe index 1c927212..4eb4786b 100644 Binary files a/bin/x86/Release/XiboClient.exe and b/bin/x86/Release/XiboClient.exe differ diff --git a/bin/x86/Release/XiboClient.pdb b/bin/x86/Release/XiboClient.pdb index 93dad94e..42a500fd 100644 Binary files a/bin/x86/Release/XiboClient.pdb and b/bin/x86/Release/XiboClient.pdb differ