Created static webpages and minimal ASP.net server to run it.

This commit is contained in:
douwe
2025-04-09 23:37:05 +02:00
parent 25567d3433
commit 0e81d2d8e9
196 changed files with 8853 additions and 106266 deletions

24
douwco.be.sln Normal file
View File

@@ -0,0 +1,24 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "douwco.be", "douwco.be.csproj", "{43EA3D7B-07B1-7C49-7EEC-7D140E0422D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{43EA3D7B-07B1-7C49-7EEC-7D140E0422D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43EA3D7B-07B1-7C49-7EEC-7D140E0422D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43EA3D7B-07B1-7C49-7EEC-7D140E0422D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43EA3D7B-07B1-7C49-7EEC-7D140E0422D8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {236868D3-6D62-441B-9739-DD9F0D4E99CE}
EndGlobalSection
EndGlobal