-
Notifications
You must be signed in to change notification settings - Fork 13
Initial portable class library support (fixes #58) #59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
sharwell
wants to merge
1
commit into
JSIStudios:master
Choose a base branch
from
sharwell:pcl-support
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,108 @@ | ||
| <?xml version="1.0" encoding="utf-8"?> | ||
| <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | ||
| <PropertyGroup> | ||
| <!-- The configuration and platform will be used to determine which | ||
| assemblies to include from solution and project documentation | ||
| sources --> | ||
| <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
| <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
| <SchemaVersion>2.0</SchemaVersion> | ||
| <ProjectGuid>{89f7811c-b169-430a-87fd-895865c3fbdc}</ProjectGuid> | ||
| <SHFBSchemaVersion>1.9.9.0</SHFBSchemaVersion> | ||
| <!-- AssemblyName, Name, and RootNamespace are not used by SHFB but Visual | ||
| Studio adds them anyway --> | ||
| <AssemblyName>Documentation</AssemblyName> | ||
| <RootNamespace>Documentation</RootNamespace> | ||
| <Name>Documentation</Name> | ||
| <!-- SHFB properties --> | ||
| <FrameworkVersion>.NET Portable Library 4.0 %28Legacy%29</FrameworkVersion> | ||
| <OutputPath>.\Help\portable-net40\</OutputPath> | ||
| <HtmlHelpName>SimpleRESTServices</HtmlHelpName> | ||
| <Language>en-US</Language> | ||
| <DocumentationSources> | ||
| <DocumentationSource sourceFile="..\SimpleRestServices\SimpleRestServices.Portable.csproj" /> | ||
| </DocumentationSources> | ||
| <BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity> | ||
| <HelpFileFormat>HtmlHelp1, Website</HelpFileFormat> | ||
| <IndentHtml>False</IndentHtml> | ||
| <KeepLogFile>True</KeepLogFile> | ||
| <DisableCodeBlockComponent>False</DisableCodeBlockComponent> | ||
| <CppCommentsFixup>False</CppCommentsFixup> | ||
| <CleanIntermediates>True</CleanIntermediates> | ||
| <SyntaxFilters>Standard</SyntaxFilters> | ||
| <SdkLinkTarget>Blank</SdkLinkTarget> | ||
| <RootNamespaceTitle>API Reference</RootNamespaceTitle> | ||
| <RootNamespaceContainer>True</RootNamespaceContainer> | ||
| <PresentationStyle>VS2013</PresentationStyle> | ||
| <Preliminary>True</Preliminary> | ||
| <NamingMethod>MemberName</NamingMethod> | ||
| <HelpTitle>SimpleRESTServices API Reference Documentation</HelpTitle> | ||
| <FeedbackEMailAddress>openstack.net%40lists.rackspace.com</FeedbackEMailAddress> | ||
| <ContentPlacement>AboveNamespaces</ContentPlacement> | ||
| <WebsiteSdkLinkType>Msdn</WebsiteSdkLinkType> | ||
| <HtmlSdkLinkType>Msdn</HtmlSdkLinkType> | ||
| <IncludeFavorites>True</IncludeFavorites> | ||
| <BinaryTOC>True</BinaryTOC> | ||
| <VisibleItems>Attributes, ExplicitInterfaceImplementations, InheritedMembers, InheritedFrameworkMembers, Protected, ProtectedInternalAsProtected, SealedProtected</VisibleItems> | ||
| <ComponentConfigurations> | ||
| <ComponentConfig id="IntelliSense Component" enabled="True"> | ||
| <component id="IntelliSense Component" type="Microsoft.Ddue.Tools.IntelliSenseComponent" assembly="{@SandcastlePath}ProductionTools\BuildComponents.dll"> | ||
| <output includeNamespaces="false" namespacesFile="Namespaces" folder="{@OutputFolder}\..\..\Api\portable-net40" /> | ||
| </component> | ||
| </ComponentConfig> | ||
| </ComponentConfigurations> | ||
| <ApiFilter /> | ||
| <HelpAttributes /> | ||
| <NamespaceSummaries /> | ||
| <PlugInConfigurations> | ||
| <PlugInConfig id="Lightweight TOC" enabled="True"> | ||
| <configuration /> | ||
| </PlugInConfig> | ||
| </PlugInConfigurations> | ||
| <BuildLogFile /> | ||
| <HtmlHelp1xCompilerPath /> | ||
| <HtmlHelp2xCompilerPath /> | ||
| <WorkingPath /> | ||
| <ComponentPath /> | ||
| <MaximumGroupParts>2</MaximumGroupParts> | ||
| <NamespaceGrouping>False</NamespaceGrouping> | ||
| </PropertyGroup> | ||
| <!-- There are no properties for these groups. AnyCPU needs to appear in | ||
| order for Visual Studio to perform the build. The others are optional | ||
| common platform types that may appear. --> | ||
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
| </PropertyGroup> | ||
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
| </PropertyGroup> | ||
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> | ||
| </PropertyGroup> | ||
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> | ||
| </PropertyGroup> | ||
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> | ||
| </PropertyGroup> | ||
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> | ||
| </PropertyGroup> | ||
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win32' "> | ||
| </PropertyGroup> | ||
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win32' "> | ||
| </PropertyGroup> | ||
| <ItemGroup> | ||
| <ProjectReference Include="..\SimpleRestServices\SimpleRestServices.Portable.csproj"> | ||
| <Name>SimpleRestServices.Portable</Name> | ||
| <Project>{1960d862-8ad9-48be-9290-b7e23ea03d5c}</Project> | ||
| <Private>True</Private> | ||
| </ProjectReference> | ||
| </ItemGroup> | ||
| <ItemGroup> | ||
| <ContentLayout Include="SimpleRestServices.content" /> | ||
| </ItemGroup> | ||
| <ItemGroup> | ||
| <None Include="Content\MSHelpViewerRoot.aml" /> | ||
| <None Include="Content\Welcome.aml" /> | ||
| </ItemGroup> | ||
| <ItemGroup> | ||
| <Folder Include="Content\" /> | ||
| </ItemGroup> | ||
| <!-- Import the SHFB build targets --> | ||
| <Import Project="$(SHFBROOT)\SandcastleHelpFileBuilder.targets" /> | ||
| </Project> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since there is no #else in the above 4 #if and there is no code between, can they be combined to a single #if statement?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Theoretically, yes. However, they are conceptually different restrictions that may be addressed in different ways later.