Master commit next.

This commit is contained in:
clive
2024-05-06 21:40:01 +10:00
parent 267235e7da
commit 9b1baedfa7
165 changed files with 83177 additions and 0 deletions

View File

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

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,24 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// 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: Microsoft.Extensions.Configuration.UserSecrets.UserSecretsIdAttribute("7f259aad-3e25-4527-8273-ec21eea33e53")]
[assembly: System.Reflection.AssemblyCompanyAttribute("rokoh")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+6c750f3c384420d9e06c8200b5776096036d8103")]
[assembly: System.Reflection.AssemblyProductAttribute("rokoh")]
[assembly: System.Reflection.AssemblyTitleAttribute("rokoh")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
c45bb1594b0184fe4f4237c9c859ff794d2d5f6d5cad6b8373033510aa3410e9

View File

@@ -0,0 +1,47 @@
is_global = true
build_property.TargetFramework = net7.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 = rokoh
build_property.RootNamespace = rokoh
build_property.ProjectDir = C:\Users\clive\source\repos\rokoh\rokoh\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.RazorLangVersion = 7.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = C:\Users\clive\source\repos\rokoh\rokoh
build_property._RazorSourceGeneratorDebug =
[C:/Users/clive/source/repos/rokoh/rokoh/Pages/Error.cshtml]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcRXJyb3IuY3NodG1s
build_metadata.AdditionalFiles.CssScope =
[C:/Users/clive/source/repos/rokoh/rokoh/Pages/Index.cshtml]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcSW5kZXguY3NodG1s
build_metadata.AdditionalFiles.CssScope =
[C:/Users/clive/source/repos/rokoh/rokoh/Pages/Privacy.cshtml]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcUHJpdmFjeS5jc2h0bWw=
build_metadata.AdditionalFiles.CssScope =
[C:/Users/clive/source/repos/rokoh/rokoh/Pages/Shared/_ValidationScriptsPartial.cshtml]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcU2hhcmVkXF9WYWxpZGF0aW9uU2NyaXB0c1BhcnRpYWwuY3NodG1s
build_metadata.AdditionalFiles.CssScope =
[C:/Users/clive/source/repos/rokoh/rokoh/Pages/_ViewImports.cshtml]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX1ZpZXdJbXBvcnRzLmNzaHRtbA==
build_metadata.AdditionalFiles.CssScope =
[C:/Users/clive/source/repos/rokoh/rokoh/Pages/_ViewStart.cshtml]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX1ZpZXdTdGFydC5jc2h0bWw=
build_metadata.AdditionalFiles.CssScope =
[C:/Users/clive/source/repos/rokoh/rokoh/Pages/Shared/_Layout.cshtml]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcU2hhcmVkXF9MYXlvdXQuY3NodG1s
build_metadata.AdditionalFiles.CssScope = b-bv79hg79oa

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;

View File

@@ -0,0 +1 @@
d5ac7ab69059af111e9d7125adeb7b174ca570725d4b64a544cca7bd11ac7ca0

View File

@@ -0,0 +1,18 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// 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: Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute("Microsoft.AspNetCore.Mvc.ApplicationParts.ConsolidatedAssemblyApplicationPartFact" +
"ory, Microsoft.AspNetCore.Mvc.Razor")]
// Generated by the MSBuild WriteCodeFragment class.

Binary file not shown.

View File

@@ -0,0 +1 @@
3f6ccd3462e040475a43fa1abb28e1469b41ee1ecaa0527859c315eff6ce2785

View File

@@ -0,0 +1,30 @@
C:\Users\clive\source\repos\rokoh\rokoh\bin\Debug\net7.0\appsettings.Development.json
C:\Users\clive\source\repos\rokoh\rokoh\bin\Debug\net7.0\appsettings.json
C:\Users\clive\source\repos\rokoh\rokoh\bin\Debug\net7.0\rokoh.staticwebassets.runtime.json
C:\Users\clive\source\repos\rokoh\rokoh\bin\Debug\net7.0\rokoh.exe
C:\Users\clive\source\repos\rokoh\rokoh\bin\Debug\net7.0\rokoh.deps.json
C:\Users\clive\source\repos\rokoh\rokoh\bin\Debug\net7.0\rokoh.runtimeconfig.json
C:\Users\clive\source\repos\rokoh\rokoh\bin\Debug\net7.0\rokoh.dll
C:\Users\clive\source\repos\rokoh\rokoh\bin\Debug\net7.0\rokoh.pdb
C:\Users\clive\source\repos\rokoh\rokoh\obj\Debug\net7.0\rokoh.GeneratedMSBuildEditorConfig.editorconfig
C:\Users\clive\source\repos\rokoh\rokoh\obj\Debug\net7.0\rokoh.AssemblyInfoInputs.cache
C:\Users\clive\source\repos\rokoh\rokoh\obj\Debug\net7.0\rokoh.AssemblyInfo.cs
C:\Users\clive\source\repos\rokoh\rokoh\obj\Debug\net7.0\rokoh.csproj.CoreCompileInputs.cache
C:\Users\clive\source\repos\rokoh\rokoh\obj\Debug\net7.0\rokoh.MvcApplicationPartsAssemblyInfo.cache
C:\Users\clive\source\repos\rokoh\rokoh\obj\Debug\net7.0\rokoh.RazorAssemblyInfo.cache
C:\Users\clive\source\repos\rokoh\rokoh\obj\Debug\net7.0\rokoh.RazorAssemblyInfo.cs
C:\Users\clive\source\repos\rokoh\rokoh\obj\Debug\net7.0\staticwebassets\msbuild.rokoh.Microsoft.AspNetCore.StaticWebAssets.props
C:\Users\clive\source\repos\rokoh\rokoh\obj\Debug\net7.0\staticwebassets\msbuild.build.rokoh.props
C:\Users\clive\source\repos\rokoh\rokoh\obj\Debug\net7.0\staticwebassets\msbuild.buildMultiTargeting.rokoh.props
C:\Users\clive\source\repos\rokoh\rokoh\obj\Debug\net7.0\staticwebassets\msbuild.buildTransitive.rokoh.props
C:\Users\clive\source\repos\rokoh\rokoh\obj\Debug\net7.0\staticwebassets.pack.json
C:\Users\clive\source\repos\rokoh\rokoh\obj\Debug\net7.0\staticwebassets.build.json
C:\Users\clive\source\repos\rokoh\rokoh\obj\Debug\net7.0\staticwebassets.development.json
C:\Users\clive\source\repos\rokoh\rokoh\obj\Debug\net7.0\scopedcss\Pages\Shared\_Layout.cshtml.rz.scp.css
C:\Users\clive\source\repos\rokoh\rokoh\obj\Debug\net7.0\scopedcss\bundle\rokoh.styles.css
C:\Users\clive\source\repos\rokoh\rokoh\obj\Debug\net7.0\scopedcss\projectbundle\rokoh.bundle.scp.css
C:\Users\clive\source\repos\rokoh\rokoh\obj\Debug\net7.0\rokoh.dll
C:\Users\clive\source\repos\rokoh\rokoh\obj\Debug\net7.0\refint\rokoh.dll
C:\Users\clive\source\repos\rokoh\rokoh\obj\Debug\net7.0\rokoh.pdb
C:\Users\clive\source\repos\rokoh\rokoh\obj\Debug\net7.0\rokoh.genruntimeconfig.cache
C:\Users\clive\source\repos\rokoh\rokoh\obj\Debug\net7.0\ref\rokoh.dll

Binary file not shown.

View File

@@ -0,0 +1 @@
0250641e97244430a4f34ce7dcd59891496bd04cb0900a2c191936b61fee0138

Binary file not shown.

View File

@@ -0,0 +1,48 @@
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand[b-bv79hg79oa] {
white-space: normal;
text-align: center;
word-break: break-all;
}
a[b-bv79hg79oa] {
color: #0077cc;
}
.btn-primary[b-bv79hg79oa] {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
.nav-pills .nav-link.active[b-bv79hg79oa], .nav-pills .show > .nav-link[b-bv79hg79oa] {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
.border-top[b-bv79hg79oa] {
border-top: 1px solid #e5e5e5;
}
.border-bottom[b-bv79hg79oa] {
border-bottom: 1px solid #e5e5e5;
}
.box-shadow[b-bv79hg79oa] {
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
button.accept-policy[b-bv79hg79oa] {
font-size: 1rem;
line-height: inherit;
}
.footer[b-bv79hg79oa] {
position: absolute;
bottom: 0;
width: 100%;
white-space: nowrap;
line-height: 60px;
}

View File

@@ -0,0 +1,49 @@
/* _content/rokoh/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand[b-bv79hg79oa] {
white-space: normal;
text-align: center;
word-break: break-all;
}
a[b-bv79hg79oa] {
color: #0077cc;
}
.btn-primary[b-bv79hg79oa] {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
.nav-pills .nav-link.active[b-bv79hg79oa], .nav-pills .show > .nav-link[b-bv79hg79oa] {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
.border-top[b-bv79hg79oa] {
border-top: 1px solid #e5e5e5;
}
.border-bottom[b-bv79hg79oa] {
border-bottom: 1px solid #e5e5e5;
}
.box-shadow[b-bv79hg79oa] {
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
button.accept-policy[b-bv79hg79oa] {
font-size: 1rem;
line-height: inherit;
}
.footer[b-bv79hg79oa] {
position: absolute;
bottom: 0;
width: 100%;
white-space: nowrap;
line-height: 60px;
}

View File

@@ -0,0 +1,49 @@
/* _content/rokoh/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
a.navbar-brand[b-bv79hg79oa] {
white-space: normal;
text-align: center;
word-break: break-all;
}
a[b-bv79hg79oa] {
color: #0077cc;
}
.btn-primary[b-bv79hg79oa] {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
.nav-pills .nav-link.active[b-bv79hg79oa], .nav-pills .show > .nav-link[b-bv79hg79oa] {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
.border-top[b-bv79hg79oa] {
border-top: 1px solid #e5e5e5;
}
.border-bottom[b-bv79hg79oa] {
border-bottom: 1px solid #e5e5e5;
}
.box-shadow[b-bv79hg79oa] {
box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}
button.accept-policy[b-bv79hg79oa] {
font-size: 1rem;
line-height: inherit;
}
.footer[b-bv79hg79oa] {
position: absolute;
bottom: 0;
width: 100%;
white-space: nowrap;
line-height: 60px;
}

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,273 @@
{
"Files": [
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\obj\\Debug\\net7.0\\scopedcss\\projectbundle\\rokoh.bundle.scp.css",
"PackagePath": "staticwebassets\\rokoh.bundle.scp.css"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\css\\site.css",
"PackagePath": "staticwebassets\\css\\site.css"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\favicon.ico",
"PackagePath": "staticwebassets\\favicon.ico"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\img\\rokoh-logo-box.png",
"PackagePath": "staticwebassets\\img\\rokoh-logo-box.png"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\img\\rokoh-logo.png",
"PackagePath": "staticwebassets\\img\\rokoh-logo.png"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\js\\site.js",
"PackagePath": "staticwebassets\\js\\site.js"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\LICENSE",
"PackagePath": "staticwebassets\\lib\\bootstrap"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css.map",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-grid.css.map"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css.map",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-grid.min.css.map"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css.map",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.css.map"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css.map",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-grid.rtl.min.css.map"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css.map",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.css.map"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css.map",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.min.css.map"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css.map",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.css.map"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css.map",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-reboot.rtl.min.css.map"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css.map",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.css.map"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css.map",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.min.css.map"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css.map",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.css.map"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css.map",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap-utilities.rtl.min.css.map"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.css",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap.css"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.css.map",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap.css.map"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.min.css",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap.min.css"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.min.css.map",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap.min.css.map"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css.map",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.css.map"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css.map",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\css\\bootstrap.rtl.min.css.map"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js.map",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.js.map"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js.map",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.bundle.min.js.map"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js.map",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.esm.js.map"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js.map",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.esm.min.js.map"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.js",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.js"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.js.map",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.js.map"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.min.js",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.min.js"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\bootstrap\\dist\\js\\bootstrap.min.js.map",
"PackagePath": "staticwebassets\\lib\\bootstrap\\dist\\js\\bootstrap.min.js.map"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\jquery-validation-unobtrusive\\LICENSE.txt",
"PackagePath": "staticwebassets\\lib\\jquery-validation-unobtrusive\\LICENSE.txt"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js",
"PackagePath": "staticwebassets\\lib\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.js"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.min.js",
"PackagePath": "staticwebassets\\lib\\jquery-validation-unobtrusive\\jquery.validate.unobtrusive.min.js"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\jquery-validation\\LICENSE.md",
"PackagePath": "staticwebassets\\lib\\jquery-validation\\LICENSE.md"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\jquery-validation\\dist\\additional-methods.js",
"PackagePath": "staticwebassets\\lib\\jquery-validation\\dist\\additional-methods.js"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\jquery-validation\\dist\\additional-methods.min.js",
"PackagePath": "staticwebassets\\lib\\jquery-validation\\dist\\additional-methods.min.js"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\jquery-validation\\dist\\jquery.validate.js",
"PackagePath": "staticwebassets\\lib\\jquery-validation\\dist\\jquery.validate.js"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\jquery-validation\\dist\\jquery.validate.min.js",
"PackagePath": "staticwebassets\\lib\\jquery-validation\\dist\\jquery.validate.min.js"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\jquery\\LICENSE.txt",
"PackagePath": "staticwebassets\\lib\\jquery\\LICENSE.txt"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\jquery\\dist\\jquery.js",
"PackagePath": "staticwebassets\\lib\\jquery\\dist\\jquery.js"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\jquery\\dist\\jquery.min.js",
"PackagePath": "staticwebassets\\lib\\jquery\\dist\\jquery.min.js"
},
{
"Id": "C:\\Users\\clive\\source\\repos\\rokoh\\rokoh\\wwwroot\\lib\\jquery\\dist\\jquery.min.map",
"PackagePath": "staticwebassets\\lib\\jquery\\dist\\jquery.min.map"
},
{
"Id": "obj\\Debug\\net7.0\\staticwebassets\\msbuild.build.rokoh.props",
"PackagePath": "build\\rokoh.props"
},
{
"Id": "obj\\Debug\\net7.0\\staticwebassets\\msbuild.buildMultiTargeting.rokoh.props",
"PackagePath": "buildMultiTargeting\\rokoh.props"
},
{
"Id": "obj\\Debug\\net7.0\\staticwebassets\\msbuild.buildTransitive.rokoh.props",
"PackagePath": "buildTransitive\\rokoh.props"
},
{
"Id": "obj\\Debug\\net7.0\\staticwebassets\\msbuild.rokoh.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\rokoh.props" />
</Project>

View File

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