Changed from C# based system to own C++ implementation using crow.

This commit is contained in:
douwe
2025-08-06 00:22:27 +02:00
parent 6f03c84264
commit 66b3863388
109 changed files with 5905 additions and 1131 deletions

View File

@@ -1,4 +0,0 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]

Binary file not shown.

View File

@@ -1,22 +0,0 @@
//------------------------------------------------------------------------------
// <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+ef528aa10f4b3023fcb0b390f9bc3fbb9e556310")]
[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.

View File

@@ -1 +0,0 @@
af406788523d4d8abd228b688c7e0a51b47a570d106336ab61c277d07f20bb78

View File

@@ -1,19 +0,0 @@
is_global = true
build_property.TargetFramework = net8.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 = D:\Projects\douwco.be\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.RazorLangVersion = 8.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = D:\Projects\douwco.be
build_property._RazorSourceGeneratorDebug =

View File

@@ -1,17 +0,0 @@
// <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;

View File

@@ -1 +0,0 @@
1f255b5a9c24b1c1782c2fe3dad4e9939526a4dd5172a653d03bf9b5a5f24bc8

View File

@@ -1,27 +0,0 @@
D:\Projects\douwco.be\bin\Debug\net8.0\appsettings.Development.json
D:\Projects\douwco.be\bin\Debug\net8.0\appsettings.json
D:\Projects\douwco.be\bin\Debug\net8.0\douwco.be.staticwebassets.runtime.json
D:\Projects\douwco.be\bin\Debug\net8.0\douwco.be.exe
D:\Projects\douwco.be\bin\Debug\net8.0\douwco.be.deps.json
D:\Projects\douwco.be\bin\Debug\net8.0\douwco.be.runtimeconfig.json
D:\Projects\douwco.be\bin\Debug\net8.0\douwco.be.dll
D:\Projects\douwco.be\bin\Debug\net8.0\douwco.be.pdb
D:\Projects\douwco.be\obj\Debug\net8.0\douwco.be.GeneratedMSBuildEditorConfig.editorconfig
D:\Projects\douwco.be\obj\Debug\net8.0\douwco.be.AssemblyInfoInputs.cache
D:\Projects\douwco.be\obj\Debug\net8.0\douwco.be.AssemblyInfo.cs
D:\Projects\douwco.be\obj\Debug\net8.0\douwco.be.csproj.CoreCompileInputs.cache
D:\Projects\douwco.be\obj\Debug\net8.0\douwco.be.MvcApplicationPartsAssemblyInfo.cache
D:\Projects\douwco.be\obj\Debug\net8.0\douwco.be.sourcelink.json
D:\Projects\douwco.be\obj\Debug\net8.0\staticwebassets.build.json
D:\Projects\douwco.be\obj\Debug\net8.0\staticwebassets.development.json
D:\Projects\douwco.be\obj\Debug\net8.0\staticwebassets\msbuild.douwco.be.Microsoft.AspNetCore.StaticWebAssets.props
D:\Projects\douwco.be\obj\Debug\net8.0\staticwebassets\msbuild.build.douwco.be.props
D:\Projects\douwco.be\obj\Debug\net8.0\staticwebassets\msbuild.buildMultiTargeting.douwco.be.props
D:\Projects\douwco.be\obj\Debug\net8.0\staticwebassets\msbuild.buildTransitive.douwco.be.props
D:\Projects\douwco.be\obj\Debug\net8.0\staticwebassets.pack.json
D:\Projects\douwco.be\obj\Debug\net8.0\scopedcss\bundle\douwco.be.styles.css
D:\Projects\douwco.be\obj\Debug\net8.0\douwco.be.dll
D:\Projects\douwco.be\obj\Debug\net8.0\refint\douwco.be.dll
D:\Projects\douwco.be\obj\Debug\net8.0\douwco.be.pdb
D:\Projects\douwco.be\obj\Debug\net8.0\douwco.be.genruntimeconfig.cache
D:\Projects\douwco.be\obj\Debug\net8.0\ref\douwco.be.dll

Binary file not shown.

View File

@@ -1 +0,0 @@
f03011ace398b33ce755c58a6ebcd777bb0a33dba8f4a89281822f02a6dbf595

Binary file not shown.

View File

@@ -1 +0,0 @@
{"documents":{"D:\\Projects\\douwco.be\\*":"https://raw.githubusercontent.com/DouweRavers/douwco.be/40bc778f29b5fd32a057f7dc38a67df115078301/*"}}

Binary file not shown.

View File

@@ -1,210 +0,0 @@
{
"Version": 1,
"Hash": "h4RRzL4IuTA8bhaiEkK5bU0Z10c3NZfS2iJ1rnslc44=",
"Source": "douwco.be",
"BasePath": "_content/douwco.be",
"Mode": "Default",
"ManifestType": "Build",
"ReferencedProjectsConfiguration": [],
"DiscoveryPatterns": [
{
"Name": "douwco.be\\wwwroot",
"Source": "douwco.be",
"ContentRoot": "D:\\Projects\\douwco.be\\wwwroot\\",
"BasePath": "_content/douwco.be",
"Pattern": "**"
}
],
"Assets": [
{
"Identity": "D:\\Projects\\douwco.be\\wwwroot\\douwe_ravers.html",
"SourceId": "douwco.be",
"SourceType": "Discovered",
"ContentRoot": "D:\\Projects\\douwco.be\\wwwroot\\",
"BasePath": "_content/douwco.be",
"RelativePath": "douwe_ravers.html",
"AssetKind": "All",
"AssetMode": "All",
"AssetRole": "Primary",
"AssetMergeBehavior": "PreferTarget",
"AssetMergeSource": "",
"RelatedAsset": "",
"AssetTraitName": "",
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
"OriginalItemSpec": "wwwroot\\douwe_ravers.html"
},
{
"Identity": "D:\\Projects\\douwco.be\\wwwroot\\font\\brass-mono.woff",
"SourceId": "douwco.be",
"SourceType": "Discovered",
"ContentRoot": "D:\\Projects\\douwco.be\\wwwroot\\",
"BasePath": "_content/douwco.be",
"RelativePath": "font/brass-mono.woff",
"AssetKind": "All",
"AssetMode": "All",
"AssetRole": "Primary",
"AssetMergeBehavior": "PreferTarget",
"AssetMergeSource": "",
"RelatedAsset": "",
"AssetTraitName": "",
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
"OriginalItemSpec": "wwwroot\\font\\brass-mono.woff"
},
{
"Identity": "D:\\Projects\\douwco.be\\wwwroot\\font\\UbuntuMono-Regular.woff",
"SourceId": "douwco.be",
"SourceType": "Discovered",
"ContentRoot": "D:\\Projects\\douwco.be\\wwwroot\\",
"BasePath": "_content/douwco.be",
"RelativePath": "font/UbuntuMono-Regular.woff",
"AssetKind": "All",
"AssetMode": "All",
"AssetRole": "Primary",
"AssetMergeBehavior": "PreferTarget",
"AssetMergeSource": "",
"RelatedAsset": "",
"AssetTraitName": "",
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
"OriginalItemSpec": "wwwroot\\font\\UbuntuMono-Regular.woff"
},
{
"Identity": "D:\\Projects\\douwco.be\\wwwroot\\games.html",
"SourceId": "douwco.be",
"SourceType": "Discovered",
"ContentRoot": "D:\\Projects\\douwco.be\\wwwroot\\",
"BasePath": "_content/douwco.be",
"RelativePath": "games.html",
"AssetKind": "All",
"AssetMode": "All",
"AssetRole": "Primary",
"AssetMergeBehavior": "PreferTarget",
"AssetMergeSource": "",
"RelatedAsset": "",
"AssetTraitName": "",
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
"OriginalItemSpec": "wwwroot\\games.html"
},
{
"Identity": "D:\\Projects\\douwco.be\\wwwroot\\home.html",
"SourceId": "douwco.be",
"SourceType": "Discovered",
"ContentRoot": "D:\\Projects\\douwco.be\\wwwroot\\",
"BasePath": "_content/douwco.be",
"RelativePath": "home.html",
"AssetKind": "All",
"AssetMode": "All",
"AssetRole": "Primary",
"AssetMergeBehavior": "PreferTarget",
"AssetMergeSource": "",
"RelatedAsset": "",
"AssetTraitName": "",
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
"OriginalItemSpec": "wwwroot\\home.html"
},
{
"Identity": "D:\\Projects\\douwco.be\\wwwroot\\img\\douwco_logo.svg",
"SourceId": "douwco.be",
"SourceType": "Discovered",
"ContentRoot": "D:\\Projects\\douwco.be\\wwwroot\\",
"BasePath": "_content/douwco.be",
"RelativePath": "img/douwco_logo.svg",
"AssetKind": "All",
"AssetMode": "All",
"AssetRole": "Primary",
"AssetMergeBehavior": "PreferTarget",
"AssetMergeSource": "",
"RelatedAsset": "",
"AssetTraitName": "",
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
"OriginalItemSpec": "wwwroot\\img\\douwco_logo.svg"
},
{
"Identity": "D:\\Projects\\douwco.be\\wwwroot\\portofolio.html",
"SourceId": "douwco.be",
"SourceType": "Discovered",
"ContentRoot": "D:\\Projects\\douwco.be\\wwwroot\\",
"BasePath": "_content/douwco.be",
"RelativePath": "portofolio.html",
"AssetKind": "All",
"AssetMode": "All",
"AssetRole": "Primary",
"AssetMergeBehavior": "PreferTarget",
"AssetMergeSource": "",
"RelatedAsset": "",
"AssetTraitName": "",
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
"OriginalItemSpec": "wwwroot\\portofolio.html"
},
{
"Identity": "D:\\Projects\\douwco.be\\wwwroot\\README.md",
"SourceId": "douwco.be",
"SourceType": "Discovered",
"ContentRoot": "D:\\Projects\\douwco.be\\wwwroot\\",
"BasePath": "_content/douwco.be",
"RelativePath": "README.md",
"AssetKind": "All",
"AssetMode": "All",
"AssetRole": "Primary",
"AssetMergeBehavior": "PreferTarget",
"AssetMergeSource": "",
"RelatedAsset": "",
"AssetTraitName": "",
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
"OriginalItemSpec": "wwwroot\\README.md"
},
{
"Identity": "D:\\Projects\\douwco.be\\wwwroot\\script.js",
"SourceId": "douwco.be",
"SourceType": "Discovered",
"ContentRoot": "D:\\Projects\\douwco.be\\wwwroot\\",
"BasePath": "_content/douwco.be",
"RelativePath": "script.js",
"AssetKind": "All",
"AssetMode": "All",
"AssetRole": "Primary",
"AssetMergeBehavior": "PreferTarget",
"AssetMergeSource": "",
"RelatedAsset": "",
"AssetTraitName": "",
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
"OriginalItemSpec": "wwwroot\\script.js"
},
{
"Identity": "D:\\Projects\\douwco.be\\wwwroot\\style.css",
"SourceId": "douwco.be",
"SourceType": "Discovered",
"ContentRoot": "D:\\Projects\\douwco.be\\wwwroot\\",
"BasePath": "_content/douwco.be",
"RelativePath": "style.css",
"AssetKind": "All",
"AssetMode": "All",
"AssetRole": "Primary",
"AssetMergeBehavior": "PreferTarget",
"AssetMergeSource": "",
"RelatedAsset": "",
"AssetTraitName": "",
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
"OriginalItemSpec": "wwwroot\\style.css"
}
]
}

View File

@@ -1 +0,0 @@
{"ContentRoots":["D:\\Projects\\douwco.be\\wwwroot\\"],"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}},"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}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}}

View File

@@ -1,61 +0,0 @@
{
"Files": [
{
"Id": "D:\\Projects\\douwco.be\\wwwroot\\README.md",
"PackagePath": "staticwebassets\\README.md"
},
{
"Id": "D:\\Projects\\douwco.be\\wwwroot\\douwe_ravers.html",
"PackagePath": "staticwebassets\\douwe_ravers.html"
},
{
"Id": "D:\\Projects\\douwco.be\\wwwroot\\font\\UbuntuMono-Regular.woff",
"PackagePath": "staticwebassets\\font\\UbuntuMono-Regular.woff"
},
{
"Id": "D:\\Projects\\douwco.be\\wwwroot\\font\\brass-mono.woff",
"PackagePath": "staticwebassets\\font\\brass-mono.woff"
},
{
"Id": "D:\\Projects\\douwco.be\\wwwroot\\games.html",
"PackagePath": "staticwebassets\\games.html"
},
{
"Id": "D:\\Projects\\douwco.be\\wwwroot\\home.html",
"PackagePath": "staticwebassets\\home.html"
},
{
"Id": "D:\\Projects\\douwco.be\\wwwroot\\img\\douwco_logo.svg",
"PackagePath": "staticwebassets\\img\\douwco_logo.svg"
},
{
"Id": "D:\\Projects\\douwco.be\\wwwroot\\portofolio.html",
"PackagePath": "staticwebassets\\portofolio.html"
},
{
"Id": "D:\\Projects\\douwco.be\\wwwroot\\script.js",
"PackagePath": "staticwebassets\\script.js"
},
{
"Id": "D:\\Projects\\douwco.be\\wwwroot\\style.css",
"PackagePath": "staticwebassets\\style.css"
},
{
"Id": "obj\\Debug\\net8.0\\staticwebassets\\msbuild.build.douwco.be.props",
"PackagePath": "build\\douwco.be.props"
},
{
"Id": "obj\\Debug\\net8.0\\staticwebassets\\msbuild.buildMultiTargeting.douwco.be.props",
"PackagePath": "buildMultiTargeting\\douwco.be.props"
},
{
"Id": "obj\\Debug\\net8.0\\staticwebassets\\msbuild.buildTransitive.douwco.be.props",
"PackagePath": "buildTransitive\\douwco.be.props"
},
{
"Id": "obj\\Debug\\net8.0\\staticwebassets\\msbuild.douwco.be.Microsoft.AspNetCore.StaticWebAssets.props",
"PackagePath": "build\\Microsoft.AspNetCore.StaticWebAssets.props"
}
],
"ElementsToRemove": []
}

View File

@@ -1,3 +0,0 @@
<Project>
<Import Project="Microsoft.AspNetCore.StaticWebAssets.props" />
</Project>

View File

@@ -1,3 +0,0 @@
<Project>
<Import Project="..\build\douwco.be.props" />
</Project>

View File

@@ -1,3 +0,0 @@
<Project>
<Import Project="..\buildMultiTargeting\douwco.be.props" />
</Project>

View File

@@ -1,164 +0,0 @@
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<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>
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
<OriginalItemSpec>$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\style.css))</OriginalItemSpec>
</StaticWebAsset>
</ItemGroup>
</Project>

View File

@@ -1,72 +0,0 @@
{
"format": 1,
"restore": {
"D:\\Projects\\douwco.be\\douwco.be.csproj": {}
},
"projects": {
"D:\\Projects\\douwco.be\\douwco.be.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\Projects\\douwco.be\\douwco.be.csproj",
"projectName": "douwco.be",
"projectPath": "D:\\Projects\\douwco.be\\douwco.be.csproj",
"packagesPath": "C:\\Users\\douwe\\.nuget\\packages\\",
"outputPath": "D:\\Projects\\douwco.be\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\douwe\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.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": "C:\\Program Files\\dotnet\\sdk\\8.0.401/PortableRuntimeIdentifierGraph.json"
}
}
}
}
}

View File

@@ -1,15 +0,0 @@
<?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)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\douwe\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.11.0</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\douwe\.nuget\packages\" />
</ItemGroup>
</Project>

View File

@@ -1,2 +0,0 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />

View File

@@ -1,77 +0,0 @@
{
"version": 3,
"targets": {
"net8.0": {}
},
"libraries": {},
"projectFileDependencyGroups": {
"net8.0": []
},
"packageFolders": {
"C:\\Users\\douwe\\.nuget\\packages\\": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "D:\\Projects\\douwco.be\\douwco.be.csproj",
"projectName": "douwco.be",
"projectPath": "D:\\Projects\\douwco.be\\douwco.be.csproj",
"packagesPath": "C:\\Users\\douwe\\.nuget\\packages\\",
"outputPath": "D:\\Projects\\douwco.be\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\douwe\\AppData\\Roaming\\NuGet\\NuGet.Config",
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
],
"originalTargetFrameworks": [
"net8.0"
],
"sources": {
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
"C:\\Program Files\\dotnet\\library-packs": {},
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.0",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
"net8.0": {
"targetAlias": "net8.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": "C:\\Program Files\\dotnet\\sdk\\8.0.401/PortableRuntimeIdentifierGraph.json"
}
}
}
}

View File

@@ -1,8 +0,0 @@
{
"version": 2,
"dgSpecHash": "lTf8fIGMNXk=",
"success": true,
"projectFilePath": "D:\\Projects\\douwco.be\\douwco.be.csproj",
"expectedPackageFiles": [],
"logs": []
}