nprof.application.exe.config

来自「c#源代码」· CONFIG 代码 · 共 13 行

CONFIG
13
字号
<configuration>   
    <runtime>
        <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">      
            <probing privatePath="bin"/>
        </assemblyBinding>
    </runtime>
    <startup>
        <supportedRuntime version="v2.0.40607" />
        <supportedRuntime version="v1.1.4322" />
        <supportedRuntime version="v1.0.3705" />
    </startup>
</configuration>    

⌨️ 快捷键说明

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