Changeset 126

Show
Ignore:
Timestamp:
03/05/07 02:14:57 (2 years ago)
Author:
tulloss2
Message:

Made it so that Mono.Zeroconf could possibly work on machines without dnssd.dll installed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dmp/trunk/DMP.sln

    r114 r126  
    11 
    22Microsoft Visual Studio Solution File, Format Version 9.00 
    3 # Visual C# Express 2005 
     3# Visual Studio 2005 
    44Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ErrorClass", "ErrorClass.csproj", "{4BD33954-B938-498F-8630-A3C677CA5F60}" 
    55EndProject 
     
    88Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Server", "server\Server.csproj", "{E9E48FB5-61F6-4BC3-9BFE-30DC6ADF46A7}" 
    99        ProjectSection(ProjectDependencies) = postProject 
     10                {79372164-D8C7-4451-94F1-0B8AA9151E16} = {79372164-D8C7-4451-94F1-0B8AA9151E16} 
    1011                {4BD33954-B938-498F-8630-A3C677CA5F60} = {4BD33954-B938-498F-8630-A3C677CA5F60} 
    11                 {79372164-D8C7-4451-94F1-0B8AA9151E16} = {79372164-D8C7-4451-94F1-0B8AA9151E16} 
    1212        EndProjectSection 
    1313EndProject 
    1414Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Metadata", "server\dataserver\Metadata.csproj", "{D7FC7119-E5DA-4389-9F6B-FEB42EEAC786}" 
    1515        ProjectSection(ProjectDependencies) = postProject 
     16                {79372164-D8C7-4451-94F1-0B8AA9151E16} = {79372164-D8C7-4451-94F1-0B8AA9151E16} 
    1617                {4BD33954-B938-498F-8630-A3C677CA5F60} = {4BD33954-B938-498F-8630-A3C677CA5F60} 
    17                 {79372164-D8C7-4451-94F1-0B8AA9151E16} = {79372164-D8C7-4451-94F1-0B8AA9151E16} 
    1818        EndProjectSection 
    1919EndProject 
     
    3333EndProject 
    3434Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "server-windows-gui", "server\server-windows-gui\server-windows-gui.csproj", "{81FD809B-79AB-4F2A-A940-8DE42343256B}" 
     35        ProjectSection(ProjectDependencies) = postProject 
     36                {C7D0CE28-60E1-4FC8-B9E0-DBB9F683E95E} = {C7D0CE28-60E1-4FC8-B9E0-DBB9F683E95E} 
     37        EndProjectSection 
    3538EndProject 
    3639Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VLanControl", "vlc.NET\VLanControl.csproj", "{4E5BE39D-D764-494F-80DB-C32854595A08}" 
     
    419422                {069386F5-EED1-439D-B2C3-6D8E5F2A28DD}.Debug|Any CPU.Build.0 = Debug|Any CPU 
    420423                {069386F5-EED1-439D-B2C3-6D8E5F2A28DD}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU 
    421                 {069386F5-EED1-439D-B2C3-6D8E5F2A28DD}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU 
    422424                {069386F5-EED1-439D-B2C3-6D8E5F2A28DD}.Debug|Pocket PC 2003 (ARMV4).ActiveCfg = Debug|Any CPU 
    423425                {069386F5-EED1-439D-B2C3-6D8E5F2A28DD}.Debug|Win32.ActiveCfg = Debug|Any CPU 
  • dmp/trunk/Mono.Zeroconf/Mono.Zeroconf.csproj

    r87 r126  
    5858  </ItemGroup> 
    5959  <ItemGroup> 
     60    <Component Include="dnssd.dll"> 
     61      <CopyToOutputDirectory>Always</CopyToOutputDirectory> 
     62    </Component> 
     63  </ItemGroup> 
     64  <ItemGroup> 
    6065    <Folder Include="Properties\" /> 
    6166  </ItemGroup> 
  • dmp/trunk/server/server.cs

    r109 r126  
    1212using System.Diagnostics; 
    1313using DMP.Server.Properties; 
    14 using Nwc.XmlRpc; 
    15 using Entagged; 
    1614using DMP; 
    1715using DMP.Server; 
    1816using DMP.Data; 
     17using DAAP; 
    1918#endregion 
    2019 
     
    8079            string databaseName = serverName; 
    8180 
    82                         Logger.Delegate = new Logger.LoggerDelegate(WriteEntry); 
    83  
    8481            //Load preferences 
    8582 
  • dmp/trunk/server/server.csproj

    r87 r126  
    3232  </PropertyGroup> 
    3333  <ItemGroup> 
    34     <Reference Include="entagged-sharp, Version=0.2.0.0, Culture=neutral"> 
    35       <SpecificVersion>False</SpecificVersion> 
    36       <HintPath>..\libraries\entagged-sharp.dll</HintPath> 
    37     </Reference> 
    3834    <Reference Include="System" /> 
    3935    <Reference Include="System.Configuration.Install" /> 
     
    6561      <Name>ErrorClass</Name> 
    6662    </ProjectReference> 
    67     <ProjectReference Include="..\xmlrpc\XmlRpcCS.csproj"> 
    68       <Project>{79372164-D8C7-4451-94F1-0B8AA9151E16}</Project> 
    69       <Name>XmlRpcCS</Name> 
    70     </ProjectReference> 
    7163    <ProjectReference Include="dataserver\Metadata.csproj"> 
    7264      <Project>{D7FC7119-E5DA-4389-9F6B-FEB42EEAC786}</Project>