图书馆管理系统.csproj
上传用户:hjieqiu
上传日期:2013-05-11
资源大小:16494k
文件大小:10k
源码类别:

企业管理

开发平台:

C#

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.10.3077"
  5.         SchemaVersion = "2.0"
  6.         ProjectGuid = "{EC29D450-35E8-43EE-84F2-A3D2B67BA325}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = "....Iconlib.ICO"
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "图书馆管理系统"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "WinExe"
  19.                 PreBuildEvent = ""
  20.                 PostBuildEvent = ""
  21.                 RootNamespace = "图书馆管理系统"
  22.                 RunPostBuildEvent = "OnBuildSuccess"
  23.                 StartupObject = ""
  24.             >
  25.                 <Config
  26.                     Name = "Debug"
  27.                     AllowUnsafeBlocks = "false"
  28.                     BaseAddress = "285212672"
  29.                     CheckForOverflowUnderflow = "false"
  30.                     ConfigurationOverrideFile = ""
  31.                     DefineConstants = "DEBUG;TRACE"
  32.                     DocumentationFile = ""
  33.                     DebugSymbols = "true"
  34.                     FileAlignment = "4096"
  35.                     IncrementalBuild = "false"
  36.                     NoStdLib = "false"
  37.                     NoWarn = ""
  38.                     Optimize = "false"
  39.                     OutputPath = "binDebug"
  40.                     RegisterForComInterop = "false"
  41.                     RemoveIntegerChecks = "false"
  42.                     TreatWarningsAsErrors = "false"
  43.                     WarningLevel = "4"
  44.                 />
  45.                 <Config
  46.                     Name = "Release"
  47.                     AllowUnsafeBlocks = "false"
  48.                     BaseAddress = "285212672"
  49.                     CheckForOverflowUnderflow = "false"
  50.                     ConfigurationOverrideFile = ""
  51.                     DefineConstants = "TRACE"
  52.                     DocumentationFile = ""
  53.                     DebugSymbols = "false"
  54.                     FileAlignment = "4096"
  55.                     IncrementalBuild = "false"
  56.                     NoStdLib = "false"
  57.                     NoWarn = ""
  58.                     Optimize = "true"
  59.                     OutputPath = "binRelease"
  60.                     RegisterForComInterop = "false"
  61.                     RemoveIntegerChecks = "false"
  62.                     TreatWarningsAsErrors = "false"
  63.                     WarningLevel = "4"
  64.                 />
  65.             </Settings>
  66.             <References>
  67.                 <Reference
  68.                     Name = "System"
  69.                     AssemblyName = "System"
  70.                     HintPath = "C:WINDOWSMicrosoft.NETFrameworkv1.1.4322System.dll"
  71.                 />
  72.                 <Reference
  73.                     Name = "System.Data"
  74.                     AssemblyName = "System.Data"
  75.                     HintPath = "C:WINDOWSMicrosoft.NETFrameworkv1.1.4322System.Data.dll"
  76.                 />
  77.                 <Reference
  78.                     Name = "System.Drawing"
  79.                     AssemblyName = "System.Drawing"
  80.                     HintPath = "C:WINDOWSMicrosoft.NETFrameworkv1.1.4322System.Drawing.dll"
  81.                 />
  82.                 <Reference
  83.                     Name = "System.Windows.Forms"
  84.                     AssemblyName = "System.Windows.Forms"
  85.                     HintPath = "C:WINDOWSMicrosoft.NETFrameworkv1.1.4322System.Windows.Forms.dll"
  86.                 />
  87.                 <Reference
  88.                     Name = "System.XML"
  89.                     AssemblyName = "System.Xml"
  90.                     HintPath = "C:WINDOWSMicrosoft.NETFrameworkv1.1.4322System.XML.dll"
  91.                 />
  92.             </References>
  93.         </Build>
  94.         <Files>
  95.             <Include>
  96.                 <File
  97.                     RelPath = "App.ico"
  98.                     BuildAction = "Content"
  99.                 />
  100.                 <File
  101.                     RelPath = "AssemblyInfo.cs"
  102.                     SubType = "Code"
  103.                     BuildAction = "Compile"
  104.                 />
  105.                 <File
  106.                     RelPath = "BookBorrow.cs"
  107.                     SubType = "Form"
  108.                     BuildAction = "Compile"
  109.                 />
  110.                 <File
  111.                     RelPath = "BookBorrow.resx"
  112.                     DependentUpon = "BookBorrow.cs"
  113.                     BuildAction = "EmbeddedResource"
  114.                 />
  115.                 <File
  116.                     RelPath = "BookClassify.cs"
  117.                     SubType = "Form"
  118.                     BuildAction = "Compile"
  119.                 />
  120.                 <File
  121.                     RelPath = "BookClassify.resx"
  122.                     DependentUpon = "BookClassify.cs"
  123.                     BuildAction = "EmbeddedResource"
  124.                 />
  125.                 <File
  126.                     RelPath = "BookInfo.cs"
  127.                     SubType = "Form"
  128.                     BuildAction = "Compile"
  129.                 />
  130.                 <File
  131.                     RelPath = "BookInfo.resx"
  132.                     DependentUpon = "BookInfo.cs"
  133.                     BuildAction = "EmbeddedResource"
  134.                 />
  135.                 <File
  136.                     RelPath = "BookPenalty.cs"
  137.                     SubType = "Form"
  138.                     BuildAction = "Compile"
  139.                 />
  140.                 <File
  141.                     RelPath = "BookPenalty.resx"
  142.                     DependentUpon = "BookPenalty.cs"
  143.                     BuildAction = "EmbeddedResource"
  144.                 />
  145.                 <File
  146.                     RelPath = "BookReturn.cs"
  147.                     SubType = "Form"
  148.                     BuildAction = "Compile"
  149.                 />
  150.                 <File
  151.                     RelPath = "BookReturn.resx"
  152.                     DependentUpon = "BookReturn.cs"
  153.                     BuildAction = "EmbeddedResource"
  154.                 />
  155.                 <File
  156.                     RelPath = "BookSubscribe.cs"
  157.                     SubType = "Form"
  158.                     BuildAction = "Compile"
  159.                 />
  160.                 <File
  161.                     RelPath = "BookSubscribe.resx"
  162.                     DependentUpon = "BookSubscribe.cs"
  163.                     BuildAction = "EmbeddedResource"
  164.                 />
  165.                 <File
  166.                     RelPath = "DataSet1.xsd"
  167.                     BuildAction = "Content"
  168.                     Generator = "MSDataSetGenerator"
  169.                     LastGenOutput = "DataSet11.cs"
  170.                 />
  171.                 <File
  172.                     RelPath = "DataSet1.xsx"
  173.                     DependentUpon = "DataSet1.xsd"
  174.                     BuildAction = "None"
  175.                 />
  176.                 <File
  177.                     RelPath = "DataSet11.cs"
  178.                     DependentUpon = "DataSet1.xsd"
  179.                     SubType = "code"
  180.                     BuildAction = "Compile"
  181.                     DesignTime = "True"
  182.                     AutoGen = "True"
  183.                 />
  184.                 <File
  185.                     RelPath = "DataSet2.xsd"
  186.                     BuildAction = "Content"
  187.                     Generator = "MSDataSetGenerator"
  188.                     LastGenOutput = "DataSet2.cs"
  189.                 />
  190.                 <File
  191.                     RelPath = "DataSet2.cs"
  192.                     DependentUpon = "DataSet2.xsd"
  193.                     SubType = "code"
  194.                     BuildAction = "Compile"
  195.                     DesignTime = "True"
  196.                     AutoGen = "True"
  197.                 />
  198.                 <File
  199.                     RelPath = "MainFrm.cs"
  200.                     SubType = "Form"
  201.                     BuildAction = "Compile"
  202.                 />
  203.                 <File
  204.                     RelPath = "MainFrm.resx"
  205.                     DependentUpon = "MainFrm.cs"
  206.                     BuildAction = "EmbeddedResource"
  207.                 />
  208.                 <File
  209.                     RelPath = "OverdueBook.cs"
  210.                     SubType = "Form"
  211.                     BuildAction = "Compile"
  212.                 />
  213.                 <File
  214.                     RelPath = "OverdueBook.resx"
  215.                     DependentUpon = "OverdueBook.cs"
  216.                     BuildAction = "EmbeddedResource"
  217.                 />
  218.                 <File
  219.                     RelPath = "ReaderClassify.cs"
  220.                     SubType = "Form"
  221.                     BuildAction = "Compile"
  222.                 />
  223.                 <File
  224.                     RelPath = "ReaderClassify.resx"
  225.                     DependentUpon = "ReaderClassify.cs"
  226.                     BuildAction = "EmbeddedResource"
  227.                 />
  228.                 <File
  229.                     RelPath = "ReaderInfo.cs"
  230.                     SubType = "Form"
  231.                     BuildAction = "Compile"
  232.                 />
  233.                 <File
  234.                     RelPath = "ReaderInfo.resx"
  235.                     DependentUpon = "ReaderInfo.cs"
  236.                     BuildAction = "EmbeddedResource"
  237.                 />
  238.                 <File
  239.                     RelPath = "SelectBook.cs"
  240.                     SubType = "Form"
  241.                     BuildAction = "Compile"
  242.                 />
  243.                 <File
  244.                     RelPath = "SelectBook.resx"
  245.                     DependentUpon = "SelectBook.cs"
  246.                     BuildAction = "EmbeddedResource"
  247.                 />
  248.             </Include>
  249.         </Files>
  250.     </CSHARP>
  251. </VisualStudioProject>