89 lines
4.2 KiB
XML
89 lines
4.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{E9DB21D4-05E8-4883-B161-C55071166579}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Mono.Nat</RootNamespace>
|
|
<AssemblyName>Mono.Nat</AssemblyName>
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
<FileAlignment>512</FileAlignment>
|
|
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<TargetFrameworkProfile>
|
|
</TargetFrameworkProfile>
|
|
<TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<!-- A reference to the entire .NET Framework is automatically included -->
|
|
<None Include="project.json" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AbstractNatDevice.cs" />
|
|
<Compile Include="AsyncResults\AsyncResult.cs" />
|
|
<Compile Include="Enums\MapState.cs" />
|
|
<Compile Include="Enums\ProtocolType.cs" />
|
|
<Compile Include="EventArgs\DeviceEventArgs.cs" />
|
|
<Compile Include="Exceptions\MappingException.cs" />
|
|
<Compile Include="INatDevice.cs" />
|
|
<Compile Include="ISearcher.cs" />
|
|
<Compile Include="Mapping.cs" />
|
|
<Compile Include="NatProtocol.cs" />
|
|
<Compile Include="NatUtility.cs" />
|
|
<Compile Include="Pmp\AsyncResults\PortMapAsyncResult.cs" />
|
|
<Compile Include="Pmp\PmpConstants.cs" />
|
|
<Compile Include="Pmp\PmpNatDevice.cs" />
|
|
<Compile Include="Pmp\Searchers\PmpSearcher.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Upnp\Messages\DiscoverDeviceMessage.cs" />
|
|
<Compile Include="Upnp\Messages\ErrorMessage.cs" />
|
|
<Compile Include="Upnp\Messages\GetServicesMessage.cs" />
|
|
<Compile Include="Upnp\Messages\Requests\CreatePortMappingMessage.cs" />
|
|
<Compile Include="Upnp\Messages\Responses\CreatePortMappingResponseMessage.cs" />
|
|
<Compile Include="Upnp\Messages\UpnpMessage.cs" />
|
|
<Compile Include="Upnp\Searchers\UpnpSearcher.cs" />
|
|
<Compile Include="Upnp\Upnp.cs" />
|
|
<Compile Include="Upnp\UpnpNatDevice.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Upnp\AsyncResults\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
|
|
<Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
|
|
<Name>MediaBrowser.Common</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
|
|
<Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
|
|
<Name>MediaBrowser.Model</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |