edit
This commit is contained in:
BIN
XLAB2/bin-temp-verify-app-icon/Azure.Core.dll
Normal file
BIN
XLAB2/bin-temp-verify-app-icon/Azure.Core.dll
Normal file
Binary file not shown.
BIN
XLAB2/bin-temp-verify-app-icon/Azure.Identity.dll
Normal file
BIN
XLAB2/bin-temp-verify-app-icon/Azure.Identity.dll
Normal file
Binary file not shown.
BIN
XLAB2/bin-temp-verify-app-icon/ClosePsv.docx
Normal file
BIN
XLAB2/bin-temp-verify-app-icon/ClosePsv.docx
Normal file
Binary file not shown.
BIN
XLAB2/bin-temp-verify-app-icon/Izv.docx
Normal file
BIN
XLAB2/bin-temp-verify-app-icon/Izv.docx
Normal file
Binary file not shown.
BIN
XLAB2/bin-temp-verify-app-icon/Microsoft.Bcl.AsyncInterfaces.dll
Normal file
BIN
XLAB2/bin-temp-verify-app-icon/Microsoft.Bcl.AsyncInterfaces.dll
Normal file
Binary file not shown.
BIN
XLAB2/bin-temp-verify-app-icon/Microsoft.Bcl.Cryptography.dll
Normal file
BIN
XLAB2/bin-temp-verify-app-icon/Microsoft.Bcl.Cryptography.dll
Normal file
Binary file not shown.
BIN
XLAB2/bin-temp-verify-app-icon/Microsoft.Data.SqlClient.dll
Normal file
BIN
XLAB2/bin-temp-verify-app-icon/Microsoft.Data.SqlClient.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
XLAB2/bin-temp-verify-app-icon/Microsoft.Extensions.Hosting.dll
Normal file
BIN
XLAB2/bin-temp-verify-app-icon/Microsoft.Extensions.Hosting.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
XLAB2/bin-temp-verify-app-icon/Microsoft.Extensions.Logging.dll
Normal file
BIN
XLAB2/bin-temp-verify-app-icon/Microsoft.Extensions.Logging.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
XLAB2/bin-temp-verify-app-icon/Microsoft.Extensions.Options.dll
Normal file
BIN
XLAB2/bin-temp-verify-app-icon/Microsoft.Extensions.Options.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
XLAB2/bin-temp-verify-app-icon/Microsoft.Identity.Client.dll
Normal file
BIN
XLAB2/bin-temp-verify-app-icon/Microsoft.Identity.Client.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
XLAB2/bin-temp-verify-app-icon/Microsoft.SqlServer.Server.dll
Normal file
BIN
XLAB2/bin-temp-verify-app-icon/Microsoft.SqlServer.Server.dll
Normal file
Binary file not shown.
BIN
XLAB2/bin-temp-verify-app-icon/OpenPsv.docx
Normal file
BIN
XLAB2/bin-temp-verify-app-icon/OpenPsv.docx
Normal file
Binary file not shown.
BIN
XLAB2/bin-temp-verify-app-icon/Svid.docx
Normal file
BIN
XLAB2/bin-temp-verify-app-icon/Svid.docx
Normal file
Binary file not shown.
BIN
XLAB2/bin-temp-verify-app-icon/System.ClientModel.dll
Normal file
BIN
XLAB2/bin-temp-verify-app-icon/System.ClientModel.dll
Normal file
Binary file not shown.
Binary file not shown.
BIN
XLAB2/bin-temp-verify-app-icon/System.Memory.Data.dll
Normal file
BIN
XLAB2/bin-temp-verify-app-icon/System.Memory.Data.dll
Normal file
Binary file not shown.
1007
XLAB2/bin-temp-verify-app-icon/XLAB2.deps.json
Normal file
1007
XLAB2/bin-temp-verify-app-icon/XLAB2.deps.json
Normal file
File diff suppressed because it is too large
Load Diff
BIN
XLAB2/bin-temp-verify-app-icon/XLAB2.dll
Normal file
BIN
XLAB2/bin-temp-verify-app-icon/XLAB2.dll
Normal file
Binary file not shown.
BIN
XLAB2/bin-temp-verify-app-icon/XLAB2.exe
Normal file
BIN
XLAB2/bin-temp-verify-app-icon/XLAB2.exe
Normal file
Binary file not shown.
19
XLAB2/bin-temp-verify-app-icon/XLAB2.runtimeconfig.json
Normal file
19
XLAB2/bin-temp-verify-app-icon/XLAB2.runtimeconfig.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net10.0",
|
||||
"frameworks": [
|
||||
{
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "10.0.0"
|
||||
},
|
||||
{
|
||||
"name": "Microsoft.WindowsDesktop.App",
|
||||
"version": "10.0.0"
|
||||
}
|
||||
],
|
||||
"configProperties": {
|
||||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false,
|
||||
"CSWINRT_USE_WINDOWS_UI_XAML_PROJECTIONS": false
|
||||
}
|
||||
}
|
||||
}
|
||||
18
XLAB2/bin-temp-verify-app-icon/appsettings.json
Normal file
18
XLAB2/bin-temp-verify-app-icon/appsettings.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"Database": {
|
||||
"ApplicationName": "XLAB2",
|
||||
"CommandTimeoutSeconds": 60,
|
||||
"ConnectRetryCount": 3,
|
||||
"ConnectRetryIntervalSeconds": 10,
|
||||
"ConnectTimeoutSeconds": 15,
|
||||
"Database": "ASUMS",
|
||||
"Encrypt": false,
|
||||
"IntegratedSecurity": true,
|
||||
"MultipleActiveResultSets": true,
|
||||
"Pooling": true,
|
||||
"MaxPoolSize": 100,
|
||||
"MinPoolSize": 0,
|
||||
"Server": "SEVENHILL\\SQLEXPRESS",
|
||||
"TrustServerCertificate": true
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user