📄 nunit-gui.csproj
字号:
<VisualStudioProject>
<CSHARP
ProjectType = "Local"
ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{3FF340D5-D3B4-4DF0-BAF1-98B3C00B6148}"
>
<Build>
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
AssemblyName = "nunit-gui"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "WinExe"
PreBuildEvent = ""
PostBuildEvent = 'copy "$(ProjectDir)nunit-gui.exe.config" "$(TargetDir)nunit-gui.exe.config"'
RootNamespace = "NUnit.Gui"
RunPostBuildEvent = "OnBuildSuccess"
StartupObject = ""
>
<Config
Name = "Debug"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "DEBUG;TRACE;NUNIT_LEAKAGE_TEST"
DocumentationFile = ""
DebugSymbols = "true"
FileAlignment = "4096"
IncrementalBuild = "true"
NoStdLib = "false"
NoWarn = ""
Optimize = "false"
OutputPath = "bin\Debug\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
<Config
Name = "Release"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "TRACE"
DocumentationFile = ""
DebugSymbols = "false"
FileAlignment = "4096"
IncrementalBuild = "false"
NoStdLib = "false"
NoWarn = ""
Optimize = "true"
OutputPath = "bin\Release\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
</Settings>
<References>
<Reference
Name = "System"
AssemblyName = "System"
HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.dll"
/>
<Reference
Name = "System.Windows.Forms"
AssemblyName = "System.Windows.Forms"
HintPath = "..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Windows.Forms.dll"
/>
<Reference
Name = "nunit.util.dll"
Project = "{61CE9CE5-943E-44D4-A381-814DC1406767}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
<Reference
Name = "nunit.uikit.dll"
Project = "{27531BBF-183D-4C3A-935B-D840B9F1A3A4}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
<Reference
Name = "System.Drawing"
AssemblyName = "System.Drawing"
HintPath = "E:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll"
/>
<Reference
Name = "System.Data"
AssemblyName = "System.Data"
HintPath = "E:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
/>
<Reference
Name = "System.XML"
AssemblyName = "System.Xml"
HintPath = "E:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
/>
<Reference
Name = "nunit.core.dll"
Project = "{EBD43A7F-AFCA-4281-BB53-5CDD91F966A3}"
Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
/>
</References>
</Build>
<Files>
<Include>
<File
RelPath = "AboutBox.cs"
SubType = "Form"
BuildAction = "Compile"
/>
<File
RelPath = "AboutBox.resx"
DependentUpon = "AboutBox.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "App.ico"
BuildAction = "Content"
/>
<File
RelPath = "AppEntry.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "AssemblyInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "DetailResults.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ExceptionDetailsForm.cs"
SubType = "Form"
BuildAction = "Compile"
/>
<File
RelPath = "ExceptionDetailsForm.resx"
DependentUpon = "ExceptionDetailsForm.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "Logo.ico"
BuildAction = "Content"
/>
<File
RelPath = "NUnitForm.cs"
SubType = "Form"
BuildAction = "Compile"
/>
<File
RelPath = "NUnitForm.resx"
DependentUpon = "NUnitForm.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "nunit-gui.exe.config"
BuildAction = "None"
/>
<File
RelPath = "OptionsDialog.cs"
SubType = "Form"
BuildAction = "Compile"
/>
<File
RelPath = "OptionsDialog.resx"
DependentUpon = "OptionsDialog.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "ProjectEditor.cs"
SubType = "Form"
BuildAction = "Compile"
/>
<File
RelPath = "ProjectEditor.resx"
DependentUpon = "ProjectEditor.cs"
BuildAction = "EmbeddedResource"
/>
</Include>
</Files>
</CSHARP>
</VisualStudioProject>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -