Rssdp.Portable.csproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{67F9D3A8-F71E-4428-913F-C37AE82CDB24}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Rssdp</RootNamespace>
  12. <AssemblyName>Rssdp.Portable</AssemblyName>
  13. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <TargetFrameworkProfile>Profile44</TargetFrameworkProfile>
  15. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  16. <FileAlignment>512</FileAlignment>
  17. <NuGetPackageImportStamp>1c5b2aa5</NuGetPackageImportStamp>
  18. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  19. <RestorePackages>true</RestorePackages>
  20. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  21. </PropertyGroup>
  22. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>DEBUG;TRACE</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <RunCodeAnalysis>true</RunCodeAnalysis>
  31. <CodeAnalysisRuleSet>..\RssdpRuleset.ruleset</CodeAnalysisRuleSet>
  32. <DocumentationFile>bin\Debug\Rssdp.Portable.XML</DocumentationFile>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>..\lib\portable-net45+win+wpa81+wp80\</OutputPath>
  38. <DefineConstants>TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. <CodeAnalysisRuleSet>..\RssdpRuleset.ruleset</CodeAnalysisRuleSet>
  42. <DocumentationFile>..\lib\portable-net45+win+wpa81+wp80\Rssdp.Portable.XML</DocumentationFile>
  43. <RunCodeAnalysis>true</RunCodeAnalysis>
  44. </PropertyGroup>
  45. <ItemGroup>
  46. <Compile Include="..\Shared\AssemblyInfoCommon.cs">
  47. <Link>Properties\AssemblyInfoCommon.cs</Link>
  48. </Compile>
  49. <Compile Include="CustomHttpHeaders.cs" />
  50. <Compile Include="DeviceAvailableEventArgs.cs" />
  51. <Compile Include="DeviceEventArgs.cs" />
  52. <Compile Include="DeviceUnavailableEventArgs.cs" />
  53. <Compile Include="DisposableManagedObjectBase.cs" />
  54. <Compile Include="HttpParserBase.cs" />
  55. <Compile Include="IEnumerableExtensions.cs" />
  56. <Compile Include="ISsdpCommunicationsServer.cs" />
  57. <Compile Include="ISsdpDeviceLocator.cs" />
  58. <Compile Include="ISsdpDevicePublisher.cs" />
  59. <Compile Include="IUPnPDeviceValidator.cs" />
  60. <Compile Include="ReadOnlyEnumerable.cs" />
  61. <Compile Include="SsdpDeviceExtensions.cs" />
  62. <Compile Include="SsdpDeviceLocatorBase.cs" />
  63. <Compile Include="DiscoveredSsdpDevice.cs" />
  64. <Compile Include="GlobalSuppressions.cs" />
  65. <Compile Include="HttpRequestParser.cs" />
  66. <Compile Include="HttpResponseParser.cs" />
  67. <Compile Include="ISocketFactory.cs" />
  68. <Compile Include="IUdpSocket.cs" />
  69. <Compile Include="Properties\AssemblyInfo.cs" />
  70. <Compile Include="ReceivedUdpData.cs" />
  71. <Compile Include="RequestReceivedEventArgs.cs" />
  72. <Compile Include="ResponseReceivedEventArgs.cs" />
  73. <Compile Include="SsdpCommunicationsServer.cs" />
  74. <Compile Include="SsdpConstants.cs" />
  75. <Compile Include="SsdpDevice.cs" />
  76. <Compile Include="SsdpDeviceIcon.cs" />
  77. <Compile Include="SsdpDeviceProperties.cs" />
  78. <Compile Include="SsdpDeviceProperty.cs" />
  79. <Compile Include="SsdpDevicePublisherBase.cs" />
  80. <Compile Include="SsdpEmbeddedDevice.cs" />
  81. <Compile Include="SsdpRootDevice.cs" />
  82. <Compile Include="UdpEndPoint.cs" />
  83. <Compile Include="UPnP10DeviceValidator.cs" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <None Include="app.config" />
  87. <None Include="packages.config" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <CodeAnalysisDictionary Include="..\Shared\CodeAnalysisDictionary.xml">
  91. <Link>Properties\CodeAnalysisDictionary.xml</Link>
  92. <SubType>Designer</SubType>
  93. </CodeAnalysisDictionary>
  94. </ItemGroup>
  95. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  96. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  97. <PropertyGroup>
  98. <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>
  99. </PropertyGroup>
  100. <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'))" />
  101. </Target>
  102. <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')" />
  103. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  104. Other similar extension points exist, see Microsoft.Common.targets.
  105. <Target Name="BeforeBuild">
  106. </Target>
  107. <Target Name="AfterBuild">
  108. </Target>
  109. -->
  110. </Project>