Mono.Zeroconf – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project 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>8.0.50727</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{5CF88E3A-13DD-4114-BAD9-DA826946516F}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Mono.Zeroconf</RootNamespace>
12 <AssemblyName>Mono.Zeroconf</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>
22 </DefineConstants>
23 <ErrorReport>prompt</ErrorReport>
24 <WarningLevel>4</WarningLevel>
25 </PropertyGroup>
26 <ItemGroup>
27 <Compile Include="..\AssemblyInfo.cs" />
28 <Compile Include="Mono.Zeroconf.Providers\IZeroconfProvider.cs" />
29 <Compile Include="Mono.Zeroconf.Providers\ProviderFactory.cs" />
30 <Compile Include="Mono.Zeroconf.Providers\ZeroconfProviderAttribute.cs" />
31 <Compile Include="Mono.Zeroconf\IRegisterService.cs" />
32 <Compile Include="Mono.Zeroconf\IResolvableService.cs" />
33 <Compile Include="Mono.Zeroconf\IService.cs" />
34 <Compile Include="Mono.Zeroconf\IServiceBrowser.cs" />
35 <Compile Include="Mono.Zeroconf\ITxtRecord.cs" />
36 <Compile Include="Mono.Zeroconf\RegisterService.cs" />
37 <Compile Include="Mono.Zeroconf\RegisterServiceEventArgs.cs" />
38 <Compile Include="Mono.Zeroconf\RegisterServiceEventHandler.cs" />
39 <Compile Include="Mono.Zeroconf\ServiceBrowseEventArgs.cs" />
40 <Compile Include="Mono.Zeroconf\ServiceBrowseEventHandler.cs" />
41 <Compile Include="Mono.Zeroconf\ServiceBrowser.cs" />
42 <Compile Include="Mono.Zeroconf\ServiceErrorCode.cs" />
43 <Compile Include="Mono.Zeroconf\ServiceResolvedEventArgs.cs" />
44 <Compile Include="Mono.Zeroconf\ServiceResolvedEventHandler.cs" />
45 <Compile Include="Mono.Zeroconf\TxtRecord.cs" />
46 <Compile Include="Mono.Zeroconf\TxtRecordItem.cs" />
47 <Compile Include="Mono.Zeroconf\AddressProtocol.cs" />
48 </ItemGroup>
49 <ItemGroup>
50 <Reference Include="System" />
51 </ItemGroup>
52 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
53 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
54 Other similar extension points exist, see Microsoft.Common.targets.
55 <Target Name="BeforeBuild">
56 </Target>
57 <Target Name="AfterBuild">
58 </Target>
59 -->
60 </Project>