 a3ef00a687
			
		
	
	a3ef00a687
	
	
	
		
			
			- Port core EXI encoding/decoding functionality to C# - Implement V2G protocol parsing and analysis - Add simplified decoder/encoder for roundtrip testing - Create comprehensive error handling with EXI exceptions - Support both byte array and file stream operations - Include packet structure analysis for V2GTP data - Successfully builds and runs basic functionality tests 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
		
			
				
	
	
		
			79 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			79 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "version": 3,
 | |
|   "targets": {
 | |
|     "net8.0": {}
 | |
|   },
 | |
|   "libraries": {},
 | |
|   "projectFileDependencyGroups": {
 | |
|     "net8.0": []
 | |
|   },
 | |
|   "packageFolders": {
 | |
|     "C:\\Users\\kimchk\\.nuget\\packages\\": {},
 | |
|     "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}
 | |
|   },
 | |
|   "project": {
 | |
|     "version": "1.0.0",
 | |
|     "restore": {
 | |
|       "projectUniqueName": "C:\\Data\\Source\\SIMP\\V2GDecoderC\\csharp\\dotnet\\V2GDecoderNet.csproj",
 | |
|       "projectName": "V2GDecoderNet",
 | |
|       "projectPath": "C:\\Data\\Source\\SIMP\\V2GDecoderC\\csharp\\dotnet\\V2GDecoderNet.csproj",
 | |
|       "packagesPath": "C:\\Users\\kimchk\\.nuget\\packages\\",
 | |
|       "outputPath": "C:\\Data\\Source\\SIMP\\V2GDecoderC\\csharp\\dotnet\\obj\\",
 | |
|       "projectStyle": "PackageReference",
 | |
|       "fallbackFolders": [
 | |
|         "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
 | |
|       ],
 | |
|       "configFilePaths": [
 | |
|         "C:\\Users\\kimchk\\AppData\\Roaming\\NuGet\\NuGet.Config",
 | |
|         "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config",
 | |
|         "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
 | |
|       ],
 | |
|       "originalTargetFrameworks": [
 | |
|         "net8.0"
 | |
|       ],
 | |
|       "sources": {
 | |
|         "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
 | |
|         "https://api.nuget.org/v3/index.json": {}
 | |
|       },
 | |
|       "frameworks": {
 | |
|         "net8.0": {
 | |
|           "targetAlias": "net8.0",
 | |
|           "projectReferences": {}
 | |
|         }
 | |
|       },
 | |
|       "warningProperties": {
 | |
|         "warnAsError": [
 | |
|           "NU1605"
 | |
|         ]
 | |
|       },
 | |
|       "restoreAuditProperties": {
 | |
|         "enableAudit": "true",
 | |
|         "auditLevel": "low",
 | |
|         "auditMode": "direct"
 | |
|       },
 | |
|       "SdkAnalysisLevel": "9.0.300"
 | |
|     },
 | |
|     "frameworks": {
 | |
|       "net8.0": {
 | |
|         "targetAlias": "net8.0",
 | |
|         "imports": [
 | |
|           "net461",
 | |
|           "net462",
 | |
|           "net47",
 | |
|           "net471",
 | |
|           "net472",
 | |
|           "net48",
 | |
|           "net481"
 | |
|         ],
 | |
|         "assetTargetFallback": true,
 | |
|         "warn": true,
 | |
|         "frameworkReferences": {
 | |
|           "Microsoft.NETCore.App": {
 | |
|             "privateAssets": "all"
 | |
|           }
 | |
|         },
 | |
|         "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\9.0.302/PortableRuntimeIdentifierGraph.json"
 | |
|       }
 | |
|     }
 | |
|   }
 | |
| } |