organizzazione progetto

This commit is contained in:
zaccaria.majid
2023-02-02 09:14:24 +01:00
parent b0687f78e5
commit 29fe0a6088
78 changed files with 1937 additions and 10 deletions
@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
@@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Il codice è stato generato da uno strumento.
// Versione runtime:4.0.30319.42000
//
// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
// il codice viene rigenerato.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("Egw.Core.Razor.Test")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("Egw.Core.Razor.Test")]
[assembly: System.Reflection.AssemblyTitleAttribute("Egw.Core.Razor.Test")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generato dalla classe WriteCodeFragment di MSBuild.
@@ -0,0 +1 @@
56260725369076aa35e24fe2a46ddfddaad0227f
@@ -0,0 +1,69 @@
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.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = Egw.Core.Razor.Test
build_property.RootNamespace = Egw.Core.Razor.Test
build_property.ProjectDir = D:\Repo\egwcorerazorcomp\Egw.Core.Razor.Test\
build_property.RazorLangVersion = 6.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = D:\Repo\egwcorerazorcomp\Egw.Core.Razor.Test
build_property._RazorSourceGeneratorDebug =
[D:/Repo/egwcorerazorcomp/Egw.Core.Razor.Test/App.razor]
build_metadata.AdditionalFiles.TargetPath = QXBwLnJhem9y
build_metadata.AdditionalFiles.CssScope =
[D:/Repo/egwcorerazorcomp/Egw.Core.Razor.Test/Pages/Counter.razor]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcQ291bnRlci5yYXpvcg==
build_metadata.AdditionalFiles.CssScope =
[D:/Repo/egwcorerazorcomp/Egw.Core.Razor.Test/Pages/FetchData.razor]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcRmV0Y2hEYXRhLnJhem9y
build_metadata.AdditionalFiles.CssScope =
[D:/Repo/egwcorerazorcomp/Egw.Core.Razor.Test/Pages/TestCal.razor]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcVGVzdENhbC5yYXpvcg==
build_metadata.AdditionalFiles.CssScope =
[D:/Repo/egwcorerazorcomp/Egw.Core.Razor.Test/Shared/SurveyPrompt.razor]
build_metadata.AdditionalFiles.TargetPath = U2hhcmVkXFN1cnZleVByb21wdC5yYXpvcg==
build_metadata.AdditionalFiles.CssScope =
[D:/Repo/egwcorerazorcomp/Egw.Core.Razor.Test/_Imports.razor]
build_metadata.AdditionalFiles.TargetPath = X0ltcG9ydHMucmF6b3I=
build_metadata.AdditionalFiles.CssScope =
[D:/Repo/egwcorerazorcomp/Egw.Core.Razor.Test/Pages/Index.razor]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcSW5kZXgucmF6b3I=
build_metadata.AdditionalFiles.CssScope = b-bxdsh1n5l4
[D:/Repo/egwcorerazorcomp/Egw.Core.Razor.Test/Pages/ProvaCalendar.razor]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcUHJvdmFDYWxlbmRhci5yYXpvcg==
build_metadata.AdditionalFiles.CssScope = b-6cq1j34k3o
[D:/Repo/egwcorerazorcomp/Egw.Core.Razor.Test/Shared/MainLayout.razor]
build_metadata.AdditionalFiles.TargetPath = U2hhcmVkXE1haW5MYXlvdXQucmF6b3I=
build_metadata.AdditionalFiles.CssScope = b-lav052tuny
[D:/Repo/egwcorerazorcomp/Egw.Core.Razor.Test/Shared/NavMenu.razor]
build_metadata.AdditionalFiles.TargetPath = U2hhcmVkXE5hdk1lbnUucmF6b3I=
build_metadata.AdditionalFiles.CssScope = b-vsdg3y9usu
[D:/Repo/egwcorerazorcomp/Egw.Core.Razor.Test/Pages/Error.cshtml]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcRXJyb3IuY3NodG1s
build_metadata.AdditionalFiles.CssScope =
[D:/Repo/egwcorerazorcomp/Egw.Core.Razor.Test/Pages/_Host.cshtml]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX0hvc3QuY3NodG1s
build_metadata.AdditionalFiles.CssScope =
[D:/Repo/egwcorerazorcomp/Egw.Core.Razor.Test/Pages/_Layout.cshtml]
build_metadata.AdditionalFiles.TargetPath = UGFnZXNcX0xheW91dC5jc2h0bWw=
build_metadata.AdditionalFiles.CssScope =
@@ -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
@@ -0,0 +1,18 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Il codice è stato generato da uno strumento.
// Versione runtime:4.0.30319.42000
//
// Le modifiche apportate a questo file possono provocare un comportamento non corretto e andranno perse se
// il codice viene rigenerato.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute("Microsoft.AspNetCore.Mvc.ApplicationParts.ConsolidatedAssemblyApplicationPartFact" +
"ory, Microsoft.AspNetCore.Mvc.Razor")]
// Generato dalla classe WriteCodeFragment di MSBuild.
@@ -0,0 +1 @@
137d55d11ce906714710e79e605eb0a4bd056603
@@ -0,0 +1,8 @@
D:\Repo\egwcorerazorcomp\Egw.Core.Razor.Test\obj\Debug\net6.0\Egw.Core.Razor.Test.csproj.AssemblyReference.cache
D:\Repo\egwcorerazorcomp\Egw.Core.Razor.Test\obj\Debug\net6.0\Egw.Core.Razor.Test.GeneratedMSBuildEditorConfig.editorconfig
D:\Repo\egwcorerazorcomp\Egw.Core.Razor.Test\obj\Debug\net6.0\Egw.Core.Razor.Test.AssemblyInfoInputs.cache
D:\Repo\egwcorerazorcomp\Egw.Core.Razor.Test\obj\Debug\net6.0\Egw.Core.Razor.Test.AssemblyInfo.cs
D:\Repo\egwcorerazorcomp\Egw.Core.Razor.Test\obj\Debug\net6.0\Egw.Core.Razor.Test.csproj.CoreCompileInputs.cache
D:\Repo\egwcorerazorcomp\Egw.Core.Razor.Test\obj\Debug\net6.0\Egw.Core.Razor.Test.MvcApplicationPartsAssemblyInfo.cache
D:\Repo\egwcorerazorcomp\Egw.Core.Razor.Test\obj\Debug\net6.0\Egw.Core.Razor.Test.RazorAssemblyInfo.cache
D:\Repo\egwcorerazorcomp\Egw.Core.Razor.Test\obj\Debug\net6.0\Egw.Core.Razor.Test.RazorAssemblyInfo.cs
File diff suppressed because one or more lines are too long