M2Mqtt.WinRT.csproj 4.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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>{0238F0E3-A02B-428D-8A3F-410D8F15BB50}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>uPLibrary.Networking.M2Mqtt</RootNamespace>
  12. <AssemblyName>M2Mqtt.WinRT</AssemblyName>
  13. <DefaultLanguage>en-US</DefaultLanguage>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <TargetFrameworkProfile>Profile32</TargetFrameworkProfile>
  17. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>..\bin\Debug\M2Mqtt.WinRT\</OutputPath>
  24. <DefineConstants>TRACE;DEBUG;WINDOWS_APP,WINDOWS_PHONE_APP,SSL</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>..\bin\Release\M2Mqtt.WinRT\</OutputPath>
  32. <DefineConstants>TRACE;WINDOWS_APP,WINDOWS_PHONE_APP,SSL</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <!-- A reference to the entire .NET Framework is automatically included -->
  38. </ItemGroup>
  39. <ItemGroup>
  40. <TargetPlatform Include="WindowsPhoneApp, Version=8.1" />
  41. <TargetPlatform Include="Windows, Version=8.1" />
  42. </ItemGroup>
  43. <ItemGroup>
  44. <Compile Include="Exceptions\MqttClientException.cs" />
  45. <Compile Include="Exceptions\MqttCommunicationException.cs" />
  46. <Compile Include="Exceptions\MqttConnectionException.cs" />
  47. <Compile Include="Exceptions\MqttTimeoutException.cs" />
  48. <Compile Include="IMqttNetworkChannel.cs" />
  49. <Compile Include="Internal\InternalEvent.cs" />
  50. <Compile Include="Internal\MsgInternalEvent.cs" />
  51. <Compile Include="Internal\MsgPublishedInternalEvent.cs" />
  52. <Compile Include="Messages\MqttMsgBase.cs" />
  53. <Compile Include="Messages\MqttMsgConnack.cs" />
  54. <Compile Include="Messages\MqttMsgConnect.cs" />
  55. <Compile Include="Messages\MqttMsgConnectEventArgs.cs" />
  56. <Compile Include="Messages\MqttMsgContext.cs" />
  57. <Compile Include="Messages\MqttMsgDisconnect.cs" />
  58. <Compile Include="Messages\MqttMsgPingReq.cs" />
  59. <Compile Include="Messages\MqttMsgPingResp.cs" />
  60. <Compile Include="Messages\MqttMsgPuback.cs" />
  61. <Compile Include="Messages\MqttMsgPubcomp.cs" />
  62. <Compile Include="Messages\MqttMsgPublish.cs" />
  63. <Compile Include="Messages\MqttMsgPublishedEventArgs.cs" />
  64. <Compile Include="Messages\MqttMsgPublishEventArgs.cs" />
  65. <Compile Include="Messages\MqttMsgPubrec.cs" />
  66. <Compile Include="Messages\MqttMsgPubrel.cs" />
  67. <Compile Include="Messages\MqttMsgSuback.cs" />
  68. <Compile Include="Messages\MqttMsgSubscribe.cs" />
  69. <Compile Include="Messages\MqttMsgSubscribedEventArgs.cs" />
  70. <Compile Include="Messages\MqttMsgSubscribeEventArgs.cs" />
  71. <Compile Include="Messages\MqttMsgUnsuback.cs" />
  72. <Compile Include="Messages\MqttMsgUnsubscribe.cs" />
  73. <Compile Include="Messages\MqttMsgUnsubscribedEventArgs.cs" />
  74. <Compile Include="Messages\MqttMsgUnsubscribeEventArgs.cs" />
  75. <Compile Include="MqttClient.cs" />
  76. <Compile Include="MqttSecurity.cs" />
  77. <Compile Include="MqttSettings.cs" />
  78. <Compile Include="Properties\AssemblyInfo.cs" />
  79. <Compile Include="Session\MqttBrokerSession.cs" />
  80. <Compile Include="Session\MqttClientSession.cs" />
  81. <Compile Include="Session\MqttSession.cs" />
  82. <Compile Include="Utility\QueueExtension.cs" />
  83. <Compile Include="Utility\Trace.cs" />
  84. <Compile Include="WinRT\Fx.cs" />
  85. <Compile Include="WinRT\MqttNetworkChannel.cs" />
  86. <Compile Include="WinRT\Hashtable.cs" />
  87. <Compile Include="WinRT\Queue.cs" />
  88. </ItemGroup>
  89. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  90. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  91. Other similar extension points exist, see Microsoft.Common.targets.
  92. <Target Name="BeforeBuild">
  93. </Target>
  94. <Target Name="AfterBuild">
  95. </Target>
  96. -->
  97. </Project>