Skip to content

Commit 7640827

Browse files
author
Fitzchak Yitzchaki
committed
Update Raven.Docs.shfbproj to use .NET 4.5
1 parent b151710 commit 7640827

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

Raven.Docs.shfbproj

+7
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@
8383
<CopyrightText>Copyright &amp;#169%3b 2010 - 2013 Hibernating Rhinos. All rights reserved.</CopyrightText>
8484
<HeaderText>RavenDB API Documentation</HeaderText>
8585
<PresentationStyle>vs2010</PresentationStyle>
86+
<BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity>
87+
<HelpFileFormat>HtmlHelp1</HelpFileFormat>
88+
<FrameworkVersion>.NET Framework 4.5</FrameworkVersion>
89+
<KeepLogFile>True</KeepLogFile>
90+
<DisableCodeBlockComponent>False</DisableCodeBlockComponent>
91+
<CppCommentsFixup>False</CppCommentsFixup>
92+
<CleanIntermediates>True</CleanIntermediates>
8693
</PropertyGroup>
8794
<!-- There are no properties for these groups. AnyCPU needs to appear in
8895
order for Visual Studio to perform the build. The others are optional

Raven.Docs.sln

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2012
4+
Project("{7CF6DF6D-3B04-46F8-A40B-537D21BCA0B4}") = "Raven.Docs", "Raven.Docs.shfbproj", "{AE076D1F-8B0F-45E2-A4E3-C77EA3D9BF0C}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|Any CPU = Debug|Any CPU
9+
Release|Any CPU = Release|Any CPU
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
{AE076D1F-8B0F-45E2-A4E3-C77EA3D9BF0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13+
{AE076D1F-8B0F-45E2-A4E3-C77EA3D9BF0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
14+
{AE076D1F-8B0F-45E2-A4E3-C77EA3D9BF0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
15+
{AE076D1F-8B0F-45E2-A4E3-C77EA3D9BF0C}.Release|Any CPU.Build.0 = Release|Any CPU
16+
EndGlobalSection
17+
GlobalSection(SolutionProperties) = preSolution
18+
HideSolutionNode = FALSE
19+
EndGlobalSection
20+
EndGlobal

0 commit comments

Comments
 (0)