📄 myclock.csproj
字号:
<VisualStudioProject>
<CSHARP
ProjectType = "Local"
ProductVersion = "7.0.9466"
SchemaVersion = "1.0"
ProjectGuid = "{0CE090E6-1A73-4208-834D-4C3E8876B2EB}"
>
<Build>
<Settings
ApplicationIcon = "App.ico"
AssemblyKeyContainerName = ""
AssemblyName = "MyClock"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "WinExe"
RootNamespace = "MyClock"
StartupObject = ""
>
<Config
Name = "Debug"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "DEBUG;TRACE"
DocumentationFile = ""
DebugSymbols = "true"
FileAlignment = "4096"
IncrementalBuild = "true"
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"
Optimize = "true"
OutputPath = "bin\Release\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
</Settings>
<References>
<Reference
Name = "System"
AssemblyName = "System"
HintPath = "d:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.dll"
/>
<Reference
Name = "System.Data"
AssemblyName = "System.Data"
HintPath = "d:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
/>
<Reference
Name = "System.Drawing"
AssemblyName = "System.Drawing"
HintPath = "d:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Drawing.dll"
/>
<Reference
Name = "System.Windows.Forms"
AssemblyName = "System.Windows.Forms"
HintPath = "d:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Windows.Forms.dll"
/>
<Reference
Name = "System.XML"
AssemblyName = "System.Xml"
HintPath = "d:\WINNT\Microsoft.NET\Framework\v1.0.3705\System.XML.dll"
/>
</References>
</Build>
<Files>
<Include>
<File
RelPath = "AboutForm.cs"
SubType = "Form"
BuildAction = "Compile"
/>
<File
RelPath = "AboutForm.resx"
DependentUpon = "AboutForm.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "App.ico"
BuildAction = "Content"
/>
<File
RelPath = "AssemblyInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ClockLabel.cs"
SubType = "Component"
BuildAction = "Compile"
/>
<File
RelPath = "ClockLabel.resx"
DependentUpon = "ClockLabel.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "ColorPicker.cs"
SubType = "Form"
BuildAction = "Compile"
/>
<File
RelPath = "ColorPicker.resx"
DependentUpon = "ColorPicker.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "Common.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ExWin.cs"
SubType = "Form"
BuildAction = "Compile"
/>
<File
RelPath = "ExWin.resx"
DependentUpon = "ExWin.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "Ini.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "MainForm.cs"
SubType = "Form"
BuildAction = "Compile"
/>
<File
RelPath = "MainForm.resx"
DependentUpon = "MainForm.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "NiceMenu.cs"
SubType = "Component"
BuildAction = "Compile"
/>
<File
RelPath = "NiceMenu.resx"
DependentUpon = "NiceMenu.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "SetAlarm.cs"
SubType = "Form"
BuildAction = "Compile"
/>
<File
RelPath = "SetAlarm.resx"
DependentUpon = "SetAlarm.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "SetupForm.cs"
SubType = "Form"
BuildAction = "Compile"
/>
<File
RelPath = "SetupForm.resx"
DependentUpon = "SetupForm.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "Task.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Notifier\close2.bmp"
BuildAction = "Content"
/>
<File
RelPath = "Notifier\skin2.bmp"
BuildAction = "Content"
/>
<File
RelPath = "Notifier\TaskbarNotifier.cs"
SubType = "Form"
BuildAction = "Compile"
/>
</Include>
</Files>
</CSHARP>
</VisualStudioProject>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -