adrotatortest.csproj
来自「C#语言高级编成,我多年总结的经验,肯定能让你学到很多」· CSPROJ 代码 · 共 206 行
CSPROJ
206 行
<VisualStudioProject>
<CSHARP
ProjectType = "Web"
ProductVersion = "7.0.9344"
SchemaVersion = "1.0"
ProjectGuid = "{E4A09766-DF59-4128-A1A2-F69055007F00}"
>
<Build>
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
AssemblyName = "AdRotatorTest"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "Library"
RootNamespace = "AdRotatorTest"
StartupObject = ""
>
<Config
Name = "Debug"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "DEBUG;TRACE"
DocumentationFile = ""
DebugSymbols = "true"
FileAlignment = "4096"
IncrementalBuild = "true"
Optimize = "false"
OutputPath = "bin\"
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"
Optimize = "true"
OutputPath = "bin\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
</Settings>
<References>
<Reference
Name = "System"
AssemblyName = "System"
/>
<Reference
Name = "System.Drawing"
AssemblyName = "System.Drawing"
/>
<Reference
Name = "System.Data"
AssemblyName = "System.Data"
/>
<Reference
Name = "System.Web"
AssemblyName = "System.Web"
/>
<Reference
Name = "System.XML"
AssemblyName = "System.Xml"
/>
</References>
</Build>
<Files>
<Include>
<File
RelPath = "AdRotator.aspx"
SubType = "Form"
BuildAction = "Content"
/>
<File
RelPath = "AdRotator.aspx.cs"
DependentUpon = "AdRotator.aspx"
SubType = "ASPXCodeBehind"
BuildAction = "Compile"
/>
<File
RelPath = "AdRotator.aspx.resx"
DependentUpon = "AdRotator.aspx.cs"
BuildAction = "EmbeddedResource"
/>
<File
RelPath = "AdRotatorInformation.xml"
BuildAction = "Content"
/>
<File
RelPath = "AdRotatorTest.vsdisco"
BuildAction = "None"
/>
<File
RelPath = "AssemblyInfo.cs"
BuildAction = "Compile"
/>
<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 = "Web.config"
BuildAction = "Content"
/>
<Folder RelPath = "bin\" />
<File
RelPath = "images\background.png"
BuildAction = "Content"
/>
<File
RelPath = "images\france.gif"
BuildAction = "Content"
/>
<File
RelPath = "images\france.png"
BuildAction = "Content"
/>
<File
RelPath = "images\germany.gif"
BuildAction = "Content"
/>
<File
RelPath = "images\germany.png"
BuildAction = "Content"
/>
<File
RelPath = "images\italy.gif"
BuildAction = "Content"
/>
<File
RelPath = "images\italy.png"
BuildAction = "Content"
/>
<File
RelPath = "images\latvia.png"
BuildAction = "Content"
/>
<File
RelPath = "images\peru.png"
BuildAction = "Content"
/>
<File
RelPath = "images\senegal.png"
BuildAction = "Content"
/>
<File
RelPath = "images\spain.gif"
BuildAction = "Content"
/>
<File
RelPath = "images\spain.png"
BuildAction = "Content"
/>
<File
RelPath = "images\sweden.png"
BuildAction = "Content"
/>
<File
RelPath = "images\thailand.png"
BuildAction = "Content"
/>
<File
RelPath = "images\unitedstates.png"
BuildAction = "Content"
/>
<File
RelPath = "images\us.gif"
BuildAction = "Content"
/>
<File
RelPath = "images\us.png"
BuildAction = "Content"
/>
</Include>
</Files>
</CSHARP>
</VisualStudioProject>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?