Mono.Zeroconf – Diff between revs 1 and 2

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 2
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"> 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>
Line 10... Line 10...
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>