Skip to content

Commit

Permalink
removing files
Browse files Browse the repository at this point in the history
  • Loading branch information
kkbrooks committed Sep 3, 2019
1 parent 5067cc2 commit 825d5cd
Show file tree
Hide file tree
Showing 119 changed files with 40 additions and 59,038 deletions.
35 changes: 35 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [

{
"name": ".NET Core Launch (web)",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/src/bin/Debug/netcoreapp3.0/ContosoCrafts.WebSite.dll",
"args": [],
"cwd": "${workspaceFolder}/src",
"stopAtEntry": false,
"serverReadyAction": {
"action": "openExternally",
"pattern": "^\\s*Now listening on:\\s+(https?://\\S+)"
},
"env": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"sourceFileMap": {
"/Views": "${workspaceFolder}/Views"
}
},
{
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach",
"processId": "${command:pickProcess}"
}
]
}
11 changes: 5 additions & 6 deletions src/.vscode/tasks.json → .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,33 +7,32 @@
"type": "process",
"args": [
"build",
"${workspaceFolder}/ContosoCrafts.sln",
"${workspaceFolder}/src/ContosoCrafts.WebSite.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "publish webapp",
"label": "publish",
"command": "dotnet",
"type": "process",
"args": [
"publish",
"${workspaceFolder}/ContosoCrafts.WebSite/ContosoCrafts.WebSite.csproj",
"${workspaceFolder}/src/ContosoCrafts.WebSite.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
"problemMatcher": "$msCompile"
},
{
"label": "watch webapp",
"label": "watch",
"command": "dotnet",
"type": "process",
"args": [
"watch",
"--project",
"${workspaceFolder}/ContosoCrafts.WebSite/ContosoCrafts.WebSite.csproj",
"run",
"${workspaceFolder}/src/ContosoCrafts.WebSite.csproj",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
Expand Down
1 change: 0 additions & 1 deletion README.md

This file was deleted.

Binary file removed src/.DS_Store
Binary file not shown.
44 changes: 0 additions & 44 deletions src/.vscode/launch.json

This file was deleted.

111 changes: 0 additions & 111 deletions src/Components/ProductList.razor

This file was deleted.

8 changes: 0 additions & 8 deletions src/ContosoCrafts.WebSite.csproj

This file was deleted.

39 changes: 0 additions & 39 deletions src/Controllers/ProductsController.cs

This file was deleted.

22 changes: 0 additions & 22 deletions src/Models/Product.cs

This file was deleted.

26 changes: 0 additions & 26 deletions src/Pages/Error.cshtml

This file was deleted.

31 changes: 0 additions & 31 deletions src/Pages/Error.cshtml.cs

This file was deleted.

9 changes: 0 additions & 9 deletions src/Pages/Index.cshtml

This file was deleted.

Loading

0 comments on commit 825d5cd

Please sign in to comment.