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>8.0.50727</ProductVersion> 6 <ProductVersion>8.0.50727</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion> 7 <SchemaVersion>2.0</SchemaVersion>
Line 11... Line 11...
11 <RootNamespace>MZClient</RootNamespace> 11 <RootNamespace>MZClient</RootNamespace>
12 <AssemblyName>MZClient</AssemblyName> 12 <AssemblyName>MZClient</AssemblyName>
13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> 13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment> 14 <FileAlignment>512</FileAlignment>
15 <StartupObject>MZClient</StartupObject> 15 <StartupObject>MZClient</StartupObject>
-   16 <FileUpgradeFlags>
-   17 </FileUpgradeFlags>
-   18 <UpgradeBackupLocation>
-   19 </UpgradeBackupLocation>
-   20 <OldToolsVersion>2.0</OldToolsVersion>
16 </PropertyGroup> 21 </PropertyGroup>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <DebugSymbols>true</DebugSymbols> 23 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType> 24 <DebugType>full</DebugType>
20 <Optimize>false</Optimize> 25 <Optimize>false</Optimize>