Skip to content

Commit c2e929d

Browse files
committed
Use multi-TFM output directory for .NET Framework 4.0.
1 parent c9d6ca4 commit c2e929d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/sandcastle/SSH.NET.shfbproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
</ComponentConfig>
4242
</ComponentConfigurations>
4343
<DocumentationSources>
44-
<DocumentationSource sourceFile="..\..\src\Renci.SshNet\bin\Release\Renci.SshNet.dll" xmlns="" />
45-
<DocumentationSource sourceFile="..\..\src\Renci.SshNet\bin\Release\Renci.SshNet.xml" xmlns="" />
44+
<DocumentationSource sourceFile="..\..\src\Renci.SshNet\bin\Release\net40\Renci.SshNet.dll" xmlns="" />
45+
<DocumentationSource sourceFile="..\..\src\Renci.SshNet\bin\Release\net40\Renci.SshNet.xml" xmlns="" />
4646
</DocumentationSources>
4747
<MissingTags>Summary, Parameter, Returns, AutoDocumentCtors, TypeParameter, AutoDocumentDispose</MissingTags>
4848
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>

0 commit comments

Comments
 (0)