diff --git a/clientapp/.gitignore b/clientapp/.gitignore index 11f5d71..bf61e36 100644 --- a/clientapp/.gitignore +++ b/clientapp/.gitignore @@ -17,6 +17,4 @@ pnpm-debug.log* .vscode *.suo *.ntvs* -*.njsproj -*.sln *.sw? diff --git a/clientapp/ProjectGrid.frontend.njsproj b/clientapp/ProjectGrid.frontend.njsproj new file mode 100644 index 0000000..bd76099 --- /dev/null +++ b/clientapp/ProjectGrid.frontend.njsproj @@ -0,0 +1,107 @@ + + + 14.0 + $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) + ProjectGrid.frontend + ProjectGrid.frontend + + + + Debug + 2.0 + 9999c154-0e07-43eb-8462-3b128c7fe175 + . + node_modules\@vue\cli-service\bin\vue-cli-service.js + + + . + . + v4.0 + {3AF33F2E-1136-4D97-BBB7-1795711AC8B8};{349c5851-65df-11da-9384-00065b846f21};{9092AA53-FB77-4645-B42D-1CCCA6BD08BD} + 1337 + true + serve + + + true + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + npm run build + + + + + + + + False + True + 0 + / + http://localhost:48022/ + False + True + http://localhost:1337 + False + + + + + + + CurrentPage + True + False + False + False + + + + + + + + + False + False + + + + + \ No newline at end of file diff --git a/clientapp/ProjectGrid.frontend.sln b/clientapp/ProjectGrid.frontend.sln new file mode 100644 index 0000000..cbd4c23 --- /dev/null +++ b/clientapp/ProjectGrid.frontend.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.31424.327 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "ProjectGrid.frontend", "ProjectGrid.frontend.njsproj", "{9999C154-0E07-43EB-8462-3B128C7FE175}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9999C154-0E07-43EB-8462-3B128C7FE175}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9999C154-0E07-43EB-8462-3B128C7FE175}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9999C154-0E07-43EB-8462-3B128C7FE175}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9999C154-0E07-43EB-8462-3B128C7FE175}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {9716124F-38C8-4975-AA1C-4BAD109852D4} + EndGlobalSection +EndGlobal