Mono.Zeroconf – Blame information for rev 4

Subversion Repositories:
Rev:
Rev Author Line No. Line
4 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>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>
4 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>
4 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>
4 office 31 <Prefer32Bit>false</Prefer32Bit>
1 office 32 </PropertyGroup>
33 <ItemGroup>
34 <Reference Include="System" />
35 </ItemGroup>
36 <ItemGroup>
37 <Compile Include="..\AssemblyInfo.cs" />
38 <Compile Include="Mono.Zeroconf.Providers.Bonjour\BrowseService.cs" />
39 <Compile Include="Mono.Zeroconf.Providers.Bonjour\Native.cs" />
40 <Compile Include="Mono.Zeroconf.Providers.Bonjour\RegisterService.cs" />
41 <Compile Include="Mono.Zeroconf.Providers.Bonjour\Service.cs" />
42 <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceBrowser.cs" />
43 <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceClass.cs" />
44 <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceError.cs" />
45 <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceErrorException.cs" />
46 <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceFlags.cs" />
47 <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceRef.cs" />
48 <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceType.cs" />
49 <Compile Include="Mono.Zeroconf.Providers.Bonjour\TxtRecord.cs" />
50 <Compile Include="Mono.Zeroconf.Providers.Bonjour\TxtRecordEnumerator.cs" />
51 <Compile Include="Mono.Zeroconf.Providers.Bonjour\ZeroconfProvider.cs" />
52 </ItemGroup>
53 <ItemGroup>
54 <ProjectReference Include="..\Mono.Zeroconf\Mono.Zeroconf.csproj">
55 <Project>{623325E2-5821-4701-A40C-3759097008DD}</Project>
56 <Name>Mono.Zeroconf</Name>
57 </ProjectReference>
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>