Skip to content

Commit 00b2ae5

Browse files
committed
Move to ASP.NET Core
1 parent bdec87e commit 00b2ae5

File tree

1,262 files changed

+2129
-3295
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,262 files changed

+2129
-3295
lines changed

.gitignore

+3-10
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
1+
.vs/
12
bin/
23
obj/
3-
node_modules/
4-
out/
54
packages/
65
build/
7-
release/src/layouts/
8-
root/src/layouts/
9-
v3manual/src/layouts/
106

11-
.docpad.db
127
site.lastrun
8+
src/Web/wwwroot/
9+
1310
*.suo
1411
*.user
15-
16-
# Issues bring their binaries with them but not the App_Data
17-
issues/App_Data/
18-
!issues/bin/

LICENSE.TXT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2004, Outercurve Foundation.
1+
Copyright (c) .NET Foundation and contributors.
22
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.
33

44
The text of the Microsoft Reciprocal License (MS-RL) can be found online at:

api/api.sln renamed to Web.sln

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2013
4-
VisualStudioVersion = 12.0.30110.0
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.26228.10
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "api", "api.csproj", "{B99B17B5-8EA1-42D9-8609-2191CD7ACA82}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Web", "src\Web\Web.csproj", "{C728C975-EEE4-4A54-ACD2-95E8BCA2F5CE}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1010
Debug|Any CPU = Debug|Any CPU
1111
Release|Any CPU = Release|Any CPU
1212
EndGlobalSection
1313
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{B99B17B5-8EA1-42D9-8609-2191CD7ACA82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{B99B17B5-8EA1-42D9-8609-2191CD7ACA82}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{B99B17B5-8EA1-42D9-8609-2191CD7ACA82}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{B99B17B5-8EA1-42D9-8609-2191CD7ACA82}.Release|Any CPU.Build.0 = Release|Any CPU
14+
{C728C975-EEE4-4A54-ACD2-95E8BCA2F5CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{C728C975-EEE4-4A54-ACD2-95E8BCA2F5CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{C728C975-EEE4-4A54-ACD2-95E8BCA2F5CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{C728C975-EEE4-4A54-ACD2-95E8BCA2F5CE}.Release|Any CPU.Build.0 = Release|Any CPU
1818
EndGlobalSection
1919
GlobalSection(SolutionProperties) = preSolution
2020
HideSolutionNode = FALSE

api/App_Data/redirects.json

-1,331
This file was deleted.

api/App_Data/releases.json

-28
This file was deleted.

api/ContentHandlers/TextReplacementContentHandler.cs

-17
This file was deleted.

api/ContentHandlers/TextReplacementWriter.cs

-35
This file was deleted.

api/Handlers/AssignmentLoginHandler.cs

-87
This file was deleted.

api/Handlers/AssignmentRequestHandler.cs

-37
This file was deleted.

api/Handlers/AssignmentSendHandler.cs

-36
This file was deleted.

0 commit comments

Comments
 (0)