Added dockerfile

This commit is contained in:
DouweRavers
2025-04-17 14:29:29 +02:00
parent 40bc778f29
commit ef528aa10f
68 changed files with 427 additions and 8446 deletions

View File

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

@@ -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+40bc778f29b5fd32a057f7dc38a67df115078301")]
[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

@@ -0,0 +1 @@
b66fe98ff0bcbc21f45df330d12f67895e13da8431f3c9c8386e535dcf228e2b

View File

@@ -0,0 +1,19 @@
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

@@ -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;

Binary file not shown.

View File

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

View File

@@ -0,0 +1,27 @@
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

@@ -0,0 +1 @@
f03011ace398b33ce755c58a6ebcd777bb0a33dba8f4a89281822f02a6dbf595

Binary file not shown.

View File

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

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,210 @@
{
"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

@@ -0,0 +1 @@
{"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

@@ -0,0 +1,61 @@
{
"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

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

View File

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

View File

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

View File

@@ -0,0 +1,164 @@
<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>