Mono.Zeroconf – Blame information for rev 2

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <?xml version="1.0" encoding="utf-8"?>
2 office 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="15.0">
1 office 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>
2 office 15 <FileUpgradeFlags>
16 </FileUpgradeFlags>
17 <UpgradeBackupLocation>
18 </UpgradeBackupLocation>
19 <OldToolsVersion>2.0</OldToolsVersion>
1 office 20 </PropertyGroup>
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22 <DebugSymbols>true</DebugSymbols>
23 <DebugType>full</DebugType>
24 <Optimize>false</Optimize>
25 <OutputPath>..\..\bin</OutputPath>
26 <DefineConstants>
27 </DefineConstants>
28 <ErrorReport>prompt</ErrorReport>
29 <WarningLevel>4</WarningLevel>
30 </PropertyGroup>
31 <ItemGroup>
32 <Compile Include="..\AssemblyInfo.cs" />
33 <Compile Include="Mono.Zeroconf.Providers\IZeroconfProvider.cs" />
34 <Compile Include="Mono.Zeroconf.Providers\ProviderFactory.cs" />
35 <Compile Include="Mono.Zeroconf.Providers\ZeroconfProviderAttribute.cs" />
36 <Compile Include="Mono.Zeroconf\IRegisterService.cs" />
37 <Compile Include="Mono.Zeroconf\IResolvableService.cs" />
38 <Compile Include="Mono.Zeroconf\IService.cs" />
39 <Compile Include="Mono.Zeroconf\IServiceBrowser.cs" />
40 <Compile Include="Mono.Zeroconf\ITxtRecord.cs" />
41 <Compile Include="Mono.Zeroconf\RegisterService.cs" />
42 <Compile Include="Mono.Zeroconf\RegisterServiceEventArgs.cs" />
43 <Compile Include="Mono.Zeroconf\RegisterServiceEventHandler.cs" />
44 <Compile Include="Mono.Zeroconf\ServiceBrowseEventArgs.cs" />
45 <Compile Include="Mono.Zeroconf\ServiceBrowseEventHandler.cs" />
46 <Compile Include="Mono.Zeroconf\ServiceBrowser.cs" />
47 <Compile Include="Mono.Zeroconf\ServiceErrorCode.cs" />
48 <Compile Include="Mono.Zeroconf\ServiceResolvedEventArgs.cs" />
49 <Compile Include="Mono.Zeroconf\ServiceResolvedEventHandler.cs" />
50 <Compile Include="Mono.Zeroconf\TxtRecord.cs" />
51 <Compile Include="Mono.Zeroconf\TxtRecordItem.cs" />
52 <Compile Include="Mono.Zeroconf\AddressProtocol.cs" />
53 </ItemGroup>
54 <ItemGroup>
55 <Reference Include="System" />
56 </ItemGroup>
57 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
58 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
59 Other similar extension points exist, see Microsoft.Common.targets.
60 <Target Name="BeforeBuild">
61 </Target>
62 <Target Name="AfterBuild">
63 </Target>
64 -->
65 </Project>