M2Mqtt.NetCf39.csproj 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{BB9B7FF4-6502-41AF-8851-5060B67645E8}</ProjectGuid>
  8. <ProjectTypeGuids>{6AFDAB0D-95EF-424D-8A49-099ECD40B0FF};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>uPLibrary.Networking.M2Mqtt</RootNamespace>
  12. <AssemblyName>M2Mqtt.NetCf39</AssemblyName>
  13. <TargetFrameworkIdentifier>WindowsEmbeddedCompact</TargetFrameworkIdentifier>
  14. <TargetFrameworkVersion>v3.9</TargetFrameworkVersion>
  15. <TargetFrameworkTargetsVersion>v8.0</TargetFrameworkTargetsVersion>
  16. <FileAlignment>512</FileAlignment>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>..\bin\Debug\M2Mqtt.NetCf39\</OutputPath>
  23. <DefineConstants>TRACE;DEBUG;COMPACT_FRAMEWORK</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <CodeAnalysisRuleSet>ManagedMinimumRules.ruleset</CodeAnalysisRuleSet>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>..\bin\Release\M2Mqtt.NetCf39\</OutputPath>
  32. <DefineConstants>TRACE;COMPACT_FRAMEWORK</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="System" />
  38. <Reference Include="System.Core" />
  39. <Reference Include="System.Xml.Linq" />
  40. <Reference Include="System.Data.DataSetExtensions" />
  41. <Reference Include="System.Data" />
  42. <Reference Include="System.Xml" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="Exceptions\MqttClientException.cs" />
  46. <Compile Include="Exceptions\MqttCommunicationException.cs" />
  47. <Compile Include="Exceptions\MqttConnectionException.cs" />
  48. <Compile Include="Exceptions\MqttTimeoutException.cs" />
  49. <Compile Include="IMqttNetworkChannel.cs" />
  50. <Compile Include="Internal\InternalEvent.cs" />
  51. <Compile Include="Internal\MsgInternalEvent.cs" />
  52. <Compile Include="Internal\MsgPublishedInternalEvent.cs" />
  53. <Compile Include="Messages\MqttMsgBase.cs" />
  54. <Compile Include="Messages\MqttMsgConnack.cs" />
  55. <Compile Include="Messages\MqttMsgConnect.cs" />
  56. <Compile Include="Messages\MqttMsgConnectEventArgs.cs" />
  57. <Compile Include="Messages\MqttMsgContext.cs" />
  58. <Compile Include="Messages\MqttMsgDisconnect.cs" />
  59. <Compile Include="Messages\MqttMsgPingReq.cs" />
  60. <Compile Include="Messages\MqttMsgPingResp.cs" />
  61. <Compile Include="Messages\MqttMsgPuback.cs" />
  62. <Compile Include="Messages\MqttMsgPubcomp.cs" />
  63. <Compile Include="Messages\MqttMsgPublish.cs" />
  64. <Compile Include="Messages\MqttMsgPublishedEventArgs.cs" />
  65. <Compile Include="Messages\MqttMsgPublishEventArgs.cs" />
  66. <Compile Include="Messages\MqttMsgPubrec.cs" />
  67. <Compile Include="Messages\MqttMsgPubrel.cs" />
  68. <Compile Include="Messages\MqttMsgSuback.cs" />
  69. <Compile Include="Messages\MqttMsgSubscribe.cs" />
  70. <Compile Include="Messages\MqttMsgSubscribedEventArgs.cs" />
  71. <Compile Include="Messages\MqttMsgSubscribeEventArgs.cs" />
  72. <Compile Include="Messages\MqttMsgUnsuback.cs" />
  73. <Compile Include="Messages\MqttMsgUnsubscribe.cs" />
  74. <Compile Include="Messages\MqttMsgUnsubscribedEventArgs.cs" />
  75. <Compile Include="Messages\MqttMsgUnsubscribeEventArgs.cs" />
  76. <Compile Include="MqttClient.cs" />
  77. <Compile Include="MqttSecurity.cs" />
  78. <Compile Include="Net\Fx.cs" />
  79. <Compile Include="Net\MqttNetworkChannel.cs" />
  80. <Compile Include="MqttSettings.cs" />
  81. <Compile Include="Properties\AssemblyInfo.cs" />
  82. <Compile Include="Session\MqttBrokerSession.cs" />
  83. <Compile Include="Session\MqttClientSession.cs" />
  84. <Compile Include="Session\MqttSession.cs" />
  85. <Compile Include="Utility\Trace.cs" />
  86. <Compile Include="Utility\QueueExtension.cs" />
  87. </ItemGroup>
  88. <Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkTargetsVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" />
  89. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  90. Other similar extension points exist, see Microsoft.Common.targets.
  91. <Target Name="BeforeBuild">
  92. </Target>
  93. <Target Name="AfterBuild">
  94. </Target>
  95. -->
  96. </Project>