📄 console application
字号:
# -------- Visual Studio 2005 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 = 2.0.50727
Category&01 = DEFAULT RUN CONFIGURATION
Working Directory =.
Command Line Arguments =
Category&02 = COMPILER OPTIONS
Warning Level = 3|0|1|2|4
Excluded Files = Excludes
References = References
Conditional (Debug) = DEBUG;TRACE
Conditional (Release) = TRACE
Warn As Error = /warnaserror-|/warnaserror+
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.
Warning Level = Specifies the severity of warning for which the compiler generates messages.
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.
Unsafe Code = The /unsafe+ option allows code that uses the unsafe keyword to compile.
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.
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 = sdkInstallRootv2.0
CPATH = $(HKEY_LOCAL_MACHINE\SOFTWARE$6432\Microsoft\.NETFramework\InstallRoot)v$(Framework)
SDKPATH = $(HKEY_LOCAL_MACHINE\SOFTWARE$6432\Microsoft\.NETFramework\$(sdkRoot))
WL = /w:$(Warning Level)
[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]
[FileGroups]
FGCS = .jsl;
FGREF = $(References);
FGRES = .res;
FGICO = .ico;
FGRSC = .resources;
FGDE = .jsl;.res;.ico;.resources;
[GroupFormats]
FGREF = /r:%s
FGRES = /win32res:%s
FGICO = /win32icon:%s
FGRSC = /resource:%s
[Build]
Out = $T
Depends = $FGDE
ReleaseFlag = /debug- /d:$(Conditional (Debug))
DebugFlag = /debug+ /d:$(Conditional (Release))
Cmd0 = jsc /nologo $(Compiler Options) /out:$O /t:exe $R $(WL) $FGCS $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 + -