暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

BIFENG-REG-SYS.vbproj 5.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{AD909858-9216-45E1-991D-2383E8085939}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <StartupObject>BIFENG_REG_SYS.My.MyApplication</StartupObject>
  10. <RootNamespace>BIFENG_REG_SYS</RootNamespace>
  11. <AssemblyName>BIFENG-REG-SYS</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <MyType>WindowsForms</MyType>
  14. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <DefineDebug>true</DefineDebug>
  23. <DefineTrace>true</DefineTrace>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DocumentationFile>BIFENG-REG-SYS.xml</DocumentationFile>
  26. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <DefineDebug>false</DefineDebug>
  32. <DefineTrace>true</DefineTrace>
  33. <Optimize>true</Optimize>
  34. <OutputPath>bin\Release\</OutputPath>
  35. <DocumentationFile>BIFENG-REG-SYS.xml</DocumentationFile>
  36. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <OptionExplicit>On</OptionExplicit>
  40. </PropertyGroup>
  41. <PropertyGroup>
  42. <OptionCompare>Binary</OptionCompare>
  43. </PropertyGroup>
  44. <PropertyGroup>
  45. <OptionStrict>Off</OptionStrict>
  46. </PropertyGroup>
  47. <PropertyGroup>
  48. <OptionInfer>On</OptionInfer>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="System" />
  52. <Reference Include="System.Data" />
  53. <Reference Include="System.Deployment" />
  54. <Reference Include="System.Drawing" />
  55. <Reference Include="System.Management" />
  56. <Reference Include="System.Windows.Forms" />
  57. <Reference Include="System.Xml" />
  58. <Reference Include="System.Core" />
  59. <Reference Include="System.Xml.Linq" />
  60. <Reference Include="System.Data.DataSetExtensions" />
  61. <Reference Include="System.Net.Http" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Import Include="Microsoft.VisualBasic" />
  65. <Import Include="System" />
  66. <Import Include="System.Collections" />
  67. <Import Include="System.Collections.Generic" />
  68. <Import Include="System.Data" />
  69. <Import Include="System.Drawing" />
  70. <Import Include="System.Diagnostics" />
  71. <Import Include="System.Windows.Forms" />
  72. <Import Include="System.Linq" />
  73. <Import Include="System.Xml.Linq" />
  74. <Import Include="System.Threading.Tasks" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <Compile Include="BIFENG-REG-SYS.vb">
  78. <SubType>Form</SubType>
  79. </Compile>
  80. <Compile Include="BIFENG-REG-SYS.Designer.vb">
  81. <DependentUpon>BIFENG-REG-SYS.vb</DependentUpon>
  82. <SubType>Form</SubType>
  83. </Compile>
  84. <Compile Include="My Project\AssemblyInfo.vb" />
  85. <Compile Include="My Project\Application.Designer.vb">
  86. <AutoGen>True</AutoGen>
  87. <DependentUpon>Application.myapp</DependentUpon>
  88. </Compile>
  89. <Compile Include="My Project\Resources.Designer.vb">
  90. <AutoGen>True</AutoGen>
  91. <DesignTime>True</DesignTime>
  92. <DependentUpon>Resources.resx</DependentUpon>
  93. </Compile>
  94. <Compile Include="My Project\Settings.Designer.vb">
  95. <AutoGen>True</AutoGen>
  96. <DependentUpon>Settings.settings</DependentUpon>
  97. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  98. </Compile>
  99. </ItemGroup>
  100. <ItemGroup>
  101. <EmbeddedResource Include="BIFENG-REG-SYS.resx">
  102. <DependentUpon>BIFENG-REG-SYS.vb</DependentUpon>
  103. </EmbeddedResource>
  104. <EmbeddedResource Include="My Project\Resources.resx">
  105. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  106. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  107. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  108. <SubType>Designer</SubType>
  109. </EmbeddedResource>
  110. </ItemGroup>
  111. <ItemGroup>
  112. <None Include="My Project\Application.myapp">
  113. <Generator>MyApplicationCodeGenerator</Generator>
  114. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  115. </None>
  116. <None Include="My Project\Settings.settings">
  117. <Generator>SettingsSingleFileGenerator</Generator>
  118. <CustomToolNamespace>My</CustomToolNamespace>
  119. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  120. </None>
  121. <None Include="App.config" />
  122. </ItemGroup>
  123. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  124. </Project>