📄 ecgconversion.csproj
字号:
<VisualStudioProject>
<CSHARP
ProjectType = "Local"
ProductVersion = "7.10.6030"
SchemaVersion = "2.0"
ProjectGuid = "{663357A3-FC3A-4E55-8CEB-711D81CF88DB}"
>
<Build>
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
AssemblyName = "ECGConversion"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "Library"
PreBuildEvent = ""
PostBuildEvent = ""
RootNamespace = "ECGConversion"
RunPostBuildEvent = "OnBuildSuccess"
StartupObject = ""
>
<Config
Name = "Debug"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "DEBUG;TRACE"
DocumentationFile = ""
DebugSymbols = "true"
FileAlignment = "4096"
IncrementalBuild = "false"
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 = "..\..\..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.dll"
/>
<Reference
Name = "System.Data"
AssemblyName = "System.Data"
HintPath = "..\..\..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
/>
<Reference
Name = "System.XML"
AssemblyName = "System.Xml"
HintPath = "..\..\..\..\..\..\..\WINNT\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
/>
<Reference
Name = "System.Drawing"
AssemblyName = "System.Drawing"
HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"
/>
</References>
</Build>
<Files>
<Include>
<File
RelPath = "AssemblyInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGConfig.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGConverter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGDraw.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGPlugin.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGTool.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGWriter.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "IECGFormat.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "IECGReader.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "RawECGReader.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SCPReader.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "UnknownECGReader.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "CSV\CSVFormat.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGDemographics\AcquiringDeviceID.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGDemographics\Date.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGDemographics\DemographicEnumrations.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGDemographics\Drug.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGDemographics\IDemographic.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGDiagnostic\IDiagnostic.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGDiagnostic\Statements.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGGlobalMeasurements\GlobalMeasurement.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGGlobalMeasurements\GlobalMeasurements.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGGlobalMeasurements\IGlobalMeasurement.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGGlobalMeasurements\Spike.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGLeadMeasurements\ILeadMeasurement.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGLeadMeasurements\LeadMeasurement.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGLeadMeasurements\LeadMeasurements.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGLeadMeasurements\MeasurementType.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGLeadMeasurements\Morphology.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGManagementSysteem\ECGInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGManagementSysteem\IECGManagementSystem.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGSignals\ISignal.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGSignals\LeadType.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGSignals\QRSZone.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGSignals\Signal.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "ECGSignals\Signals.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "RawFormat\RawECGData.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "RawFormat\RawECGFormat.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "RawFormat\RawECGHeader.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SCP\SCPDate.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SCP\SCPFormat.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SCP\SCPSection.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SCP\SCPSection0.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SCP\SCPSection1.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SCP\SCPSection10.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SCP\SCPSection11.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SCP\SCPSection2.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SCP\SCPSection3.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SCP\SCPSection4.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SCP\SCPSection5.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SCP\SCPSection6.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SCP\SCPSection7.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SCP\SCPSection8.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SCP\SCPSectionUnkown.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "SCP\SCPTime.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Tools\BytesTool.cs"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Tools\CRCTool.cs"
SubType = "Code"
BuildAction = "Compile"
/>
</Include>
</Files>
</CSHARP>
</VisualStudioProject>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -