cms.csproj
来自「用.net开发的一套管理系统,功能比较全,挺好用的啊!」· CSPROJ 代码 · 共 428 行 · 第 1/2 页
CSPROJ
428 行
RelPath = "customer.aspx"
SubType = "Form"
BuildAction = "Content"
/>
<File
RelPath = "customer.aspx.cs"
DependentUpon = "customer.aspx"
SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
<File
RelPath = "customer.aspx.resx"
DependentUpon = "customer.aspx.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "customer_information.aspx"
BuildAction = "Content"
/>
<File
RelPath = "customer_information.aspx.cs"
DependentUpon = "customer_information.aspx"
SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
<File
RelPath = "customer_information.aspx.resx"
DependentUpon = "customer_information.aspx.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "customer_sale.aspx"
BuildAction = "Content"
/>
<File
RelPath = "customer_sale.aspx.cs"
DependentUpon = "customer_sale.aspx"
SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
<File
RelPath = "customer_sale.aspx.resx"
DependentUpon = "customer_sale.aspx.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "default.aspx"
SubType = "Form"
BuildAction = "Content"
/>
<File
RelPath = "default.aspx.cs"
DependentUpon = "default.aspx"
SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
<File
RelPath = "default.aspx.resx"
DependentUpon = "default.aspx.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "Footer.ascx"
SubType = "UserControl"
BuildAction = "Content"
/>
<File
RelPath = "Footer.ascx.cs"
DependentUpon = "Footer.ascx"
SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
<File
RelPath = "Footer.ascx.resx"
DependentUpon = "Footer.ascx.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "Global.asax"
SubType = "Component"
BuildAction = "Content"
/>
<File
RelPath = "Global.asax.cs"
DependentUpon = "Global.asax"
SubType = "Code"
BuildAction = "Compile"
/>
<File
RelPath = "Global.asax.resx"
DependentUpon = "Global.asax.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "Header.ascx"
SubType = "UserControl"
BuildAction = "Content"
/>
<File
RelPath = "Header.ascx.cs"
DependentUpon = "Header.ascx"
SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
<File
RelPath = "Header.ascx.resx"
DependentUpon = "Header.ascx.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "NavMenu.ascx"
SubType = "UserControl"
BuildAction = "Content"
/>
<File
RelPath = "NavMenu.ascx.cs"
DependentUpon = "NavMenu.ascx"
SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
<File
RelPath = "NavMenu.ascx.resx"
DependentUpon = "NavMenu.ascx.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "product.aspx"
SubType = "Form"
BuildAction = "Content"
/>
<File
RelPath = "product.aspx.cs"
DependentUpon = "product.aspx"
SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
<File
RelPath = "product.aspx.resx"
DependentUpon = "product.aspx.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "updatecontract.aspx"
BuildAction = "Content"
/>
<File
RelPath = "updatecontract.aspx.cs"
DependentUpon = "updatecontract.aspx"
SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
<File
RelPath = "updatecontract.aspx.resx"
DependentUpon = "updatecontract.aspx.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "updatepwd.aspx"
SubType = "Form"
BuildAction = "Content"
/>
<File
RelPath = "updatepwd.aspx.cs"
DependentUpon = "updatepwd.aspx"
SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
<File
RelPath = "updatepwd.aspx.resx"
DependentUpon = "updatepwd.aspx.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "users.aspx"
SubType = "Form"
BuildAction = "Content"
/>
<File
RelPath = "users.aspx.cs"
DependentUpon = "users.aspx"
SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
<File
RelPath = "users.aspx.resx"
DependentUpon = "users.aspx.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "Web.config"
BuildAction = "Content"
/>
<File
RelPath = "bin\cms.dll"
BuildAction = "Content"
/>
<File
RelPath = "bin\cms.pdb"
BuildAction = "Content"
/>
<File
RelPath = "db\CMS"
BuildAction = "None"
/>
<File
RelPath = "pic\alcatel3.gif"
BuildAction = "Content"
/>
</Include>
</Files>
</CSHARP>
</VisualStudioProject>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?