nunit-gui.exe.config

来自「SRI international 发布的OAA框架软件」· CONFIG 代码 · 共 19 行

CONFIG
19
字号
<?xml version="1.0" encoding="Windows-1252"?>
<configuration>
  <appSettings>
    <!--   User application and configured property settings go here.-->
    <!--   Example: <add key="settingName" value="settingValue"/> -->
    <add key="toolTip.ShowAlways" value="False" />
    <add key="shadowfiles.path" value="%temp%\nunit20\ShadowCopyCache" />
    
    <!--   Uncomment the following line to run tests in the STA -->
    <!--  <add key="apartment" value="STA" /> -->
  </appSettings>
  
  <startup>
	<requiredRuntime version="v1.0.3705" />
	<supportedRuntime version="v1.1.4322" />
	<supportedRuntime version="v1.0.3705" />
  </startup>

</configuration>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?