📄 console application
字号:
# ------------ Visual .NET configuration -----------
# --- general --------------------------------------
# $P - project name
# $Pp - path to project directory
# $Pn - project name
# --- compile --------------------------------------
# $I - input full name
# $Ip - input path
# $In - input name
# $Ie - input extension
# $O - output file
# $Op - path to output file
# $On - output filename (without path)
# $Oe - output extension
# $R - release/debug setting for compiler
# --- build ----------------------------------------
# $T - target full name
# $Tp - target path
# $Tn - target name
# $O - output file
# $Op - path to output file
# $On - output filename (without path)
# $Oe - output extension
# $R - release/debug setting for linker
[Settings]
Target =
Framework = 1.1.4322|1.0.3705
Category&01 = DEFAULT RUN CONFIGURATION
Working Directory =.
Command Line Arguments =
Category&02 = COMPILER OPTIONS
Excluded Files = Excludes
References = References
Check Arithmetic = /removeintchecks-|//removeintchecks+
Warn As Error = /warnaserror-|/warnaserror+
System References = Windows.Forms, Data, Design, Drawing
Compiler Options =
Debugger=$(SDKPATH)GuiDebug\DbgCLR.exe
[SettingsInfo]
Target = Provides a space for you to specify an output file and location of the program that the linker creates.
Framework = .NET Framework.
Working Directory = Provides a space for you to specify the directory in which executing occurs. If you do not specify a directory, executing occurs in the directory where the executable is located.
Command Line Arguments = Provides a space for you to specify command-line arguments you want to pass to the program at startup.
Excluded Files = This will exclude the file(s) included in this project group from the build.
References = All files (DLL) included in project group with this name will be set as reference libraries.
Conditional (Debug) = Specify symbols on which to perform conditional compilation.
Conditional (Release) = Specify symbols on which to perform conditional compilation.
Warn As Error = The /warnaserror+ option treats all warnings as errors. Any messages that would ordinarily be reported as warnings are instead reported as errors.
Check Arithmetic = Specify whether integer arithmetic that overflows the bounds of the data type will cause an exception at run time.
System References = Provides a space for you to specify a "System." reference libraries (e.g. Drawing, Windows.Forms, ...)
Compiler Options = Provides a space for you to specify an additional compiler options.
Debugger=Provides a space for you to set the debugger you want to use to debug application.
[Variables]
sdkRoot = sdkInstallRootv1.1
CPATH = $(HKEY_LOCAL_MACHINE\SOFTWARE$6432\Microsoft\.NETFramework\InstallRoot)v$(Framework)
SDKPATH = $(HKEY_LOCAL_MACHINE\SOFTWARE$6432\Microsoft\.NETFramework\$(sdkRoot))
[Environment]
PATH = $(CPATH);$(SDKPATH)Bin;%PATH%
[General]
TargetExt = .EXE
ReleaseOut = Release
DebugOut = Debug
UseFullPaths = 0
UseDosNames = 0
Excludes = $(Excluded Files)
[MakeCommands]
run = Execute Application
debug =Start Debugger
disasm = Disassemble
makef=Show Makefile
[Disassemble]
Title = Disassemble $T
Cmd0 = ILDASM $T
Depends = $T
ShowWindow = 1
[Execute Application]
Title = Execute $T
Cmd0 = $(Command Line Arguments)
Depends = $T
ShowWindow = 1
DisplayConsole = 1
[Start Debugger]
Cmd0 =$(Debugger) $T
Depends =$T
ShowWindow =1
Title=Debug $T
[InsertFiles]
group0 = $(System References)
[FileGroups]
FGVB = .vb;
FGREF = $(References);
FGSRF = group0;
FGRES = .res;
FGICO = .ico;
FGRSC = .resources;
FGDE = .vb;.res;.ico;.resources;
[GroupFormats]
FGREF = /r:%s
FGRES = /win32res:%s
FGICO = /win32icon:%s
FGRSC = /resource:%s
FGSRF = /r:System.%s.dll
[Build]
Out = $T
Depends = $FGDE
ReleaseFlag = /debug- /optimize+
DebugFlag = /debug+ /debug:full /optimize-
Cmd0 = vbc /nologo $(Compiler Options) /out:$O /t:exe $R $(Check Arithmetic) /r:Accessibility.dll /r:Microsoft.Vsa.dll /r:System.dll $FGVB $FGSRF $FGREF $FGRES $FGICO $FGRSC
[.RESX]
Out = $In.resources
Cmd0 = ResGen $I $O
[Show Makefile]
Title=Show makefile
Cmd0=uestudio makefile
ShowWindow=1
DisplayConsole=0
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -