Skip to content

Commit 653217e

Browse files
committed
Create solution
1 parent 62d2356 commit 653217e

34 files changed

Lines changed: 25 additions & 0 deletions
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 17
4+
VisualStudioVersion = 17.1.32228.430
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Neolution.OrchardCoreModules.PageViewStats", "Neolution.OrchardCoreModules.PageViewStats\Neolution.OrchardCoreModules.PageViewStats.csproj", "{4C09E371-1884-491B-B9EA-2A09F85F5487}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{4C09E371-1884-491B-B9EA-2A09F85F5487}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{4C09E371-1884-491B-B9EA-2A09F85F5487}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{4C09E371-1884-491B-B9EA-2A09F85F5487}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{4C09E371-1884-491B-B9EA-2A09F85F5487}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {EA3EDAD6-3CAF-4C18-A2EE-13410304C3D1}
24+
EndGlobalSection
25+
EndGlobal

Controllers/CountPageViewController.cs renamed to Neolution.OrchardCoreModules.PageViewStats/Controllers/CountPageViewController.cs

File renamed without changes.

Controllers/PageViewStatsController.cs renamed to Neolution.OrchardCoreModules.PageViewStats/Controllers/PageViewStatsController.cs

File renamed without changes.

Drivers/PageViewStatsSiteSettingsDisplayDriver.cs renamed to Neolution.OrchardCoreModules.PageViewStats/Drivers/PageViewStatsSiteSettingsDisplayDriver.cs

File renamed without changes.

Manifest.cs renamed to Neolution.OrchardCoreModules.PageViewStats/Manifest.cs

File renamed without changes.

Migrations.cs renamed to Neolution.OrchardCoreModules.PageViewStats/Migrations.cs

File renamed without changes.

Models/DailyArchive.cs renamed to Neolution.OrchardCoreModules.PageViewStats/Models/DailyArchive.cs

File renamed without changes.

Models/MonthlyArchive.cs renamed to Neolution.OrchardCoreModules.PageViewStats/Models/MonthlyArchive.cs

File renamed without changes.

Models/PageView.cs renamed to Neolution.OrchardCoreModules.PageViewStats/Models/PageView.cs

File renamed without changes.

Models/PageViewStatsSettings.cs renamed to Neolution.OrchardCoreModules.PageViewStats/Models/PageViewStatsSettings.cs

File renamed without changes.

0 commit comments

Comments
 (0)