Created static webpages and minimal ASP.net server to run it.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v9.0", FrameworkDisplayName = ".NET 9.0")]
|
||||
BIN
obj/Debug/net9.0/apphost
Executable file
BIN
obj/Debug/net9.0/apphost
Executable file
Binary file not shown.
BIN
obj/Debug/net9.0/compressed/fr3xpx3ofb-jzwq7d0l4u.gz
Normal file
BIN
obj/Debug/net9.0/compressed/fr3xpx3ofb-jzwq7d0l4u.gz
Normal file
Binary file not shown.
BIN
obj/Debug/net9.0/compressed/hhuroxhbn0-yjwmstgw6w.gz
Normal file
BIN
obj/Debug/net9.0/compressed/hhuroxhbn0-yjwmstgw6w.gz
Normal file
Binary file not shown.
BIN
obj/Debug/net9.0/compressed/l8hev951z0-m8e4s056it.gz
Normal file
BIN
obj/Debug/net9.0/compressed/l8hev951z0-m8e4s056it.gz
Normal file
Binary file not shown.
BIN
obj/Debug/net9.0/compressed/lrde2sl24r-hepb3cduy8.gz
Normal file
BIN
obj/Debug/net9.0/compressed/lrde2sl24r-hepb3cduy8.gz
Normal file
Binary file not shown.
BIN
obj/Debug/net9.0/compressed/qrrpzaznff-jzwq7d0l4u.gz
Normal file
BIN
obj/Debug/net9.0/compressed/qrrpzaznff-jzwq7d0l4u.gz
Normal file
Binary file not shown.
BIN
obj/Debug/net9.0/compressed/usnse4ln3x-ez53qs9bvq.gz
Normal file
BIN
obj/Debug/net9.0/compressed/usnse4ln3x-ez53qs9bvq.gz
Normal file
Binary file not shown.
BIN
obj/Debug/net9.0/compressed/w4h6f8f1fu-jzwq7d0l4u.gz
Normal file
BIN
obj/Debug/net9.0/compressed/w4h6f8f1fu-jzwq7d0l4u.gz
Normal file
Binary file not shown.
22
obj/Debug/net9.0/douwco.be.AssemblyInfo.cs
Normal file
22
obj/Debug/net9.0/douwco.be.AssemblyInfo.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("douwco.be")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+25567d34333f5816653671f6a4338db029754784")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("douwco.be")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("douwco.be")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
1
obj/Debug/net9.0/douwco.be.AssemblyInfoInputs.cache
Normal file
1
obj/Debug/net9.0/douwco.be.AssemblyInfoInputs.cache
Normal file
@@ -0,0 +1 @@
|
||||
ed5193e56ec6b11a4839074d5cc235ce9c971c97ce8bd730152ded64007efd3b
|
||||
@@ -0,0 +1,21 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net9.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb = true
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = douwco.be
|
||||
build_property.RootNamespace = douwco.be
|
||||
build_property.ProjectDir = /mnt/hdd/home_ext/douwe/Projects/douwco.be/
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.RazorLangVersion = 9.0
|
||||
build_property.SupportLocalizedComponentNames =
|
||||
build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
||||
build_property.MSBuildProjectDirectory = /mnt/hdd/home_ext/douwe/Projects/douwco.be
|
||||
build_property._RazorSourceGeneratorDebug =
|
||||
build_property.EffectiveAnalysisLevelStyle = 9.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
17
obj/Debug/net9.0/douwco.be.GlobalUsings.g.cs
Normal file
17
obj/Debug/net9.0/douwco.be.GlobalUsings.g.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
// <auto-generated/>
|
||||
global using global::Microsoft.AspNetCore.Builder;
|
||||
global using global::Microsoft.AspNetCore.Hosting;
|
||||
global using global::Microsoft.AspNetCore.Http;
|
||||
global using global::Microsoft.AspNetCore.Routing;
|
||||
global using global::Microsoft.Extensions.Configuration;
|
||||
global using global::Microsoft.Extensions.DependencyInjection;
|
||||
global using global::Microsoft.Extensions.Hosting;
|
||||
global using global::Microsoft.Extensions.Logging;
|
||||
global using global::System;
|
||||
global using global::System.Collections.Generic;
|
||||
global using global::System.IO;
|
||||
global using global::System.Linq;
|
||||
global using global::System.Net.Http;
|
||||
global using global::System.Net.Http.Json;
|
||||
global using global::System.Threading;
|
||||
global using global::System.Threading.Tasks;
|
||||
BIN
obj/Debug/net9.0/douwco.be.assets.cache
Normal file
BIN
obj/Debug/net9.0/douwco.be.assets.cache
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
9f37d58ea941e031f7d0b8a557749bee9da07508dbaf104d7f06cfe7496ea40b
|
||||
67
obj/Debug/net9.0/douwco.be.csproj.FileListAbsolute.txt
Normal file
67
obj/Debug/net9.0/douwco.be.csproj.FileListAbsolute.txt
Normal file
@@ -0,0 +1,67 @@
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/bin/Debug/net9.0/appsettings.Development.json
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/bin/Debug/net9.0/appsettings.json
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/bin/Debug/net9.0/douwco.be.staticwebassets.endpoints.json
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/bin/Debug/net9.0/douwco.be
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/bin/Debug/net9.0/douwco.be.deps.json
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/bin/Debug/net9.0/douwco.be.runtimeconfig.json
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/bin/Debug/net9.0/douwco.be.dll
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/bin/Debug/net9.0/douwco.be.pdb
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/obj/Debug/net9.0/douwco.be.GeneratedMSBuildEditorConfig.editorconfig
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/obj/Debug/net9.0/douwco.be.AssemblyInfoInputs.cache
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/obj/Debug/net9.0/douwco.be.AssemblyInfo.cs
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/obj/Debug/net9.0/douwco.be.csproj.CoreCompileInputs.cache
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/obj/Debug/net9.0/douwco.be.MvcApplicationPartsAssemblyInfo.cache
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/obj/Debug/net9.0/douwco.be.sourcelink.json
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/obj/Debug/net9.0/scopedcss/bundle/douwco.be.styles.css
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/obj/Debug/net9.0/staticwebassets.build.json
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/obj/Debug/net9.0/staticwebassets.development.json
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/obj/Debug/net9.0/staticwebassets.build.endpoints.json
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/obj/Debug/net9.0/staticwebassets/msbuild.douwco.be.Microsoft.AspNetCore.StaticWebAssets.props
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/obj/Debug/net9.0/staticwebassets/msbuild.douwco.be.Microsoft.AspNetCore.StaticWebAssetEndpoints.props
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/obj/Debug/net9.0/staticwebassets/msbuild.build.douwco.be.props
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/obj/Debug/net9.0/staticwebassets/msbuild.buildMultiTargeting.douwco.be.props
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/obj/Debug/net9.0/staticwebassets/msbuild.buildTransitive.douwco.be.props
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/obj/Debug/net9.0/staticwebassets.pack.json
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/obj/Debug/net9.0/douwco.be.dll
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/obj/Debug/net9.0/refint/douwco.be.dll
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/obj/Debug/net9.0/douwco.be.pdb
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/obj/Debug/net9.0/douwco.be.genruntimeconfig.cache
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be/obj/Debug/net9.0/ref/douwco.be.dll
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/bin/Debug/net9.0/appsettings.Development.json
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/bin/Debug/net9.0/appsettings.json
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/bin/Debug/net9.0/douwco.be.staticwebassets.runtime.json
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/bin/Debug/net9.0/douwco.be.staticwebassets.endpoints.json
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/bin/Debug/net9.0/douwco.be
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/bin/Debug/net9.0/douwco.be.deps.json
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/bin/Debug/net9.0/douwco.be.runtimeconfig.json
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/bin/Debug/net9.0/douwco.be.dll
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/bin/Debug/net9.0/douwco.be.pdb
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/douwco.be.GeneratedMSBuildEditorConfig.editorconfig
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/douwco.be.AssemblyInfoInputs.cache
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/douwco.be.AssemblyInfo.cs
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/douwco.be.csproj.CoreCompileInputs.cache
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/douwco.be.MvcApplicationPartsAssemblyInfo.cache
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/douwco.be.sourcelink.json
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/scopedcss/bundle/douwco.be.styles.css
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/compressed/w4h6f8f1fu-jzwq7d0l4u.gz
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/compressed/qrrpzaznff-jzwq7d0l4u.gz
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/compressed/usnse4ln3x-ez53qs9bvq.gz
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/compressed/fr3xpx3ofb-jzwq7d0l4u.gz
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/compressed/lrde2sl24r-hepb3cduy8.gz
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/compressed/m4t22h92vv-5ipweew5fc.gz
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/compressed/hhuroxhbn0-yjwmstgw6w.gz
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/staticwebassets.build.json
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/staticwebassets.development.json
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/staticwebassets.build.endpoints.json
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/staticwebassets/msbuild.douwco.be.Microsoft.AspNetCore.StaticWebAssets.props
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/staticwebassets/msbuild.douwco.be.Microsoft.AspNetCore.StaticWebAssetEndpoints.props
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/staticwebassets/msbuild.build.douwco.be.props
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/staticwebassets/msbuild.buildMultiTargeting.douwco.be.props
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/staticwebassets/msbuild.buildTransitive.douwco.be.props
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/staticwebassets.pack.json
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/douwco.be.dll
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/refint/douwco.be.dll
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/douwco.be.pdb
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/douwco.be.genruntimeconfig.cache
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/ref/douwco.be.dll
|
||||
/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/compressed/l8hev951z0-m8e4s056it.gz
|
||||
BIN
obj/Debug/net9.0/douwco.be.dll
Normal file
BIN
obj/Debug/net9.0/douwco.be.dll
Normal file
Binary file not shown.
1
obj/Debug/net9.0/douwco.be.genruntimeconfig.cache
Normal file
1
obj/Debug/net9.0/douwco.be.genruntimeconfig.cache
Normal file
@@ -0,0 +1 @@
|
||||
f10a10573cbf052d7ffe0f2f69d8675a6d20867be69250772f4abbbe59338231
|
||||
BIN
obj/Debug/net9.0/douwco.be.pdb
Normal file
BIN
obj/Debug/net9.0/douwco.be.pdb
Normal file
Binary file not shown.
1
obj/Debug/net9.0/douwco.be.sourcelink.json
Normal file
1
obj/Debug/net9.0/douwco.be.sourcelink.json
Normal file
@@ -0,0 +1 @@
|
||||
{"documents":{"/mnt/hdd/home_ext/douwe/Projects/douwco.be/*":"https://raw.githubusercontent.com/DouweRavers/douwco.be/25567d34333f5816653671f6a4338db029754784/*"}}
|
||||
BIN
obj/Debug/net9.0/ref/douwco.be.dll
Normal file
BIN
obj/Debug/net9.0/ref/douwco.be.dll
Normal file
Binary file not shown.
BIN
obj/Debug/net9.0/refint/douwco.be.dll
Normal file
BIN
obj/Debug/net9.0/refint/douwco.be.dll
Normal file
Binary file not shown.
2554
obj/Debug/net9.0/staticwebassets.build.endpoints.json
Normal file
2554
obj/Debug/net9.0/staticwebassets.build.endpoints.json
Normal file
File diff suppressed because it is too large
Load Diff
2948
obj/Debug/net9.0/staticwebassets.build.json
Normal file
2948
obj/Debug/net9.0/staticwebassets.build.json
Normal file
File diff suppressed because it is too large
Load Diff
1
obj/Debug/net9.0/staticwebassets.development.json
Normal file
1
obj/Debug/net9.0/staticwebassets.development.json
Normal file
@@ -0,0 +1 @@
|
||||
{"ContentRoots":["/mnt/hdd/home_ext/douwe/Projects/douwco.be/wwwroot/","/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/Debug/net9.0/compressed/"],"Root":{"Children":{"douwe_ravers.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"douwe_ravers.html"},"Patterns":null},"font":{"Children":{"brass-mono.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"font/brass-mono.woff"},"Patterns":null},"UbuntuMono-Regular.woff":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"font/UbuntuMono-Regular.woff"},"Patterns":null}},"Asset":null,"Patterns":null},"games.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"games.html"},"Patterns":null},"home.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"home.html"},"Patterns":null},"img":{"Children":{"douwco_logo.svg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"img/douwco_logo.svg"},"Patterns":null},"douwco_logo.svg.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"usnse4ln3x-ez53qs9bvq.gz"},"Patterns":null}},"Asset":null,"Patterns":null},"portofolio.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"portofolio.html"},"Patterns":null},"README.md":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"README.md"},"Patterns":null},"script.js":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"script.js"},"Patterns":null},"style.css":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"style.css"},"Patterns":null},"douwe_ravers.html.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"w4h6f8f1fu-jzwq7d0l4u.gz"},"Patterns":null},"games.html.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"qrrpzaznff-jzwq7d0l4u.gz"},"Patterns":null},"home.html.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"l8hev951z0-m8e4s056it.gz"},"Patterns":null},"portofolio.html.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"fr3xpx3ofb-jzwq7d0l4u.gz"},"Patterns":null},"README.md.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"lrde2sl24r-hepb3cduy8.gz"},"Patterns":null},"script.js.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"m4t22h92vv-5ipweew5fc.gz"},"Patterns":null},"style.css.gz":{"Children":null,"Asset":{"ContentRootIndex":1,"SubPath":"hhuroxhbn0-yjwmstgw6w.gz"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}}
|
||||
65
obj/Debug/net9.0/staticwebassets.pack.json
Normal file
65
obj/Debug/net9.0/staticwebassets.pack.json
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"Files": [
|
||||
{
|
||||
"Id": "/mnt/hdd/home_ext/douwe/Projects/douwco.be/wwwroot/README.md",
|
||||
"PackagePath": "staticwebassets/README.md"
|
||||
},
|
||||
{
|
||||
"Id": "/mnt/hdd/home_ext/douwe/Projects/douwco.be/wwwroot/douwe_ravers.html",
|
||||
"PackagePath": "staticwebassets/douwe_ravers.html"
|
||||
},
|
||||
{
|
||||
"Id": "/mnt/hdd/home_ext/douwe/Projects/douwco.be/wwwroot/font/UbuntuMono-Regular.woff",
|
||||
"PackagePath": "staticwebassets/font/UbuntuMono-Regular.woff"
|
||||
},
|
||||
{
|
||||
"Id": "/mnt/hdd/home_ext/douwe/Projects/douwco.be/wwwroot/font/brass-mono.woff",
|
||||
"PackagePath": "staticwebassets/font/brass-mono.woff"
|
||||
},
|
||||
{
|
||||
"Id": "/mnt/hdd/home_ext/douwe/Projects/douwco.be/wwwroot/games.html",
|
||||
"PackagePath": "staticwebassets/games.html"
|
||||
},
|
||||
{
|
||||
"Id": "/mnt/hdd/home_ext/douwe/Projects/douwco.be/wwwroot/home.html",
|
||||
"PackagePath": "staticwebassets/home.html"
|
||||
},
|
||||
{
|
||||
"Id": "/mnt/hdd/home_ext/douwe/Projects/douwco.be/wwwroot/img/douwco_logo.svg",
|
||||
"PackagePath": "staticwebassets/img/douwco_logo.svg"
|
||||
},
|
||||
{
|
||||
"Id": "/mnt/hdd/home_ext/douwe/Projects/douwco.be/wwwroot/portofolio.html",
|
||||
"PackagePath": "staticwebassets/portofolio.html"
|
||||
},
|
||||
{
|
||||
"Id": "/mnt/hdd/home_ext/douwe/Projects/douwco.be/wwwroot/script.js",
|
||||
"PackagePath": "staticwebassets/script.js"
|
||||
},
|
||||
{
|
||||
"Id": "/mnt/hdd/home_ext/douwe/Projects/douwco.be/wwwroot/style.css",
|
||||
"PackagePath": "staticwebassets/style.css"
|
||||
},
|
||||
{
|
||||
"Id": "obj/Debug/net9.0/staticwebassets/msbuild.build.douwco.be.props",
|
||||
"PackagePath": "build\\douwco.be.props"
|
||||
},
|
||||
{
|
||||
"Id": "obj/Debug/net9.0/staticwebassets/msbuild.buildMultiTargeting.douwco.be.props",
|
||||
"PackagePath": "buildMultiTargeting\\douwco.be.props"
|
||||
},
|
||||
{
|
||||
"Id": "obj/Debug/net9.0/staticwebassets/msbuild.buildTransitive.douwco.be.props",
|
||||
"PackagePath": "buildTransitive\\douwco.be.props"
|
||||
},
|
||||
{
|
||||
"Id": "obj/Debug/net9.0/staticwebassets/msbuild.douwco.be.Microsoft.AspNetCore.StaticWebAssetEndpoints.props",
|
||||
"PackagePath": "build\\Microsoft.AspNetCore.StaticWebAssetEndpoints.props"
|
||||
},
|
||||
{
|
||||
"Id": "obj/Debug/net9.0/staticwebassets/msbuild.douwco.be.Microsoft.AspNetCore.StaticWebAssets.props",
|
||||
"PackagePath": "build\\Microsoft.AspNetCore.StaticWebAssets.props"
|
||||
}
|
||||
],
|
||||
"ElementsToRemove": []
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
<Project>
|
||||
<Import Project="Microsoft.AspNetCore.StaticWebAssetEndpoints.props" />
|
||||
<Import Project="Microsoft.AspNetCore.StaticWebAssets.props" />
|
||||
</Project>
|
||||
@@ -0,0 +1,3 @@
|
||||
<Project>
|
||||
<Import Project="../build/douwco.be.props" />
|
||||
</Project>
|
||||
@@ -0,0 +1,3 @@
|
||||
<Project>
|
||||
<Import Project="../buildMultiTargeting/douwco.be.props" />
|
||||
</Project>
|
||||
@@ -0,0 +1,124 @@
|
||||
<Project>
|
||||
<ItemGroup>
|
||||
<StaticWebAssetEndpoint Include="_content/douwco.be/douwe_ravers.html">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\douwe_ravers.html'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"integrity","Value":"sha256-gds36sI99SLanLCFgH9wtNLaU\u002BVxo71kZatoItUsAq0="}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"485"},{"Name":"Content-Type","Value":"text/html"},{"Name":"ETag","Value":"\u0022gds36sI99SLanLCFgH9wtNLaU\u002BVxo71kZatoItUsAq0=\u0022"},{"Name":"Last-Modified","Value":"Wed, 09 Apr 2025 21:03:19 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/douwco.be/douwe_ravers.jzwq7d0l4u.html">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\douwe_ravers.html'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"fingerprint","Value":"jzwq7d0l4u"},{"Name":"integrity","Value":"sha256-gds36sI99SLanLCFgH9wtNLaU\u002BVxo71kZatoItUsAq0="},{"Name":"label","Value":"_content/douwco.be/douwe_ravers.html"}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"485"},{"Name":"Content-Type","Value":"text/html"},{"Name":"ETag","Value":"\u0022gds36sI99SLanLCFgH9wtNLaU\u002BVxo71kZatoItUsAq0=\u0022"},{"Name":"Last-Modified","Value":"Wed, 09 Apr 2025 21:03:19 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/douwco.be/font/brass-mono.thnfwt3saa.woff">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\font\brass-mono.woff'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"fingerprint","Value":"thnfwt3saa"},{"Name":"integrity","Value":"sha256-sQhSxAWV2lRA2/QPCnpSIpnqBvQ1AeBbrD1XoPyjo48="},{"Name":"label","Value":"_content/douwco.be/font/brass-mono.woff"}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"16088"},{"Name":"Content-Type","Value":"application/font-woff"},{"Name":"ETag","Value":"\u0022sQhSxAWV2lRA2/QPCnpSIpnqBvQ1AeBbrD1XoPyjo48=\u0022"},{"Name":"Last-Modified","Value":"Wed, 09 Apr 2025 19:38:59 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/douwco.be/font/brass-mono.woff">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\font\brass-mono.woff'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"integrity","Value":"sha256-sQhSxAWV2lRA2/QPCnpSIpnqBvQ1AeBbrD1XoPyjo48="}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"16088"},{"Name":"Content-Type","Value":"application/font-woff"},{"Name":"ETag","Value":"\u0022sQhSxAWV2lRA2/QPCnpSIpnqBvQ1AeBbrD1XoPyjo48=\u0022"},{"Name":"Last-Modified","Value":"Wed, 09 Apr 2025 19:38:59 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/douwco.be/font/UbuntuMono-Regular.76cv3e2rew.woff">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\font\UbuntuMono-Regular.woff'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"fingerprint","Value":"76cv3e2rew"},{"Name":"integrity","Value":"sha256-ofUaKluLvdarowvbddyCZ\u002B0SYjSNu6nTxVNMSQIFWjE="},{"Name":"label","Value":"_content/douwco.be/font/UbuntuMono-Regular.woff"}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"106612"},{"Name":"Content-Type","Value":"application/font-woff"},{"Name":"ETag","Value":"\u0022ofUaKluLvdarowvbddyCZ\u002B0SYjSNu6nTxVNMSQIFWjE=\u0022"},{"Name":"Last-Modified","Value":"Wed, 09 Apr 2025 19:48:37 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/douwco.be/font/UbuntuMono-Regular.woff">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\font\UbuntuMono-Regular.woff'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"integrity","Value":"sha256-ofUaKluLvdarowvbddyCZ\u002B0SYjSNu6nTxVNMSQIFWjE="}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"106612"},{"Name":"Content-Type","Value":"application/font-woff"},{"Name":"ETag","Value":"\u0022ofUaKluLvdarowvbddyCZ\u002B0SYjSNu6nTxVNMSQIFWjE=\u0022"},{"Name":"Last-Modified","Value":"Wed, 09 Apr 2025 19:48:37 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/douwco.be/games.html">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\games.html'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"integrity","Value":"sha256-gds36sI99SLanLCFgH9wtNLaU\u002BVxo71kZatoItUsAq0="}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"485"},{"Name":"Content-Type","Value":"text/html"},{"Name":"ETag","Value":"\u0022gds36sI99SLanLCFgH9wtNLaU\u002BVxo71kZatoItUsAq0=\u0022"},{"Name":"Last-Modified","Value":"Wed, 09 Apr 2025 21:02:38 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/douwco.be/games.jzwq7d0l4u.html">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\games.html'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"fingerprint","Value":"jzwq7d0l4u"},{"Name":"integrity","Value":"sha256-gds36sI99SLanLCFgH9wtNLaU\u002BVxo71kZatoItUsAq0="},{"Name":"label","Value":"_content/douwco.be/games.html"}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"485"},{"Name":"Content-Type","Value":"text/html"},{"Name":"ETag","Value":"\u0022gds36sI99SLanLCFgH9wtNLaU\u002BVxo71kZatoItUsAq0=\u0022"},{"Name":"Last-Modified","Value":"Wed, 09 Apr 2025 21:02:38 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/douwco.be/home.html">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\home.html'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"integrity","Value":"sha256-6nJYmJ3\u002BOcf1y0HVGLgqRcimdwpxo28bTrVZitdLUIw="}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"1623"},{"Name":"Content-Type","Value":"text/html"},{"Name":"ETag","Value":"\u00226nJYmJ3\u002BOcf1y0HVGLgqRcimdwpxo28bTrVZitdLUIw=\u0022"},{"Name":"Last-Modified","Value":"Wed, 09 Apr 2025 21:04:53 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/douwco.be/home.m8e4s056it.html">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\home.html'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"fingerprint","Value":"m8e4s056it"},{"Name":"integrity","Value":"sha256-6nJYmJ3\u002BOcf1y0HVGLgqRcimdwpxo28bTrVZitdLUIw="},{"Name":"label","Value":"_content/douwco.be/home.html"}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"1623"},{"Name":"Content-Type","Value":"text/html"},{"Name":"ETag","Value":"\u00226nJYmJ3\u002BOcf1y0HVGLgqRcimdwpxo28bTrVZitdLUIw=\u0022"},{"Name":"Last-Modified","Value":"Wed, 09 Apr 2025 21:04:53 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/douwco.be/img/douwco_logo.ez53qs9bvq.svg">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\img\douwco_logo.svg'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"fingerprint","Value":"ez53qs9bvq"},{"Name":"integrity","Value":"sha256-Ctvh\u002B6Y0So99LkSOXsAwavyioCbqnGAFs36fVDgNAfc="},{"Name":"label","Value":"_content/douwco.be/img/douwco_logo.svg"}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"3568"},{"Name":"Content-Type","Value":"image/svg\u002Bxml"},{"Name":"ETag","Value":"\u0022Ctvh\u002B6Y0So99LkSOXsAwavyioCbqnGAFs36fVDgNAfc=\u0022"},{"Name":"Last-Modified","Value":"Wed, 09 Apr 2025 19:20:23 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/douwco.be/img/douwco_logo.svg">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\img\douwco_logo.svg'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"integrity","Value":"sha256-Ctvh\u002B6Y0So99LkSOXsAwavyioCbqnGAFs36fVDgNAfc="}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=3600, must-revalidate"},{"Name":"Content-Length","Value":"3568"},{"Name":"Content-Type","Value":"image/svg\u002Bxml"},{"Name":"ETag","Value":"\u0022Ctvh\u002B6Y0So99LkSOXsAwavyioCbqnGAFs36fVDgNAfc=\u0022"},{"Name":"Last-Modified","Value":"Wed, 09 Apr 2025 19:20:23 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/douwco.be/portofolio.html">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\portofolio.html'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"integrity","Value":"sha256-gds36sI99SLanLCFgH9wtNLaU\u002BVxo71kZatoItUsAq0="}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"485"},{"Name":"Content-Type","Value":"text/html"},{"Name":"ETag","Value":"\u0022gds36sI99SLanLCFgH9wtNLaU\u002BVxo71kZatoItUsAq0=\u0022"},{"Name":"Last-Modified","Value":"Wed, 09 Apr 2025 21:02:36 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/douwco.be/portofolio.jzwq7d0l4u.html">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\portofolio.html'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"fingerprint","Value":"jzwq7d0l4u"},{"Name":"integrity","Value":"sha256-gds36sI99SLanLCFgH9wtNLaU\u002BVxo71kZatoItUsAq0="},{"Name":"label","Value":"_content/douwco.be/portofolio.html"}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"485"},{"Name":"Content-Type","Value":"text/html"},{"Name":"ETag","Value":"\u0022gds36sI99SLanLCFgH9wtNLaU\u002BVxo71kZatoItUsAq0=\u0022"},{"Name":"Last-Modified","Value":"Wed, 09 Apr 2025 21:02:36 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/douwco.be/README.hepb3cduy8.md">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\README.md'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"fingerprint","Value":"hepb3cduy8"},{"Name":"integrity","Value":"sha256-WTjWXyzMmi1JiM1ZDZBwnuSGbk\u002Bn84q9W8pujiZ5kOo="},{"Name":"label","Value":"_content/douwco.be/README.md"}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"32"},{"Name":"Content-Type","Value":"text/markdown"},{"Name":"ETag","Value":"\u0022WTjWXyzMmi1JiM1ZDZBwnuSGbk\u002Bn84q9W8pujiZ5kOo=\u0022"},{"Name":"Last-Modified","Value":"Sun, 06 Apr 2025 12:06:20 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/douwco.be/README.md">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\README.md'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"integrity","Value":"sha256-WTjWXyzMmi1JiM1ZDZBwnuSGbk\u002Bn84q9W8pujiZ5kOo="}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"32"},{"Name":"Content-Type","Value":"text/markdown"},{"Name":"ETag","Value":"\u0022WTjWXyzMmi1JiM1ZDZBwnuSGbk\u002Bn84q9W8pujiZ5kOo=\u0022"},{"Name":"Last-Modified","Value":"Sun, 06 Apr 2025 12:06:20 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/douwco.be/script.5ipweew5fc.js">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\script.js'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"fingerprint","Value":"5ipweew5fc"},{"Name":"integrity","Value":"sha256-47DEQpj8HBSa\u002B/TImW\u002B5JCeuQeRkm5NMpJWZG3hSuFU="},{"Name":"label","Value":"_content/douwco.be/script.js"}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"0"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\u002247DEQpj8HBSa\u002B/TImW\u002B5JCeuQeRkm5NMpJWZG3hSuFU=\u0022"},{"Name":"Last-Modified","Value":"Wed, 09 Apr 2025 18:27:51 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/douwco.be/script.js">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\script.js'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"integrity","Value":"sha256-47DEQpj8HBSa\u002B/TImW\u002B5JCeuQeRkm5NMpJWZG3hSuFU="}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"0"},{"Name":"Content-Type","Value":"text/javascript"},{"Name":"ETag","Value":"\u002247DEQpj8HBSa\u002B/TImW\u002B5JCeuQeRkm5NMpJWZG3hSuFU=\u0022"},{"Name":"Last-Modified","Value":"Wed, 09 Apr 2025 18:27:51 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/douwco.be/style.css">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\style.css'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"integrity","Value":"sha256-Tn4BmcmNnsgpK1FOYvZ6g98I\u002Bga7U/\u002BnpEAuVNom6Ho="}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"no-cache"},{"Name":"Content-Length","Value":"876"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\u0022Tn4BmcmNnsgpK1FOYvZ6g98I\u002Bga7U/\u002BnpEAuVNom6Ho=\u0022"},{"Name":"Last-Modified","Value":"Wed, 09 Apr 2025 20:58:48 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
<StaticWebAssetEndpoint Include="_content/douwco.be/style.yjwmstgw6w.css">
|
||||
<AssetFile>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\style.css'))</AssetFile>
|
||||
<Selectors><![CDATA[[]]]></Selectors>
|
||||
<EndpointProperties><![CDATA[[{"Name":"fingerprint","Value":"yjwmstgw6w"},{"Name":"integrity","Value":"sha256-Tn4BmcmNnsgpK1FOYvZ6g98I\u002Bga7U/\u002BnpEAuVNom6Ho="},{"Name":"label","Value":"_content/douwco.be/style.css"}]]]></EndpointProperties>
|
||||
<ResponseHeaders><![CDATA[[{"Name":"Accept-Ranges","Value":"bytes"},{"Name":"Cache-Control","Value":"max-age=31536000, immutable"},{"Name":"Content-Length","Value":"876"},{"Name":"Content-Type","Value":"text/css"},{"Name":"ETag","Value":"\u0022Tn4BmcmNnsgpK1FOYvZ6g98I\u002Bga7U/\u002BnpEAuVNom6Ho=\u0022"},{"Name":"Last-Modified","Value":"Wed, 09 Apr 2025 20:58:48 GMT"}]]]></ResponseHeaders>
|
||||
</StaticWebAssetEndpoint>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -0,0 +1,184 @@
|
||||
<Project>
|
||||
<ItemGroup>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\douwe_ravers.html'))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>douwco.be</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/douwco.be</BasePath>
|
||||
<RelativePath>douwe_ravers.html</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<Fingerprint>jzwq7d0l4u</Fingerprint>
|
||||
<Integrity>gds36sI99SLanLCFgH9wtNLaU+Vxo71kZatoItUsAq0=</Integrity>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\douwe_ravers.html'))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\font\brass-mono.woff'))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>douwco.be</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/douwco.be</BasePath>
|
||||
<RelativePath>font/brass-mono.woff</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<Fingerprint>thnfwt3saa</Fingerprint>
|
||||
<Integrity>sQhSxAWV2lRA2/QPCnpSIpnqBvQ1AeBbrD1XoPyjo48=</Integrity>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\font\brass-mono.woff'))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\font\UbuntuMono-Regular.woff'))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>douwco.be</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/douwco.be</BasePath>
|
||||
<RelativePath>font/UbuntuMono-Regular.woff</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<Fingerprint>76cv3e2rew</Fingerprint>
|
||||
<Integrity>ofUaKluLvdarowvbddyCZ+0SYjSNu6nTxVNMSQIFWjE=</Integrity>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\font\UbuntuMono-Regular.woff'))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\games.html'))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>douwco.be</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/douwco.be</BasePath>
|
||||
<RelativePath>games.html</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<Fingerprint>jzwq7d0l4u</Fingerprint>
|
||||
<Integrity>gds36sI99SLanLCFgH9wtNLaU+Vxo71kZatoItUsAq0=</Integrity>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\games.html'))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\home.html'))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>douwco.be</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/douwco.be</BasePath>
|
||||
<RelativePath>home.html</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<Fingerprint>m8e4s056it</Fingerprint>
|
||||
<Integrity>6nJYmJ3+Ocf1y0HVGLgqRcimdwpxo28bTrVZitdLUIw=</Integrity>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\home.html'))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\img\douwco_logo.svg'))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>douwco.be</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/douwco.be</BasePath>
|
||||
<RelativePath>img/douwco_logo.svg</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<Fingerprint>ez53qs9bvq</Fingerprint>
|
||||
<Integrity>Ctvh+6Y0So99LkSOXsAwavyioCbqnGAFs36fVDgNAfc=</Integrity>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\img\douwco_logo.svg'))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\portofolio.html'))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>douwco.be</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/douwco.be</BasePath>
|
||||
<RelativePath>portofolio.html</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<Fingerprint>jzwq7d0l4u</Fingerprint>
|
||||
<Integrity>gds36sI99SLanLCFgH9wtNLaU+Vxo71kZatoItUsAq0=</Integrity>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\portofolio.html'))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\README.md'))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>douwco.be</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/douwco.be</BasePath>
|
||||
<RelativePath>README.md</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<Fingerprint>hepb3cduy8</Fingerprint>
|
||||
<Integrity>WTjWXyzMmi1JiM1ZDZBwnuSGbk+n84q9W8pujiZ5kOo=</Integrity>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\README.md'))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\script.js'))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>douwco.be</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/douwco.be</BasePath>
|
||||
<RelativePath>script.js</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<Fingerprint>5ipweew5fc</Fingerprint>
|
||||
<Integrity>47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=</Integrity>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\script.js'))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\style.css'))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>douwco.be</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/douwco.be</BasePath>
|
||||
<RelativePath>style.css</RelativePath>
|
||||
<AssetKind>All</AssetKind>
|
||||
<AssetMode>All</AssetMode>
|
||||
<AssetRole>Primary</AssetRole>
|
||||
<RelatedAsset></RelatedAsset>
|
||||
<AssetTraitName></AssetTraitName>
|
||||
<AssetTraitValue></AssetTraitValue>
|
||||
<Fingerprint>yjwmstgw6w</Fingerprint>
|
||||
<Integrity>Tn4BmcmNnsgpK1FOYvZ6g98I+ga7U/+npEAuVNom6Ho=</Integrity>
|
||||
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
||||
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
||||
<OriginalItemSpec>$([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)..\staticwebassets\style.css'))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
70
obj/douwco.be.csproj.nuget.dgspec.json
Normal file
70
obj/douwco.be.csproj.nuget.dgspec.json
Normal file
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be.csproj",
|
||||
"projectName": "douwco.be",
|
||||
"projectPath": "/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be.csproj",
|
||||
"packagesPath": "/root/.nuget/packages/",
|
||||
"outputPath": "/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/root/.nuget/NuGet/NuGet.Config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net9.0"
|
||||
],
|
||||
"sources": {
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net9.0": {
|
||||
"targetAlias": "net9.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
},
|
||||
"SdkAnalysisLevel": "9.0.200"
|
||||
},
|
||||
"frameworks": {
|
||||
"net9.0": {
|
||||
"targetAlias": "net9.0",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.AspNetCore.App": {
|
||||
"privateAssets": "none"
|
||||
},
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/9.0.203/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
15
obj/douwco.be.csproj.nuget.g.props
Normal file
15
obj/douwco.be.csproj.nuget.g.props
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
|
||||
<RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
|
||||
<ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
|
||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/root/.nuget/packages/</NuGetPackageRoot>
|
||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/root/.nuget/packages/</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.13.2</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="/root/.nuget/packages/" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
2
obj/douwco.be.csproj.nuget.g.targets
Normal file
2
obj/douwco.be.csproj.nuget.g.targets
Normal file
@@ -0,0 +1,2 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
||||
75
obj/project.assets.json
Normal file
75
obj/project.assets.json
Normal file
@@ -0,0 +1,75 @@
|
||||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
"net9.0": {}
|
||||
},
|
||||
"libraries": {},
|
||||
"projectFileDependencyGroups": {
|
||||
"net9.0": []
|
||||
},
|
||||
"packageFolders": {
|
||||
"/root/.nuget/packages/": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be.csproj",
|
||||
"projectName": "douwco.be",
|
||||
"projectPath": "/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be.csproj",
|
||||
"packagesPath": "/root/.nuget/packages/",
|
||||
"outputPath": "/mnt/hdd/home_ext/douwe/Projects/douwco.be/obj/",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"/root/.nuget/NuGet/NuGet.Config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net9.0"
|
||||
],
|
||||
"sources": {
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net9.0": {
|
||||
"targetAlias": "net9.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
},
|
||||
"SdkAnalysisLevel": "9.0.200"
|
||||
},
|
||||
"frameworks": {
|
||||
"net9.0": {
|
||||
"targetAlias": "net9.0",
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.AspNetCore.App": {
|
||||
"privateAssets": "none"
|
||||
},
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/9.0.203/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
8
obj/project.nuget.cache
Normal file
8
obj/project.nuget.cache
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "hLRhXcfSk3M=",
|
||||
"success": true,
|
||||
"projectFilePath": "/mnt/hdd/home_ext/douwe/Projects/douwco.be/douwco.be.csproj",
|
||||
"expectedPackageFiles": [],
|
||||
"logs": []
|
||||
}
|
||||
Reference in New Issue
Block a user