Skip to content

Commit

Permalink
* More fixing of solution / helpfile building
Browse files Browse the repository at this point in the history
  • Loading branch information
RobThree committed Feb 25, 2018
1 parent 195eb67 commit 81bd045
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -174,3 +174,4 @@ UpgradeLog*.htm
FakesAssemblies/
/Help
/.vs/
*.chm
Expand Up @@ -28,8 +28,8 @@
<SelfBranded>False</SelfBranded>
<Preliminary>False</Preliminary>
<DocumentationSources>
<DocumentationSource sourceFile="NGeoNames\bin\Release\net45\NGeoNames.dll" />
<DocumentationSource sourceFile="NGeoNames\bin\Release\net45\NGeoNames.xml" />
<DocumentationSource sourceFile="..\NGeoNames\bin\Release\net45\NGeoNames.dll" />
<DocumentationSource sourceFile="..\NGeoNames\bin\Release\net45\NGeoNames.xml" />
</DocumentationSources>
<ProjectSummary>This library provides classes for downloading, reading and parsing, writing and composing files from GeoNames.org and provides %28reverse%29 geocoding methods like NearestNeighbourSearch%28%29 and RadialSearch%28%29 on the downloaded dataset%28s%29.</ProjectSummary>
<HelpFileVersion>1.3.52.0</HelpFileVersion>
Expand Down
2 changes: 1 addition & 1 deletion NGeoNames.sln
Expand Up @@ -16,7 +16,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DumpTester", "DumpTester\DumpTester.csproj", "{F3407F70-D016-40CD-A394-B56FACA6307B}"
EndProject
Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "NGeoNamesHelp", "NGeoNamesHelp.shfbproj", "{D6A78785-3434-4544-A495-B201AFBD0964}"
Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "NGeoNamesHelp", "NGeoNames.Documentation\NGeoNamesHelp.shfbproj", "{D6A78785-3434-4544-A495-B201AFBD0964}"
ProjectSection(ProjectDependencies) = postProject
{A5BC5A09-1185-465A-971B-DB86DBD73A84} = {A5BC5A09-1185-465A-971B-DB86DBD73A84}
EndProjectSection
Expand Down

0 comments on commit 81bd045

Please sign in to comment.