Former-commit-id: 362b27276319e216a7208f0f20360ff1b3b7ae69 Former-commit-id: 822df39a062b8deac5a26336d7b836edbf0a89671.0
parent
ed0ac377ff
commit
c59273edec
@ -0,0 +1,16 @@
|
||||
*.bak
|
||||
*.suo
|
||||
*.db
|
||||
*.user
|
||||
.vs
|
||||
obj
|
||||
Obj
|
||||
bin
|
||||
Bin
|
||||
debug
|
||||
Debug
|
||||
release
|
||||
Release
|
||||
Logs
|
||||
logs
|
||||
node_modules
|
@ -0,0 +1,8 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
Loading…
Reference in new issue