暫無描述
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.

HF-ERP-SYS.vbproj 6.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  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>{D0806AA5-B858-4178-B1A2-8CCDA1F4EE00}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <StartupObject>SYS_UPDATE.My.MyApplication</StartupObject>
  10. <RootNamespace>SYS_UPDATE</RootNamespace>
  11. <AssemblyName>HF-ERP-SYS</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <MyType>WindowsForms</MyType>
  14. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  15. <Deterministic>true</Deterministic>
  16. <TargetFrameworkProfile />
  17. <PublishUrl>publish\</PublishUrl>
  18. <Install>true</Install>
  19. <InstallFrom>Disk</InstallFrom>
  20. <UpdateEnabled>false</UpdateEnabled>
  21. <UpdateMode>Foreground</UpdateMode>
  22. <UpdateInterval>7</UpdateInterval>
  23. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  24. <UpdatePeriodically>false</UpdatePeriodically>
  25. <UpdateRequired>false</UpdateRequired>
  26. <MapFileExtensions>true</MapFileExtensions>
  27. <ApplicationRevision>0</ApplicationRevision>
  28. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29. <IsWebBootstrapper>false</IsWebBootstrapper>
  30. <UseApplicationTrust>false</UseApplicationTrust>
  31. <BootstrapperEnabled>true</BootstrapperEnabled>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34. <PlatformTarget>AnyCPU</PlatformTarget>
  35. <DebugSymbols>true</DebugSymbols>
  36. <DebugType>full</DebugType>
  37. <DefineDebug>true</DefineDebug>
  38. <DefineTrace>true</DefineTrace>
  39. <OutputPath>bin\Debug\</OutputPath>
  40. <DocumentationFile>HF-ERP-SYS.xml</DocumentationFile>
  41. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  42. </PropertyGroup>
  43. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  44. <PlatformTarget>AnyCPU</PlatformTarget>
  45. <DebugType>pdbonly</DebugType>
  46. <DefineDebug>false</DefineDebug>
  47. <DefineTrace>true</DefineTrace>
  48. <Optimize>true</Optimize>
  49. <OutputPath>bin\Release\</OutputPath>
  50. <DocumentationFile>HF-ERP-SYS.xml</DocumentationFile>
  51. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  52. </PropertyGroup>
  53. <PropertyGroup>
  54. <OptionExplicit>On</OptionExplicit>
  55. </PropertyGroup>
  56. <PropertyGroup>
  57. <OptionCompare>Binary</OptionCompare>
  58. </PropertyGroup>
  59. <PropertyGroup>
  60. <OptionStrict>Off</OptionStrict>
  61. </PropertyGroup>
  62. <PropertyGroup>
  63. <OptionInfer>On</OptionInfer>
  64. </PropertyGroup>
  65. <PropertyGroup>
  66. <ApplicationIcon>HFLOGO2.ico</ApplicationIcon>
  67. </PropertyGroup>
  68. <PropertyGroup>
  69. <ApplicationManifest>app.manifest</ApplicationManifest>
  70. </PropertyGroup>
  71. <ItemGroup>
  72. <Reference Include="System" />
  73. <Reference Include="System.Data" />
  74. <Reference Include="System.Deployment" />
  75. <Reference Include="System.Drawing" />
  76. <Reference Include="System.Windows.Forms" />
  77. <Reference Include="System.Xml" />
  78. <Reference Include="System.Core" />
  79. <Reference Include="System.Xml.Linq" />
  80. <Reference Include="System.Data.DataSetExtensions" />
  81. <Reference Include="System.Net.Http" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Import Include="Microsoft.VisualBasic" />
  85. <Import Include="System" />
  86. <Import Include="System.Collections" />
  87. <Import Include="System.Collections.Generic" />
  88. <Import Include="System.Data" />
  89. <Import Include="System.Drawing" />
  90. <Import Include="System.Diagnostics" />
  91. <Import Include="System.Windows.Forms" />
  92. <Import Include="System.Linq" />
  93. <Import Include="System.Xml.Linq" />
  94. <Import Include="System.Threading.Tasks" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Compile Include="00、Module\Module1.vb" />
  98. <Compile Include="00、Module\SQL_連線狀態模組1.vb" />
  99. <Compile Include="00、Module\SQL連線字串.vb" />
  100. <Compile Include="00、Module\全域變數.vb" />
  101. <Compile Include="HF-ERP-SYS.vb">
  102. <SubType>Form</SubType>
  103. </Compile>
  104. <Compile Include="HF-ERP-SYS.Designer.vb">
  105. <DependentUpon>HF-ERP-SYS.vb</DependentUpon>
  106. <SubType>Form</SubType>
  107. </Compile>
  108. <Compile Include="My Project\AssemblyInfo.vb" />
  109. <Compile Include="My Project\Application.Designer.vb">
  110. <AutoGen>True</AutoGen>
  111. <DependentUpon>Application.myapp</DependentUpon>
  112. <DesignTime>True</DesignTime>
  113. </Compile>
  114. <Compile Include="My Project\Resources.Designer.vb">
  115. <AutoGen>True</AutoGen>
  116. <DesignTime>True</DesignTime>
  117. <DependentUpon>Resources.resx</DependentUpon>
  118. </Compile>
  119. <Compile Include="My Project\Settings.Designer.vb">
  120. <AutoGen>True</AutoGen>
  121. <DependentUpon>Settings.settings</DependentUpon>
  122. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  123. </Compile>
  124. </ItemGroup>
  125. <ItemGroup>
  126. <EmbeddedResource Include="HF-ERP-SYS.resx">
  127. <DependentUpon>HF-ERP-SYS.vb</DependentUpon>
  128. </EmbeddedResource>
  129. <EmbeddedResource Include="My Project\Resources.resx">
  130. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  131. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  132. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  133. <SubType>Designer</SubType>
  134. </EmbeddedResource>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <None Include="app.manifest" />
  138. <None Include="My Project\Application.myapp">
  139. <Generator>MyApplicationCodeGenerator</Generator>
  140. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  141. </None>
  142. <None Include="My Project\Settings.settings">
  143. <Generator>SettingsSingleFileGenerator</Generator>
  144. <CustomToolNamespace>My</CustomToolNamespace>
  145. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  146. </None>
  147. <None Include="App.config" />
  148. </ItemGroup>
  149. <ItemGroup>
  150. <Content Include="HFLOGO2.ico" />
  151. <Content Include="YSLOGO2.ico" />
  152. <None Include="圖片\00001.jpg" />
  153. </ItemGroup>
  154. <ItemGroup>
  155. <BootstrapperPackage Include=".NETFramework,Version=v4.8">
  156. <Visible>False</Visible>
  157. <ProductName>Microsoft .NET Framework 4.8 %28x86 和 x64%29</ProductName>
  158. <Install>true</Install>
  159. </BootstrapperPackage>
  160. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  161. <Visible>False</Visible>
  162. <ProductName>.NET Framework 3.5 SP1</ProductName>
  163. <Install>false</Install>
  164. </BootstrapperPackage>
  165. </ItemGroup>
  166. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  167. </Project>