diff --git a/.gitignore b/.gitignore index 8e77a3ce1f..d35f5d2927 100644 --- a/.gitignore +++ b/.gitignore @@ -107,3 +107,4 @@ src/Umbraco.Web.UI/[Cc]onfig/appSettings.config src/Umbraco.Web.UI/[Cc]onfig/connectionStrings.config src/Umbraco.Web.UI/umbraco/plugins/* src/Umbraco.Web.UI/umbraco/js/init.js +build/Help/* diff --git a/build/csharp-api-docs.shfbproj b/build/csharp-api-docs.shfbproj new file mode 100644 index 0000000000..fdfa7e5f44 --- /dev/null +++ b/build/csharp-api-docs.shfbproj @@ -0,0 +1,172 @@ + + + + + Debug + AnyCPU + 2.0 + {cb4d85f1-7390-40ee-b41f-a724bb8fddea} + 1.9.5.0 + + Documentation + Documentation + Documentation + + .NET Framework 4.5 + .\Help\ + UmbracoClassLibrary + en-US + OnlyErrors + csharp-api-docs.log + Website + True + False + False + False + True + CSharp + Blank + False + VS2010 + False + Guid + Umbraco .Net Class Library + AboveNamespaces + Attributes, InheritedMembers, InheritedFrameworkMembers, Protected, SealedProtected + + + + + + + None + None + False + True + Summary, AutoDocumentCtors, AutoDocumentDispose + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/umbraco.sln b/src/umbraco.sln index 60199204c4..2dfeb55041 100644 --- a/src/umbraco.sln +++ b/src/umbraco.sln @@ -1,14 +1,14 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.21005.1 -MinimumVisualStudioVersion = 10.0.40219.1 +# Visual Studio 2012 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Umbraco.Web.UI", "Umbraco.Web.UI\Umbraco.Web.UI.csproj", "{4C4C194C-B5E4-4991-8F87-4373E24CC19F}" EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{2849E9D4-3B4E-40A3-A309-F3CB4F0E125F}" ProjectSection(SolutionItems) = preProject ..\build\Build.bat = ..\build\Build.bat ..\build\Build.proj = ..\build\Build.proj + ..\build\BuildBelle.bat = ..\build\BuildBelle.bat ..\build\RevertToCleanInstall.bat = ..\build\RevertToCleanInstall.bat + ..\build\RevertToEmptyInstall.bat = ..\build\RevertToEmptyInstall.bat umbraco.presentation.targets = umbraco.presentation.targets EndProjectSection EndProject @@ -30,6 +30,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuSpecs", "NuSpecs", "{227C EndProject Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "Umbraco.Web.UI.Client", "http://localhost:3961", "{3819A550-DCEC-4153-91B4-8BA9F7F0B9B4}" ProjectSection(WebsiteProperties) = preProject + Frontpage = "false" UseIISExpress = "true" TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5" Debug.AspNetCompiler.VirtualPath = "/localhost_3961"