温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:简单WEB流程图组件Demo源码
当前文件:
WorkFlowChartDemo/WorkFlowChart_Source/WorkFlowChart.csproj[2K,2009-6-12 11:58:39],打开代码结构图
WorkFlowChartDemo/WorkFlowChart_Source/WorkFlowChart.csproj[2K,2009-6-12 11:58:39],打开代码结构图1<VisualStudioProject> 2
<CSHARP ProjectType="Local" ProductVersion="7.10.3077" SchemaVersion="2.0" ProjectGuid="DA555DCB-B66A-4E27-88BA-0CF6C8CF7894"> 3
<Build> 4
<Settings ApplicationIcon="" AssemblyKeyContainerName="" AssemblyName="WorkFlowChart" AssemblyOriginatorKeyFile="" DefaultClientScript="JScript" DefaultHTMLPageLayout="Grid" DefaultTargetSchema="IE50" DelaySign="false" OutputType="Library" PreBuildEvent="" PostBuildEvent="" RootNamespace="WorkFlowChart" RunPostBuildEvent="OnBuildSuccess" StartupObject=""> 5
<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" /> 6
<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" /> 7
</Settings> 8
<References> 9
<Reference Name="mscorlib" AssemblyName="mscorlib" HintPath="mscorlib.dll" /> 10
<Reference Name="System.Drawing" AssemblyName="System.Drawing" HintPath="System.Drawing.dll" /> 11
<Reference Name="System.Xml" AssemblyName="System.Xml" HintPath="System.Xml.dll" /> 12
</References> 13
</Build> 14
<Files> 15
<Include> 16
<File RelPath="AssemblyInfo.cs" SubType="Code" BuildAction="Compile" /> 17
<File RelPath="WorkFlowChart\INode.cs" SubType="Code" BuildAction="Compile" /> 18
<File RelPath="WorkFlowChart\AbstractNode.cs" SubType="Code" BuildAction="Compile" /> 19
<File RelPath="WorkFlowChart\WorkFlowChart.cs" SubType="Code" BuildAction="Compile" /> 20
<File RelPath="WorkFlowChart\WorkFlowTaskStatus.cs" SubType="Code" BuildAction="Compile" /> 21
<File RelPath="WorkFlowChart\DrawCommon.cs" SubType="Code" BuildAction="Compile" /> 22
<File RelPath="WorkFlowChart\NodeAttributes.cs" SubType="Code" BuildAction="Compile" /> 23
<File RelPath="WorkFlowChart\NodeContain.cs" SubType="Code" BuildAction="Compile" /> 24
<File RelPath="WorkFlowChart\NodeEnd.cs" SubType="Code" BuildAction="Compile" /> 25
<File RelPath="WorkFlowChart\NodeLeaf.cs" SubType="Code" BuildAction="Compile" /> 26
<File RelPath="WorkFlowChart\NodeStart.cs" SubType="Code" BuildAction="Compile" /> 27
</Include> 28
</Files> 29
</CSHARP> 30
</VisualStudioProject>



