pushing these files so I can remove them from the repo properly
This commit is contained in:
parent
1d0f6e3b67
commit
fb699940fe
@ -13,7 +13,7 @@ using System.Reflection;
|
|||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Tiles")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("Tiles")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+0da03e265018635b2f3e864a0a58892ad192ded4")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+ddb5838740b26083383f9ef893e3ffcdf94494fe")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("Tiles")]
|
[assembly: System.Reflection.AssemblyProductAttribute("Tiles")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("Tiles")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("Tiles")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
@ -1 +1 @@
|
|||||||
220403ec0cc61e464f2c4b47238cd8c86b23211d444384c79bb9beec2db08dfa
|
5f3506d989f334cad2762d86ffa58273ef9e69c26c1326cc02413191eee6732f
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
is_global = true
|
is_global = true
|
||||||
|
build_property.EnableAotAnalyzer =
|
||||||
|
build_property.EnableSingleFileAnalyzer = true
|
||||||
|
build_property.EnableTrimAnalyzer =
|
||||||
|
build_property.IncludeAllContentForSelfExtract =
|
||||||
build_property.TargetFramework = net8.0
|
build_property.TargetFramework = net8.0
|
||||||
build_property.TargetPlatformMinVersion =
|
build_property.TargetPlatformMinVersion =
|
||||||
build_property.UsingMicrosoftNETSdkWeb =
|
build_property.UsingMicrosoftNETSdkWeb =
|
||||||
|
Binary file not shown.
@ -43,6 +43,12 @@
|
|||||||
"net8.0": {
|
"net8.0": {
|
||||||
"targetAlias": "net8.0",
|
"targetAlias": "net8.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"Microsoft.NET.ILLink.Tasks": {
|
||||||
|
"suppressParent": "All",
|
||||||
|
"target": "Package",
|
||||||
|
"version": "[8.0.5, )",
|
||||||
|
"autoReferenced": true
|
||||||
|
},
|
||||||
"Newtonsoft.Json": {
|
"Newtonsoft.Json": {
|
||||||
"target": "Package",
|
"target": "Package",
|
||||||
"version": "[13.0.3, )"
|
"version": "[13.0.3, )"
|
||||||
@ -63,6 +69,20 @@
|
|||||||
],
|
],
|
||||||
"assetTargetFallback": true,
|
"assetTargetFallback": true,
|
||||||
"warn": true,
|
"warn": true,
|
||||||
|
"downloadDependencies": [
|
||||||
|
{
|
||||||
|
"name": "Microsoft.AspNetCore.App.Runtime.win-x64",
|
||||||
|
"version": "[8.0.5, 8.0.5]"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft.NETCore.App.Host.win-x64",
|
||||||
|
"version": "[8.0.5, 8.0.5]"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft.NETCore.App.Runtime.win-x64",
|
||||||
|
"version": "[8.0.5, 8.0.5]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"frameworkReferences": {
|
"frameworkReferences": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"privateAssets": "all"
|
"privateAssets": "all"
|
||||||
@ -70,6 +90,11 @@
|
|||||||
},
|
},
|
||||||
"runtimeIdentifierGraphPath": "/nix/store/857lb4p516avw491s8i5pzglwrki8n36-dotnet-sdk-8.0.300/sdk/8.0.300/PortableRuntimeIdentifierGraph.json"
|
"runtimeIdentifierGraphPath": "/nix/store/857lb4p516avw491s8i5pzglwrki8n36-dotnet-sdk-8.0.300/sdk/8.0.300/PortableRuntimeIdentifierGraph.json"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"runtimes": {
|
||||||
|
"win-x64": {
|
||||||
|
"#import": []
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -7,9 +7,15 @@
|
|||||||
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/chris/.nuget/packages/</NuGetPackageRoot>
|
<NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">/home/chris/.nuget/packages/</NuGetPackageRoot>
|
||||||
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/chris/.nuget/packages/</NuGetPackageFolders>
|
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/chris/.nuget/packages/</NuGetPackageFolders>
|
||||||
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
|
||||||
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.10.1</NuGetToolVersion>
|
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.10.0</NuGetToolVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||||
<SourceRoot Include="/home/chris/.nuget/packages/" />
|
<SourceRoot Include="/home/chris/.nuget/packages/" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||||
|
<Import Project="$(NuGetPackageRoot)microsoft.net.illink.tasks/8.0.5/build/Microsoft.NET.ILLink.Tasks.props" Condition="Exists('$(NuGetPackageRoot)microsoft.net.illink.tasks/8.0.5/build/Microsoft.NET.ILLink.Tasks.props')" />
|
||||||
|
</ImportGroup>
|
||||||
|
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||||
|
<PkgMicrosoft_NET_ILLink_Tasks Condition=" '$(PkgMicrosoft_NET_ILLink_Tasks)' == '' ">/home/chris/.nuget/packages/microsoft.net.illink.tasks/8.0.5</PkgMicrosoft_NET_ILLink_Tasks>
|
||||||
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
@ -2,6 +2,12 @@
|
|||||||
"version": 3,
|
"version": 3,
|
||||||
"targets": {
|
"targets": {
|
||||||
"net8.0": {
|
"net8.0": {
|
||||||
|
"Microsoft.NET.ILLink.Tasks/8.0.5": {
|
||||||
|
"type": "package",
|
||||||
|
"build": {
|
||||||
|
"build/Microsoft.NET.ILLink.Tasks.props": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Newtonsoft.Json/13.0.3": {
|
"Newtonsoft.Json/13.0.3": {
|
||||||
"type": "package",
|
"type": "package",
|
||||||
"compile": {
|
"compile": {
|
||||||
@ -62,9 +68,109 @@
|
|||||||
"lib/netcoreapp2.0/_._": {}
|
"lib/netcoreapp2.0/_._": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"net8.0/win-x64": {
|
||||||
|
"Microsoft.NET.ILLink.Tasks/8.0.5": {
|
||||||
|
"type": "package",
|
||||||
|
"build": {
|
||||||
|
"build/Microsoft.NET.ILLink.Tasks.props": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Newtonsoft.Json/13.0.3": {
|
||||||
|
"type": "package",
|
||||||
|
"compile": {
|
||||||
|
"lib/net6.0/Newtonsoft.Json.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/net6.0/Newtonsoft.Json.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Raylib-cs/6.1.1": {
|
||||||
|
"type": "package",
|
||||||
|
"dependencies": {
|
||||||
|
"System.Numerics.Vectors": "4.5.0"
|
||||||
|
},
|
||||||
|
"compile": {
|
||||||
|
"lib/net6.0/Raylib-cs.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/net6.0/Raylib-cs.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"native": {
|
||||||
|
"runtimes/win-x64/native/raylib.dll": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"System.Numerics.Vectors/4.5.0": {
|
||||||
|
"type": "package",
|
||||||
|
"compile": {
|
||||||
|
"ref/netcoreapp2.0/_._": {}
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/netcoreapp2.0/_._": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"libraries": {
|
"libraries": {
|
||||||
|
"Microsoft.NET.ILLink.Tasks/8.0.5": {
|
||||||
|
"sha512": "4ISW1Ndgz86FkIbu5rVlMqhhtojdy5rUlxC/N+9kPh9qbYcvHiCvYbHKzAPVIx9OPYIjT9trXt7JI42Y5Ukq6A==",
|
||||||
|
"type": "package",
|
||||||
|
"path": "microsoft.net.illink.tasks/8.0.5",
|
||||||
|
"hasTools": true,
|
||||||
|
"files": [
|
||||||
|
".nupkg.metadata",
|
||||||
|
".signature.p7s",
|
||||||
|
"Icon.png",
|
||||||
|
"LICENSE.TXT",
|
||||||
|
"Sdk/Sdk.props",
|
||||||
|
"THIRD-PARTY-NOTICES.TXT",
|
||||||
|
"analyzers/dotnet/cs/ILLink.CodeFixProvider.dll",
|
||||||
|
"analyzers/dotnet/cs/ILLink.RoslynAnalyzer.dll",
|
||||||
|
"build/Microsoft.NET.ILLink.Analyzers.props",
|
||||||
|
"build/Microsoft.NET.ILLink.Tasks.props",
|
||||||
|
"build/Microsoft.NET.ILLink.targets",
|
||||||
|
"microsoft.net.illink.tasks.8.0.5.nupkg.sha512",
|
||||||
|
"microsoft.net.illink.tasks.nuspec",
|
||||||
|
"tools/net472/ILLink.Tasks.dll",
|
||||||
|
"tools/net472/ILLink.Tasks.dll.config",
|
||||||
|
"tools/net472/Mono.Cecil.Mdb.dll",
|
||||||
|
"tools/net472/Mono.Cecil.Pdb.dll",
|
||||||
|
"tools/net472/Mono.Cecil.Rocks.dll",
|
||||||
|
"tools/net472/Mono.Cecil.dll",
|
||||||
|
"tools/net472/Sdk/Sdk.props",
|
||||||
|
"tools/net472/System.Buffers.dll",
|
||||||
|
"tools/net472/System.Collections.Immutable.dll",
|
||||||
|
"tools/net472/System.Memory.dll",
|
||||||
|
"tools/net472/System.Numerics.Vectors.dll",
|
||||||
|
"tools/net472/System.Reflection.Metadata.dll",
|
||||||
|
"tools/net472/System.Runtime.CompilerServices.Unsafe.dll",
|
||||||
|
"tools/net472/build/Microsoft.NET.ILLink.Analyzers.props",
|
||||||
|
"tools/net472/build/Microsoft.NET.ILLink.Tasks.props",
|
||||||
|
"tools/net472/build/Microsoft.NET.ILLink.targets",
|
||||||
|
"tools/net8.0/ILLink.Tasks.deps.json",
|
||||||
|
"tools/net8.0/ILLink.Tasks.dll",
|
||||||
|
"tools/net8.0/Mono.Cecil.Mdb.dll",
|
||||||
|
"tools/net8.0/Mono.Cecil.Pdb.dll",
|
||||||
|
"tools/net8.0/Mono.Cecil.Rocks.dll",
|
||||||
|
"tools/net8.0/Mono.Cecil.dll",
|
||||||
|
"tools/net8.0/Sdk/Sdk.props",
|
||||||
|
"tools/net8.0/build/Microsoft.NET.ILLink.Analyzers.props",
|
||||||
|
"tools/net8.0/build/Microsoft.NET.ILLink.Tasks.props",
|
||||||
|
"tools/net8.0/build/Microsoft.NET.ILLink.targets",
|
||||||
|
"tools/net8.0/illink.deps.json",
|
||||||
|
"tools/net8.0/illink.dll",
|
||||||
|
"tools/net8.0/illink.runtimeconfig.json",
|
||||||
|
"useSharedDesignerContext.txt"
|
||||||
|
]
|
||||||
|
},
|
||||||
"Newtonsoft.Json/13.0.3": {
|
"Newtonsoft.Json/13.0.3": {
|
||||||
"sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
|
"sha512": "HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==",
|
||||||
"type": "package",
|
"type": "package",
|
||||||
@ -165,6 +271,7 @@
|
|||||||
},
|
},
|
||||||
"projectFileDependencyGroups": {
|
"projectFileDependencyGroups": {
|
||||||
"net8.0": [
|
"net8.0": [
|
||||||
|
"Microsoft.NET.ILLink.Tasks >= 8.0.5",
|
||||||
"Newtonsoft.Json >= 13.0.3",
|
"Newtonsoft.Json >= 13.0.3",
|
||||||
"Raylib-cs >= 6.1.1"
|
"Raylib-cs >= 6.1.1"
|
||||||
]
|
]
|
||||||
@ -211,6 +318,12 @@
|
|||||||
"net8.0": {
|
"net8.0": {
|
||||||
"targetAlias": "net8.0",
|
"targetAlias": "net8.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"Microsoft.NET.ILLink.Tasks": {
|
||||||
|
"suppressParent": "All",
|
||||||
|
"target": "Package",
|
||||||
|
"version": "[8.0.5, )",
|
||||||
|
"autoReferenced": true
|
||||||
|
},
|
||||||
"Newtonsoft.Json": {
|
"Newtonsoft.Json": {
|
||||||
"target": "Package",
|
"target": "Package",
|
||||||
"version": "[13.0.3, )"
|
"version": "[13.0.3, )"
|
||||||
@ -231,6 +344,20 @@
|
|||||||
],
|
],
|
||||||
"assetTargetFallback": true,
|
"assetTargetFallback": true,
|
||||||
"warn": true,
|
"warn": true,
|
||||||
|
"downloadDependencies": [
|
||||||
|
{
|
||||||
|
"name": "Microsoft.AspNetCore.App.Runtime.win-x64",
|
||||||
|
"version": "[8.0.5, 8.0.5]"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft.NETCore.App.Host.win-x64",
|
||||||
|
"version": "[8.0.5, 8.0.5]"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Microsoft.NETCore.App.Runtime.win-x64",
|
||||||
|
"version": "[8.0.5, 8.0.5]"
|
||||||
|
}
|
||||||
|
],
|
||||||
"frameworkReferences": {
|
"frameworkReferences": {
|
||||||
"Microsoft.NETCore.App": {
|
"Microsoft.NETCore.App": {
|
||||||
"privateAssets": "all"
|
"privateAssets": "all"
|
||||||
@ -238,6 +365,11 @@
|
|||||||
},
|
},
|
||||||
"runtimeIdentifierGraphPath": "/nix/store/857lb4p516avw491s8i5pzglwrki8n36-dotnet-sdk-8.0.300/sdk/8.0.300/PortableRuntimeIdentifierGraph.json"
|
"runtimeIdentifierGraphPath": "/nix/store/857lb4p516avw491s8i5pzglwrki8n36-dotnet-sdk-8.0.300/sdk/8.0.300/PortableRuntimeIdentifierGraph.json"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"runtimes": {
|
||||||
|
"win-x64": {
|
||||||
|
"#import": []
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,12 +1,16 @@
|
|||||||
{
|
{
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"dgSpecHash": "Azx9wGHtioQ=",
|
"dgSpecHash": "qwwmaYc1ya0=",
|
||||||
"success": true,
|
"success": true,
|
||||||
"projectFilePath": "/home/chris/mnt/data/Projects/tiles/Tiles/Tiles/Tiles.csproj",
|
"projectFilePath": "/home/chris/mnt/data/Projects/tiles/Tiles/Tiles/Tiles.csproj",
|
||||||
"expectedPackageFiles": [
|
"expectedPackageFiles": [
|
||||||
|
"/home/chris/.nuget/packages/microsoft.net.illink.tasks/8.0.5/microsoft.net.illink.tasks.8.0.5.nupkg.sha512",
|
||||||
"/home/chris/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512",
|
"/home/chris/.nuget/packages/newtonsoft.json/13.0.3/newtonsoft.json.13.0.3.nupkg.sha512",
|
||||||
"/home/chris/.nuget/packages/raylib-cs/6.1.1/raylib-cs.6.1.1.nupkg.sha512",
|
"/home/chris/.nuget/packages/raylib-cs/6.1.1/raylib-cs.6.1.1.nupkg.sha512",
|
||||||
"/home/chris/.nuget/packages/system.numerics.vectors/4.5.0/system.numerics.vectors.4.5.0.nupkg.sha512"
|
"/home/chris/.nuget/packages/system.numerics.vectors/4.5.0/system.numerics.vectors.4.5.0.nupkg.sha512",
|
||||||
|
"/home/chris/.nuget/packages/microsoft.netcore.app.runtime.win-x64/8.0.5/microsoft.netcore.app.runtime.win-x64.8.0.5.nupkg.sha512",
|
||||||
|
"/home/chris/.nuget/packages/microsoft.aspnetcore.app.runtime.win-x64/8.0.5/microsoft.aspnetcore.app.runtime.win-x64.8.0.5.nupkg.sha512",
|
||||||
|
"/home/chris/.nuget/packages/microsoft.netcore.app.host.win-x64/8.0.5/microsoft.netcore.app.host.win-x64.8.0.5.nupkg.sha512"
|
||||||
],
|
],
|
||||||
"logs": []
|
"logs": []
|
||||||
}
|
}
|
@ -1 +1 @@
|
|||||||
"restore":{"projectUniqueName":"/home/chris/mnt/data/Projects/tiles/Tiles/Tiles/Tiles.csproj","projectName":"Tiles","projectPath":"/home/chris/mnt/data/Projects/tiles/Tiles/Tiles/Tiles.csproj","outputPath":"/home/chris/mnt/data/Projects/tiles/Tiles/Tiles/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net8.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net8.0":{"targetAlias":"net8.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"}}"frameworks":{"net8.0":{"targetAlias":"net8.0","dependencies":{"Newtonsoft.Json":{"target":"Package","version":"[13.0.3, )"},"Raylib-cs":{"target":"Package","version":"[6.1.1, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/nix/store/857lb4p516avw491s8i5pzglwrki8n36-dotnet-sdk-8.0.300/sdk/8.0.300/PortableRuntimeIdentifierGraph.json"}}
|
"restore":{"projectUniqueName":"/home/chris/mnt/data/Projects/tiles/Tiles/Tiles/Tiles.csproj","projectName":"Tiles","projectPath":"/home/chris/mnt/data/Projects/tiles/Tiles/Tiles/Tiles.csproj","outputPath":"/home/chris/mnt/data/Projects/tiles/Tiles/Tiles/obj/","projectStyle":"PackageReference","originalTargetFrameworks":["net8.0"],"sources":{"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net8.0":{"targetAlias":"net8.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"}}"frameworks":{"net8.0":{"targetAlias":"net8.0","dependencies":{"Microsoft.NET.ILLink.Tasks":{"suppressParent":"All","target":"Package","version":"[8.0.5, )","autoReferenced":true},"Newtonsoft.Json":{"target":"Package","version":"[13.0.3, )"},"Raylib-cs":{"target":"Package","version":"[6.1.1, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"/nix/store/857lb4p516avw491s8i5pzglwrki8n36-dotnet-sdk-8.0.300/sdk/8.0.300/PortableRuntimeIdentifierGraph.json"}}
|
@ -1 +1 @@
|
|||||||
17313060443367297
|
17318968783180699
|
@ -1 +1 @@
|
|||||||
17313060443367297
|
17318959547456277
|
Loading…
Reference in New Issue
Block a user