home *** CD-ROM | disk | FTP | other *** search
/ Programming Microsoft Visual Basic .NET / Programming Microsoft Visual Basic .NET (Microsoft Press)(X08-78517)(2002).bin / 24 aspnet applications / aspnetapplications / aspnetapplications.vbproj < prev    next >
Encoding:
Text File  |  2002-03-18  |  10.9 KB  |  284 lines

  1. <VisualStudioProject>
  2.     <VisualBasic
  3.         ProjectType = "Web"
  4.         ProductVersion = "7.0.9466"
  5.         SchemaVersion = "1.0"
  6.         ProjectGuid = "{D47619C4-C875-4D97-B827-14912AB5E283}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = ""
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "AspnetApplications"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 AssemblyOriginatorKeyMode = "None"
  15.                 DefaultClientScript = "JScript"
  16.                 DefaultHTMLPageLayout = "Grid"
  17.                 DefaultTargetSchema = "IE50"
  18.                 DelaySign = "false"
  19.                 OutputType = "Library"
  20.                 OptionCompare = "Binary"
  21.                 OptionExplicit = "On"
  22.                 OptionStrict = "Off"
  23.                 RootNamespace = "AspnetApplications"
  24.                 StartupObject = "AspnetApplications.(None)"
  25.             >
  26.                 <Config
  27.                     Name = "Debug"
  28.                     BaseAddress = "285212672"
  29.                     ConfigurationOverrideFile = ""
  30.                     DefineConstants = ""
  31.                     DefineDebug = "true"
  32.                     DefineTrace = "true"
  33.                     DebugSymbols = "true"
  34.                     IncrementalBuild = "true"
  35.                     Optimize = "false"
  36.                     OutputPath = "bin\"
  37.                     RegisterForComInterop = "false"
  38.                     RemoveIntegerChecks = "false"
  39.                     TreatWarningsAsErrors = "false"
  40.                     WarningLevel = "1"
  41.                 />
  42.                 <Config
  43.                     Name = "Release"
  44.                     BaseAddress = "285212672"
  45.                     ConfigurationOverrideFile = ""
  46.                     DefineConstants = ""
  47.                     DefineDebug = "false"
  48.                     DefineTrace = "true"
  49.                     DebugSymbols = "false"
  50.                     IncrementalBuild = "false"
  51.                     Optimize = "true"
  52.                     OutputPath = "bin\"
  53.                     RegisterForComInterop = "false"
  54.                     RemoveIntegerChecks = "false"
  55.                     TreatWarningsAsErrors = "false"
  56.                     WarningLevel = "1"
  57.                 />
  58.             </Settings>
  59.             <References>
  60.                 <Reference
  61.                     Name = "System"
  62.                     AssemblyName = "System"
  63.                 />
  64.                 <Reference
  65.                     Name = "System.Data"
  66.                     AssemblyName = "System.Data"
  67.                 />
  68.                 <Reference
  69.                     Name = "System.Drawing"
  70.                     AssemblyName = "System.Drawing"
  71.                 />
  72.                 <Reference
  73.                     Name = "System.Web"
  74.                     AssemblyName = "System.Web"
  75.                 />
  76.                 <Reference
  77.                     Name = "System.XML"
  78.                     AssemblyName = "System.Xml"
  79.                 />
  80.                 <Reference
  81.                     Name = "System.Runtime.Serialization.Formatters.Soap"
  82.                     AssemblyName = "System.Runtime.Serialization.Formatters.Soap"
  83.                     HintPath = "..\..\..\WINNT\Microsoft.NET\Framework\v1.0.3705\System.Runtime.Serialization.Formatters.Soap.dll"
  84.                 />
  85.             </References>
  86.             <Imports>
  87.                 <Import Namespace = "Microsoft.VisualBasic" />
  88.                 <Import Namespace = "System" />
  89.                 <Import Namespace = "System.Collections" />
  90.                 <Import Namespace = "System.Configuration" />
  91.                 <Import Namespace = "System.Data" />
  92.                 <Import Namespace = "System.Drawing" />
  93.                 <Import Namespace = "System.Web" />
  94.                 <Import Namespace = "System.Web.UI" />
  95.                 <Import Namespace = "System.Web.UI.HtmlControls" />
  96.                 <Import Namespace = "System.Web.UI.WebControls" />
  97.             </Imports>
  98.         </Build>
  99.         <Files>
  100.             <Include>
  101.                 <File
  102.                     RelPath = "AssemblyInfo.vb"
  103.                     SubType = "Code"
  104.                     BuildAction = "Compile"
  105.                 />
  106.                 <File
  107.                     RelPath = "CacheForm.aspx"
  108.                     BuildAction = "Content"
  109.                 />
  110.                 <File
  111.                     RelPath = "CacheForm.aspx.vb"
  112.                     DependentUpon = "CacheForm.aspx"
  113.                     SubType = "ASPXCodeBehind"
  114.                     BuildAction = "Compile"
  115.                 />
  116.                 <File
  117.                     RelPath = "CacheForm.aspx.resx"
  118.                     DependentUpon = "CacheForm.aspx.vb"
  119.                     BuildAction = "EmbeddedResource"
  120.                 />
  121.                 <File
  122.                     RelPath = "ConnStrings.vb"
  123.                     SubType = "Code"
  124.                     BuildAction = "Compile"
  125.                 />
  126.                 <File
  127.                     RelPath = "CustomSessionForm.aspx"
  128.                     BuildAction = "Content"
  129.                 />
  130.                 <File
  131.                     RelPath = "CustomSessionForm.aspx.vb"
  132.                     DependentUpon = "CustomSessionForm.aspx"
  133.                     SubType = "ASPXCodeBehind"
  134.                     BuildAction = "Compile"
  135.                 />
  136.                 <File
  137.                     RelPath = "CustomSessionForm.aspx.resx"
  138.                     DependentUpon = "CustomSessionForm.aspx.vb"
  139.                     BuildAction = "EmbeddedResource"
  140.                 />
  141.                 <File
  142.                     RelPath = "ErrorLoggerModule.vb"
  143.                     SubType = "Code"
  144.                     BuildAction = "Compile"
  145.                 />
  146.                 <File
  147.                     RelPath = "ErrorViewerPage.aspx"
  148.                     BuildAction = "Content"
  149.                 />
  150.                 <File
  151.                     RelPath = "ErrorViewerPage.aspx.vb"
  152.                     DependentUpon = "ErrorViewerPage.aspx"
  153.                     SubType = "ASPXCodeBehind"
  154.                     BuildAction = "Compile"
  155.                 />
  156.                 <File
  157.                     RelPath = "ErrorViewerPage.aspx.resx"
  158.                     DependentUpon = "ErrorViewerPage.aspx.vb"
  159.                     BuildAction = "EmbeddedResource"
  160.                 />
  161.                 <File
  162.                     RelPath = "Global.asax"
  163.                     BuildAction = "Content"
  164.                 />
  165.                 <File
  166.                     RelPath = "Global.asax.vb"
  167.                     DependentUpon = "Global.asax"
  168.                     SubType = "Code"
  169.                     BuildAction = "Compile"
  170.                 />
  171.                 <File
  172.                     RelPath = "Global.asax.resx"
  173.                     DependentUpon = "Global.asax.vb"
  174.                     BuildAction = "EmbeddedResource"
  175.                 />
  176.                 <File
  177.                     RelPath = "OutputCachingForm.aspx"
  178.                     BuildAction = "Content"
  179.                 />
  180.                 <File
  181.                     RelPath = "OutputCachingForm.aspx.vb"
  182.                     DependentUpon = "OutputCachingForm.aspx"
  183.                     SubType = "ASPXCodeBehind"
  184.                     BuildAction = "Compile"
  185.                 />
  186.                 <File
  187.                     RelPath = "OutputCachingForm.aspx.resx"
  188.                     DependentUpon = "OutputCachingForm.aspx.vb"
  189.                     BuildAction = "EmbeddedResource"
  190.                 />
  191.                 <File
  192.                     RelPath = "RedirectPage.aspx"
  193.                     BuildAction = "Content"
  194.                 />
  195.                 <File
  196.                     RelPath = "RedirectPage.aspx.vb"
  197.                     DependentUpon = "RedirectPage.aspx"
  198.                     SubType = "ASPXCodeBehind"
  199.                     BuildAction = "Compile"
  200.                 />
  201.                 <File
  202.                     RelPath = "RedirectPage.aspx.resx"
  203.                     DependentUpon = "RedirectPage.aspx.vb"
  204.                     BuildAction = "EmbeddedResource"
  205.                 />
  206.                 <File
  207.                     RelPath = "RequestForm.aspx"
  208.                     BuildAction = "Content"
  209.                 />
  210.                 <File
  211.                     RelPath = "RequestForm.aspx.vb"
  212.                     DependentUpon = "RequestForm.aspx"
  213.                     SubType = "ASPXCodeBehind"
  214.                     BuildAction = "Compile"
  215.                 />
  216.                 <File
  217.                     RelPath = "RequestForm.aspx.resx"
  218.                     DependentUpon = "RequestForm.aspx.vb"
  219.                     BuildAction = "EmbeddedResource"
  220.                 />
  221.                 <File
  222.                     RelPath = "ResponseForm.aspx"
  223.                     BuildAction = "Content"
  224.                 />
  225.                 <File
  226.                     RelPath = "ResponseForm.aspx.vb"
  227.                     DependentUpon = "ResponseForm.aspx"
  228.                     SubType = "ASPXCodeBehind"
  229.                     BuildAction = "Compile"
  230.                 />
  231.                 <File
  232.                     RelPath = "ResponseForm.aspx.resx"
  233.                     DependentUpon = "ResponseForm.aspx.vb"
  234.                     BuildAction = "EmbeddedResource"
  235.                 />
  236.                 <File
  237.                     RelPath = "StartupForm.aspx"
  238.                     BuildAction = "Content"
  239.                 />
  240.                 <File
  241.                     RelPath = "StartupForm.aspx.vb"
  242.                     DependentUpon = "StartupForm.aspx"
  243.                     SubType = "ASPXCodeBehind"
  244.                     BuildAction = "Compile"
  245.                 />
  246.                 <File
  247.                     RelPath = "StartupForm.aspx.resx"
  248.                     DependentUpon = "StartupForm.aspx.vb"
  249.                     BuildAction = "EmbeddedResource"
  250.                 />
  251.                 <File
  252.                     RelPath = "Styles.css"
  253.                     BuildAction = "Content"
  254.                 />
  255.                 <File
  256.                     RelPath = "TraceForm.aspx"
  257.                     BuildAction = "Content"
  258.                 />
  259.                 <File
  260.                     RelPath = "TraceForm.aspx.vb"
  261.                     DependentUpon = "TraceForm.aspx"
  262.                     SubType = "ASPXCodeBehind"
  263.                     BuildAction = "Compile"
  264.                 />
  265.                 <File
  266.                     RelPath = "TraceForm.aspx.resx"
  267.                     DependentUpon = "TraceForm.aspx.vb"
  268.                     BuildAction = "EmbeddedResource"
  269.                 />
  270.                 <File
  271.                     RelPath = "Web.config"
  272.                     BuildAction = "Content"
  273.                 />
  274.                 <File
  275.                     RelPath = "XyzHandler.vb"
  276.                     SubType = "Code"
  277.                     BuildAction = "Compile"
  278.                 />
  279.             </Include>
  280.         </Files>
  281.     </VisualBasic>
  282. </VisualStudioProject>
  283.  
  284.