rimozione obj
This commit is contained in:
parent
4ca8d471cc
commit
97ebb8dac2
@ -1,28 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Target Name="GetEFProjectMetadata">
|
||||
<MSBuild Condition=" '$(TargetFramework)' == '' "
|
||||
Projects="$(MSBuildProjectFile)"
|
||||
Targets="GetEFProjectMetadata"
|
||||
Properties="TargetFramework=$(TargetFrameworks.Split(';')[0]);EFProjectMetadataFile=$(EFProjectMetadataFile)" />
|
||||
<ItemGroup Condition=" '$(TargetFramework)' != '' ">
|
||||
<EFProjectMetadata Include="AssemblyName: $(AssemblyName)" />
|
||||
<EFProjectMetadata Include="Language: $(Language)" />
|
||||
<EFProjectMetadata Include="OutputPath: $(OutputPath)" />
|
||||
<EFProjectMetadata Include="Platform: $(Platform)" />
|
||||
<EFProjectMetadata Include="PlatformTarget: $(PlatformTarget)" />
|
||||
<EFProjectMetadata Include="ProjectAssetsFile: $(ProjectAssetsFile)" />
|
||||
<EFProjectMetadata Include="ProjectDir: $(ProjectDir)" />
|
||||
<EFProjectMetadata Include="RootNamespace: $(RootNamespace)" />
|
||||
<EFProjectMetadata Include="RuntimeFrameworkVersion: $(RuntimeFrameworkVersion)" />
|
||||
<EFProjectMetadata Include="TargetFileName: $(TargetFileName)" />
|
||||
<EFProjectMetadata Include="TargetFrameworkMoniker: $(TargetFrameworkMoniker)" />
|
||||
<EFProjectMetadata Include="Nullable: $(Nullable)" />
|
||||
<EFProjectMetadata Include="TargetFramework: $(TargetFramework)" />
|
||||
<EFProjectMetadata Include="TargetPlatformIdentifier: $(TargetPlatformIdentifier)" />
|
||||
</ItemGroup>
|
||||
<WriteLinesToFile Condition=" '$(TargetFramework)' != '' "
|
||||
File="$(EFProjectMetadataFile)"
|
||||
Lines="@(EFProjectMetadata)" />
|
||||
</Target>
|
||||
</Project>
|
||||
@ -1,127 +0,0 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\ApiPolo.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\ApiPolo.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\ApiPolo.csproj",
|
||||
"projectName": "ApiPolo",
|
||||
"projectPath": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\ApiPolo.csproj",
|
||||
"packagesPath": "C:\\Users\\audif\\.nuget\\packages\\",
|
||||
"outputPath": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\audif\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net6.0"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"C:\\Program Files\\dotnet\\sdk\\7.0.302\\Sdks\\Microsoft.NET.Sdk.Web\\library-packs": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
}
|
||||
},
|
||||
"frameworks": {
|
||||
"net6.0": {
|
||||
"targetAlias": "net6.0",
|
||||
"dependencies": {
|
||||
"Cronos": {
|
||||
"target": "Package",
|
||||
"version": "[0.7.1, )"
|
||||
},
|
||||
"FirebaseAdmin": {
|
||||
"target": "Package",
|
||||
"version": "[2.3.0, )"
|
||||
},
|
||||
"Google.Apis.Auth": {
|
||||
"target": "Package",
|
||||
"version": "[1.68.0, )"
|
||||
},
|
||||
"Google.Apis.FirebaseCloudMessaging.v1": {
|
||||
"target": "Package",
|
||||
"version": "[1.68.0.3603, )"
|
||||
},
|
||||
"Microsoft.AspNet.Mvc": {
|
||||
"target": "Package",
|
||||
"version": "[5.2.9, )"
|
||||
},
|
||||
"Microsoft.AspNetCore.Authentication.Negotiate": {
|
||||
"target": "Package",
|
||||
"version": "[6.0.5, )"
|
||||
},
|
||||
"Microsoft.EntityFrameworkCore": {
|
||||
"target": "Package",
|
||||
"version": "[6.0.5, )"
|
||||
},
|
||||
"Microsoft.EntityFrameworkCore.SqlServer": {
|
||||
"target": "Package",
|
||||
"version": "[6.0.5, )"
|
||||
},
|
||||
"Microsoft.EntityFrameworkCore.Tools": {
|
||||
"include": "Runtime, Build, Native, ContentFiles, Analyzers, BuildTransitive",
|
||||
"suppressParent": "All",
|
||||
"target": "Package",
|
||||
"version": "[6.0.5, )"
|
||||
},
|
||||
"Nancy": {
|
||||
"target": "Package",
|
||||
"version": "[2.0.0, )"
|
||||
},
|
||||
"Newtonsoft.Json": {
|
||||
"target": "Package",
|
||||
"version": "[13.0.3, )"
|
||||
},
|
||||
"RestSharp": {
|
||||
"target": "Package",
|
||||
"version": "[112.1.0, )"
|
||||
},
|
||||
"SSH.NET": {
|
||||
"target": "Package",
|
||||
"version": "[2020.0.2, )"
|
||||
},
|
||||
"Swashbuckle.AspNetCore": {
|
||||
"target": "Package",
|
||||
"version": "[6.3.1, )"
|
||||
}
|
||||
},
|
||||
"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\\7.0.302\\RuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,24 +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\audif\.nuget\packages\</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.6.0</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\audif\.nuget\packages\" />
|
||||
</ItemGroup>
|
||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.props" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.props')" />
|
||||
<Import Project="$(NuGetPackageRoot)swashbuckle.aspnetcore\6.3.1\build\Swashbuckle.AspNetCore.props" Condition="Exists('$(NuGetPackageRoot)swashbuckle.aspnetcore\6.3.1\build\Swashbuckle.AspNetCore.props')" />
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.entityframeworkcore.design\6.0.5\build\net6.0\Microsoft.EntityFrameworkCore.Design.props" Condition="Exists('$(NuGetPackageRoot)microsoft.entityframeworkcore.design\6.0.5\build\net6.0\Microsoft.EntityFrameworkCore.Design.props')" />
|
||||
</ImportGroup>
|
||||
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<PkgMicrosoft_Extensions_ApiDescription_Server Condition=" '$(PkgMicrosoft_Extensions_ApiDescription_Server)' == '' ">C:\Users\audif\.nuget\packages\microsoft.extensions.apidescription.server\3.0.0</PkgMicrosoft_Extensions_ApiDescription_Server>
|
||||
<PkgMicrosoft_EntityFrameworkCore_Tools Condition=" '$(PkgMicrosoft_EntityFrameworkCore_Tools)' == '' ">C:\Users\audif\.nuget\packages\microsoft.entityframeworkcore.tools\6.0.5</PkgMicrosoft_EntityFrameworkCore_Tools>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<Import Project="$(NuGetPackageRoot)microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets" Condition="Exists('$(NuGetPackageRoot)microsoft.extensions.apidescription.server\3.0.0\build\Microsoft.Extensions.ApiDescription.Server.targets')" />
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
@ -1,4 +0,0 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = ".NET 6.0")]
|
||||
Binary file not shown.
@ -1,23 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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("ApiPolo")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("ApiPolo")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("ApiPolo")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generato dalla classe WriteCodeFragment di MSBuild.
|
||||
|
||||
@ -1 +0,0 @@
|
||||
88ad5b2d9ae3cff92d91a6b6dc8e389161b50a56
|
||||
@ -1,17 +0,0 @@
|
||||
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 = ApiPolo
|
||||
build_property.RootNamespace = ApiPolo
|
||||
build_property.ProjectDir = C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\
|
||||
build_property.RazorLangVersion = 6.0
|
||||
build_property.SupportLocalizedComponentNames =
|
||||
build_property.GenerateRazorMetadataSourceChecksumAttributes =
|
||||
build_property.MSBuildProjectDirectory = C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo
|
||||
build_property._RazorSourceGeneratorDebug =
|
||||
@ -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;
|
||||
@ -1,17 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
|
||||
|
||||
// Generato dalla classe WriteCodeFragment di MSBuild.
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
||||
24e948b894f3a9c8b0dbb7ceb95d91ec4ad7f149
|
||||
@ -1,194 +0,0 @@
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\ApiPolo.csproj.AssemblyReference.cache
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\ApiPolo.GeneratedMSBuildEditorConfig.editorconfig
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\ApiPolo.AssemblyInfoInputs.cache
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\ApiPolo.AssemblyInfo.cs
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\ApiPolo.csproj.CoreCompileInputs.cache
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\ApiPolo.MvcApplicationPartsAssemblyInfo.cs
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\ApiPolo.MvcApplicationPartsAssemblyInfo.cache
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\appsettings.Development.json
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\appsettings.json
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\ApiPolo.exe
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\ApiPolo.deps.json
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\ApiPolo.runtimeconfig.json
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\ApiPolo.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\ApiPolo.pdb
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Microsoft.AspNetCore.Authentication.Negotiate.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Microsoft.AspNetCore.Connections.Abstractions.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Microsoft.Extensions.Features.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Microsoft.OpenApi.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Swashbuckle.AspNetCore.Swagger.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerGen.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerUI.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\System.DirectoryServices.Protocols.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\System.IO.Pipelines.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\runtimes\linux\lib\net6.0\System.DirectoryServices.Protocols.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\runtimes\osx\lib\net6.0\System.DirectoryServices.Protocols.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.DirectoryServices.Protocols.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\staticwebassets.build.json
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\staticwebassets.development.json
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\scopedcss\bundle\ApiPolo.styles.css
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\ApiPolo.csproj.CopyComplete
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\ApiPolo.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\refint\ApiPolo.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\ApiPolo.pdb
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\ApiPolo.genruntimeconfig.cache
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\ref\ApiPolo.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Humanizer.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Microsoft.Data.SqlClient.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Microsoft.EntityFrameworkCore.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Microsoft.EntityFrameworkCore.Abstractions.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Microsoft.EntityFrameworkCore.Design.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Microsoft.EntityFrameworkCore.Relational.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Microsoft.EntityFrameworkCore.SqlServer.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Microsoft.Extensions.Caching.Memory.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Microsoft.Identity.Client.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Microsoft.IdentityModel.Logging.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Microsoft.IdentityModel.Tokens.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Microsoft.Win32.SystemEvents.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\System.Configuration.ConfigurationManager.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\System.Drawing.Common.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\System.IdentityModel.Tokens.Jwt.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\System.Runtime.Caching.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\System.Security.Cryptography.ProtectedData.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\System.Security.Permissions.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\System.Windows.Extensions.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\runtimes\unix\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\Microsoft.Win32.SystemEvents.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\runtimes\unix\lib\netcoreapp3.0\System.Drawing.Common.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\System.Drawing.Common.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\System.Windows.Extensions.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\ApiPolo.xml
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\ApiPolo.xml
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\System.Web.Mvc.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\System.Web.Razor.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\System.Web.Helpers.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\System.Web.WebPages.Deployment.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\System.Web.WebPages.Razor.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\System.Web.WebPages.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Microsoft.Web.Infrastructure.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Renci.SshNet.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\SshNet.Security.Cryptography.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\ApiPolo.staticwebassets.runtime.json
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\staticwebassets\msbuild.ApiPolo.Microsoft.AspNetCore.StaticWebAssets.props
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\staticwebassets\msbuild.build.ApiPolo.props
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\staticwebassets\msbuild.buildMultiTargeting.ApiPolo.props
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\staticwebassets\msbuild.buildTransitive.ApiPolo.props
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\staticwebassets.pack.json
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\private_key.json
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\FirebaseAdmin.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Google.Api.Gax.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Google.Api.Gax.Rest.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Google.Apis.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Google.Apis.Auth.PlatformServices.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Google.Apis.Auth.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Google.Apis.Core.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Microsoft.Bcl.AsyncInterfaces.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Newtonsoft.Json.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\bin\Debug\net6.0\Cronos.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\appsettings.Development.json
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\private_key.json
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\appsettings.json
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\ApiPolo.staticwebassets.runtime.json
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\ApiPolo.exe
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\ApiPolo.deps.json
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\ApiPolo.runtimeconfig.json
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\ApiPolo.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\ApiPolo.pdb
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\ApiPolo.xml
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Cronos.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\FirebaseAdmin.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Google.Api.Gax.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Google.Api.Gax.Rest.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Google.Apis.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Google.Apis.Auth.PlatformServices.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Google.Apis.Auth.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Google.Apis.Core.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Humanizer.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\System.Web.Mvc.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\System.Web.Razor.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\System.Web.Helpers.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\System.Web.WebPages.Deployment.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\System.Web.WebPages.Razor.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\System.Web.WebPages.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Microsoft.AspNetCore.Authentication.Negotiate.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Microsoft.AspNetCore.Connections.Abstractions.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Microsoft.Bcl.AsyncInterfaces.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Microsoft.Data.SqlClient.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Microsoft.EntityFrameworkCore.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Microsoft.EntityFrameworkCore.Abstractions.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Microsoft.EntityFrameworkCore.Design.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Microsoft.EntityFrameworkCore.Relational.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Microsoft.EntityFrameworkCore.SqlServer.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Microsoft.Extensions.Caching.Memory.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Microsoft.Extensions.Features.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Microsoft.Identity.Client.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Microsoft.IdentityModel.Logging.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Microsoft.IdentityModel.Tokens.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Microsoft.OpenApi.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Microsoft.Web.Infrastructure.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Microsoft.Win32.SystemEvents.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Newtonsoft.Json.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Renci.SshNet.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\SshNet.Security.Cryptography.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Swashbuckle.AspNetCore.Swagger.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerGen.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerUI.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\System.Configuration.ConfigurationManager.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\System.DirectoryServices.Protocols.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\System.Drawing.Common.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\System.IdentityModel.Tokens.Jwt.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\System.IO.Pipelines.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\System.Runtime.Caching.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\System.Security.Cryptography.ProtectedData.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\System.Security.Permissions.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\System.Windows.Extensions.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\runtimes\unix\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\Microsoft.Win32.SystemEvents.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\runtimes\linux\lib\net6.0\System.DirectoryServices.Protocols.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\runtimes\osx\lib\net6.0\System.DirectoryServices.Protocols.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\runtimes\win\lib\net6.0\System.DirectoryServices.Protocols.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\runtimes\unix\lib\netcoreapp3.0\System.Drawing.Common.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\System.Drawing.Common.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\System.Windows.Extensions.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\obj\Debug\net6.0\ApiPolo.csproj.AssemblyReference.cache
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\obj\Debug\net6.0\ApiPolo.GeneratedMSBuildEditorConfig.editorconfig
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\obj\Debug\net6.0\ApiPolo.AssemblyInfoInputs.cache
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\obj\Debug\net6.0\ApiPolo.AssemblyInfo.cs
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\obj\Debug\net6.0\ApiPolo.csproj.CoreCompileInputs.cache
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\obj\Debug\net6.0\ApiPolo.MvcApplicationPartsAssemblyInfo.cs
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\obj\Debug\net6.0\ApiPolo.MvcApplicationPartsAssemblyInfo.cache
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\obj\Debug\net6.0\staticwebassets\msbuild.ApiPolo.Microsoft.AspNetCore.StaticWebAssets.props
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\obj\Debug\net6.0\staticwebassets\msbuild.build.ApiPolo.props
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\obj\Debug\net6.0\staticwebassets\msbuild.buildMultiTargeting.ApiPolo.props
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\obj\Debug\net6.0\staticwebassets\msbuild.buildTransitive.ApiPolo.props
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\obj\Debug\net6.0\staticwebassets.pack.json
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\obj\Debug\net6.0\staticwebassets.build.json
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\obj\Debug\net6.0\staticwebassets.development.json
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\obj\Debug\net6.0\scopedcss\bundle\ApiPolo.styles.css
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\obj\Debug\net6.0\ApiPolo.csproj.CopyComplete
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\obj\Debug\net6.0\ApiPolo.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\obj\Debug\net6.0\refint\ApiPolo.dll
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\obj\Debug\net6.0\ApiPolo.xml
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\obj\Debug\net6.0\ApiPolo.pdb
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\obj\Debug\net6.0\ApiPolo.genruntimeconfig.cache
|
||||
C:\Users\audif\source\repos\ApiManutenzioni\ApiPolo\obj\Debug\net6.0\ref\ApiPolo.dll
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@ -1 +0,0 @@
|
||||
153ebeadabf03a6a990455fbd32f181e14171207
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,19 +0,0 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net6.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "6.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.AspNetCore.App",
|
||||
"version": "6.0.0"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.GC.Server": true,
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,8 +0,0 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,26 +0,0 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
|
||||
//connessione non sicura: Encrypt=False
|
||||
|
||||
"ApiStr": "Data Source=10.0.0.10;Initial Catalog=API_POLO;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
|
||||
"FERRA": "Data Source=10.0.0.10;Initial Catalog=AHR60_FERRARI;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
|
||||
/*"FERRA": "Data Source=37.159.179.14;Initial Catalog=AHR80_TEST;User Id=AppPolo; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False;Encrypt=False;Trust Server Certificate=True",*/
|
||||
"MARRO": "Data Source=10.0.0.10;Initial Catalog=R80_MARROCCO;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
|
||||
"SICILIA": "Data Source=10.0.0.10;Initial Catalog=AHR_SICILIA;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
|
||||
"DISCO": "Data Source=10.0.0.10;Initial Catalog=AHR60_FERRARI_VISTE_DISCO;User Id=sa; Password=p0l01nf.;Integrated Security=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False"
|
||||
|
||||
},
|
||||
"JWT": {
|
||||
"ValidAudience": "http://localhost:4200",
|
||||
"ValidIssuer": "http://localhost:61955",
|
||||
"Secret": "ByYM000OLlMQG6VVVp1OH7Xzyr7gHuw1qvUC5dcGt3SNM"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<location path="." inheritInChildApplications="false">
|
||||
<system.webServer>
|
||||
<handlers>
|
||||
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
|
||||
</handlers>
|
||||
<aspNetCore processPath="dotnet" arguments=".\ApiPolo.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" />
|
||||
</system.webServer>
|
||||
</location>
|
||||
</configuration>
|
||||
<!--ProjectGuid: fcb070a4-cb11-48f7-8245-a609151a95f7-->
|
||||
@ -1,59 +0,0 @@
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\ApiPolo.exe
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\appsettings.Development.json
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\appsettings.json
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\ApiPolo.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\ApiPolo.runtimeconfig.json
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\ApiPolo.pdb
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\System.Web.Mvc.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\System.Web.Razor.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\System.Web.Helpers.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\System.Web.WebPages.Deployment.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\System.Web.WebPages.Razor.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\System.Web.WebPages.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\Microsoft.AspNetCore.Authentication.Negotiate.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\Microsoft.AspNetCore.Connections.Abstractions.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\Microsoft.Data.SqlClient.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\Microsoft.EntityFrameworkCore.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\Microsoft.EntityFrameworkCore.Abstractions.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\Microsoft.EntityFrameworkCore.Relational.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\Microsoft.EntityFrameworkCore.SqlServer.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\Microsoft.Extensions.Caching.Memory.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\Microsoft.Extensions.Features.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\Microsoft.Identity.Client.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\Microsoft.IdentityModel.Logging.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\Microsoft.IdentityModel.Protocols.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\Microsoft.IdentityModel.Tokens.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\Microsoft.OpenApi.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\Microsoft.Web.Infrastructure.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\Microsoft.Win32.SystemEvents.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\Swashbuckle.AspNetCore.Swagger.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\Swashbuckle.AspNetCore.SwaggerGen.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\Swashbuckle.AspNetCore.SwaggerUI.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\System.Configuration.ConfigurationManager.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\System.DirectoryServices.Protocols.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\System.Drawing.Common.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\System.IdentityModel.Tokens.Jwt.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\System.IO.Pipelines.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\System.Runtime.Caching.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\System.Security.Cryptography.ProtectedData.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\System.Security.Permissions.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\System.Windows.Extensions.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\runtimes\unix\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\runtimes\win\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\runtimes\win\lib\netcoreapp3.0\Microsoft.Win32.SystemEvents.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\runtimes\linux\lib\net6.0\System.DirectoryServices.Protocols.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\runtimes\osx\lib\net6.0\System.DirectoryServices.Protocols.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\runtimes\win\lib\net6.0\System.DirectoryServices.Protocols.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\runtimes\unix\lib\netcoreapp3.0\System.Drawing.Common.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\runtimes\win\lib\netcoreapp3.0\System.Drawing.Common.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\runtimes\win\lib\netcoreapp3.0\System.Windows.Extensions.dll
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\ApiPolo.xml
|
||||
C:\SORGENTI\ApiPolo\ApiPolo\obj\Debug\net6.0\PubTmp\Out\ApiPolo.deps.json
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
@ -1,190 +0,0 @@
|
||||
{
|
||||
"Version": 1,
|
||||
"Hash": "6FUn9i3U23wGJY86S2gwV9m2HGgYJ/0GV1WvmfP/Rew=",
|
||||
"Source": "ApiPolo",
|
||||
"BasePath": "_content/ApiPolo",
|
||||
"Mode": "Default",
|
||||
"ManifestType": "Build",
|
||||
"ReferencedProjectsConfiguration": [],
|
||||
"DiscoveryPatterns": [
|
||||
{
|
||||
"Name": "ApiPolo\\wwwroot",
|
||||
"Source": "ApiPolo",
|
||||
"ContentRoot": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\",
|
||||
"BasePath": "_content/ApiPolo",
|
||||
"Pattern": "**"
|
||||
}
|
||||
],
|
||||
"Assets": [
|
||||
{
|
||||
"Identity": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\logo_disco.jpg",
|
||||
"SourceId": "ApiPolo",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\",
|
||||
"BasePath": "_content/ApiPolo",
|
||||
"RelativePath": "logo_disco.jpg",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\logo_disco.jpg"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\logo_ferra.jpg",
|
||||
"SourceId": "ApiPolo",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\",
|
||||
"BasePath": "_content/ApiPolo",
|
||||
"RelativePath": "logo_ferra.jpg",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\logo_ferra.jpg"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\logo_marro.jpg",
|
||||
"SourceId": "ApiPolo",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\",
|
||||
"BasePath": "_content/ApiPolo",
|
||||
"RelativePath": "logo_marro.jpg",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\logo_marro.jpg"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\VIRTU\\AZI01\\AZI01_LOGO.jpg",
|
||||
"SourceId": "ApiPolo",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\",
|
||||
"BasePath": "_content/ApiPolo",
|
||||
"RelativePath": "VIRTU/AZI01/AZI01_LOGO.jpg",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\VIRTU\\AZI01\\AZI01_LOGO.jpg"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\VIRTU\\AZI02\\AZI02_LOGO.jpg",
|
||||
"SourceId": "ApiPolo",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\",
|
||||
"BasePath": "_content/ApiPolo",
|
||||
"RelativePath": "VIRTU/AZI02/AZI02_LOGO.jpg",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\VIRTU\\AZI02\\AZI02_LOGO.jpg"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\VIRTU\\AZI02\\company2.png",
|
||||
"SourceId": "ApiPolo",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\",
|
||||
"BasePath": "_content/ApiPolo",
|
||||
"RelativePath": "VIRTU/AZI02/company2.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\VIRTU\\AZI02\\company2.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\VIRTU\\AZI02\\img2.png",
|
||||
"SourceId": "ApiPolo",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\",
|
||||
"BasePath": "_content/ApiPolo",
|
||||
"RelativePath": "VIRTU/AZI02/img2.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\VIRTU\\AZI02\\img2.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\VIRTU\\AZI02\\No_image.png",
|
||||
"SourceId": "ApiPolo",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\",
|
||||
"BasePath": "_content/ApiPolo",
|
||||
"RelativePath": "VIRTU/AZI02/No_image.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\VIRTU\\AZI02\\No_image.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\VIRTU\\AZI02\\R.png",
|
||||
"SourceId": "ApiPolo",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\",
|
||||
"BasePath": "_content/ApiPolo",
|
||||
"RelativePath": "VIRTU/AZI02/R.png",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\VIRTU\\AZI02\\R.png"
|
||||
},
|
||||
{
|
||||
"Identity": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\VIRTU\\CAV00001.jpg",
|
||||
"SourceId": "ApiPolo",
|
||||
"SourceType": "Discovered",
|
||||
"ContentRoot": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\",
|
||||
"BasePath": "_content/ApiPolo",
|
||||
"RelativePath": "VIRTU/CAV00001.jpg",
|
||||
"AssetKind": "All",
|
||||
"AssetMode": "All",
|
||||
"AssetRole": "Primary",
|
||||
"RelatedAsset": "",
|
||||
"AssetTraitName": "",
|
||||
"AssetTraitValue": "",
|
||||
"CopyToOutputDirectory": "Never",
|
||||
"CopyToPublishDirectory": "PreserveNewest",
|
||||
"OriginalItemSpec": "wwwroot\\VIRTU\\CAV00001.jpg"
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -1 +0,0 @@
|
||||
{"ContentRoots":["C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\"],"Root":{"Children":{"logo_disco.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"logo_disco.jpg"},"Patterns":null},"logo_ferra.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"logo_ferra.jpg"},"Patterns":null},"logo_marro.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"logo_marro.jpg"},"Patterns":null},"VIRTU":{"Children":{"AZI01":{"Children":{"AZI01_LOGO.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"VIRTU/AZI01/AZI01_LOGO.jpg"},"Patterns":null}},"Asset":null,"Patterns":null},"AZI02":{"Children":{"AZI02_LOGO.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"VIRTU/AZI02/AZI02_LOGO.jpg"},"Patterns":null},"company2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"VIRTU/AZI02/company2.png"},"Patterns":null},"img2.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"VIRTU/AZI02/img2.png"},"Patterns":null},"No_image.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"VIRTU/AZI02/No_image.png"},"Patterns":null},"R.png":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"VIRTU/AZI02/R.png"},"Patterns":null}},"Asset":null,"Patterns":null},"CAV00001.jpg":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"VIRTU/CAV00001.jpg"},"Patterns":null}},"Asset":null,"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}}
|
||||
@ -1,61 +0,0 @@
|
||||
{
|
||||
"Files": [
|
||||
{
|
||||
"Id": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\VIRTU\\AZI01\\AZI01_LOGO.jpg",
|
||||
"PackagePath": "staticwebassets\\VIRTU\\AZI01\\AZI01_LOGO.jpg"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\VIRTU\\AZI02\\AZI02_LOGO.jpg",
|
||||
"PackagePath": "staticwebassets\\VIRTU\\AZI02\\AZI02_LOGO.jpg"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\VIRTU\\AZI02\\No_image.png",
|
||||
"PackagePath": "staticwebassets\\VIRTU\\AZI02\\No_image.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\VIRTU\\AZI02\\R.png",
|
||||
"PackagePath": "staticwebassets\\VIRTU\\AZI02\\R.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\VIRTU\\AZI02\\company2.png",
|
||||
"PackagePath": "staticwebassets\\VIRTU\\AZI02\\company2.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\VIRTU\\AZI02\\img2.png",
|
||||
"PackagePath": "staticwebassets\\VIRTU\\AZI02\\img2.png"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\VIRTU\\CAV00001.jpg",
|
||||
"PackagePath": "staticwebassets\\VIRTU\\CAV00001.jpg"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\logo_disco.jpg",
|
||||
"PackagePath": "staticwebassets\\logo_disco.jpg"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\logo_ferra.jpg",
|
||||
"PackagePath": "staticwebassets\\logo_ferra.jpg"
|
||||
},
|
||||
{
|
||||
"Id": "C:\\Users\\audif\\source\\repos\\ApiManutenzioni\\ApiPolo\\wwwroot\\logo_marro.jpg",
|
||||
"PackagePath": "staticwebassets\\logo_marro.jpg"
|
||||
},
|
||||
{
|
||||
"Id": "obj\\Debug\\net6.0\\staticwebassets\\msbuild.ApiPolo.Microsoft.AspNetCore.StaticWebAssets.props",
|
||||
"PackagePath": "build\\Microsoft.AspNetCore.StaticWebAssets.props"
|
||||
},
|
||||
{
|
||||
"Id": "obj\\Debug\\net6.0\\staticwebassets\\msbuild.build.ApiPolo.props",
|
||||
"PackagePath": "build\\ApiPolo.props"
|
||||
},
|
||||
{
|
||||
"Id": "obj\\Debug\\net6.0\\staticwebassets\\msbuild.buildMultiTargeting.ApiPolo.props",
|
||||
"PackagePath": "buildMultiTargeting\\ApiPolo.props"
|
||||
},
|
||||
{
|
||||
"Id": "obj\\Debug\\net6.0\\staticwebassets\\msbuild.buildTransitive.ApiPolo.props",
|
||||
"PackagePath": "buildTransitive\\ApiPolo.props"
|
||||
}
|
||||
],
|
||||
"ElementsToRemove": []
|
||||
}
|
||||
@ -1,11 +0,0 @@
|
||||
{
|
||||
"Version": 1,
|
||||
"Hash": "TbzSe+JuOj83IwQMYGgOp6hzhr+gmZALKfs0SCC4wgA=",
|
||||
"Source": "ApiPolo",
|
||||
"BasePath": "_content/ApiPolo",
|
||||
"Mode": "Default",
|
||||
"ManifestType": "Publish",
|
||||
"ReferencedProjectsConfiguration": [],
|
||||
"DiscoveryPatterns": [],
|
||||
"Assets": []
|
||||
}
|
||||
@ -1,164 +0,0 @@
|
||||
<Project>
|
||||
<ItemGroup>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\logo_disco.jpg))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>ApiPolo</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/ApiPolo</BasePath>
|
||||
<RelativePath>logo_disco.jpg</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\logo_disco.jpg))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\logo_ferra.jpg))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>ApiPolo</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/ApiPolo</BasePath>
|
||||
<RelativePath>logo_ferra.jpg</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\logo_ferra.jpg))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\logo_marro.jpg))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>ApiPolo</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/ApiPolo</BasePath>
|
||||
<RelativePath>logo_marro.jpg</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\logo_marro.jpg))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\VIRTU\AZI01\AZI01_LOGO.jpg))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>ApiPolo</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/ApiPolo</BasePath>
|
||||
<RelativePath>VIRTU/AZI01/AZI01_LOGO.jpg</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\VIRTU\AZI01\AZI01_LOGO.jpg))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\VIRTU\AZI02\AZI02_LOGO.jpg))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>ApiPolo</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/ApiPolo</BasePath>
|
||||
<RelativePath>VIRTU/AZI02/AZI02_LOGO.jpg</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\VIRTU\AZI02\AZI02_LOGO.jpg))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\VIRTU\AZI02\company2.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>ApiPolo</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/ApiPolo</BasePath>
|
||||
<RelativePath>VIRTU/AZI02/company2.png</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\VIRTU\AZI02\company2.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\VIRTU\AZI02\img2.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>ApiPolo</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/ApiPolo</BasePath>
|
||||
<RelativePath>VIRTU/AZI02/img2.png</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\VIRTU\AZI02\img2.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\VIRTU\AZI02\No_image.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>ApiPolo</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/ApiPolo</BasePath>
|
||||
<RelativePath>VIRTU/AZI02/No_image.png</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\VIRTU\AZI02\No_image.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\VIRTU\AZI02\R.png))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>ApiPolo</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/ApiPolo</BasePath>
|
||||
<RelativePath>VIRTU/AZI02/R.png</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\VIRTU\AZI02\R.png))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
<StaticWebAsset Include="$([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)..\staticwebassets\VIRTU\CAV00001.jpg))">
|
||||
<SourceType>Package</SourceType>
|
||||
<SourceId>ApiPolo</SourceId>
|
||||
<ContentRoot>$(MSBuildThisFileDirectory)..\staticwebassets\</ContentRoot>
|
||||
<BasePath>_content/ApiPolo</BasePath>
|
||||
<RelativePath>VIRTU/CAV00001.jpg</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\VIRTU\CAV00001.jpg))</OriginalItemSpec>
|
||||
</StaticWebAsset>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@ -1,3 +0,0 @@
|
||||
<Project>
|
||||
<Import Project="Microsoft.AspNetCore.StaticWebAssets.props" />
|
||||
</Project>
|
||||
@ -1,3 +0,0 @@
|
||||
<Project>
|
||||
<Import Project="..\build\ApiPolo.props" />
|
||||
</Project>
|
||||
@ -1,3 +0,0 @@
|
||||
<Project>
|
||||
<Import Project="..\buildMultiTargeting\ApiPolo.props" />
|
||||
</Project>
|
||||
@ -1,4 +0,0 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")]
|
||||
@ -1,23 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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("ApiPolo")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("ApiPolo")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("ApiPolo")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Generato dalla classe WriteCodeFragment di MSBuild.
|
||||
|
||||
@ -1 +0,0 @@
|
||||
88ad5b2d9ae3cff92d91a6b6dc8e389161b50a56
|
||||
@ -1,3 +0,0 @@
|
||||
is_global = true
|
||||
build_property.RootNamespace = ApiPolo
|
||||
build_property.ProjectDir = C:\SORGENTI\ApiPolo\ApiPolo\
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user