Skip to content
This repository was archived by the owner on Jan 14, 2021. It is now read-only.

Commit 3d9e105

Browse files
committed
2008-01-23 Aaron Bockover <[email protected]>
* Mono.Zeroconf.sln: * src/Mono.Zeroconf/Mono.Zeroconf.csproj: * src/MZClient/MZClient.csproj: * src/Mono.Zeroconf.Providers.Bonjour/Mono.Zeroconf.Providers.Bonjour.csproj : Added Visual Studio 2008 solution/projects; MonoDevelop can use these just fine, so there's no need for MD specific projects * src/Mono.Zeroconf.Providers.Avahi/Mono.Zeroconf.Providers.Avahi.mdp: * src/Mono.Zeroconf.Providers.Bonjour/Mono.Zeroconf.Providers.Bonjour.mdp: * src/MZClient/MZClient.mdp: * src/Mono.Zeroconf/Mono.Zeroconf.mdp: * Mono.Zeroconf.mds: Removed MonoDevelop solution/projects * configure.ac: * src/AssemblyInfo.cs: * src/AssemblyInfo.cs.in: Get rid of the .in, and just manually update the assembly version so no pre-build stuff is needed in Visual Studio svn path=/trunk/Mono.Zeroconf/; revision=93619
1 parent 1fa8a87 commit 3d9e105

17 files changed

+221
-146
lines changed

ChangeLog

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
2008-01-23 Aaron Bockover <[email protected]>
2+
3+
* Mono.Zeroconf.sln:
4+
* src/Mono.Zeroconf/Mono.Zeroconf.csproj:
5+
* src/MZClient/MZClient.csproj:
6+
* src/Mono.Zeroconf.Providers.Bonjour/Mono.Zeroconf.Providers.Bonjour.csproj:
7+
Added Visual Studio 2008 solution/projects; MonoDevelop can use these
8+
just fine, so there's no need for MD specific projects
9+
10+
* src/Mono.Zeroconf.Providers.Avahi/Mono.Zeroconf.Providers.Avahi.mdp:
11+
* src/Mono.Zeroconf.Providers.Bonjour/Mono.Zeroconf.Providers.Bonjour.mdp:
12+
* src/MZClient/MZClient.mdp:
13+
* src/Mono.Zeroconf/Mono.Zeroconf.mdp:
14+
* Mono.Zeroconf.mds: Removed MonoDevelop solution/projects
15+
16+
* configure.ac:
17+
* src/AssemblyInfo.cs:
18+
* src/AssemblyInfo.cs.in: Get rid of the .in, and just manually update
19+
the assembly version so no pre-build stuff is needed in Visual Studio
20+
121
2008-01-22 Aaron Bockover <[email protected]>
222

323
* configure.ac: Bump to 0.7.4

Makefile.am

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ MAINTAINERCLEANFILES = \
1111
install-sh \
1212
missing
1313

14+
EXTRA_DIST = \
15+
Mono.Zeroconf.sln
16+
1417
collect:
1518
rm -rf bin; \
1619
mkdir bin; \

Mono.Zeroconf.mds

-24
This file was deleted.

Mono.Zeroconf.sln

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 10.00
3+
# Visual C# Express 2008
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MZClient", "src\MZClient\MZClient.csproj", "{839D9048-31CF-4010-B427-6A8362556485}"
5+
EndProject
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.Zeroconf", "src\Mono.Zeroconf\Mono.Zeroconf.csproj", "{5CF88E3A-13DD-4114-BAD9-DA826946516F}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mono.Zeroconf.Providers.Bonjour", "src\Mono.Zeroconf.Providers.Bonjour\Mono.Zeroconf.Providers.Bonjour.csproj", "{623325E2-5821-4701-A40C-3759097008DD}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
EndGlobalSection
14+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15+
{5CF88E3A-13DD-4114-BAD9-DA826946516F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{5CF88E3A-13DD-4114-BAD9-DA826946516F}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{623325E2-5821-4701-A40C-3759097008DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
18+
{623325E2-5821-4701-A40C-3759097008DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
19+
{839D9048-31CF-4010-B427-6A8362556485}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
20+
{839D9048-31CF-4010-B427-6A8362556485}.Debug|Any CPU.Build.0 = Debug|Any CPU
21+
EndGlobalSection
22+
GlobalSection(SolutionProperties) = preSolution
23+
HideSolutionNode = FALSE
24+
EndGlobalSection
25+
EndGlobal

configure.ac

-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ AM_MAINTAINER_MODE
77
DISTCHECK_CONFIGURE_FLAGS="--disable-docs"
88
AC_SUBST(DISTCHECK_CONFIGURE_FLAGS)
99

10-
ASM_VERSION="1.0.0.0"
11-
AC_SUBST(ASM_VERSION)
12-
1310
AC_PROG_INSTALL
1411

1512
SHAMROCK_CHECK_MONO_MODULE(1.1.10)
@@ -59,7 +56,6 @@ AC_OUTPUT([
5956
Makefile
6057
src/Makefile
6158
src/mono-zeroconf.pc
62-
src/AssemblyInfo.cs
6359
src/Mono.Zeroconf/Makefile
6460
src/Mono.Zeroconf.Providers.Bonjour/Makefile
6561
src/Mono.Zeroconf.Providers.Bonjour/Mono.Zeroconf.Providers.Bonjour.dll.config
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
using System.Reflection;
22
using System.Runtime.CompilerServices;
33

4-
[assembly:AssemblyVersion("@ASM_VERSION@")]
4+
[assembly:AssemblyVersion("1.0.0.74")]
55
[assembly:AssemblyTitle("Mono.Zeroconf")]
66
[assembly:AssemblyDescription("Cross Platform Zeroconf for .NET")]
7-
[assembly:AssemblyCopyright("Copyright (C) 2006-2007 Novell, Inc.")]
8-
[assembly:AssemblyCompany("Novell, Inc")]
7+
[assembly:AssemblyCopyright("Copyright (C) 2006-2008 Novell, Inc.")]
8+
[assembly:AssemblyCompany("Novell, Inc.")]
99

src/MZClient/MZClient.csproj

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6+
<ProductVersion>9.0.21022</ProductVersion>
7+
<SchemaVersion>2.0</SchemaVersion>
8+
<ProjectGuid>{839D9048-31CF-4010-B427-6A8362556485}</ProjectGuid>
9+
<OutputType>Exe</OutputType>
10+
<AppDesignerFolder>Properties</AppDesignerFolder>
11+
<RootNamespace>MZClient</RootNamespace>
12+
<AssemblyName>MZClient</AssemblyName>
13+
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14+
<FileAlignment>512</FileAlignment>
15+
<StartupObject>MZClient</StartupObject>
16+
</PropertyGroup>
17+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18+
<DebugSymbols>true</DebugSymbols>
19+
<DebugType>full</DebugType>
20+
<Optimize>false</Optimize>
21+
<OutputPath>..\..\bin</OutputPath>
22+
<DefineConstants>
23+
</DefineConstants>
24+
<ErrorReport>prompt</ErrorReport>
25+
<WarningLevel>4</WarningLevel>
26+
</PropertyGroup>
27+
<ItemGroup>
28+
<Reference Include="System" />
29+
</ItemGroup>
30+
<ItemGroup>
31+
<Compile Include="..\AssemblyInfo.cs" />
32+
<Compile Include="ZeroconfClient.cs" />
33+
</ItemGroup>
34+
<ItemGroup>
35+
<ProjectReference Include="..\Mono.Zeroconf\Mono.Zeroconf.csproj">
36+
<Project>{5CF88E3A-13DD-4114-BAD9-DA826946516F}</Project>
37+
<Name>Mono.Zeroconf</Name>
38+
</ProjectReference>
39+
</ItemGroup>
40+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
41+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
42+
Other similar extension points exist, see Microsoft.Common.targets.
43+
<Target Name="BeforeBuild">
44+
</Target>
45+
<Target Name="AfterBuild">
46+
</Target>
47+
-->
48+
</Project>

src/MZClient/MZClient.mdp

-19
This file was deleted.

src/MZClient/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ all: $(ASSEMBLY)
1616
$(ASSEMBLY): $(top_builddir)/src/Mono.Zeroconf/Mono.Zeroconf.dll $(SOURCES)
1717
$(MCS) -debug -out:$@ -r:$< $(SOURCES)
1818

19-
EXTRA_DIST = $(SOURCES)
19+
EXTRA_DIST = $(SOURCES) MZClient.csproj
2020
CLEANFILES = $(ASSEMBLY){,.mdb}
2121
MAINTAINERCLEANFILES = \
2222
Makefile.in

src/Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ uninstall-hook:
1313
fi
1414

1515
EXTRA_DIST = \
16+
AssemblyInfo.cs \
1617
mono-zeroconf.pc.in \
1718
mono-zeroconf.snk
1819

src/Mono.Zeroconf.Providers.Avahi/Mono.Zeroconf.Providers.Avahi.mdp

-25
This file was deleted.

src/Mono.Zeroconf.Providers.Bonjour/Makefile.am

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ $(ASSEMBLY): $(top_builddir)/src/Mono.Zeroconf/Mono.Zeroconf.dll $(SOURCES)
3535

3636
endif
3737

38-
EXTRA_DIST = $(SOURCES) $(ASSEMBLY).config
38+
EXTRA_DIST = $(SOURCES) $(ASSEMBLY).config \
39+
Mono.Zeroconf.Providers.Bonjour.csproj
3940
CLEANFILES = *.dll *.mdb
4041
DISTCLEANFILES = *.pidb
4142
MAINTAINERCLEANFILES = \
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6+
<ProductVersion>9.0.21022</ProductVersion>
7+
<SchemaVersion>2.0</SchemaVersion>
8+
<ProjectGuid>{623325E2-5821-4701-A40C-3759097008DD}</ProjectGuid>
9+
<OutputType>Library</OutputType>
10+
<AppDesignerFolder>Properties</AppDesignerFolder>
11+
<RootNamespace>Mono.Zeroconf.Providers.Bonjour</RootNamespace>
12+
<AssemblyName>Mono.Zeroconf.Providers.Bonjour</AssemblyName>
13+
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14+
<FileAlignment>512</FileAlignment>
15+
</PropertyGroup>
16+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17+
<DebugSymbols>true</DebugSymbols>
18+
<DebugType>full</DebugType>
19+
<Optimize>false</Optimize>
20+
<OutputPath>..\..\bin</OutputPath>
21+
<DefineConstants></DefineConstants>
22+
<ErrorReport>prompt</ErrorReport>
23+
<WarningLevel>4</WarningLevel>
24+
</PropertyGroup>
25+
<ItemGroup>
26+
<Reference Include="System" />
27+
</ItemGroup>
28+
<ItemGroup>
29+
<Compile Include="..\AssemblyInfo.cs" />
30+
<Compile Include="Mono.Zeroconf.Providers.Bonjour\BrowseService.cs" />
31+
<Compile Include="Mono.Zeroconf.Providers.Bonjour\Native.cs" />
32+
<Compile Include="Mono.Zeroconf.Providers.Bonjour\RegisterService.cs" />
33+
<Compile Include="Mono.Zeroconf.Providers.Bonjour\Service.cs" />
34+
<Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceBrowser.cs" />
35+
<Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceClass.cs" />
36+
<Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceError.cs" />
37+
<Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceErrorException.cs" />
38+
<Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceFlags.cs" />
39+
<Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceRef.cs" />
40+
<Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceType.cs" />
41+
<Compile Include="Mono.Zeroconf.Providers.Bonjour\TxtRecord.cs" />
42+
<Compile Include="Mono.Zeroconf.Providers.Bonjour\TxtRecordEnumerator.cs" />
43+
<Compile Include="Mono.Zeroconf.Providers.Bonjour\ZeroconfProvider.cs" />
44+
</ItemGroup>
45+
<ItemGroup>
46+
<ProjectReference Include="..\Mono.Zeroconf\Mono.Zeroconf.csproj">
47+
<Project>{5CF88E3A-13DD-4114-BAD9-DA826946516F}</Project>
48+
<Name>Mono.Zeroconf</Name>
49+
</ProjectReference>
50+
</ItemGroup>
51+
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
52+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
53+
Other similar extension points exist, see Microsoft.Common.targets.
54+
<Target Name="BeforeBuild">
55+
</Target>
56+
<Target Name="AfterBuild">
57+
</Target>
58+
-->
59+
</Project>

src/Mono.Zeroconf.Providers.Bonjour/Mono.Zeroconf.Providers.Bonjour.mdp

-32
This file was deleted.

src/Mono.Zeroconf/Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ install-data-hook:
4545
uninstall-hook:
4646
$(GACUTIL) -u $(ASSEMBLY_NAME) $(GACUTIL_ARGS)
4747

48-
EXTRA_DIST = $(SOURCES)
48+
EXTRA_DIST = $(SOURCES) Mono.Zeroconf.csproj
4949
CLEANFILES = *.dll *.mdb
5050
DISTCLEANFILES = *.pidb
5151
MAINTAINERCLEANFILES = Makefile.in

0 commit comments

Comments
 (0)