Start Create Config
This commit is contained in:
14
Release/Test2/Config/config.json
Normal file
14
Release/Test2/Config/config.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"servers": [
|
||||
{
|
||||
"name": "STP 1",
|
||||
"address": "10.10.45.151:1070",
|
||||
"archive": "Y:\\data"
|
||||
},
|
||||
{
|
||||
"name": "STP 2",
|
||||
"address": "10.10.45.152:1070",
|
||||
"archive": "Z:\\data"
|
||||
}
|
||||
]
|
||||
}
|
BIN
Release/Test2/STPClient.dll
Normal file
BIN
Release/Test2/STPClient.dll
Normal file
Binary file not shown.
BIN
Release/Test2/STPClient.pdb
Normal file
BIN
Release/Test2/STPClient.pdb
Normal file
Binary file not shown.
36
Release/Test2/Test2.deps.json
Normal file
36
Release/Test2/Test2.deps.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v5.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v5.0": {
|
||||
"Test2/1.0.0": {
|
||||
"dependencies": {
|
||||
"STPClient": "1.0.0"
|
||||
},
|
||||
"runtime": {
|
||||
"Test2.dll": {}
|
||||
}
|
||||
},
|
||||
"STPClient/1.0.0": {
|
||||
"runtime": {
|
||||
"STPClient.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"Test2/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
},
|
||||
"STPClient/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
BIN
Release/Test2/Test2.dll
Normal file
BIN
Release/Test2/Test2.dll
Normal file
Binary file not shown.
BIN
Release/Test2/Test2.exe
Normal file
BIN
Release/Test2/Test2.exe
Normal file
Binary file not shown.
BIN
Release/Test2/Test2.pdb
Normal file
BIN
Release/Test2/Test2.pdb
Normal file
Binary file not shown.
9
Release/Test2/Test2.runtimeconfig.json
Normal file
9
Release/Test2/Test2.runtimeconfig.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net5.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "5.0.0"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user