Compare commits

...

2 Commits

Author SHA1 Message Date
Art 7d4d695734
update gitignore 2023-01-13 21:27:00 +01:00
Art 606d26ebf7
remove useless files 2023-01-13 21:22:58 +01:00
39 changed files with 6 additions and 465 deletions

2
.gitignore vendored
View File

@ -0,0 +1,2 @@
bin/
obj/

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,105 +0,0 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"fskalc/1.0.0": {
"dependencies": {
"FParsec": "1.1.1",
"FSharp.Core": "6.0.1"
},
"runtime": {
"fskalc.dll": {}
}
},
"FParsec/1.1.1": {
"dependencies": {
"FSharp.Core": "6.0.1"
},
"runtime": {
"lib/netstandard2.0/FParsec.dll": {
"assemblyVersion": "1.1.1.0",
"fileVersion": "1.1.1.0"
},
"lib/netstandard2.0/FParsecCS.dll": {
"assemblyVersion": "1.1.1.0",
"fileVersion": "1.1.1.0"
}
}
},
"FSharp.Core/6.0.1": {
"runtime": {
"lib/netstandard2.1/FSharp.Core.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.121.52202"
}
},
"resources": {
"lib/netstandard2.1/cs/FSharp.Core.resources.dll": {
"locale": "cs"
},
"lib/netstandard2.1/de/FSharp.Core.resources.dll": {
"locale": "de"
},
"lib/netstandard2.1/es/FSharp.Core.resources.dll": {
"locale": "es"
},
"lib/netstandard2.1/fr/FSharp.Core.resources.dll": {
"locale": "fr"
},
"lib/netstandard2.1/it/FSharp.Core.resources.dll": {
"locale": "it"
},
"lib/netstandard2.1/ja/FSharp.Core.resources.dll": {
"locale": "ja"
},
"lib/netstandard2.1/ko/FSharp.Core.resources.dll": {
"locale": "ko"
},
"lib/netstandard2.1/pl/FSharp.Core.resources.dll": {
"locale": "pl"
},
"lib/netstandard2.1/pt-BR/FSharp.Core.resources.dll": {
"locale": "pt-BR"
},
"lib/netstandard2.1/ru/FSharp.Core.resources.dll": {
"locale": "ru"
},
"lib/netstandard2.1/tr/FSharp.Core.resources.dll": {
"locale": "tr"
},
"lib/netstandard2.1/zh-Hans/FSharp.Core.resources.dll": {
"locale": "zh-Hans"
},
"lib/netstandard2.1/zh-Hant/FSharp.Core.resources.dll": {
"locale": "zh-Hant"
}
}
}
}
},
"libraries": {
"fskalc/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"FParsec/1.1.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Wdjf/gCNLEwd+0nUCDh9jAIIcKGwfhRramySTnTcVVgNC6i4Vp5aJklUJJfvFkEZMYNZEDGcI8pCa36/TmwmSg==",
"path": "fparsec/1.1.1",
"hashPath": "fparsec.1.1.1.nupkg.sha512"
},
"FSharp.Core/6.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-VrFAiW8dEEekk+0aqlbvMNZzDvYXmgWZwAt68AUBqaWK8RnoEVUNglj66bZzhs4/U63q0EfXlhcEKnH1sTYLjw==",
"path": "fsharp.core/6.0.1",
"hashPath": "fsharp.core.6.0.1.nupkg.sha512"
}
}
}

Binary file not shown.

Binary file not shown.

View File

@ -1,9 +0,0 @@
{
"runtimeOptions": {
"tfm": "net6.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "6.0.0"
}
}
}

View File

@ -3,6 +3,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<OtherFlags>--standalone</OtherFlags>
</PropertyGroup>
<ItemGroup>

View File

@ -1,3 +0,0 @@
namespace Microsoft.BuildSettings
[<System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName="")>]
do ()

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
9c3606c6ecc21eb075ffee173f98574fdcf82504
1389de84b0ee54c8f47f52c501ed2b935cebc407

View File

@ -1,28 +0,0 @@
/home/user/Projects/fskalc/bin/Debug/net6.0/fskalc
/home/user/Projects/fskalc/bin/Debug/net6.0/fskalc.deps.json
/home/user/Projects/fskalc/bin/Debug/net6.0/fskalc.runtimeconfig.json
/home/user/Projects/fskalc/bin/Debug/net6.0/fskalc.dll
/home/user/Projects/fskalc/bin/Debug/net6.0/fskalc.pdb
/home/user/Projects/fskalc/bin/Debug/net6.0/FParsec.dll
/home/user/Projects/fskalc/bin/Debug/net6.0/FParsecCS.dll
/home/user/Projects/fskalc/bin/Debug/net6.0/FSharp.Core.dll
/home/user/Projects/fskalc/bin/Debug/net6.0/cs/FSharp.Core.resources.dll
/home/user/Projects/fskalc/bin/Debug/net6.0/de/FSharp.Core.resources.dll
/home/user/Projects/fskalc/bin/Debug/net6.0/es/FSharp.Core.resources.dll
/home/user/Projects/fskalc/bin/Debug/net6.0/fr/FSharp.Core.resources.dll
/home/user/Projects/fskalc/bin/Debug/net6.0/it/FSharp.Core.resources.dll
/home/user/Projects/fskalc/bin/Debug/net6.0/ja/FSharp.Core.resources.dll
/home/user/Projects/fskalc/bin/Debug/net6.0/ko/FSharp.Core.resources.dll
/home/user/Projects/fskalc/bin/Debug/net6.0/pl/FSharp.Core.resources.dll
/home/user/Projects/fskalc/bin/Debug/net6.0/pt-BR/FSharp.Core.resources.dll
/home/user/Projects/fskalc/bin/Debug/net6.0/ru/FSharp.Core.resources.dll
/home/user/Projects/fskalc/bin/Debug/net6.0/tr/FSharp.Core.resources.dll
/home/user/Projects/fskalc/bin/Debug/net6.0/zh-Hans/FSharp.Core.resources.dll
/home/user/Projects/fskalc/bin/Debug/net6.0/zh-Hant/FSharp.Core.resources.dll
/home/user/Projects/fskalc/obj/Debug/net6.0/fskalc.fsproj.AssemblyReference.cache
/home/user/Projects/fskalc/obj/Debug/net6.0/fskalc.AssemblyInfoInputs.cache
/home/user/Projects/fskalc/obj/Debug/net6.0/fskalc.AssemblyInfo.fs
/home/user/Projects/fskalc/obj/Debug/net6.0/fskalc.fsproj.CopyComplete
/home/user/Projects/fskalc/obj/Debug/net6.0/fskalc.dll
/home/user/Projects/fskalc/obj/Debug/net6.0/fskalc.pdb
/home/user/Projects/fskalc/obj/Debug/net6.0/fskalc.genruntimeconfig.cache

View File

@ -1 +0,0 @@
7cbcffe61caa53aa4f0b958aa92747135212da88

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@ -1,68 +0,0 @@
{
"format": 1,
"restore": {
"/home/user/Projects/fskalc/fskalc.fsproj": {}
},
"projects": {
"/home/user/Projects/fskalc/fskalc.fsproj": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "/home/user/Projects/fskalc/fskalc.fsproj",
"projectName": "fskalc",
"projectPath": "/home/user/Projects/fskalc/fskalc.fsproj",
"packagesPath": "/home/user/.nuget/packages/",
"outputPath": "/home/user/Projects/fskalc/obj/",
"projectStyle": "PackageReference",
"configFilePaths": [
"/home/user/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net6.0"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"projectReferences": {}
}
}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"dependencies": {
"FParsec": {
"target": "Package",
"version": "[1.1.1, )",
"generatePathProperty": true
},
"FSharp.Core": {
"include": "Runtime, Compile, Build, Native, Analyzers, BuildTransitive",
"target": "Package",
"version": "[6.0.1, )",
"generatePathProperty": true
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "/usr/lib64/dotnet/sdk/6.0.112/RuntimeIdentifierGraph.json"
}
}
}
}
}

View File

@ -1,19 +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)' == '' ">/home/user/.nuget/packages/</NuGetPackageRoot>
<NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">/home/user/.nuget/packages/</NuGetPackageFolders>
<NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
<NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">6.0.3</NuGetToolVersion>
</PropertyGroup>
<ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<SourceRoot Include="/home/user/.nuget/packages/" />
</ItemGroup>
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
<PkgFSharp_Core Condition=" '$(PkgFSharp_Core)' == '' ">/home/user/.nuget/packages/fsharp.core/6.0.1</PkgFSharp_Core>
<PkgFParsec Condition=" '$(PkgFParsec)' == '' ">/home/user/.nuget/packages/fparsec/1.1.1</PkgFParsec>
</PropertyGroup>
</Project>

View File

@ -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" />

View File

@ -1,216 +0,0 @@
{
"version": 3,
"targets": {
"net6.0": {
"FParsec/1.1.1": {
"type": "package",
"dependencies": {
"FSharp.Core": "4.3.4"
},
"compile": {
"lib/netstandard2.0/FParsec.dll": {},
"lib/netstandard2.0/FParsecCS.dll": {}
},
"runtime": {
"lib/netstandard2.0/FParsec.dll": {},
"lib/netstandard2.0/FParsecCS.dll": {}
}
},
"FSharp.Core/6.0.1": {
"type": "package",
"compile": {
"lib/netstandard2.1/FSharp.Core.dll": {}
},
"runtime": {
"lib/netstandard2.1/FSharp.Core.dll": {}
},
"resource": {
"lib/netstandard2.1/cs/FSharp.Core.resources.dll": {
"locale": "cs"
},
"lib/netstandard2.1/de/FSharp.Core.resources.dll": {
"locale": "de"
},
"lib/netstandard2.1/es/FSharp.Core.resources.dll": {
"locale": "es"
},
"lib/netstandard2.1/fr/FSharp.Core.resources.dll": {
"locale": "fr"
},
"lib/netstandard2.1/it/FSharp.Core.resources.dll": {
"locale": "it"
},
"lib/netstandard2.1/ja/FSharp.Core.resources.dll": {
"locale": "ja"
},
"lib/netstandard2.1/ko/FSharp.Core.resources.dll": {
"locale": "ko"
},
"lib/netstandard2.1/pl/FSharp.Core.resources.dll": {
"locale": "pl"
},
"lib/netstandard2.1/pt-BR/FSharp.Core.resources.dll": {
"locale": "pt-BR"
},
"lib/netstandard2.1/ru/FSharp.Core.resources.dll": {
"locale": "ru"
},
"lib/netstandard2.1/tr/FSharp.Core.resources.dll": {
"locale": "tr"
},
"lib/netstandard2.1/zh-Hans/FSharp.Core.resources.dll": {
"locale": "zh-Hans"
},
"lib/netstandard2.1/zh-Hant/FSharp.Core.resources.dll": {
"locale": "zh-Hant"
}
},
"contentFiles": {
"contentFiles/any/any/_._": {
"buildAction": "None",
"codeLanguage": "any",
"copyToOutput": false
}
}
}
}
},
"libraries": {
"FParsec/1.1.1": {
"sha512": "Wdjf/gCNLEwd+0nUCDh9jAIIcKGwfhRramySTnTcVVgNC6i4Vp5aJklUJJfvFkEZMYNZEDGcI8pCa36/TmwmSg==",
"type": "package",
"path": "fparsec/1.1.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"fparsec.1.1.1.nupkg.sha512",
"fparsec.nuspec",
"lib/net45/FParsec.dll",
"lib/net45/FParsec.pdb",
"lib/net45/FParsec.xml",
"lib/net45/FParsecCS.dll",
"lib/net45/FParsecCS.pdb",
"lib/net45/FParsecCS.xml",
"lib/netstandard2.0/FParsec.dll",
"lib/netstandard2.0/FParsec.pdb",
"lib/netstandard2.0/FParsec.xml",
"lib/netstandard2.0/FParsecCS.dll",
"lib/netstandard2.0/FParsecCS.pdb",
"lib/netstandard2.0/FParsecCS.xml"
]
},
"FSharp.Core/6.0.1": {
"sha512": "VrFAiW8dEEekk+0aqlbvMNZzDvYXmgWZwAt68AUBqaWK8RnoEVUNglj66bZzhs4/U63q0EfXlhcEKnH1sTYLjw==",
"type": "package",
"path": "fsharp.core/6.0.1",
"files": [
".nupkg.metadata",
".signature.p7s",
"Icon.png",
"contentFiles/any/netstandard2.0/FSharp.Core.xml",
"contentFiles/any/netstandard2.1/FSharp.Core.xml",
"fsharp.core.6.0.1.nupkg.sha512",
"fsharp.core.nuspec",
"lib/netstandard2.0/FSharp.Core.dll",
"lib/netstandard2.0/FSharp.Core.xml",
"lib/netstandard2.0/cs/FSharp.Core.resources.dll",
"lib/netstandard2.0/de/FSharp.Core.resources.dll",
"lib/netstandard2.0/es/FSharp.Core.resources.dll",
"lib/netstandard2.0/fr/FSharp.Core.resources.dll",
"lib/netstandard2.0/it/FSharp.Core.resources.dll",
"lib/netstandard2.0/ja/FSharp.Core.resources.dll",
"lib/netstandard2.0/ko/FSharp.Core.resources.dll",
"lib/netstandard2.0/pl/FSharp.Core.resources.dll",
"lib/netstandard2.0/pt-BR/FSharp.Core.resources.dll",
"lib/netstandard2.0/ru/FSharp.Core.resources.dll",
"lib/netstandard2.0/tr/FSharp.Core.resources.dll",
"lib/netstandard2.0/zh-Hans/FSharp.Core.resources.dll",
"lib/netstandard2.0/zh-Hant/FSharp.Core.resources.dll",
"lib/netstandard2.1/FSharp.Core.dll",
"lib/netstandard2.1/FSharp.Core.xml",
"lib/netstandard2.1/cs/FSharp.Core.resources.dll",
"lib/netstandard2.1/de/FSharp.Core.resources.dll",
"lib/netstandard2.1/es/FSharp.Core.resources.dll",
"lib/netstandard2.1/fr/FSharp.Core.resources.dll",
"lib/netstandard2.1/it/FSharp.Core.resources.dll",
"lib/netstandard2.1/ja/FSharp.Core.resources.dll",
"lib/netstandard2.1/ko/FSharp.Core.resources.dll",
"lib/netstandard2.1/pl/FSharp.Core.resources.dll",
"lib/netstandard2.1/pt-BR/FSharp.Core.resources.dll",
"lib/netstandard2.1/ru/FSharp.Core.resources.dll",
"lib/netstandard2.1/tr/FSharp.Core.resources.dll",
"lib/netstandard2.1/zh-Hans/FSharp.Core.resources.dll",
"lib/netstandard2.1/zh-Hant/FSharp.Core.resources.dll"
]
}
},
"projectFileDependencyGroups": {
"net6.0": [
"FParsec >= 1.1.1",
"FSharp.Core >= 6.0.1"
]
},
"packageFolders": {
"/home/user/.nuget/packages/": {}
},
"project": {
"version": "1.0.0",
"restore": {
"projectUniqueName": "/home/user/Projects/fskalc/fskalc.fsproj",
"projectName": "fskalc",
"projectPath": "/home/user/Projects/fskalc/fskalc.fsproj",
"packagesPath": "/home/user/.nuget/packages/",
"outputPath": "/home/user/Projects/fskalc/obj/",
"projectStyle": "PackageReference",
"configFilePaths": [
"/home/user/.nuget/NuGet/NuGet.Config"
],
"originalTargetFrameworks": [
"net6.0"
],
"sources": {
"https://api.nuget.org/v3/index.json": {}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"projectReferences": {}
}
}
},
"frameworks": {
"net6.0": {
"targetAlias": "net6.0",
"dependencies": {
"FParsec": {
"target": "Package",
"version": "[1.1.1, )",
"generatePathProperty": true
},
"FSharp.Core": {
"include": "Runtime, Compile, Build, Native, Analyzers, BuildTransitive",
"target": "Package",
"version": "[6.0.1, )",
"generatePathProperty": true
}
},
"imports": [
"net461",
"net462",
"net47",
"net471",
"net472",
"net48"
],
"assetTargetFallback": true,
"warn": true,
"frameworkReferences": {
"Microsoft.NETCore.App": {
"privateAssets": "all"
}
},
"runtimeIdentifierGraphPath": "/usr/lib64/dotnet/sdk/6.0.112/RuntimeIdentifierGraph.json"
}
}
}
}

View File

@ -1,11 +0,0 @@
{
"version": 2,
"dgSpecHash": "4l6UOxegYd/AlKKZN0Nx+31mbNgIst/DZ7BPmEeZ9Mfqz6IZiojaowabHcwu4rLvqV6huq2OUDHkfYqnreIcDA==",
"success": true,
"projectFilePath": "/home/user/Projects/fskalc/fskalc.fsproj",
"expectedPackageFiles": [
"/home/user/.nuget/packages/fparsec/1.1.1/fparsec.1.1.1.nupkg.sha512",
"/home/user/.nuget/packages/fsharp.core/6.0.1/fsharp.core.6.0.1.nupkg.sha512"
],
"logs": []
}