Няма описание
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.

OW-UPDATE.vbproj 5.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  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>{ADD3D8F6-C9BA-40B0-9347-482514E260DC}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <StartupObject>OW_UPDATE.My.MyApplication</StartupObject>
  10. <RootNamespace>OW_UPDATE</RootNamespace>
  11. <AssemblyName>OW-UPDATE</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <MyType>WindowsForms</MyType>
  14. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  15. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  16. <Deterministic>true</Deterministic>
  17. <TargetFrameworkProfile />
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <PlatformTarget>AnyCPU</PlatformTarget>
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <DefineDebug>true</DefineDebug>
  24. <DefineTrace>true</DefineTrace>
  25. <OutputPath>bin\Debug\</OutputPath>
  26. <DocumentationFile>OW-UPDATE.xml</DocumentationFile>
  27. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <PlatformTarget>AnyCPU</PlatformTarget>
  31. <DebugType>pdbonly</DebugType>
  32. <DefineDebug>false</DefineDebug>
  33. <DefineTrace>true</DefineTrace>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DocumentationFile>OW-UPDATE.xml</DocumentationFile>
  37. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  38. </PropertyGroup>
  39. <PropertyGroup>
  40. <OptionExplicit>On</OptionExplicit>
  41. </PropertyGroup>
  42. <PropertyGroup>
  43. <OptionCompare>Binary</OptionCompare>
  44. </PropertyGroup>
  45. <PropertyGroup>
  46. <OptionStrict>Off</OptionStrict>
  47. </PropertyGroup>
  48. <PropertyGroup>
  49. <OptionInfer>On</OptionInfer>
  50. </PropertyGroup>
  51. <PropertyGroup>
  52. <ApplicationIcon>update_icon.ico</ApplicationIcon>
  53. </PropertyGroup>
  54. <PropertyGroup>
  55. <ApplicationManifest>app.manifest</ApplicationManifest>
  56. </PropertyGroup>
  57. <ItemGroup>
  58. <Reference Include="System" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Deployment" />
  61. <Reference Include="System.Drawing" />
  62. <Reference Include="System.Windows.Forms" />
  63. <Reference Include="System.Xml" />
  64. <Reference Include="System.Core" />
  65. <Reference Include="System.Xml.Linq" />
  66. <Reference Include="System.Data.DataSetExtensions" />
  67. <Reference Include="System.Net.Http" />
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Import Include="Microsoft.VisualBasic" />
  71. <Import Include="System" />
  72. <Import Include="System.Collections" />
  73. <Import Include="System.Collections.Generic" />
  74. <Import Include="System.Data" />
  75. <Import Include="System.Drawing" />
  76. <Import Include="System.Diagnostics" />
  77. <Import Include="System.Windows.Forms" />
  78. <Import Include="System.Linq" />
  79. <Import Include="System.Xml.Linq" />
  80. <Import Include="System.Threading.Tasks" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <Compile Include="My Project\AssemblyInfo.vb" />
  84. <Compile Include="My Project\Application.Designer.vb">
  85. <AutoGen>True</AutoGen>
  86. <DependentUpon>Application.myapp</DependentUpon>
  87. <DesignTime>True</DesignTime>
  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. <Compile Include="OW-UPDATE.Designer.vb">
  100. <DependentUpon>OW-UPDATE.vb</DependentUpon>
  101. </Compile>
  102. <Compile Include="OW-UPDATE.vb">
  103. <SubType>Form</SubType>
  104. </Compile>
  105. <Compile Include="SQL_Module.vb" />
  106. <Compile Include="SQL_連線狀態模組1.vb" />
  107. <Compile Include="SQL_連線狀態模組2.vb" />
  108. <Compile Include="全域變數.vb" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <EmbeddedResource Include="My Project\Resources.resx">
  112. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  113. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  114. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  115. <SubType>Designer</SubType>
  116. </EmbeddedResource>
  117. <EmbeddedResource Include="OW-UPDATE.resx">
  118. <DependentUpon>OW-UPDATE.vb</DependentUpon>
  119. </EmbeddedResource>
  120. </ItemGroup>
  121. <ItemGroup>
  122. <None Include="app.manifest" />
  123. <None Include="My Project\Application.myapp">
  124. <Generator>MyApplicationCodeGenerator</Generator>
  125. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  126. </None>
  127. <None Include="My Project\Settings.settings">
  128. <Generator>SettingsSingleFileGenerator</Generator>
  129. <CustomToolNamespace>My</CustomToolNamespace>
  130. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  131. </None>
  132. <None Include="App.config" />
  133. </ItemGroup>
  134. <ItemGroup>
  135. <Folder Include="圖片\" />
  136. </ItemGroup>
  137. <ItemGroup>
  138. <Content Include="update_icon.ico" />
  139. </ItemGroup>
  140. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  141. </Project>