Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

GCM-SQL-MGMT.vbproj 5.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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>{DB565456-ADDB-4860-B343-5192C9169D11}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <StartupObject>GCM_SQL_MGMT.My.MyApplication</StartupObject>
  10. <RootNamespace>GCM_SQL_MGMT</RootNamespace>
  11. <AssemblyName>GCM-SQL-MGMT</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <MyType>WindowsForms</MyType>
  14. <TargetFrameworkVersion>v4.8</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>GCM-SQL-MGMT.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>GCM-SQL-MGMT.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. <PropertyGroup>
  51. <ApplicationIcon>bitbug_favicon.ico</ApplicationIcon>
  52. </PropertyGroup>
  53. <ItemGroup>
  54. <Reference Include="System" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Deployment" />
  57. <Reference Include="System.Drawing" />
  58. <Reference Include="System.Windows.Forms" />
  59. <Reference Include="System.Xml" />
  60. <Reference Include="System.Core" />
  61. <Reference Include="System.Xml.Linq" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="System.Net.Http" />
  64. </ItemGroup>
  65. <ItemGroup>
  66. <Import Include="Microsoft.VisualBasic" />
  67. <Import Include="System" />
  68. <Import Include="System.Collections" />
  69. <Import Include="System.Collections.Generic" />
  70. <Import Include="System.Data" />
  71. <Import Include="System.Drawing" />
  72. <Import Include="System.Diagnostics" />
  73. <Import Include="System.Windows.Forms" />
  74. <Import Include="System.Linq" />
  75. <Import Include="System.Xml.Linq" />
  76. <Import Include="System.Threading.Tasks" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Compile Include="模組\DGV進度條.vb" />
  80. <Compile Include="GCM_SQL_MGMT.vb">
  81. <SubType>Form</SubType>
  82. </Compile>
  83. <Compile Include="GCM_SQL_MGMT.Designer.vb">
  84. <DependentUpon>GCM_SQL_MGMT.vb</DependentUpon>
  85. <SubType>Form</SubType>
  86. </Compile>
  87. <Compile Include="My Project\AssemblyInfo.vb" />
  88. <Compile Include="My Project\Application.Designer.vb">
  89. <AutoGen>True</AutoGen>
  90. <DependentUpon>Application.myapp</DependentUpon>
  91. <DesignTime>True</DesignTime>
  92. </Compile>
  93. <Compile Include="My Project\Resources.Designer.vb">
  94. <AutoGen>True</AutoGen>
  95. <DesignTime>True</DesignTime>
  96. <DependentUpon>Resources.resx</DependentUpon>
  97. </Compile>
  98. <Compile Include="My Project\Settings.Designer.vb">
  99. <AutoGen>True</AutoGen>
  100. <DependentUpon>Settings.settings</DependentUpon>
  101. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  102. </Compile>
  103. <Compile Include="模組\SQL_Module.vb" />
  104. <Compile Include="模組\SQL_語法1.vb" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <EmbeddedResource Include="GCM_SQL_MGMT.resx">
  108. <DependentUpon>GCM_SQL_MGMT.vb</DependentUpon>
  109. </EmbeddedResource>
  110. <EmbeddedResource Include="My Project\Resources.resx">
  111. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  112. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  113. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  114. <SubType>Designer</SubType>
  115. </EmbeddedResource>
  116. </ItemGroup>
  117. <ItemGroup>
  118. <None Include="My Project\Application.myapp">
  119. <Generator>MyApplicationCodeGenerator</Generator>
  120. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  121. </None>
  122. <None Include="My Project\Settings.settings">
  123. <Generator>SettingsSingleFileGenerator</Generator>
  124. <CustomToolNamespace>My</CustomToolNamespace>
  125. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  126. </None>
  127. <None Include="App.config" />
  128. </ItemGroup>
  129. <ItemGroup>
  130. <Content Include="bitbug_favicon.ico" />
  131. </ItemGroup>
  132. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  133. </Project>