110 lines
5.8 KiB
XML
110 lines
5.8 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
|||
|
<Project ToolsVersion="12.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>12.0</MinimumVisualStudioVersion>
|
|||
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|||
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|||
|
<ProjectGuid>{67F9D3A8-F71E-4428-913F-C37AE82CDB24}</ProjectGuid>
|
|||
|
<OutputType>Library</OutputType>
|
|||
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|||
|
<RootNamespace>Rssdp</RootNamespace>
|
|||
|
<AssemblyName>Rssdp.Portable</AssemblyName>
|
|||
|
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|||
|
<TargetFrameworkProfile>Profile44</TargetFrameworkProfile>
|
|||
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
|||
|
<FileAlignment>512</FileAlignment>
|
|||
|
<NuGetPackageImportStamp>1c5b2aa5</NuGetPackageImportStamp>
|
|||
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|||
|
<RestorePackages>true</RestorePackages>
|
|||
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|||
|
</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>
|
|||
|
<RunCodeAnalysis>true</RunCodeAnalysis>
|
|||
|
<CodeAnalysisRuleSet>..\RssdpRuleset.ruleset</CodeAnalysisRuleSet>
|
|||
|
<DocumentationFile>bin\Debug\Rssdp.Portable.XML</DocumentationFile>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|||
|
<DebugType>pdbonly</DebugType>
|
|||
|
<Optimize>true</Optimize>
|
|||
|
<OutputPath>..\lib\portable-net45+win+wpa81+wp80\</OutputPath>
|
|||
|
<DefineConstants>TRACE</DefineConstants>
|
|||
|
<ErrorReport>prompt</ErrorReport>
|
|||
|
<WarningLevel>4</WarningLevel>
|
|||
|
<CodeAnalysisRuleSet>..\RssdpRuleset.ruleset</CodeAnalysisRuleSet>
|
|||
|
<DocumentationFile>..\lib\portable-net45+win+wpa81+wp80\Rssdp.Portable.XML</DocumentationFile>
|
|||
|
<RunCodeAnalysis>true</RunCodeAnalysis>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Compile Include="..\Shared\AssemblyInfoCommon.cs">
|
|||
|
<Link>Properties\AssemblyInfoCommon.cs</Link>
|
|||
|
</Compile>
|
|||
|
<Compile Include="CustomHttpHeaders.cs" />
|
|||
|
<Compile Include="DeviceAvailableEventArgs.cs" />
|
|||
|
<Compile Include="DeviceEventArgs.cs" />
|
|||
|
<Compile Include="DeviceUnavailableEventArgs.cs" />
|
|||
|
<Compile Include="DisposableManagedObjectBase.cs" />
|
|||
|
<Compile Include="HttpParserBase.cs" />
|
|||
|
<Compile Include="IEnumerableExtensions.cs" />
|
|||
|
<Compile Include="ISsdpCommunicationsServer.cs" />
|
|||
|
<Compile Include="ISsdpDeviceLocator.cs" />
|
|||
|
<Compile Include="ISsdpDevicePublisher.cs" />
|
|||
|
<Compile Include="IUPnPDeviceValidator.cs" />
|
|||
|
<Compile Include="ReadOnlyEnumerable.cs" />
|
|||
|
<Compile Include="SsdpDeviceExtensions.cs" />
|
|||
|
<Compile Include="SsdpDeviceLocatorBase.cs" />
|
|||
|
<Compile Include="DiscoveredSsdpDevice.cs" />
|
|||
|
<Compile Include="GlobalSuppressions.cs" />
|
|||
|
<Compile Include="HttpRequestParser.cs" />
|
|||
|
<Compile Include="HttpResponseParser.cs" />
|
|||
|
<Compile Include="ISocketFactory.cs" />
|
|||
|
<Compile Include="IUdpSocket.cs" />
|
|||
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|||
|
<Compile Include="ReceivedUdpData.cs" />
|
|||
|
<Compile Include="RequestReceivedEventArgs.cs" />
|
|||
|
<Compile Include="ResponseReceivedEventArgs.cs" />
|
|||
|
<Compile Include="SsdpCommunicationsServer.cs" />
|
|||
|
<Compile Include="SsdpConstants.cs" />
|
|||
|
<Compile Include="SsdpDevice.cs" />
|
|||
|
<Compile Include="SsdpDeviceIcon.cs" />
|
|||
|
<Compile Include="SsdpDeviceProperties.cs" />
|
|||
|
<Compile Include="SsdpDeviceProperty.cs" />
|
|||
|
<Compile Include="SsdpDevicePublisherBase.cs" />
|
|||
|
<Compile Include="SsdpEmbeddedDevice.cs" />
|
|||
|
<Compile Include="SsdpRootDevice.cs" />
|
|||
|
<Compile Include="UdpEndPoint.cs" />
|
|||
|
<Compile Include="UPnP10DeviceValidator.cs" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<None Include="app.config" />
|
|||
|
<None Include="packages.config" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<CodeAnalysisDictionary Include="..\Shared\CodeAnalysisDictionary.xml">
|
|||
|
<Link>Properties\CodeAnalysisDictionary.xml</Link>
|
|||
|
<SubType>Designer</SubType>
|
|||
|
</CodeAnalysisDictionary>
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
|
|||
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|||
|
<PropertyGroup>
|
|||
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|||
|
</PropertyGroup>
|
|||
|
<Error Condition="!Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets'))" />
|
|||
|
</Target>
|
|||
|
<Import Project="..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.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>
|