workflow.csproj

来自「工作流引擎」· CSPROJ 代码 · 共 403 行 · 第 1/2 页

CSPROJ
403
字号
                <File
                    RelPath = "flow\RelationDef.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "flow\RelationDef.resx"
                    DependentUpon = "RelationDef.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "flow\StartFlow.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "flow\StartFlow.resx"
                    DependentUpon = "StartFlow.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "user\AddAdmin.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "user\AddAdmin.resx"
                    DependentUpon = "AddAdmin.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "user\AddUser.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "user\AddUser.resx"
                    DependentUpon = "AddUser.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "user\Dep.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "user\DepManager.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "user\DepManager.resx"
                    DependentUpon = "DepManager.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "user\DepNode.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "user\Login.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "user\Login.resx"
                    DependentUpon = "Login.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "user\ModifyUser.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "user\ModifyUser.resx"
                    DependentUpon = "ModifyUser.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "user\ModiPass.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "user\ModiPass.resx"
                    DependentUpon = "ModiPass.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "user\PowerManage.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "user\PowerManage.resx"
                    DependentUpon = "PowerManage.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "user\SingleRight.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "user\User.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "user\UserDepModify.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "user\UserDepModify.resx"
                    DependentUpon = "UserDepModify.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "user\UserInfoModify.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "user\UserInfoModify.resx"
                    DependentUpon = "UserInfoModify.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "user\UserRight.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "util\ComboItem.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "util\ComboUtil.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "util\Database.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "util\MessageForm.cs"
                    SubType = "Form"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "util\MessageForm.resx"
                    DependentUpon = "MessageForm.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "util\PassUtil.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "util\SendMail.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "util\StringUtils.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "util\UiUtils.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "util\UpdateUtil.cs"
                    SubType = "Code"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "util\ValueInputBox.cs"
                    SubType = "Component"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "util\ValueInputBox.resx"
                    DependentUpon = "ValueInputBox.cs"
                    BuildAction = "EmbeddedResource"
                />
            </Include>
        </Files>
    </CSHARP>
</VisualStudioProject>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?