Skip to content

Commit

Permalink
Add release to the main directory. Feel free to change the location o…
Browse files Browse the repository at this point in the history
…f this.
  • Loading branch information
PetrTech authored Apr 30, 2022
1 parent c18859f commit 32fdd40
Show file tree
Hide file tree
Showing 12 changed files with 94 additions and 0 deletions.
Binary file added Raylib-cs.dll
Binary file not shown.
74 changes: 74 additions & 0 deletions Tax Fraud.deps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v5.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v5.0": {
"Tax Fraud/1.0.0": {
"dependencies": {
"Raylib-cs": "4.0.0.1"
},
"runtime": {
"Tax Fraud.dll": {}
}
},
"Raylib-cs/4.0.0.1": {
"dependencies": {
"System.Numerics.Vectors": "4.5.0"
},
"runtime": {
"lib/net5.0/Raylib-cs.dll": {
"assemblyVersion": "0.0.0.0",
"fileVersion": "0.0.0.0"
}
},
"runtimeTargets": {
"runtimes/linux-x64/native/libraylib.so": {
"rid": "linux-x64",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/osx-x64/native/libraylib.dylib": {
"rid": "osx-x64",
"assetType": "native",
"fileVersion": "0.0.0.0"
},
"runtimes/win-x64/native/raylib.dll": {
"rid": "win-x64",
"assetType": "native",
"fileVersion": "4.0.0.0"
},
"runtimes/win-x86/native/raylib.dll": {
"rid": "win-x86",
"assetType": "native",
"fileVersion": "4.0.0.0"
}
}
},
"System.Numerics.Vectors/4.5.0": {}
}
},
"libraries": {
"Tax Fraud/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"Raylib-cs/4.0.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-P8VqY5UsEawOoWElEcLNmLu08zOpvkk5C7eI0OKR8fDL7v6bPkFchC8iUJI47BgPq0lYsQbnMeEOe2bz/HZ5bA==",
"path": "raylib-cs/4.0.0.1",
"hashPath": "raylib-cs.4.0.0.1.nupkg.sha512"
},
"System.Numerics.Vectors/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-QQTlPTl06J/iiDbJCiepZ4H//BVraReU4O4EoRw1U02H5TLUIT7xn3GnDp9AXPSlJUDyFs4uWjWafNX6WrAojQ==",
"path": "system.numerics.vectors/4.5.0",
"hashPath": "system.numerics.vectors.4.5.0.nupkg.sha512"
}
}
}
Binary file added Tax Fraud.dll
Binary file not shown.
Binary file added Tax Fraud.exe
Binary file not shown.
Binary file added Tax Fraud.pdb
Binary file not shown.
8 changes: 8 additions & 0 deletions Tax Fraud.runtimeconfig.dev.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"runtimeOptions": {
"additionalProbingPaths": [
"C:\\Users\\petrn\\.dotnet\\store\\|arch|\\|tfm|",
"C:\\Users\\petrn\\.nuget\\packages"
]
}
}
12 changes: 12 additions & 0 deletions Tax Fraud.runtimeconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"runtimeOptions": {
"tfm": "net5.0",
"framework": {
"name": "Microsoft.NETCore.App",
"version": "5.0.0"
},
"configProperties": {
"System.Reflection.Metadata.MetadataUpdater.IsSupported": false
}
}
}
Binary file added ref/Tax Fraud.dll
Binary file not shown.
Binary file added runtimes/linux-x64/native/libraylib.so
Binary file not shown.
Binary file added runtimes/osx-x64/native/libraylib.dylib
Binary file not shown.
Binary file added runtimes/win-x64/native/raylib.dll
Binary file not shown.
Binary file added runtimes/win-x86/native/raylib.dll
Binary file not shown.

0 comments on commit 32fdd40

Please sign in to comment.