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