WindowsApplication1.csproj
上传用户:fuyouda
上传日期:2021-03-17
资源大小:8619k
文件大小:12k
源码类别:

Windows编程

开发平台:

C/C++

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.10.3077"
  5.         SchemaVersion = "2.0"
  6.         ProjectGuid = "{7101921C-BB65-4492-917F-EF360D00CE59}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = "App.ico"
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "WindowsApplication1"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "WinExe"
  19.                 PreBuildEvent = ""
  20.                 PostBuildEvent = ""
  21.                 RootNamespace = "WindowsApplication1"
  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 = "........WINNTMicrosoft.NETFrameworkv1.1.4322System.dll"
  71.                 />
  72.                 <Reference
  73.                     Name = "System.Data"
  74.                     AssemblyName = "System.Data"
  75.                     HintPath = "........WINNTMicrosoft.NETFrameworkv1.1.4322System.Data.dll"
  76.                 />
  77.                 <Reference
  78.                     Name = "System.Drawing"
  79.                     AssemblyName = "System.Drawing"
  80.                     HintPath = "........WINNTMicrosoft.NETFrameworkv1.1.4322System.Drawing.dll"
  81.                 />
  82.                 <Reference
  83.                     Name = "System.Windows.Forms"
  84.                     AssemblyName = "System.Windows.Forms"
  85.                     HintPath = "........WINNTMicrosoft.NETFrameworkv1.1.4322System.Windows.Forms.dll"
  86.                 />
  87.                 <Reference
  88.                     Name = "System.XML"
  89.                     AssemblyName = "System.Xml"
  90.                     HintPath = "........WINNTMicrosoft.NETFrameworkv1.1.4322System.XML.dll"
  91.                 />
  92.                 <Reference
  93.                     Name = "stdole"
  94.                     Guid = "{00020430-0000-0000-C000-000000000046}"
  95.                     VersionMajor = "2"
  96.                     VersionMinor = "0"
  97.                     Lcid = "0"
  98.                     WrapperTool = "primary"
  99.                 />
  100.                 <Reference
  101.                     Name = "MEDIAADDINLib"
  102.                     Guid = "{D39F3934-C696-405F-935C-C001907DDC61}"
  103.                     VersionMajor = "1"
  104.                     VersionMinor = "0"
  105.                     Lcid = "0"
  106.                     WrapperTool = "tlbimp"
  107.                 />
  108.                 <Reference
  109.                     Name = "AxMEDIAADDINLib"
  110.                     Guid = "{D39F3934-C696-405F-935C-C001907DDC61}"
  111.                     VersionMajor = "1"
  112.                     VersionMinor = "0"
  113.                     Lcid = "0"
  114.                     WrapperTool = "aximp"
  115.                 />
  116.                 <Reference
  117.                     Name = "WMPLib"
  118.                     Guid = "{6BF52A50-394A-11D3-B153-00C04F79FAA6}"
  119.                     VersionMajor = "1"
  120.                     VersionMinor = "0"
  121.                     Lcid = "0"
  122.                     WrapperTool = "tlbimp"
  123.                 />
  124.                 <Reference
  125.                     Name = "AxWMPLib"
  126.                     Guid = "{6BF52A50-394A-11D3-B153-00C04F79FAA6}"
  127.                     VersionMajor = "1"
  128.                     VersionMinor = "0"
  129.                     Lcid = "0"
  130.                     WrapperTool = "aximp"
  131.                 />
  132.             </References>
  133.         </Build>
  134.         <Files>
  135.             <Include>
  136.                 <File
  137.                     RelPath = "App.ico"
  138.                     BuildAction = "Content"
  139.                 />
  140.                 <File
  141.                     RelPath = "AssemblyInfo.cs"
  142.                     SubType = "Code"
  143.                     BuildAction = "Compile"
  144.                 />
  145.                 <File
  146.                     RelPath = "bxgl.cs"
  147.                     SubType = "Form"
  148.                     BuildAction = "Compile"
  149.                 />
  150.                 <File
  151.                     RelPath = "bxgl.resx"
  152.                     DependentUpon = "bxgl.cs"
  153.                     BuildAction = "EmbeddedResource"
  154.                 />
  155.                 <File
  156.                     RelPath = "login.cs"
  157.                     SubType = "Form"
  158.                     BuildAction = "Compile"
  159.                 />
  160.                 <File
  161.                     RelPath = "login.resx"
  162.                     DependentUpon = "login.cs"
  163.                     BuildAction = "EmbeddedResource"
  164.                 />
  165.                 <File
  166.                     RelPath = "lpgl.cs"
  167.                     SubType = "Form"
  168.                     BuildAction = "Compile"
  169.                 />
  170.                 <File
  171.                     RelPath = "lpgl.resx"
  172.                     DependentUpon = "lpgl.cs"
  173.                     BuildAction = "EmbeddedResource"
  174.                 />
  175.                 <File
  176.                     RelPath = "main.cs"
  177.                     SubType = "Form"
  178.                     BuildAction = "Compile"
  179.                 />
  180.                 <File
  181.                     RelPath = "main.resx"
  182.                     DependentUpon = "main.cs"
  183.                     BuildAction = "EmbeddedResource"
  184.                 />
  185.                 <File
  186.                     RelPath = "modibx.cs"
  187.                     SubType = "Form"
  188.                     BuildAction = "Compile"
  189.                 />
  190.                 <File
  191.                     RelPath = "modibx.resx"
  192.                     DependentUpon = "modibx.cs"
  193.                     BuildAction = "EmbeddedResource"
  194.                 />
  195.                 <File
  196.                     RelPath = "modilp.cs"
  197.                     SubType = "Form"
  198.                     BuildAction = "Compile"
  199.                 />
  200.                 <File
  201.                     RelPath = "modilp.resx"
  202.                     DependentUpon = "modilp.cs"
  203.                     BuildAction = "EmbeddedResource"
  204.                 />
  205.                 <File
  206.                     RelPath = "modisf.cs"
  207.                     SubType = "Form"
  208.                     BuildAction = "Compile"
  209.                 />
  210.                 <File
  211.                     RelPath = "modisf.resx"
  212.                     DependentUpon = "modisf.cs"
  213.                     BuildAction = "EmbeddedResource"
  214.                 />
  215.                 <File
  216.                     RelPath = "modits.cs"
  217.                     SubType = "Form"
  218.                     BuildAction = "Compile"
  219.                 />
  220.                 <File
  221.                     RelPath = "modits.resx"
  222.                     DependentUpon = "modits.cs"
  223.                     BuildAction = "EmbeddedResource"
  224.                 />
  225.                 <File
  226.                     RelPath = "modizh.cs"
  227.                     SubType = "Form"
  228.                     BuildAction = "Compile"
  229.                 />
  230.                 <File
  231.                     RelPath = "modizh.resx"
  232.                     DependentUpon = "modizh.cs"
  233.                     BuildAction = "EmbeddedResource"
  234.                 />
  235.                 <File
  236.                     RelPath = "Net.cs"
  237.                     SubType = "Form"
  238.                     BuildAction = "Compile"
  239.                 />
  240.                 <File
  241.                     RelPath = "Net.resx"
  242.                     DependentUpon = "Net.cs"
  243.                     BuildAction = "EmbeddedResource"
  244.                 />
  245.                 <File
  246.                     RelPath = "password.cs"
  247.                     SubType = "Form"
  248.                     BuildAction = "Compile"
  249.                 />
  250.                 <File
  251.                     RelPath = "password.resx"
  252.                     DependentUpon = "password.cs"
  253.                     BuildAction = "EmbeddedResource"
  254.                 />
  255.                 <File
  256.                     RelPath = "tcgl.cs"
  257.                     SubType = "Form"
  258.                     BuildAction = "Compile"
  259.                 />
  260.                 <File
  261.                     RelPath = "tcgl.resx"
  262.                     DependentUpon = "tcgl.cs"
  263.                     BuildAction = "EmbeddedResource"
  264.                 />
  265.                 <File
  266.                     RelPath = "tctj.cs"
  267.                     SubType = "Form"
  268.                     BuildAction = "Compile"
  269.                 />
  270.                 <File
  271.                     RelPath = "tctj.resx"
  272.                     DependentUpon = "tctj.cs"
  273.                     BuildAction = "EmbeddedResource"
  274.                 />
  275.                 <File
  276.                     RelPath = "tsgl.cs"
  277.                     SubType = "Form"
  278.                     BuildAction = "Compile"
  279.                 />
  280.                 <File
  281.                     RelPath = "tsgl.resx"
  282.                     DependentUpon = "tsgl.cs"
  283.                     BuildAction = "EmbeddedResource"
  284.                 />
  285.                 <File
  286.                     RelPath = "userg1.cs"
  287.                     SubType = "Form"
  288.                     BuildAction = "Compile"
  289.                 />
  290.                 <File
  291.                     RelPath = "userg1.resx"
  292.                     DependentUpon = "userg1.cs"
  293.                     BuildAction = "EmbeddedResource"
  294.                 />
  295.                 <File
  296.                     RelPath = "userg2.cs"
  297.                     SubType = "Form"
  298.                     BuildAction = "Compile"
  299.                 />
  300.                 <File
  301.                     RelPath = "userg2.resx"
  302.                     DependentUpon = "userg2.cs"
  303.                     BuildAction = "EmbeddedResource"
  304.                 />
  305.                 <File
  306.                     RelPath = "wgsf.cs"
  307.                     SubType = "Form"
  308.                     BuildAction = "Compile"
  309.                 />
  310.                 <File
  311.                     RelPath = "wgsf.resx"
  312.                     DependentUpon = "wgsf.cs"
  313.                     BuildAction = "EmbeddedResource"
  314.                 />
  315.                 <File
  316.                     RelPath = "zhgl.cs"
  317.                     SubType = "Form"
  318.                     BuildAction = "Compile"
  319.                 />
  320.                 <File
  321.                     RelPath = "zhgl.resx"
  322.                     DependentUpon = "zhgl.cs"
  323.                     BuildAction = "EmbeddedResource"
  324.                 />
  325.             </Include>
  326.         </Files>
  327.     </CSHARP>
  328. </VisualStudioProject>