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>8.0.50727</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{839D9048-31CF-4010-B427-6A8362556485}</ProjectGuid>
9 <OutputType>Exe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>MZClient</RootNamespace>
12 <AssemblyName>MZClient</AssemblyName>
13 <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
15 <StartupObject>MZClient</StartupObject>
2 office 16 <FileUpgradeFlags>
17 </FileUpgradeFlags>
18 <UpgradeBackupLocation>
19 </UpgradeBackupLocation>
20 <OldToolsVersion>2.0</OldToolsVersion>
1 office 21 </PropertyGroup>
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23 <DebugSymbols>true</DebugSymbols>
24 <DebugType>full</DebugType>
25 <Optimize>false</Optimize>
26 <OutputPath>..\..\bin</OutputPath>
27 <DefineConstants>
28 </DefineConstants>
29 <ErrorReport>prompt</ErrorReport>
30 <WarningLevel>4</WarningLevel>
31 </PropertyGroup>
32 <ItemGroup>
33 <Compile Include="..\AssemblyInfo.cs" />
34 <Compile Include="ZeroconfClient.cs" />
35 </ItemGroup>
36 <ItemGroup>
37 <Reference Include="System" />
38 </ItemGroup>
39 <ItemGroup>
40 <ProjectReference Include="..\Mono.Zeroconf\Mono.Zeroconf.csproj">
41 <Project>{839D9048-31CF-4010-B427-6A8362556485}</Project>
42 <Name>Mono.Zeroconf</Name>
43 </ProjectReference>
44 </ItemGroup>
45 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
46 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
47 Other similar extension points exist, see Microsoft.Common.targets.
48 <Target Name="BeforeBuild">
49 </Target>
50 <Target Name="AfterBuild">
51 </Target>
52 -->
53 </Project>