aspnet.csproj

来自「ASP.NET的一些开发实例,有论坛管理系统等」· CSPROJ 代码 · 共 1,152 行 · 第 1/4 页

CSPROJ
1,152
字号
                <File
                    RelPath = "chapter08\Font.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "chapter08\Font.aspx.cs"
                    DependentUpon = "Font.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "chapter08\Font.aspx.resx"
                    DependentUpon = "Font.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "chapter08\HeightWidth.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "chapter08\HeightWidth.aspx.cs"
                    DependentUpon = "HeightWidth.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "chapter08\HeightWidth.aspx.resx"
                    DependentUpon = "HeightWidth.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "chapter08\HyperLink.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "chapter08\HyperLink.aspx.cs"
                    DependentUpon = "HyperLink.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "chapter08\HyperLink.aspx.resx"
                    DependentUpon = "HyperLink.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "chapter08\Image.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "chapter08\Image.aspx.cs"
                    DependentUpon = "Image.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "chapter08\Image.aspx.resx"
                    DependentUpon = "Image.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "chapter08\ImageButton.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "chapter08\ImageButton.aspx.cs"
                    DependentUpon = "ImageButton.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "chapter08\ImageButton.aspx.resx"
                    DependentUpon = "ImageButton.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "chapter08\labelWebControl.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "chapter08\labelWebControl.aspx.cs"
                    DependentUpon = "labelWebControl.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "chapter08\labelWebControl.aspx.resx"
                    DependentUpon = "labelWebControl.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "chapter08\LinkButton.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "chapter08\LinkButton.aspx.cs"
                    DependentUpon = "LinkButton.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "chapter08\LinkButton.aspx.resx"
                    DependentUpon = "LinkButton.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "chapter08\Panel.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "chapter08\Panel.aspx.cs"
                    DependentUpon = "Panel.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "chapter08\Panel.aspx.resx"
                    DependentUpon = "Panel.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "chapter08\TabIndex.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "chapter08\TabIndex.aspx.cs"
                    DependentUpon = "TabIndex.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "chapter08\TabIndex.aspx.resx"
                    DependentUpon = "TabIndex.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "chapter08\Table.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "chapter08\Table.aspx.cs"
                    DependentUpon = "Table.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "chapter08\Table.aspx.resx"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "chapter08\TextBox.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "chapter08\TextBox.aspx.cs"
                    DependentUpon = "TextBox.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "chapter08\TextBox.aspx.resx"
                    DependentUpon = "TextBox.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "chapter08\TextBoxEvent.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "chapter08\TextBoxEvent.aspx.cs"
                    DependentUpon = "TextBoxEvent.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "chapter08\TextBoxEvent.aspx.resx"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "chapter08\ToolTip.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "chapter08\ToolTip.aspx.cs"
                    DependentUpon = "ToolTip.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "chapter08\ToolTip.aspx.resx"
                    DependentUpon = "ToolTip.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "chapter08\Visible.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "chapter08\Visible.aspx.cs"
                    DependentUpon = "Visible.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "chapter08\Visible.aspx.resx"
                    DependentUpon = "Visible.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "chapter08\XP.JPG"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "chapter09\CheckBox1.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "chapter09\CheckBox1.aspx.cs"
                    DependentUpon = "CheckBox1.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "chapter09\CheckBox1.aspx.resx"
                    DependentUpon = "CheckBox1.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "chapter09\CheckBoxList1.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "chapter09\CheckBoxList1.aspx.cs"
                    DependentUpon = "CheckBoxList1.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "chapter09\CheckBoxList1.aspx.resx"
                    DependentUpon = "CheckBoxList1.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "chapter09\DropDownList1.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "chapter09\DropDownList1.aspx.cs"
                    DependentUpon = "DropDownList1.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "chapter09\DropDownList1.aspx.resx"
                    DependentUpon = "DropDownList1.aspx.cs"
                    BuildAction = "EmbeddedResource"
                />
                <File
                    RelPath = "chapter09\ListBox1.aspx"
                    SubType = "Form"
                    BuildAction = "Content"
                />
                <File
                    RelPath = "chapter09\ListBox1.aspx.cs"
                    DependentUpon = "ListBox1.aspx"
                    SubType = "ASPXCodeBehind"
                    BuildAction = "Compile"
                />
                <File
                    RelPath = "chapter09\ListBox1.aspx.resx"
                    DependentUpon = "ListBox1.aspx.cs"

⌨️ 快捷键说明

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