|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project ToolsVersion="3.5" 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>9.0.21022</ProductVersion> |
| 7 | + <SchemaVersion>2.0</SchemaVersion> |
| 8 | + <ProjectGuid>{623325E2-5821-4701-A40C-3759097008DD}</ProjectGuid> |
| 9 | + <OutputType>Library</OutputType> |
| 10 | + <AppDesignerFolder>Properties</AppDesignerFolder> |
| 11 | + <RootNamespace>Mono.Zeroconf.Providers.Bonjour</RootNamespace> |
| 12 | + <AssemblyName>Mono.Zeroconf.Providers.Bonjour</AssemblyName> |
| 13 | + <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> |
| 14 | + <FileAlignment>512</FileAlignment> |
| 15 | + </PropertyGroup> |
| 16 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 17 | + <DebugSymbols>true</DebugSymbols> |
| 18 | + <DebugType>full</DebugType> |
| 19 | + <Optimize>false</Optimize> |
| 20 | + <OutputPath>..\..\bin</OutputPath> |
| 21 | + <DefineConstants></DefineConstants> |
| 22 | + <ErrorReport>prompt</ErrorReport> |
| 23 | + <WarningLevel>4</WarningLevel> |
| 24 | + </PropertyGroup> |
| 25 | + <ItemGroup> |
| 26 | + <Reference Include="System" /> |
| 27 | + </ItemGroup> |
| 28 | + <ItemGroup> |
| 29 | + <Compile Include="..\AssemblyInfo.cs" /> |
| 30 | + <Compile Include="Mono.Zeroconf.Providers.Bonjour\BrowseService.cs" /> |
| 31 | + <Compile Include="Mono.Zeroconf.Providers.Bonjour\Native.cs" /> |
| 32 | + <Compile Include="Mono.Zeroconf.Providers.Bonjour\RegisterService.cs" /> |
| 33 | + <Compile Include="Mono.Zeroconf.Providers.Bonjour\Service.cs" /> |
| 34 | + <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceBrowser.cs" /> |
| 35 | + <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceClass.cs" /> |
| 36 | + <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceError.cs" /> |
| 37 | + <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceErrorException.cs" /> |
| 38 | + <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceFlags.cs" /> |
| 39 | + <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceRef.cs" /> |
| 40 | + <Compile Include="Mono.Zeroconf.Providers.Bonjour\ServiceType.cs" /> |
| 41 | + <Compile Include="Mono.Zeroconf.Providers.Bonjour\TxtRecord.cs" /> |
| 42 | + <Compile Include="Mono.Zeroconf.Providers.Bonjour\TxtRecordEnumerator.cs" /> |
| 43 | + <Compile Include="Mono.Zeroconf.Providers.Bonjour\ZeroconfProvider.cs" /> |
| 44 | + </ItemGroup> |
| 45 | + <ItemGroup> |
| 46 | + <ProjectReference Include="..\Mono.Zeroconf\Mono.Zeroconf.csproj"> |
| 47 | + <Project>{5CF88E3A-13DD-4114-BAD9-DA826946516F}</Project> |
| 48 | + <Name>Mono.Zeroconf</Name> |
| 49 | + </ProjectReference> |
| 50 | + </ItemGroup> |
| 51 | + <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 52 | + <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 53 | + Other similar extension points exist, see Microsoft.Common.targets. |
| 54 | + <Target Name="BeforeBuild"> |
| 55 | + </Target> |
| 56 | + <Target Name="AfterBuild"> |
| 57 | + </Target> |
| 58 | + --> |
| 59 | +</Project> |
0 commit comments