Skip to content

Commit 1265e41

Browse files
committed
Move help to own project directory.
1 parent 1106aa3 commit 1265e41

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

TimeZoneMapper/TimeZoneMapperHelp.shfbproj renamed to TimeZoneMapper.Help/TimeZoneMapperHelp.shfbproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<HtmlHelpName>TimeZoneMapper</HtmlHelpName>
2020
<Language>en-US</Language>
2121
<CopyrightHref>http://devcorner.nl</CopyrightHref>
22-
<CopyrightText>%28C%29 2013 - 2023 Devcorner.nl</CopyrightText>
22+
<CopyrightText>%28C%29 2013 - 2024 Devcorner.nl</CopyrightText>
2323
<FeedbackEMailAddress>rob%40devcorner.nl</FeedbackEMailAddress>
2424
<FeedbackEMailLinkText>Rob Janssen</FeedbackEMailLinkText>
2525
<HelpTitle>TimeZoneMapper documentation</HelpTitle>
@@ -28,7 +28,7 @@
2828
<SelfBranded>False</SelfBranded>
2929
<Preliminary>False</Preliminary>
3030
<DocumentationSources>
31-
<DocumentationSource sourceFile="TimeZoneMapper.csproj" />
31+
<DocumentationSource sourceFile="..\TimeZoneMapper\TimeZoneMapper.csproj" />
3232
</DocumentationSources>
3333
<NamespaceSummaries>
3434
<NamespaceSummaryItem name="TimeZoneMapper" isDocumented="True">The TimeZoneMapper namespace provides a simple programming interface for mapping TimeZoneID's (known from many *N*X implementations) to .Net's &lt;see cref="T:System.TimeZoneInfo"/&gt; class.</NamespaceSummaryItem>
@@ -54,7 +54,7 @@ Except as contained in this notice, the name of a copyright holder shall not be
5454
&amp;lt%3b/para&amp;gt%3b
5555

5656
</ProjectSummary>
57-
<HelpFileVersion>1.3.0.0</HelpFileVersion>
57+
<HelpFileVersion>1.3.1.0</HelpFileVersion>
5858
<SyntaxFilters>Standard</SyntaxFilters>
5959
<SdkLinkTarget>Blank</SdkLinkTarget>
6060
<PresentationStyle>VS2013</PresentationStyle>

TimeZoneMapper.sln

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
1-
Microsoft Visual Studio Solution File, Format Version 12.00
2-
# Visual Studio Version 16
3-
VisualStudioVersion = 16.0.31205.134
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.8.34601.278
45
MinimumVisualStudioVersion = 10.0.40219.1
56
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{DC815F93-760E-45F3-9413-BE9A4BEEB01F}"
67
ProjectSection(SolutionItems) = preProject
78
LICENSE = LICENSE
89
README.md = README.md
910
EndProjectSection
1011
EndProject
11-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimeZoneMapper.Tests", "TimeZoneMapper.Tests\TimeZoneMapper.Tests.csproj", "{7354DF79-574F-4133-96BF-FFB49099E242}"
12+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeZoneMapper.Tests", "TimeZoneMapper.Tests\TimeZoneMapper.Tests.csproj", "{7354DF79-574F-4133-96BF-FFB49099E242}"
1213
EndProject
1314
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TimeZoneMapper", "TimeZoneMapper\TimeZoneMapper.csproj", "{38D70D34-7DDD-45A0-B898-BF3FA82246EB}"
1415
EndProject
15-
Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "TimeZoneMapperHelp", "TimeZoneMapper\TimeZoneMapperHelp.shfbproj", "{D6A78785-3434-4544-A495-B201AFBD0964}"
16+
Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "TimeZoneMapperHelp", "TimeZoneMapper.Help\TimeZoneMapperHelp.shfbproj", "{D6A78785-3434-4544-A495-B201AFBD0964}"
1617
EndProject
1718
Global
1819
GlobalSection(SolutionConfigurationPlatforms) = preSolution

0 commit comments

Comments
 (0)