Show More
Commit Description:
Update README to credit encompass.
Commit Description:
Update README to credit encompass.
References:
File last commit:
Show/Diff file:
Action:
SpriteFontPlus/src/obj/project.assets.json
162 lines | 4.5 KiB | application/json | JsonLexer
162 lines | 4.5 KiB | application/json | JsonLexer
r0 | { | |||
"version": 3, | ||||
"targets": { | ||||
".NETFramework,Version=v4.5": { | ||||
r176 | "Microsoft.NETFramework.ReferenceAssemblies/1.0.0": { | |||
"type": "package", | ||||
"dependencies": { | ||||
"Microsoft.NETFramework.ReferenceAssemblies.net45": "1.0.0" | ||||
} | ||||
}, | ||||
"Microsoft.NETFramework.ReferenceAssemblies.net45/1.0.0": { | ||||
"type": "package", | ||||
"build": { | ||||
"build/Microsoft.NETFramework.ReferenceAssemblies.net45.targets": {} | ||||
} | ||||
}, | ||||
r0 | "FNA/1.0.0": { | |||
"type": "project", | ||||
r176 | "framework": ".NETFramework,Version=v4.0", | |||
"compile": { | ||||
"bin/placeholder/FNA.dll": {} | ||||
}, | ||||
"runtime": { | ||||
"bin/placeholder/FNA.dll": {} | ||||
} | ||||
} | ||||
}, | ||||
".NETStandard,Version=v2.0": { | ||||
"Microsoft.NETCore.Platforms/1.1.0": { | ||||
"type": "package", | ||||
"compile": { | ||||
"lib/netstandard1.0/_._": {} | ||||
}, | ||||
"runtime": { | ||||
"lib/netstandard1.0/_._": {} | ||||
} | ||||
}, | ||||
"NETStandard.Library/2.0.3": { | ||||
"type": "package", | ||||
"dependencies": { | ||||
"Microsoft.NETCore.Platforms": "1.1.0" | ||||
}, | ||||
"compile": { | ||||
"lib/netstandard1.0/_._": {} | ||||
}, | ||||
"runtime": { | ||||
"lib/netstandard1.0/_._": {} | ||||
}, | ||||
"build": { | ||||
"build/netstandard2.0/NETStandard.Library.targets": {} | ||||
} | ||||
}, | ||||
"FNA/1.0.0": { | ||||
"type": "project", | ||||
"framework": ".NETStandard,Version=v2.0", | ||||
r0 | "compile": { | |||
"bin/placeholder/FNA.dll": {} | ||||
}, | ||||
"runtime": { | ||||
"bin/placeholder/FNA.dll": {} | ||||
} | ||||
} | ||||
} | ||||
}, | ||||
"libraries": { | ||||
"FNA/1.0.0": { | ||||
"type": "project", | ||||
r170 | "path": "../../FNA/FNA.csproj", | |||
"msbuildProject": "../../FNA/FNA.csproj" | ||||
r0 | } | |||
}, | ||||
"projectFileDependencyGroups": { | ||||
".NETFramework,Version=v4.5": [ | ||||
r170 | "FNA >= 1.0.0" | |||
r0 | ] | |||
}, | ||||
"packageFolders": { | ||||
r176 | "/home/alys/.nuget/packages/": {}, | |||
"/usr/share/dotnet/sdk/NuGetFallbackFolder": {} | ||||
r0 | }, | |||
"project": { | ||||
"version": "1.0.0", | ||||
"restore": { | ||||
r176 | "projectUniqueName": "/home/alys/repos/isometric-park-fna/SpriteFontPlus/src/SpriteFontPlus.FNA.Core.csproj", | |||
r0 | "projectName": "SpriteFontPlus", | |||
r176 | "projectPath": "/home/alys/repos/isometric-park-fna/SpriteFontPlus/src/SpriteFontPlus.FNA.Core.csproj", | |||
"packagesPath": "/home/alys/.nuget/packages/", | ||||
"outputPath": "/home/alys/repos/isometric-park-fna/SpriteFontPlus/src/obj/", | ||||
r0 | "projectStyle": "PackageReference", | |||
r176 | "fallbackFolders": [ | |||
"/usr/share/dotnet/sdk/NuGetFallbackFolder" | ||||
], | ||||
r0 | "configFilePaths": [ | |||
r176 | "/home/alys/.nuget/NuGet/NuGet.Config" | |||
r0 | ], | |||
"originalTargetFrameworks": [ | ||||
r170 | "net45" | |||
r0 | ], | |||
"sources": { | ||||
"https://api.nuget.org/v3/index.json": {} | ||||
}, | ||||
"frameworks": { | ||||
"net45": { | ||||
"projectReferences": { | ||||
r176 | "/home/alys/repos/isometric-park-fna/FNA/FNA.Core.csproj": { | |||
"projectPath": "/home/alys/repos/isometric-park-fna/FNA/FNA.Core.csproj" | ||||
} | ||||
} | ||||
}, | ||||
"netstandard2.0": { | ||||
"targetAlias": "netstandard2.0", | ||||
"projectReferences": { | ||||
"/home/alys/repos/isometric-park-fna/FNA/FNA.Core.csproj": { | ||||
"projectPath": "/home/alys/repos/isometric-park-fna/FNA/FNA.Core.csproj" | ||||
r0 | } | |||
} | ||||
} | ||||
}, | ||||
"warningProperties": { | ||||
"warnAsError": [ | ||||
"NU1605" | ||||
] | ||||
} | ||||
}, | ||||
"frameworks": { | ||||
r124 | "net45": { | |||
r176 | "targetAlias": "net45", | |||
"dependencies": { | ||||
"Microsoft.NETFramework.ReferenceAssemblies": { | ||||
"suppressParent": "All", | ||||
"target": "Package", | ||||
"version": "[1.0.0, )", | ||||
"autoReferenced": true | ||||
} | ||||
}, | ||||
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/5.0.201/RuntimeIdentifierGraph.json" | ||||
}, | ||||
"netstandard2.0": { | ||||
"targetAlias": "netstandard2.0", | ||||
"dependencies": { | ||||
"NETStandard.Library": { | ||||
"suppressParent": "All", | ||||
"target": "Package", | ||||
"version": "[2.0.3, )", | ||||
"autoReferenced": true | ||||
} | ||||
}, | ||||
"imports": [ | ||||
"net461", | ||||
"net462", | ||||
"net47", | ||||
"net471", | ||||
"net472", | ||||
"net48" | ||||
], | ||||
"assetTargetFallback": true, | ||||
"warn": true, | ||||
"runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/5.0.201/RuntimeIdentifierGraph.json" | ||||
r124 | } | |||
r0 | } | |||
} | ||||
r169 | } | |||