Skip to content

Commit

Permalink
Turned on xml documentation generation so it will be included in nuge…
Browse files Browse the repository at this point in the history
…t packages.
  • Loading branch information
Mark Allanson committed Sep 7, 2013
1 parent 97f71ae commit d5d309c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 8 additions & 0 deletions BuildWithTests.v11.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nMQTTTests", "nMQTTTests\nM
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nMqttSampleApp", "nMqttSampleApp\nMqttSampleApp.csproj", "{6D493F92-7785-4F07-BA36-E25E18028602}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B3F3E4EA-FDC8-4619-BEB5-68466B9B528D}"
ProjectSection(SolutionItems) = preProject
getting-started.md = getting-started.md
LICENSE.txt = LICENSE.txt
nmqttlogo.png = nmqttlogo.png
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
6 changes: 2 additions & 4 deletions nMQTT/nMQTT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
<RunCodeAnalysis>false</RunCodeAnalysis>
<CodeAnalysisRules>
</CodeAnalysisRules>
<DocumentationFile>
</DocumentationFile>
<DocumentationFile>bin\Debug\Nmqtt.XML</DocumentationFile>
<AssemblyOriginatorKeyFile>nMQTTDevOnly.snk</AssemblyOriginatorKeyFile>
<CodeAnalysisRuleSet>Migrated rules for nMQTT (2).ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
Expand All @@ -66,8 +65,7 @@
<RunCodeAnalysis>true</RunCodeAnalysis>
<CodeAnalysisRules>
</CodeAnalysisRules>
<DocumentationFile>
</DocumentationFile>
<DocumentationFile>bin\Release\Nmqtt.XML</DocumentationFile>
<AssemblyOriginatorKeyFile>nMqttDevOnly.snk</AssemblyOriginatorKeyFile>
<CodeAnalysisRuleSet>Migrated rules for nMQTT (2).ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
Expand Down

0 comments on commit d5d309c

Please sign in to comment.