Mono.Zeroconf – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 1 Rev 2
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="15.0">
3 <PropertyGroup> 3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.21022</ProductVersion> 6 <ProductVersion>9.0.21022</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion> 7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{623325E2-5821-4701-A40C-3759097008DD}</ProjectGuid> 8 <ProjectGuid>{623325E2-5821-4701-A40C-3759097008DD}</ProjectGuid>
9 <OutputType>Library</OutputType> 9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder> 10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>Mono.Zeroconf.Providers.Bonjour</RootNamespace> 11 <RootNamespace>Mono.Zeroconf.Providers.Bonjour</RootNamespace>
12 <AssemblyName>Mono.Zeroconf.Providers.Bonjour</AssemblyName> 12 <AssemblyName>Mono.Zeroconf.Providers.Bonjour</AssemblyName>
13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment> 14 <FileAlignment>512</FileAlignment>
-   15 <FileUpgradeFlags>
-   16 </FileUpgradeFlags>
-   17 <UpgradeBackupLocation>
-   18 </UpgradeBackupLocation>
-   19 <OldToolsVersion>2.0</OldToolsVersion>
15 </PropertyGroup> 20 </PropertyGroup>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols> 22 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType> 23 <DebugType>full</DebugType>
19 <Optimize>false</Optimize> 24 <Optimize>false</Optimize>
20 <OutputPath>..\..\bin</OutputPath> 25 <OutputPath>..\..\bin</OutputPath>
21 <DefineConstants> 26 <DefineConstants>
22 </DefineConstants> 27 </DefineConstants>
23 <ErrorReport>prompt</ErrorReport> 28 <ErrorReport>prompt</ErrorReport>
24 <WarningLevel>4</WarningLevel> 29 <WarningLevel>4</WarningLevel>
25 </PropertyGroup> 30 </PropertyGroup>
26 <ItemGroup> 31 <ItemGroup>
27 <Reference Include="System" /> 32 <Reference Include="System" />
28 </ItemGroup> 33 </ItemGroup>
29 <ItemGroup> 34 <ItemGroup>
30 <Compile Include="..\AssemblyInfo.cs" /> 35 <Compile Include="..\AssemblyInfo.cs" />
31 <Compile Include="Mono.Zeroconf.Providers.Bonjour\BrowseService.cs" /> 36 <Compile Include="Mono.Zeroconf.Providers.Bonjour\BrowseService.cs" />
32 <Compile Include="Mono.Zeroconf.Providers.Bonjour\Native.cs" /> 37 <Compile Include="Mono.Zeroconf.Providers.Bonjour\Native.cs" />
33 <Compile Include="Mono.Zeroconf.Providers.Bonjour\RegisterService.cs" /> 38 <Compile Include="Mono.Zeroconf.Providers.Bonjour\RegisterService.cs" />
34 <Compile Include="Mono.Zeroconf.Providers.Bonjour\Service.cs" /> 39 <Compile Include="Mono.Zeroconf.Providers.Bonjour\Service.cs" />
35 <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceBrowser.cs" /> 40 <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceBrowser.cs" />
36 <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceClass.cs" /> 41 <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceClass.cs" />
37 <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceError.cs" /> 42 <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceError.cs" />
38 <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceErrorException.cs" /> 43 <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceErrorException.cs" />
39 <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceFlags.cs" /> 44 <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceFlags.cs" />
40 <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceRef.cs" /> 45 <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceRef.cs" />
41 <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceType.cs" /> 46 <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceType.cs" />
42 <Compile Include="Mono.Zeroconf.Providers.Bonjour\TxtRecord.cs" /> 47 <Compile Include="Mono.Zeroconf.Providers.Bonjour\TxtRecord.cs" />
43 <Compile Include="Mono.Zeroconf.Providers.Bonjour\TxtRecordEnumerator.cs" /> 48 <Compile Include="Mono.Zeroconf.Providers.Bonjour\TxtRecordEnumerator.cs" />
44 <Compile Include="Mono.Zeroconf.Providers.Bonjour\ZeroconfProvider.cs" /> 49 <Compile Include="Mono.Zeroconf.Providers.Bonjour\ZeroconfProvider.cs" />
45 </ItemGroup> 50 </ItemGroup>
46 <ItemGroup> 51 <ItemGroup>
47 <ProjectReference Include="..\Mono.Zeroconf\Mono.Zeroconf.csproj"> 52 <ProjectReference Include="..\Mono.Zeroconf\Mono.Zeroconf.csproj">
48 <Project>{623325E2-5821-4701-A40C-3759097008DD}</Project> 53 <Project>{623325E2-5821-4701-A40C-3759097008DD}</Project>
49 <Name>Mono.Zeroconf</Name> 54 <Name>Mono.Zeroconf</Name>
50 </ProjectReference> 55 </ProjectReference>
51 </ItemGroup> 56 </ItemGroup>
52 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 57 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
53 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 58 <!-- 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. 59 Other similar extension points exist, see Microsoft.Common.targets.
55 <Target Name="BeforeBuild"> 60 <Target Name="BeforeBuild">
56 </Target> 61 </Target>
57 <Target Name="AfterBuild"> 62 <Target Name="AfterBuild">
58 </Target> 63 </Target>
59 --> 64 -->
60 </Project> 65 </Project>
61   66  
62
Generated by GNU Enscript 1.6.5.90.
67
Generated by GNU Enscript 1.6.5.90.
63   68  
64   69  
65   70