Skip to content

Commit 911a463

Browse files
committed
Enable documentation gen again
Thought I was disabling it for Release only...
1 parent bc93ccf commit 911a463

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

WinNUT_V2/WinNUT_GUI/WinNUT-client.vbproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
<DefineDebug>true</DefineDebug>
4242
<DefineTrace>true</DefineTrace>
4343
<OutputPath>bin\Debug\</OutputPath>
44-
<DocumentationFile>
45-
</DocumentationFile>
44+
<DocumentationFile>WinNUT-Client.xml</DocumentationFile>
4645
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
4746
<Optimize>false</Optimize>
4847
</PropertyGroup>
@@ -53,8 +52,7 @@
5352
<DefineTrace>true</DefineTrace>
5453
<Optimize>true</Optimize>
5554
<OutputPath>bin\Release\</OutputPath>
56-
<DocumentationFile>
57-
</DocumentationFile>
55+
<DocumentationFile>WinNUT-Client.xml</DocumentationFile>
5856
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
5957
</PropertyGroup>
6058
<PropertyGroup>

0 commit comments

Comments
 (0)