Mono.Zeroconf – Diff between revs 2 and 4

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 2 Rev 4
Line 1... Line 1...
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" ToolsVersion="15.0"> 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>
Line 8... Line 8...
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>v4.7.2</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment> 14 <FileAlignment>512</FileAlignment>
15 <FileUpgradeFlags> 15 <FileUpgradeFlags>
16 </FileUpgradeFlags> 16 </FileUpgradeFlags>
17 <UpgradeBackupLocation> 17 <UpgradeBackupLocation>
18 </UpgradeBackupLocation> 18 </UpgradeBackupLocation>
19 <OldToolsVersion>2.0</OldToolsVersion> 19 <OldToolsVersion>2.0</OldToolsVersion>
-   20 <TargetFrameworkProfile />
20 </PropertyGroup> 21 </PropertyGroup>
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22 <DebugSymbols>true</DebugSymbols> 23 <DebugSymbols>true</DebugSymbols>
23 <DebugType>full</DebugType> 24 <DebugType>full</DebugType>
24 <Optimize>false</Optimize> 25 <Optimize>false</Optimize>
25 <OutputPath>..\..\bin</OutputPath> 26 <OutputPath>..\..\bin</OutputPath>
26 <DefineConstants> 27 <DefineConstants>
27 </DefineConstants> 28 </DefineConstants>
28 <ErrorReport>prompt</ErrorReport> 29 <ErrorReport>prompt</ErrorReport>
29 <WarningLevel>4</WarningLevel> 30 <WarningLevel>4</WarningLevel>
-   31 <Prefer32Bit>false</Prefer32Bit>
30 </PropertyGroup> 32 </PropertyGroup>
31 <ItemGroup> 33 <ItemGroup>
32 <Reference Include="System" /> 34 <Reference Include="System" />
33 </ItemGroup> 35 </ItemGroup>
34 <ItemGroup> 36 <ItemGroup>