Skip to content

Commit

Permalink
Move to ASP.NET Core
Browse files Browse the repository at this point in the history
  • Loading branch information
robmen committed Apr 4, 2017
1 parent bdec87e commit 00b2ae5
Show file tree
Hide file tree
Showing 1,262 changed files with 2,129 additions and 3,295 deletions.
13 changes: 3 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
.vs/
bin/
obj/
node_modules/
out/
packages/
build/
release/src/layouts/
root/src/layouts/
v3manual/src/layouts/

.docpad.db
site.lastrun
src/Web/wwwroot/

*.suo
*.user

# Issues bring their binaries with them but not the App_Data
issues/App_Data/
!issues/bin/
2 changes: 1 addition & 1 deletion LICENSE.TXT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2004, Outercurve Foundation.
Copyright (c) .NET Foundation and contributors.
This software is released under the Microsoft Reciprocal License (MS-RL) (the "License"); you may not use the software except in compliance with the License.

The text of the Microsoft Reciprocal License (MS-RL) can be found online at:
Expand Down
14 changes: 7 additions & 7 deletions api/api.sln → Web.sln
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30110.0
# Visual Studio 15
VisualStudioVersion = 15.0.26228.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "api", "api.csproj", "{B99B17B5-8EA1-42D9-8609-2191CD7ACA82}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web", "src\Web\Web.csproj", "{C728C975-EEE4-4A54-ACD2-95E8BCA2F5CE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B99B17B5-8EA1-42D9-8609-2191CD7ACA82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B99B17B5-8EA1-42D9-8609-2191CD7ACA82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B99B17B5-8EA1-42D9-8609-2191CD7ACA82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B99B17B5-8EA1-42D9-8609-2191CD7ACA82}.Release|Any CPU.Build.0 = Release|Any CPU
{C728C975-EEE4-4A54-ACD2-95E8BCA2F5CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C728C975-EEE4-4A54-ACD2-95E8BCA2F5CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C728C975-EEE4-4A54-ACD2-95E8BCA2F5CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C728C975-EEE4-4A54-ACD2-95E8BCA2F5CE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
1,331 changes: 0 additions & 1,331 deletions api/App_Data/redirects.json

This file was deleted.

28 changes: 0 additions & 28 deletions api/App_Data/releases.json

This file was deleted.

17 changes: 0 additions & 17 deletions api/ContentHandlers/TextReplacementContentHandler.cs

This file was deleted.

35 changes: 0 additions & 35 deletions api/ContentHandlers/TextReplacementWriter.cs

This file was deleted.

87 changes: 0 additions & 87 deletions api/Handlers/AssignmentLoginHandler.cs

This file was deleted.

37 changes: 0 additions & 37 deletions api/Handlers/AssignmentRequestHandler.cs

This file was deleted.

36 changes: 0 additions & 36 deletions api/Handlers/AssignmentSendHandler.cs

This file was deleted.

Loading

0 comments on commit 00b2ae5

Please sign in to comment.