Mono.Zeroconf – Blame information for rev 3

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