blazor project for cs
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
|
||||
22
TaskTree/obj/Debug/net6.0/TaskTree.AssemblyInfo.cs
Normal file
22
TaskTree/obj/Debug/net6.0/TaskTree.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("TaskTree")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("TaskTree")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("TaskTree")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
@ -0,0 +1 @@
|
||||
81cd5455c273af21d541d8decaceebb4c78a70a5
|
||||
@ -0,0 +1,60 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net6.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb = true
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = TaskTree
|
||||
build_property.RootNamespace = TaskTree
|
||||
build_property.ProjectDir = /Users/normrasmussen/Documents/Northpass/TaskTree/
|
||||
build_property.RazorLangVersion = 6.0
|
||||
build_property.SupportLocalizedComponentNames =
|
||||
build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
||||
build_property.MSBuildProjectDirectory = /Users/normrasmussen/Documents/Northpass/TaskTree
|
||||
build_property._RazorSourceGeneratorDebug =
|
||||
|
||||
[/Users/normrasmussen/Documents/Northpass/TaskTree/App.razor]
|
||||
build_metadata.AdditionalFiles.TargetPath = QXBwLnJhem9y
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[/Users/normrasmussen/Documents/Northpass/TaskTree/Pages/Accounts.razor]
|
||||
build_metadata.AdditionalFiles.TargetPath = UGFnZXMvQWNjb3VudHMucmF6b3I=
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[/Users/normrasmussen/Documents/Northpass/TaskTree/Pages/Counter.razor]
|
||||
build_metadata.AdditionalFiles.TargetPath = UGFnZXMvQ291bnRlci5yYXpvcg==
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[/Users/normrasmussen/Documents/Northpass/TaskTree/Pages/FetchData.razor]
|
||||
build_metadata.AdditionalFiles.TargetPath = UGFnZXMvRmV0Y2hEYXRhLnJhem9y
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[/Users/normrasmussen/Documents/Northpass/TaskTree/Shared/SurveyPrompt.razor]
|
||||
build_metadata.AdditionalFiles.TargetPath = U2hhcmVkL1N1cnZleVByb21wdC5yYXpvcg==
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[/Users/normrasmussen/Documents/Northpass/TaskTree/_Imports.razor]
|
||||
build_metadata.AdditionalFiles.TargetPath = X0ltcG9ydHMucmF6b3I=
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[/Users/normrasmussen/Documents/Northpass/TaskTree/Shared/MainLayout.razor]
|
||||
build_metadata.AdditionalFiles.TargetPath = U2hhcmVkL01haW5MYXlvdXQucmF6b3I=
|
||||
build_metadata.AdditionalFiles.CssScope = b-tei3al3gpd
|
||||
|
||||
[/Users/normrasmussen/Documents/Northpass/TaskTree/Shared/NavMenu.razor]
|
||||
build_metadata.AdditionalFiles.TargetPath = U2hhcmVkL05hdk1lbnUucmF6b3I=
|
||||
build_metadata.AdditionalFiles.CssScope = b-eli7iebgv3
|
||||
|
||||
[/Users/normrasmussen/Documents/Northpass/TaskTree/Pages/Error.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = UGFnZXMvRXJyb3IuY3NodG1s
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[/Users/normrasmussen/Documents/Northpass/TaskTree/Pages/_Host.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = UGFnZXMvX0hvc3QuY3NodG1s
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
|
||||
[/Users/normrasmussen/Documents/Northpass/TaskTree/Pages/_Layout.cshtml]
|
||||
build_metadata.AdditionalFiles.TargetPath = UGFnZXMvX0xheW91dC5jc2h0bWw=
|
||||
build_metadata.AdditionalFiles.CssScope =
|
||||
17
TaskTree/obj/Debug/net6.0/TaskTree.GlobalUsings.g.cs
Normal file
17
TaskTree/obj/Debug/net6.0/TaskTree.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;
|
||||
@ -0,0 +1 @@
|
||||
5860763757f4f08c7ebdea1b3a94a18109f17861
|
||||
17
TaskTree/obj/Debug/net6.0/TaskTree.RazorAssemblyInfo.cs
Normal file
17
TaskTree/obj/Debug/net6.0/TaskTree.RazorAssemblyInfo.cs
Normal file
@ -0,0 +1,17 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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: Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute("Microsoft.AspNetCore.Mvc.ApplicationParts.ConsolidatedAssemblyApplicationPartFact" +
|
||||
"ory, Microsoft.AspNetCore.Mvc.Razor")]
|
||||
|
||||
// Generated by the MSBuild WriteCodeFragment class.
|
||||
|
||||
BIN
TaskTree/obj/Debug/net6.0/TaskTree.assets.cache
Normal file
BIN
TaskTree/obj/Debug/net6.0/TaskTree.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
||||
ceade44d8774b40bea2f24540c3eb81484be3865
|
||||
@ -0,0 +1,8 @@
|
||||
/Users/normrasmussen/Documents/Northpass/TaskTree/obj/Debug/net6.0/TaskTree.csproj.AssemblyReference.cache
|
||||
/Users/normrasmussen/Documents/Northpass/TaskTree/obj/Debug/net6.0/TaskTree.GeneratedMSBuildEditorConfig.editorconfig
|
||||
/Users/normrasmussen/Documents/Northpass/TaskTree/obj/Debug/net6.0/TaskTree.AssemblyInfoInputs.cache
|
||||
/Users/normrasmussen/Documents/Northpass/TaskTree/obj/Debug/net6.0/TaskTree.AssemblyInfo.cs
|
||||
/Users/normrasmussen/Documents/Northpass/TaskTree/obj/Debug/net6.0/TaskTree.csproj.CoreCompileInputs.cache
|
||||
/Users/normrasmussen/Documents/Northpass/TaskTree/obj/Debug/net6.0/TaskTree.MvcApplicationPartsAssemblyInfo.cache
|
||||
/Users/normrasmussen/Documents/Northpass/TaskTree/obj/Debug/net6.0/TaskTree.RazorAssemblyInfo.cache
|
||||
/Users/normrasmussen/Documents/Northpass/TaskTree/obj/Debug/net6.0/TaskTree.RazorAssemblyInfo.cs
|
||||
Reference in New Issue
Block a user