Skip to content

Commit 23cc13e

Browse files
committed
Add historical documentation projects for SHFB Version Builder plugin
1 parent c067d81 commit 23cc13e

28 files changed

Lines changed: 1697 additions & 0 deletions
Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3+
<PropertyGroup>
4+
<!-- The configuration and platform will be used to determine which
5+
assemblies to include from solution and project documentation
6+
sources -->
7+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9+
<SchemaVersion>2.0</SchemaVersion>
10+
<ProjectGuid>{03b2e018-1c97-4ea5-abe4-b77de03998be}</ProjectGuid>
11+
<SHFBSchemaVersion>1.9.9.0</SHFBSchemaVersion>
12+
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual
13+
Studio adds them anyway -->
14+
<AssemblyName>Documentation</AssemblyName>
15+
<RootNamespace>Documentation</RootNamespace>
16+
<Name>Documentation.v3.5</Name>
17+
<!-- SHFB properties -->
18+
<FrameworkVersion>.NET Framework 4.0</FrameworkVersion>
19+
<OutputPath>.\bin\Help</OutputPath>
20+
<HtmlHelpName>API Reference Documentation</HtmlHelpName>
21+
<Language>en-US</Language>
22+
<DocumentationSources>
23+
<DocumentationSource sourceFile="..\..\packages\openstack.net.1.0.0.0\lib\net40\openstacknet.dll" />
24+
</DocumentationSources>
25+
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
26+
<HelpFileFormat>Website</HelpFileFormat>
27+
<IndentHtml>False</IndentHtml>
28+
<KeepLogFile>True</KeepLogFile>
29+
<DisableCodeBlockComponent>False</DisableCodeBlockComponent>
30+
<CppCommentsFixup>False</CppCommentsFixup>
31+
<CleanIntermediates>True</CleanIntermediates>
32+
<SyntaxFilters>Standard</SyntaxFilters>
33+
<SdkLinkTarget>Blank</SdkLinkTarget>
34+
<RootNamespaceContainer>True</RootNamespaceContainer>
35+
<PresentationStyle>VS2013</PresentationStyle>
36+
<Preliminary>False</Preliminary>
37+
<NamingMethod>MemberName</NamingMethod>
38+
<HelpTitle>openstack.net API Reference Documentation</HelpTitle>
39+
<ContentPlacement>AboveNamespaces</ContentPlacement>
40+
<RootNamespaceTitle>API Reference</RootNamespaceTitle>
41+
<WebsiteSdkLinkType>Msdn</WebsiteSdkLinkType>
42+
<HtmlSdkLinkType>Msdn</HtmlSdkLinkType>
43+
<IncludeFavorites>True</IncludeFavorites>
44+
<BinaryTOC>True</BinaryTOC>
45+
<VisibleItems>Attributes, ExplicitInterfaceImplementations, InheritedMembers, InheritedFrameworkMembers, Protected, ProtectedInternalAsProtected, SealedProtected</VisibleItems>
46+
<FeedbackEMailAddress>openstack.net%40lists.rackspace.com</FeedbackEMailAddress>
47+
<CopyrightText>
48+
</CopyrightText>
49+
<CopyrightHref>
50+
</CopyrightHref>
51+
<TransformComponentArguments>
52+
<Argument Key="logoFile" Value="" />
53+
<Argument Key="logoHeight" Value="" />
54+
<Argument Key="logoWidth" Value="" />
55+
<Argument Key="logoAltText" Value="" />
56+
<Argument Key="logoPlacement" Value="left" />
57+
<Argument Key="logoAlignment" Value="left" />
58+
</TransformComponentArguments>
59+
<ComponentConfigurations>
60+
</ComponentConfigurations>
61+
<CatalogName>VisualStudio11</CatalogName>
62+
<TocParentId>-1</TocParentId>
63+
<TocParentVersion>100</TocParentVersion>
64+
<TopicVersion>100</TopicVersion>
65+
<TocOrder>-1</TocOrder>
66+
<ProductTitle>openstack.net SDK</ProductTitle>
67+
<VendorName>openstacknet</VendorName>
68+
<MSHelpViewerSdkLinkType>Id</MSHelpViewerSdkLinkType>
69+
<CatalogVersion>100</CatalogVersion>
70+
<CatalogProductId>VS</CatalogProductId>
71+
<ApiFilter />
72+
<HelpAttributes />
73+
<NamespaceSummaries />
74+
<PlugInConfigurations>
75+
</PlugInConfigurations>
76+
<BuildLogFile />
77+
<HtmlHelp1xCompilerPath />
78+
<HtmlHelp2xCompilerPath />
79+
<WorkingPath />
80+
<ComponentPath />
81+
<MaximumGroupParts>3</MaximumGroupParts>
82+
<NamespaceGrouping>False</NamespaceGrouping>
83+
<MissingTags>None</MissingTags>
84+
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
85+
<RestorePackages>true</RestorePackages>
86+
</PropertyGroup>
87+
<ItemGroup>
88+
<None Include="packages.config" />
89+
</ItemGroup>
90+
<ItemGroup>
91+
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
92+
<HintPath>..\..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
93+
<Private>True</Private>
94+
</Reference>
95+
<Reference Include="SimpleRESTServices">
96+
<HintPath>..\..\packages\SimpleRESTServices.1.0.0.0\lib\net40\SimpleRESTServices.dll</HintPath>
97+
<Private>True</Private>
98+
</Reference>
99+
</ItemGroup>
100+
<!-- There are no properties for these groups. AnyCPU needs to appear in
101+
order for Visual Studio to perform the build. The others are optional
102+
common platform types that may appear. -->
103+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
104+
</PropertyGroup>
105+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
106+
</PropertyGroup>
107+
<!-- Import the SHFB build targets -->
108+
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
109+
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
110+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
111+
<PropertyGroup>
112+
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
113+
</PropertyGroup>
114+
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
115+
</Target>
116+
</Project>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="Newtonsoft.Json" version="5.0.8" targetFramework="net40" />
4+
<package id="SimpleRESTServices" version="1.0.0.0" targetFramework="net40" />
5+
<package id="openstack.net" version="1.0.0" targetFramework="net40" />
6+
</packages>
Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3+
<PropertyGroup>
4+
<!-- The configuration and platform will be used to determine which
5+
assemblies to include from solution and project documentation
6+
sources -->
7+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9+
<SchemaVersion>2.0</SchemaVersion>
10+
<ProjectGuid>{1a9a19db-3244-4a7b-a346-ad3e6c06b49b}</ProjectGuid>
11+
<SHFBSchemaVersion>1.9.9.0</SHFBSchemaVersion>
12+
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual
13+
Studio adds them anyway -->
14+
<AssemblyName>Documentation</AssemblyName>
15+
<RootNamespace>Documentation</RootNamespace>
16+
<Name>Documentation.v3.5</Name>
17+
<!-- SHFB properties -->
18+
<FrameworkVersion>.NET Framework 4.0</FrameworkVersion>
19+
<OutputPath>.\bin\Help</OutputPath>
20+
<HtmlHelpName>API Reference Documentation</HtmlHelpName>
21+
<Language>en-US</Language>
22+
<DocumentationSources>
23+
<DocumentationSource sourceFile="..\..\packages\openstack.net.1.0.1.0\lib\net40\openstacknet.dll" />
24+
</DocumentationSources>
25+
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
26+
<HelpFileFormat>Website</HelpFileFormat>
27+
<IndentHtml>False</IndentHtml>
28+
<KeepLogFile>True</KeepLogFile>
29+
<DisableCodeBlockComponent>False</DisableCodeBlockComponent>
30+
<CppCommentsFixup>False</CppCommentsFixup>
31+
<CleanIntermediates>True</CleanIntermediates>
32+
<SyntaxFilters>Standard</SyntaxFilters>
33+
<SdkLinkTarget>Blank</SdkLinkTarget>
34+
<RootNamespaceContainer>True</RootNamespaceContainer>
35+
<PresentationStyle>VS2013</PresentationStyle>
36+
<Preliminary>False</Preliminary>
37+
<NamingMethod>MemberName</NamingMethod>
38+
<HelpTitle>openstack.net API Reference Documentation</HelpTitle>
39+
<ContentPlacement>AboveNamespaces</ContentPlacement>
40+
<RootNamespaceTitle>API Reference</RootNamespaceTitle>
41+
<WebsiteSdkLinkType>Msdn</WebsiteSdkLinkType>
42+
<HtmlSdkLinkType>Msdn</HtmlSdkLinkType>
43+
<IncludeFavorites>True</IncludeFavorites>
44+
<BinaryTOC>True</BinaryTOC>
45+
<VisibleItems>Attributes, ExplicitInterfaceImplementations, InheritedMembers, InheritedFrameworkMembers, Protected, ProtectedInternalAsProtected, SealedProtected</VisibleItems>
46+
<FeedbackEMailAddress>openstack.net%40lists.rackspace.com</FeedbackEMailAddress>
47+
<CopyrightText>
48+
</CopyrightText>
49+
<CopyrightHref>
50+
</CopyrightHref>
51+
<TransformComponentArguments>
52+
<Argument Key="logoFile" Value="" />
53+
<Argument Key="logoHeight" Value="" />
54+
<Argument Key="logoWidth" Value="" />
55+
<Argument Key="logoAltText" Value="" />
56+
<Argument Key="logoPlacement" Value="left" />
57+
<Argument Key="logoAlignment" Value="left" />
58+
</TransformComponentArguments>
59+
<ComponentConfigurations>
60+
</ComponentConfigurations>
61+
<CatalogName>VisualStudio11</CatalogName>
62+
<TocParentId>-1</TocParentId>
63+
<TocParentVersion>100</TocParentVersion>
64+
<TopicVersion>100</TopicVersion>
65+
<TocOrder>-1</TocOrder>
66+
<ProductTitle>openstack.net SDK</ProductTitle>
67+
<VendorName>openstacknet</VendorName>
68+
<MSHelpViewerSdkLinkType>Id</MSHelpViewerSdkLinkType>
69+
<CatalogVersion>100</CatalogVersion>
70+
<CatalogProductId>VS</CatalogProductId>
71+
<ApiFilter />
72+
<HelpAttributes />
73+
<NamespaceSummaries />
74+
<PlugInConfigurations>
75+
</PlugInConfigurations>
76+
<BuildLogFile />
77+
<HtmlHelp1xCompilerPath />
78+
<HtmlHelp2xCompilerPath />
79+
<WorkingPath />
80+
<ComponentPath />
81+
<MaximumGroupParts>3</MaximumGroupParts>
82+
<NamespaceGrouping>False</NamespaceGrouping>
83+
<MissingTags>None</MissingTags>
84+
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
85+
<RestorePackages>true</RestorePackages>
86+
</PropertyGroup>
87+
<ItemGroup>
88+
<None Include="packages.config" />
89+
</ItemGroup>
90+
<ItemGroup>
91+
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
92+
<HintPath>..\..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
93+
<Private>True</Private>
94+
</Reference>
95+
<Reference Include="SimpleRESTServices">
96+
<HintPath>..\..\packages\SimpleRESTServices.1.0.1.0\lib\net40\SimpleRESTServices.dll</HintPath>
97+
<Private>True</Private>
98+
</Reference>
99+
</ItemGroup>
100+
<!-- There are no properties for these groups. AnyCPU needs to appear in
101+
order for Visual Studio to perform the build. The others are optional
102+
common platform types that may appear. -->
103+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
104+
</PropertyGroup>
105+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
106+
</PropertyGroup>
107+
<!-- Import the SHFB build targets -->
108+
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
109+
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
110+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
111+
<PropertyGroup>
112+
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
113+
</PropertyGroup>
114+
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
115+
</Target>
116+
</Project>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="Newtonsoft.Json" version="5.0.8" targetFramework="net40" />
4+
<package id="SimpleRESTServices" version="1.0.1.0" targetFramework="net40" />
5+
<package id="openstack.net" version="1.0.1" targetFramework="net40" />
6+
</packages>
Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3+
<PropertyGroup>
4+
<!-- The configuration and platform will be used to determine which
5+
assemblies to include from solution and project documentation
6+
sources -->
7+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9+
<SchemaVersion>2.0</SchemaVersion>
10+
<ProjectGuid>{55d69660-cc73-469a-94ce-a28405b7c13f}</ProjectGuid>
11+
<SHFBSchemaVersion>1.9.9.0</SHFBSchemaVersion>
12+
<!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual
13+
Studio adds them anyway -->
14+
<AssemblyName>Documentation</AssemblyName>
15+
<RootNamespace>Documentation</RootNamespace>
16+
<Name>Documentation.v3.5</Name>
17+
<!-- SHFB properties -->
18+
<FrameworkVersion>.NET Framework 4.0</FrameworkVersion>
19+
<OutputPath>.\bin\Help</OutputPath>
20+
<HtmlHelpName>API Reference Documentation</HtmlHelpName>
21+
<Language>en-US</Language>
22+
<DocumentationSources>
23+
<DocumentationSource sourceFile="..\..\packages\openstack.net.1.0.2.0\lib\net40\openstacknet.dll" />
24+
</DocumentationSources>
25+
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
26+
<HelpFileFormat>Website</HelpFileFormat>
27+
<IndentHtml>False</IndentHtml>
28+
<KeepLogFile>True</KeepLogFile>
29+
<DisableCodeBlockComponent>False</DisableCodeBlockComponent>
30+
<CppCommentsFixup>False</CppCommentsFixup>
31+
<CleanIntermediates>True</CleanIntermediates>
32+
<SyntaxFilters>Standard</SyntaxFilters>
33+
<SdkLinkTarget>Blank</SdkLinkTarget>
34+
<RootNamespaceContainer>True</RootNamespaceContainer>
35+
<PresentationStyle>VS2013</PresentationStyle>
36+
<Preliminary>False</Preliminary>
37+
<NamingMethod>MemberName</NamingMethod>
38+
<HelpTitle>openstack.net API Reference Documentation</HelpTitle>
39+
<ContentPlacement>AboveNamespaces</ContentPlacement>
40+
<RootNamespaceTitle>API Reference</RootNamespaceTitle>
41+
<WebsiteSdkLinkType>Msdn</WebsiteSdkLinkType>
42+
<HtmlSdkLinkType>Msdn</HtmlSdkLinkType>
43+
<IncludeFavorites>True</IncludeFavorites>
44+
<BinaryTOC>True</BinaryTOC>
45+
<VisibleItems>Attributes, ExplicitInterfaceImplementations, InheritedMembers, InheritedFrameworkMembers, Protected, ProtectedInternalAsProtected, SealedProtected</VisibleItems>
46+
<FeedbackEMailAddress>openstack.net%40lists.rackspace.com</FeedbackEMailAddress>
47+
<CopyrightText>
48+
</CopyrightText>
49+
<CopyrightHref>
50+
</CopyrightHref>
51+
<TransformComponentArguments>
52+
<Argument Key="logoFile" Value="" />
53+
<Argument Key="logoHeight" Value="" />
54+
<Argument Key="logoWidth" Value="" />
55+
<Argument Key="logoAltText" Value="" />
56+
<Argument Key="logoPlacement" Value="left" />
57+
<Argument Key="logoAlignment" Value="left" />
58+
</TransformComponentArguments>
59+
<ComponentConfigurations>
60+
</ComponentConfigurations>
61+
<CatalogName>VisualStudio11</CatalogName>
62+
<TocParentId>-1</TocParentId>
63+
<TocParentVersion>100</TocParentVersion>
64+
<TopicVersion>100</TopicVersion>
65+
<TocOrder>-1</TocOrder>
66+
<ProductTitle>openstack.net SDK</ProductTitle>
67+
<VendorName>openstacknet</VendorName>
68+
<MSHelpViewerSdkLinkType>Id</MSHelpViewerSdkLinkType>
69+
<CatalogVersion>100</CatalogVersion>
70+
<CatalogProductId>VS</CatalogProductId>
71+
<ApiFilter />
72+
<HelpAttributes />
73+
<NamespaceSummaries />
74+
<PlugInConfigurations>
75+
</PlugInConfigurations>
76+
<BuildLogFile />
77+
<HtmlHelp1xCompilerPath />
78+
<HtmlHelp2xCompilerPath />
79+
<WorkingPath />
80+
<ComponentPath />
81+
<MaximumGroupParts>3</MaximumGroupParts>
82+
<NamespaceGrouping>False</NamespaceGrouping>
83+
<MissingTags>None</MissingTags>
84+
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
85+
<RestorePackages>true</RestorePackages>
86+
</PropertyGroup>
87+
<ItemGroup>
88+
<None Include="packages.config" />
89+
</ItemGroup>
90+
<ItemGroup>
91+
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed">
92+
<HintPath>..\..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll</HintPath>
93+
<Private>True</Private>
94+
</Reference>
95+
<Reference Include="SimpleRESTServices">
96+
<HintPath>..\..\packages\SimpleRESTServices.1.0.2.0\lib\net40\SimpleRESTServices.dll</HintPath>
97+
<Private>True</Private>
98+
</Reference>
99+
</ItemGroup>
100+
<!-- There are no properties for these groups. AnyCPU needs to appear in
101+
order for Visual Studio to perform the build. The others are optional
102+
common platform types that may appear. -->
103+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
104+
</PropertyGroup>
105+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
106+
</PropertyGroup>
107+
<!-- Import the SHFB build targets -->
108+
<Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" />
109+
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
110+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
111+
<PropertyGroup>
112+
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
113+
</PropertyGroup>
114+
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
115+
</Target>
116+
</Project>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="Newtonsoft.Json" version="5.0.8" targetFramework="net40" />
4+
<package id="SimpleRESTServices" version="1.0.2.0" targetFramework="net40" />
5+
<package id="openstack.net" version="1.0.2" targetFramework="net40" />
6+
</packages>

0 commit comments

Comments
 (0)