Upload files to "obj"

This commit is contained in:
2026-08-17 10:35:38 +10:00
parent d157a9cd66
commit 7f0c6e49ad
5 changed files with 192 additions and 0 deletions

88
obj/project.assets.json Normal file
View File

@@ -0,0 +1,88 @@
{
"version": 3,
"targets": {
".NETFramework,Version=v4.8": {},
".NETFramework,Version=v4.8/win7-x86": {}
},
"libraries": {},
"projectFileDependencyGroups": {
".NETFramework,Version=v4.8": [
"Microsoft.NETFramework.ReferenceAssemblies >= 1.0.3"
]
},
"packageFolders": {
"C:\\Users\\Kurt Frohloff\\.nuget\\packages\\": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Files\\Opavault\\SBCIT\\Utilities\\SMTPProxy\\Recompiled\\smtpproxy.net.csproj",
"projectName": "smtpproxy.net",
"projectPath": "C:\\Files\\Opavault\\SBCIT\\Utilities\\SMTPProxy\\Recompiled\\smtpproxy.net.csproj",
"packagesPath": "C:\\Users\\Kurt Frohloff\\.nuget\\packages\\",
"outputPath": "C:\\Files\\Opavault\\SBCIT\\Utilities\\SMTPProxy\\Recompiled\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\Kurt Frohloff\\AppData\\Roaming\\NuGet\\NuGet.Config"
],
"originalTargetFrameworks": [
"net48"
],
"frameworks": {
"net48": {
"targetAlias": "net48",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
"net48": {
"targetAlias": "net48",
"dependencies": {
"Microsoft.NETFramework.ReferenceAssemblies": {
"suppressParent": "All",
"target": "Package",
"version": "[1.0.3, )",
"autoReferenced": true
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.424\\RuntimeIdentifierGraph.json"
}
},
"runtimes": {
"win7-x86": {
"#import": []
}
}
},
"logs": [
{
"code": "NU1100",
"level": "Error",
"message": "Unable to resolve 'Microsoft.NETFramework.ReferenceAssemblies (>= 1.0.3)' for '.NETFramework,Version=v4.8'.",
"libraryId": "Microsoft.NETFramework.ReferenceAssemblies",
"targetGraphs": [
".NETFramework,Version=v4.8"
]
},
{
"code": "NU1100",
"level": "Error",
"message": "Unable to resolve 'Microsoft.NETFramework.ReferenceAssemblies (>= 1.0.3)' for '.NETFramework,Version=v4.8/win7-x86'.",
"libraryId": "Microsoft.NETFramework.ReferenceAssemblies",
"targetGraphs": [
".NETFramework,Version=v4.8/win7-x86"
]
}
]
}

27
obj/project.nuget.cache Normal file
View File

@@ -0,0 +1,27 @@
{
"version": 2,
"dgSpecHash": "Js8GmNwyVYk=",
"success": false,
"projectFilePath": "C:\\Files\\Opavault\\SBCIT\\Utilities\\SMTPProxy\\Recompiled\\smtpproxy.net.csproj",
"expectedPackageFiles": [],
"logs": [
{
"code": "NU1100",
"level": "Error",
"message": "Unable to resolve 'Microsoft.NETFramework.ReferenceAssemblies (>= 1.0.3)' for '.NETFramework,Version=v4.8'.",
"libraryId": "Microsoft.NETFramework.ReferenceAssemblies",
"targetGraphs": [
".NETFramework,Version=v4.8"
]
},
{
"code": "NU1100",
"level": "Error",
"message": "Unable to resolve 'Microsoft.NETFramework.ReferenceAssemblies (>= 1.0.3)' for '.NETFramework,Version=v4.8/win7-x86'.",
"libraryId": "Microsoft.NETFramework.ReferenceAssemblies",
"targetGraphs": [
".NETFramework,Version=v4.8/win7-x86"
]
}
]
}

View File

@@ -0,0 +1,60 @@
{
"format": 1,
"restore": {
"C:\\Files\\Opavault\\SBCIT\\Utilities\\SMTPProxy\\Recompiled\\smtpproxy.net.csproj": {}
},
"projects": {
"C:\\Files\\Opavault\\SBCIT\\Utilities\\SMTPProxy\\Recompiled\\smtpproxy.net.csproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "C:\\Files\\Opavault\\SBCIT\\Utilities\\SMTPProxy\\Recompiled\\smtpproxy.net.csproj",
"projectName": "smtpproxy.net",
"projectPath": "C:\\Files\\Opavault\\SBCIT\\Utilities\\SMTPProxy\\Recompiled\\smtpproxy.net.csproj",
"packagesPath": "C:\\Users\\Kurt Frohloff\\.nuget\\packages\\",
"outputPath": "C:\\Files\\Opavault\\SBCIT\\Utilities\\SMTPProxy\\Recompiled\\obj\\",
"projectStyle": "PackageReference",
"configFilePaths": [
"C:\\Users\\Kurt Frohloff\\AppData\\Roaming\\NuGet\\NuGet.Config"
],
"originalTargetFrameworks": [
"net48"
],
"frameworks": {
"net48": {
"targetAlias": "net48",
"projectReferences": {}
}
},
"warningProperties": {
"warnAsError": [
"NU1605"
]
},
"restoreAuditProperties": {
"enableAudit": "true",
"auditLevel": "low",
"auditMode": "direct"
}
},
"frameworks": {
"net48": {
"targetAlias": "net48",
"dependencies": {
"Microsoft.NETFramework.ReferenceAssemblies": {
"suppressParent": "All",
"target": "Package",
"version": "[1.0.3, )",
"autoReferenced": true
}
},
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\8.0.424\\RuntimeIdentifierGraph.json"
}
},
"runtimes": {
"win7-x86": {
"#import": []
}
}
}
}
}

View File

@@ -0,0 +1,15 @@
<?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)' == '' ">False</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\Kurt Frohloff\.nuget\packages\</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.11.2</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="C:\Users\Kurt Frohloff\.nuget\packages\" />
</ItemGroup>
</Project>

View File

@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />