初始化CRICS

This commit is contained in:
2025-12-11 09:17:16 +08:00
commit 83247ec0a2
2735 changed files with 787765 additions and 0 deletions

Binary file not shown.

15
test/bin/Debug/App.config Normal file
View File

@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<configuration>
<appSettings>
<!-- redis Start -->
<add key="session_expire_minutes" value="5"/>
<add key="redis_server_session" value="127.0.0.1:6379"/>
<add key="redis_max_read_pool" value="1000"/>
<add key="redis_max_write_pool" value="1000"/>
<add key="monitor_log_expire_minutes" value="30"/>
<!--redis end-->
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
</configuration>

Binary file not shown.

Binary file not shown.

11016
test/bin/Debug/CSRedisCore.xml Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

BIN
test/bin/Debug/Common.dll Normal file

Binary file not shown.

BIN
test/bin/Debug/Common.pdb Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
test/bin/Debug/Domain.dll Normal file

Binary file not shown.

BIN
test/bin/Debug/Domain.pdb 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.

File diff suppressed because it is too large Load Diff

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

BIN
test/bin/Debug/NPOI.dll Normal file

Binary file not shown.

41543
test/bin/Debug/NPOI.xml Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

2897
test/bin/Debug/RestSharp.xml Normal file

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

BIN
test/bin/Debug/jose-jwt.dll Normal file

Binary file not shown.

BIN
test/bin/Debug/jose-jwt.pdb Normal file

Binary file not shown.

BIN
test/bin/Debug/log4net.dll Normal file

Binary file not shown.

BIN
test/bin/Debug/test.exe Normal file

Binary file not shown.

View File

@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<configuration>
<appSettings>
<!-- redis Start -->
<add key="session_expire_minutes" value="5"/>
<add key="redis_server_session" value="127.0.0.1:6379"/>
<add key="redis_max_read_pool" value="1000"/>
<add key="redis_max_write_pool" value="1000"/>
<add key="monitor_log_expire_minutes" value="30"/>
<!--redis end-->
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
</configuration>

BIN
test/bin/Debug/test.pdb Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<configuration>
<appSettings>
<!-- redis Start -->
<add key="session_expire_minutes" value="5"/>
<add key="redis_server_session" value="127.0.0.1:6379"/>
<add key="redis_max_read_pool" value="1000"/>
<add key="redis_max_write_pool" value="1000"/>
<add key="monitor_log_expire_minutes" value="30"/>
<!--redis end-->
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>
</configuration>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>