Skip to content

Commit

Permalink
Resolve Ken's comments, rename Namespace for docfx project to Microso…
Browse files Browse the repository at this point in the history
…ft.DocAsCode while keeping AssemblyName as docfx
  • Loading branch information
vicancy committed Jun 27, 2015
1 parent a497a2e commit 1918f9c
Show file tree
Hide file tree
Showing 18 changed files with 23 additions and 38 deletions.
10 changes: 0 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,4 @@ log.txt
debugSettings.json
launchSettings.json
project.lock.json
nuget.exe
*.sublime-workspace


############################
# wix intermediate files #
############################
Installer/obj/
Installer/*.wixpdb
Installer/*.wixobj
Installer/*.msi
6 changes: 0 additions & 6 deletions src/BackEnd/Microsoft.DocAsCode.EntityModel/Constants.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
namespace Microsoft.DocAsCode.EntityModel
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

public static class Constants
{
public const string YamlExtension = ".yml";
Expand Down
2 changes: 1 addition & 1 deletion src/BackEnd/docfx/ConfigModel.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace docfx
namespace Microsoft.DocAsCode
{
using Microsoft.DocAsCode.EntityModel;
using Newtonsoft.Json;
Expand Down
2 changes: 1 addition & 1 deletion src/BackEnd/docfx/ConsoleExtension.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace docfx
namespace Microsoft.DocAsCode
{
using Microsoft.DocAsCode.EntityModel;
using Newtonsoft.Json;
Expand Down
2 changes: 1 addition & 1 deletion src/BackEnd/docfx/Glob/ConfigModelHelper.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace docfx
namespace Microsoft.DocAsCode
{
using Microsoft.DocAsCode.EntityModel;
using Microsoft.DocAsCode.Utility;
Expand Down
16 changes: 8 additions & 8 deletions src/BackEnd/docfx/Glob/GlobUtility.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
using Microsoft.DocAsCode.EntityModel;
using Microsoft.DocAsCode.Utility;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;

namespace docfx
namespace Microsoft.DocAsCode
{
using Microsoft.DocAsCode.EntityModel;
using Microsoft.DocAsCode.Utility;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;

internal class GlobUtility
{
/// <summary>
Expand Down
2 changes: 1 addition & 1 deletion src/BackEnd/docfx/HelpTextGenerator.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace docfx
namespace Microsoft.DocAsCode
{
using CommandLine;
using CommandLine.Text;
Expand Down
2 changes: 1 addition & 1 deletion src/BackEnd/docfx/Options.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace docfx
namespace Microsoft.DocAsCode
{
using CommandLine;
using Microsoft.DocAsCode.EntityModel;
Expand Down
2 changes: 1 addition & 1 deletion src/BackEnd/docfx/OptionsAttributes.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace docfx
namespace Microsoft.DocAsCode
{
using System;

Expand Down
2 changes: 1 addition & 1 deletion src/BackEnd/docfx/Program.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace docfx
namespace Microsoft.DocAsCode
{
using CommandLine;
using Microsoft.DocAsCode.EntityModel;
Expand Down
2 changes: 1 addition & 1 deletion src/BackEnd/docfx/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using docfx;
using Microsoft.DocAsCode;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
Expand Down
2 changes: 1 addition & 1 deletion src/BackEnd/docfx/SubCommands/HelpSubCommand.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace docfx
namespace Microsoft.DocAsCode
{
using Microsoft.DocAsCode.EntityModel;
using System;
Expand Down
2 changes: 1 addition & 1 deletion src/BackEnd/docfx/SubCommands/ISubCommand.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace docfx
namespace Microsoft.DocAsCode
{
using Microsoft.DocAsCode.EntityModel;

Expand Down
2 changes: 1 addition & 1 deletion src/BackEnd/docfx/SubCommands/InitSubCommand.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace docfx
namespace Microsoft.DocAsCode
{
using Microsoft.DocAsCode.EntityModel;
using Newtonsoft.Json;
Expand Down
2 changes: 1 addition & 1 deletion src/BackEnd/docfx/SubCommands/MetadataSubCommand.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace docfx
namespace Microsoft.DocAsCode
{
using Microsoft.DocAsCode.EntityModel;
using Microsoft.DocAsCode.Utility;
Expand Down
2 changes: 1 addition & 1 deletion src/BackEnd/docfx/SubCommands/SubCommandFactory.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace docfx
namespace Microsoft.DocAsCode
{
using System;

Expand Down
2 changes: 1 addition & 1 deletion src/BackEnd/docfx/SubCommands/WebsiteSubCommand.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace docfx
namespace Microsoft.DocAsCode
{
using Microsoft.DocAsCode.EntityModel;
using Microsoft.DocAsCode.EntityModel.MarkdownIndexer;
Expand Down
1 change: 1 addition & 0 deletions src/BackEnd/docfx/docfx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<ProjectGuid>{AB97BEDF-D207-42E9-A56F-C9DD395BFCDD}</ProjectGuid>
<OutputType>Exe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Microsoft.DocAsCode</RootNamespace>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CodeAnalysis, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand Down

0 comments on commit 1918f9c

Please sign in to comment.