Mono.Zeroconf – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>
16 </PropertyGroup>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType>
20 <Optimize>false</Optimize>
21 <OutputPath>..\..\bin</OutputPath>
22 <DefineConstants>
23 </DefineConstants>
24 <ErrorReport>prompt</ErrorReport>
25 <WarningLevel>4</WarningLevel>
26 </PropertyGroup>
27 <ItemGroup>
28 <Compile Include="..\AssemblyInfo.cs" />
29 <Compile Include="ZeroconfClient.cs" />
30 </ItemGroup>
31 <ItemGroup>
32 <Reference Include="System" />
33 </ItemGroup>
34 <ItemGroup>
35 <ProjectReference Include="..\Mono.Zeroconf\Mono.Zeroconf.csproj">
36 <Project>{839D9048-31CF-4010-B427-6A8362556485}</Project>
37 <Name>Mono.Zeroconf</Name>
38 </ProjectReference>
39 </ItemGroup>
40 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
41 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
42 Other similar extension points exist, see Microsoft.Common.targets.
43 <Target Name="BeforeBuild">
44 </Target>
45 <Target Name="AfterBuild">
46 </Target>
47 -->
48 </Project>