빌드 부산물 추적 해제와 AX Agent 대기열·composer UI 정리
Some checks failed
Release Gate / gate (push) Has been cancelled
Some checks failed
Release Gate / gate (push) Has been cancelled
- .gitignore에 bin/obj/publish 및 IDE/OS/비밀정보 패턴 추가 - Git 인덱스에서 publish 및 src 하위 bin/obj 빌드 부산물 추적을 해제하여 저장소 노이즈를 정리 - DraftQueue를 실행 대기/최근 결과 섹션과 상태 요약 pill 구조로 재정리 - composer 상단 모델/컨텍스트/프리셋 줄과 하단 작업 위치 칩 UI를 더 평평한 시각 언어로 통일 - 워크스페이스·브랜치·워크트리 패널에 공통 row 및 요약 strip을 적용해 panel UX를 정돈 - README.md와 docs/DEVELOPMENT.md, docs/AGENT_ROADMAP.md, AGENTS.md 이력을 갱신 검증 - dotnet build src/AxCopilot/AxCopilot.csproj -c Release -v minimal -p:OutputPath=bin\\verify\\ -p:IntermediateOutputPath=obj\\verify\\ - 경고 0개, 오류 0개
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v8.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v8.0": {
|
||||
"AxKeyEncryptor/1.0.0": {
|
||||
"runtime": {
|
||||
"AxKeyEncryptor.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"AxKeyEncryptor/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,18 +0,0 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.WindowsDesktop.App",
|
||||
"version": "8.0.0"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v8.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v8.0": {
|
||||
"AxKeyEncryptor/1.0.0": {
|
||||
"runtime": {
|
||||
"AxKeyEncryptor.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"AxKeyEncryptor/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,19 +0,0 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net8.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "8.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.WindowsDesktop.App",
|
||||
"version": "8.0.0"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
|
||||
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,78 +0,0 @@
|
||||
{
|
||||
"format": 1,
|
||||
"restore": {
|
||||
"E:\\AX Copilot - Codex\\src\\AxKeyEncryptor\\AxKeyEncryptor.csproj": {}
|
||||
},
|
||||
"projects": {
|
||||
"E:\\AX Copilot - Codex\\src\\AxKeyEncryptor\\AxKeyEncryptor.csproj": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "E:\\AX Copilot - Codex\\src\\AxKeyEncryptor\\AxKeyEncryptor.csproj",
|
||||
"projectName": "AxKeyEncryptor",
|
||||
"projectPath": "E:\\AX Copilot - Codex\\src\\AxKeyEncryptor\\AxKeyEncryptor.csproj",
|
||||
"packagesPath": "C:\\Users\\admin\\.nuget\\packages\\",
|
||||
"outputPath": "E:\\AX Copilot - Codex\\src\\AxKeyEncryptor\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\admin\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0-windows"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0-windows7.0": {
|
||||
"targetAlias": "net8.0-windows",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
},
|
||||
"SdkAnalysisLevel": "10.0.200"
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0-windows7.0": {
|
||||
"targetAlias": "net8.0-windows",
|
||||
"dependencies": {
|
||||
"System.Security.Cryptography.ProtectedData": {
|
||||
"target": "Package",
|
||||
"version": "[8.0.0, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
},
|
||||
"Microsoft.WindowsDesktop.App.WindowsForms": {
|
||||
"privateAssets": "none"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.201/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,15 +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\admin\.nuget\packages\</NuGetPackageFolders>
|
||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">7.0.0</NuGetToolVersion>
|
||||
</PropertyGroup>
|
||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||
<SourceRoot Include="C:\Users\admin\.nuget\packages\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -1,2 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
||||
@@ -1,4 +0,0 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
||||
@@ -1,24 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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("AxKeyEncryptor")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+cc1f1c4e6c832e5ba41e901ef24e3a4196307ad5")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("AxKeyEncryptor")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("AxKeyEncryptor")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
|
||||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
|
||||
|
||||
// MSBuild WriteCodeFragment 클래스에서 생성되었습니다.
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
0dd494ca7e2c6f21f9efc445ee623802e5291bf3b1a1aa3620f07493bc6659de
|
||||
@@ -1,24 +0,0 @@
|
||||
is_global = true
|
||||
build_property.ApplicationManifest =
|
||||
build_property.StartupObject =
|
||||
build_property.ApplicationDefaultFont =
|
||||
build_property.ApplicationHighDpiMode =
|
||||
build_property.ApplicationUseCompatibleTextRendering =
|
||||
build_property.ApplicationVisualStyles =
|
||||
build_property.TargetFramework = net8.0-windows
|
||||
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
||||
build_property.TargetFrameworkVersion = v8.0
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = AxKeyEncryptor
|
||||
build_property.ProjectDir = E:\AX Copilot - Codex\src\AxKeyEncryptor\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||
build_property.EffectiveAnalysisLevelStyle = 8.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
@@ -1,10 +0,0 @@
|
||||
// <auto-generated/>
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.Drawing;
|
||||
global using System.IO;
|
||||
global using System.Linq;
|
||||
global using System.Net.Http;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
global using System.Windows.Forms;
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
2afc5e8e76c2d39d447e7036ce58906507efb4e8d1556a5db37a4ec85186b8c1
|
||||
@@ -1,42 +0,0 @@
|
||||
E:\AX Commander\src\AxKeyEncryptor\bin\Debug\net8.0-windows\AxKeyEncryptor.exe
|
||||
E:\AX Commander\src\AxKeyEncryptor\bin\Debug\net8.0-windows\AxKeyEncryptor.deps.json
|
||||
E:\AX Commander\src\AxKeyEncryptor\bin\Debug\net8.0-windows\AxKeyEncryptor.runtimeconfig.json
|
||||
E:\AX Commander\src\AxKeyEncryptor\bin\Debug\net8.0-windows\AxKeyEncryptor.dll
|
||||
E:\AX Commander\src\AxKeyEncryptor\bin\Debug\net8.0-windows\AxKeyEncryptor.pdb
|
||||
E:\AX Commander\src\AxKeyEncryptor\obj\Debug\net8.0-windows\AxKeyEncryptor.GeneratedMSBuildEditorConfig.editorconfig
|
||||
E:\AX Commander\src\AxKeyEncryptor\obj\Debug\net8.0-windows\AxKeyEncryptor.AssemblyInfoInputs.cache
|
||||
E:\AX Commander\src\AxKeyEncryptor\obj\Debug\net8.0-windows\AxKeyEncryptor.AssemblyInfo.cs
|
||||
E:\AX Commander\src\AxKeyEncryptor\obj\Debug\net8.0-windows\AxKeyEncryptor.csproj.CoreCompileInputs.cache
|
||||
E:\AX Commander\src\AxKeyEncryptor\obj\Debug\net8.0-windows\AxKeyEncryptor.dll
|
||||
E:\AX Commander\src\AxKeyEncryptor\obj\Debug\net8.0-windows\refint\AxKeyEncryptor.dll
|
||||
E:\AX Commander\src\AxKeyEncryptor\obj\Debug\net8.0-windows\AxKeyEncryptor.pdb
|
||||
E:\AX Commander\src\AxKeyEncryptor\obj\Debug\net8.0-windows\AxKeyEncryptor.genruntimeconfig.cache
|
||||
E:\AX Commander\src\AxKeyEncryptor\obj\Debug\net8.0-windows\ref\AxKeyEncryptor.dll
|
||||
E:\AX Copilot\src\AxKeyEncryptor\bin\Debug\net8.0-windows\AxKeyEncryptor.exe
|
||||
E:\AX Copilot\src\AxKeyEncryptor\bin\Debug\net8.0-windows\AxKeyEncryptor.deps.json
|
||||
E:\AX Copilot\src\AxKeyEncryptor\bin\Debug\net8.0-windows\AxKeyEncryptor.runtimeconfig.json
|
||||
E:\AX Copilot\src\AxKeyEncryptor\bin\Debug\net8.0-windows\AxKeyEncryptor.dll
|
||||
E:\AX Copilot\src\AxKeyEncryptor\bin\Debug\net8.0-windows\AxKeyEncryptor.pdb
|
||||
E:\AX Copilot\src\AxKeyEncryptor\obj\Debug\net8.0-windows\AxKeyEncryptor.GeneratedMSBuildEditorConfig.editorconfig
|
||||
E:\AX Copilot\src\AxKeyEncryptor\obj\Debug\net8.0-windows\AxKeyEncryptor.AssemblyInfoInputs.cache
|
||||
E:\AX Copilot\src\AxKeyEncryptor\obj\Debug\net8.0-windows\AxKeyEncryptor.AssemblyInfo.cs
|
||||
E:\AX Copilot\src\AxKeyEncryptor\obj\Debug\net8.0-windows\AxKeyEncryptor.csproj.CoreCompileInputs.cache
|
||||
E:\AX Copilot\src\AxKeyEncryptor\obj\Debug\net8.0-windows\AxKeyEncryptor.dll
|
||||
E:\AX Copilot\src\AxKeyEncryptor\obj\Debug\net8.0-windows\refint\AxKeyEncryptor.dll
|
||||
E:\AX Copilot\src\AxKeyEncryptor\obj\Debug\net8.0-windows\AxKeyEncryptor.pdb
|
||||
E:\AX Copilot\src\AxKeyEncryptor\obj\Debug\net8.0-windows\AxKeyEncryptor.genruntimeconfig.cache
|
||||
E:\AX Copilot\src\AxKeyEncryptor\obj\Debug\net8.0-windows\ref\AxKeyEncryptor.dll
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\bin\Debug\net8.0-windows\AxKeyEncryptor.exe
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\bin\Debug\net8.0-windows\AxKeyEncryptor.deps.json
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\bin\Debug\net8.0-windows\AxKeyEncryptor.runtimeconfig.json
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\bin\Debug\net8.0-windows\AxKeyEncryptor.dll
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\bin\Debug\net8.0-windows\AxKeyEncryptor.pdb
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\obj\Debug\net8.0-windows\AxKeyEncryptor.GeneratedMSBuildEditorConfig.editorconfig
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\obj\Debug\net8.0-windows\AxKeyEncryptor.AssemblyInfoInputs.cache
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\obj\Debug\net8.0-windows\AxKeyEncryptor.AssemblyInfo.cs
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\obj\Debug\net8.0-windows\AxKeyEncryptor.csproj.CoreCompileInputs.cache
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\obj\Debug\net8.0-windows\AxKeyEncryptor.dll
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\obj\Debug\net8.0-windows\refint\AxKeyEncryptor.dll
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\obj\Debug\net8.0-windows\AxKeyEncryptor.pdb
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\obj\Debug\net8.0-windows\AxKeyEncryptor.genruntimeconfig.cache
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\obj\Debug\net8.0-windows\ref\AxKeyEncryptor.dll
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
f22f7284002b1a0b7ebfe517e4d06e43211862e89df3755bdda9f1686ed28dd7
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,4 +0,0 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v8.0", FrameworkDisplayName = ".NET 8.0")]
|
||||
@@ -1,24 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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("AxKeyEncryptor")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+90c2f15e96cd44446ccbe1d9aa4a63ef4c3fb7e4")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("AxKeyEncryptor")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("AxKeyEncryptor")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
|
||||
[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
|
||||
|
||||
// MSBuild WriteCodeFragment 클래스에서 생성되었습니다.
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
acc6bb68155bc4b0fdb311094743a4834d0c4100f793b77cd4a4e5c468ebcbaa
|
||||
@@ -1,24 +0,0 @@
|
||||
is_global = true
|
||||
build_property.ApplicationManifest =
|
||||
build_property.StartupObject =
|
||||
build_property.ApplicationDefaultFont =
|
||||
build_property.ApplicationHighDpiMode =
|
||||
build_property.ApplicationUseCompatibleTextRendering =
|
||||
build_property.ApplicationVisualStyles =
|
||||
build_property.TargetFramework = net8.0-windows
|
||||
build_property.TargetFrameworkIdentifier = .NETCoreApp
|
||||
build_property.TargetFrameworkVersion = v8.0
|
||||
build_property.TargetPlatformMinVersion = 7.0
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property.EnforceExtendedAnalyzerRules =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = AxKeyEncryptor
|
||||
build_property.ProjectDir = E:\AX Copilot - Codex\src\AxKeyEncryptor\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
build_property.CsWinRTUseWindowsUIXamlProjections = false
|
||||
build_property.EffectiveAnalysisLevelStyle = 8.0
|
||||
build_property.EnableCodeStyleSeverity =
|
||||
@@ -1,10 +0,0 @@
|
||||
// <auto-generated/>
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.Drawing;
|
||||
global using System.IO;
|
||||
global using System.Linq;
|
||||
global using System.Net.Http;
|
||||
global using System.Threading;
|
||||
global using System.Threading.Tasks;
|
||||
global using System.Windows.Forms;
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
634a8bbb8f424f3006a2950ddd75ba537e46918915120c2cff2107efffe8de24
|
||||
@@ -1,42 +0,0 @@
|
||||
E:\AX Commander\src\AxKeyEncryptor\obj\Release\net8.0-windows\AxKeyEncryptor.GeneratedMSBuildEditorConfig.editorconfig
|
||||
E:\AX Commander\src\AxKeyEncryptor\obj\Release\net8.0-windows\AxKeyEncryptor.AssemblyInfoInputs.cache
|
||||
E:\AX Commander\src\AxKeyEncryptor\obj\Release\net8.0-windows\AxKeyEncryptor.AssemblyInfo.cs
|
||||
E:\AX Commander\src\AxKeyEncryptor\obj\Release\net8.0-windows\AxKeyEncryptor.csproj.CoreCompileInputs.cache
|
||||
E:\AX Commander\src\AxKeyEncryptor\bin\Release\net8.0-windows\AxKeyEncryptor.exe
|
||||
E:\AX Commander\src\AxKeyEncryptor\bin\Release\net8.0-windows\AxKeyEncryptor.deps.json
|
||||
E:\AX Commander\src\AxKeyEncryptor\bin\Release\net8.0-windows\AxKeyEncryptor.runtimeconfig.json
|
||||
E:\AX Commander\src\AxKeyEncryptor\bin\Release\net8.0-windows\AxKeyEncryptor.dll
|
||||
E:\AX Commander\src\AxKeyEncryptor\bin\Release\net8.0-windows\AxKeyEncryptor.pdb
|
||||
E:\AX Commander\src\AxKeyEncryptor\obj\Release\net8.0-windows\AxKeyEncryptor.dll
|
||||
E:\AX Commander\src\AxKeyEncryptor\obj\Release\net8.0-windows\refint\AxKeyEncryptor.dll
|
||||
E:\AX Commander\src\AxKeyEncryptor\obj\Release\net8.0-windows\AxKeyEncryptor.pdb
|
||||
E:\AX Commander\src\AxKeyEncryptor\obj\Release\net8.0-windows\AxKeyEncryptor.genruntimeconfig.cache
|
||||
E:\AX Commander\src\AxKeyEncryptor\obj\Release\net8.0-windows\ref\AxKeyEncryptor.dll
|
||||
E:\AX Copilot\src\AxKeyEncryptor\bin\Release\net8.0-windows\AxKeyEncryptor.exe
|
||||
E:\AX Copilot\src\AxKeyEncryptor\bin\Release\net8.0-windows\AxKeyEncryptor.deps.json
|
||||
E:\AX Copilot\src\AxKeyEncryptor\bin\Release\net8.0-windows\AxKeyEncryptor.runtimeconfig.json
|
||||
E:\AX Copilot\src\AxKeyEncryptor\bin\Release\net8.0-windows\AxKeyEncryptor.dll
|
||||
E:\AX Copilot\src\AxKeyEncryptor\bin\Release\net8.0-windows\AxKeyEncryptor.pdb
|
||||
E:\AX Copilot\src\AxKeyEncryptor\obj\Release\net8.0-windows\AxKeyEncryptor.GeneratedMSBuildEditorConfig.editorconfig
|
||||
E:\AX Copilot\src\AxKeyEncryptor\obj\Release\net8.0-windows\AxKeyEncryptor.AssemblyInfoInputs.cache
|
||||
E:\AX Copilot\src\AxKeyEncryptor\obj\Release\net8.0-windows\AxKeyEncryptor.AssemblyInfo.cs
|
||||
E:\AX Copilot\src\AxKeyEncryptor\obj\Release\net8.0-windows\AxKeyEncryptor.csproj.CoreCompileInputs.cache
|
||||
E:\AX Copilot\src\AxKeyEncryptor\obj\Release\net8.0-windows\AxKeyEncryptor.dll
|
||||
E:\AX Copilot\src\AxKeyEncryptor\obj\Release\net8.0-windows\refint\AxKeyEncryptor.dll
|
||||
E:\AX Copilot\src\AxKeyEncryptor\obj\Release\net8.0-windows\AxKeyEncryptor.pdb
|
||||
E:\AX Copilot\src\AxKeyEncryptor\obj\Release\net8.0-windows\AxKeyEncryptor.genruntimeconfig.cache
|
||||
E:\AX Copilot\src\AxKeyEncryptor\obj\Release\net8.0-windows\ref\AxKeyEncryptor.dll
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\bin\Release\net8.0-windows\AxKeyEncryptor.exe
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\bin\Release\net8.0-windows\AxKeyEncryptor.deps.json
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\bin\Release\net8.0-windows\AxKeyEncryptor.runtimeconfig.json
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\bin\Release\net8.0-windows\AxKeyEncryptor.dll
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\bin\Release\net8.0-windows\AxKeyEncryptor.pdb
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\obj\Release\net8.0-windows\AxKeyEncryptor.GeneratedMSBuildEditorConfig.editorconfig
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\obj\Release\net8.0-windows\AxKeyEncryptor.AssemblyInfoInputs.cache
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\obj\Release\net8.0-windows\AxKeyEncryptor.AssemblyInfo.cs
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\obj\Release\net8.0-windows\AxKeyEncryptor.csproj.CoreCompileInputs.cache
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\obj\Release\net8.0-windows\AxKeyEncryptor.dll
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\obj\Release\net8.0-windows\refint\AxKeyEncryptor.dll
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\obj\Release\net8.0-windows\AxKeyEncryptor.pdb
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\obj\Release\net8.0-windows\AxKeyEncryptor.genruntimeconfig.cache
|
||||
E:\AX Copilot - Codex\src\AxKeyEncryptor\obj\Release\net8.0-windows\ref\AxKeyEncryptor.dll
|
||||
Binary file not shown.
@@ -1 +0,0 @@
|
||||
67fc8e25878c2426ebcd328b7093c99f59338bfe0bd48ce27aef67b6bab92993
|
||||
Binary file not shown.
@@ -1,5 +0,0 @@
|
||||
E:\AX Copilot - Codex\dist\AxKeyEncryptor\AxKeyEncryptor.exe
|
||||
E:\AX Copilot - Codex\dist\AxKeyEncryptor\AxKeyEncryptor.dll
|
||||
E:\AX Copilot - Codex\dist\AxKeyEncryptor\AxKeyEncryptor.deps.json
|
||||
E:\AX Copilot - Codex\dist\AxKeyEncryptor\AxKeyEncryptor.runtimeconfig.json
|
||||
E:\AX Copilot - Codex\dist\AxKeyEncryptor\AxKeyEncryptor.pdb
|
||||
@@ -1,5 +0,0 @@
|
||||
E:\AX Commander\dist\AxKeyEncryptor\AxKeyEncryptor.exe
|
||||
E:\AX Commander\dist\AxKeyEncryptor\AxKeyEncryptor.dll
|
||||
E:\AX Commander\dist\AxKeyEncryptor\AxKeyEncryptor.deps.json
|
||||
E:\AX Commander\dist\AxKeyEncryptor\AxKeyEncryptor.runtimeconfig.json
|
||||
E:\AX Commander\dist\AxKeyEncryptor\AxKeyEncryptor.pdb
|
||||
@@ -1,5 +0,0 @@
|
||||
E:\AX Copilot\dist\AxKeyEncryptor\AxKeyEncryptor.exe
|
||||
E:\AX Copilot\dist\AxKeyEncryptor\AxKeyEncryptor.dll
|
||||
E:\AX Copilot\dist\AxKeyEncryptor\AxKeyEncryptor.deps.json
|
||||
E:\AX Copilot\dist\AxKeyEncryptor\AxKeyEncryptor.runtimeconfig.json
|
||||
E:\AX Copilot\dist\AxKeyEncryptor\AxKeyEncryptor.pdb
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,139 +0,0 @@
|
||||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
"net8.0-windows7.0": {
|
||||
"System.Security.Cryptography.ProtectedData/8.0.0": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/net8.0/System.Security.Cryptography.ProtectedData.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/net8.0/System.Security.Cryptography.ProtectedData.dll": {
|
||||
"related": ".xml"
|
||||
}
|
||||
},
|
||||
"build": {
|
||||
"buildTransitive/net6.0/_._": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"System.Security.Cryptography.ProtectedData/8.0.0": {
|
||||
"sha512": "+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==",
|
||||
"type": "package",
|
||||
"path": "system.security.cryptography.protecteddata/8.0.0",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"Icon.png",
|
||||
"LICENSE.TXT",
|
||||
"PACKAGE.md",
|
||||
"THIRD-PARTY-NOTICES.TXT",
|
||||
"buildTransitive/net461/System.Security.Cryptography.ProtectedData.targets",
|
||||
"buildTransitive/net462/_._",
|
||||
"buildTransitive/net6.0/_._",
|
||||
"buildTransitive/netcoreapp2.0/System.Security.Cryptography.ProtectedData.targets",
|
||||
"lib/MonoAndroid10/_._",
|
||||
"lib/MonoTouch10/_._",
|
||||
"lib/net462/System.Security.Cryptography.ProtectedData.dll",
|
||||
"lib/net462/System.Security.Cryptography.ProtectedData.xml",
|
||||
"lib/net6.0/System.Security.Cryptography.ProtectedData.dll",
|
||||
"lib/net6.0/System.Security.Cryptography.ProtectedData.xml",
|
||||
"lib/net7.0/System.Security.Cryptography.ProtectedData.dll",
|
||||
"lib/net7.0/System.Security.Cryptography.ProtectedData.xml",
|
||||
"lib/net8.0/System.Security.Cryptography.ProtectedData.dll",
|
||||
"lib/net8.0/System.Security.Cryptography.ProtectedData.xml",
|
||||
"lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll",
|
||||
"lib/netstandard2.0/System.Security.Cryptography.ProtectedData.xml",
|
||||
"lib/xamarinios10/_._",
|
||||
"lib/xamarinmac20/_._",
|
||||
"lib/xamarintvos10/_._",
|
||||
"lib/xamarinwatchos10/_._",
|
||||
"system.security.cryptography.protecteddata.8.0.0.nupkg.sha512",
|
||||
"system.security.cryptography.protecteddata.nuspec",
|
||||
"useSharedDesignerContext.txt"
|
||||
]
|
||||
}
|
||||
},
|
||||
"projectFileDependencyGroups": {
|
||||
"net8.0-windows7.0": [
|
||||
"System.Security.Cryptography.ProtectedData >= 8.0.0"
|
||||
]
|
||||
},
|
||||
"packageFolders": {
|
||||
"C:\\Users\\admin\\.nuget\\packages\\": {}
|
||||
},
|
||||
"project": {
|
||||
"version": "1.0.0",
|
||||
"restore": {
|
||||
"projectUniqueName": "E:\\AX Copilot - Codex\\src\\AxKeyEncryptor\\AxKeyEncryptor.csproj",
|
||||
"projectName": "AxKeyEncryptor",
|
||||
"projectPath": "E:\\AX Copilot - Codex\\src\\AxKeyEncryptor\\AxKeyEncryptor.csproj",
|
||||
"packagesPath": "C:\\Users\\admin\\.nuget\\packages\\",
|
||||
"outputPath": "E:\\AX Copilot - Codex\\src\\AxKeyEncryptor\\obj\\",
|
||||
"projectStyle": "PackageReference",
|
||||
"configFilePaths": [
|
||||
"C:\\Users\\admin\\AppData\\Roaming\\NuGet\\NuGet.Config",
|
||||
"C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
|
||||
],
|
||||
"originalTargetFrameworks": [
|
||||
"net8.0-windows"
|
||||
],
|
||||
"sources": {
|
||||
"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
|
||||
"https://api.nuget.org/v3/index.json": {}
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0-windows7.0": {
|
||||
"targetAlias": "net8.0-windows",
|
||||
"projectReferences": {}
|
||||
}
|
||||
},
|
||||
"warningProperties": {
|
||||
"warnAsError": [
|
||||
"NU1605"
|
||||
]
|
||||
},
|
||||
"restoreAuditProperties": {
|
||||
"enableAudit": "true",
|
||||
"auditLevel": "low",
|
||||
"auditMode": "direct"
|
||||
},
|
||||
"SdkAnalysisLevel": "10.0.200"
|
||||
},
|
||||
"frameworks": {
|
||||
"net8.0-windows7.0": {
|
||||
"targetAlias": "net8.0-windows",
|
||||
"dependencies": {
|
||||
"System.Security.Cryptography.ProtectedData": {
|
||||
"target": "Package",
|
||||
"version": "[8.0.0, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
"net47",
|
||||
"net471",
|
||||
"net472",
|
||||
"net48",
|
||||
"net481"
|
||||
],
|
||||
"assetTargetFallback": true,
|
||||
"warn": true,
|
||||
"frameworkReferences": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"privateAssets": "all"
|
||||
},
|
||||
"Microsoft.WindowsDesktop.App.WindowsForms": {
|
||||
"privateAssets": "none"
|
||||
}
|
||||
},
|
||||
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\10.0.201/PortableRuntimeIdentifierGraph.json"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"version": 2,
|
||||
"dgSpecHash": "19WZQRzCduk=",
|
||||
"success": true,
|
||||
"projectFilePath": "E:\\AX Copilot - Codex\\src\\AxKeyEncryptor\\AxKeyEncryptor.csproj",
|
||||
"expectedPackageFiles": [
|
||||
"C:\\Users\\admin\\.nuget\\packages\\system.security.cryptography.protecteddata\\8.0.0\\system.security.cryptography.protecteddata.8.0.0.nupkg.sha512"
|
||||
],
|
||||
"logs": []
|
||||
}
|
||||
Reference in New Issue
Block a user