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

SYS-UPDATE.vbproj 5.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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>SYS-UPDATE</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <MyType>WindowsForms</MyType>
  14. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  15. <Deterministic>true</Deterministic>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <DefineDebug>true</DefineDebug>
  22. <DefineTrace>true</DefineTrace>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DocumentationFile>SYS-UPDATE.xml</DocumentationFile>
  25. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <DefineDebug>false</DefineDebug>
  31. <DefineTrace>true</DefineTrace>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DocumentationFile>SYS-UPDATE.xml</DocumentationFile>
  35. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  36. </PropertyGroup>
  37. <PropertyGroup>
  38. <OptionExplicit>On</OptionExplicit>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <OptionCompare>Binary</OptionCompare>
  42. </PropertyGroup>
  43. <PropertyGroup>
  44. <OptionStrict>Off</OptionStrict>
  45. </PropertyGroup>
  46. <PropertyGroup>
  47. <OptionInfer>On</OptionInfer>
  48. </PropertyGroup>
  49. <PropertyGroup>
  50. <ApplicationIcon>SHENKANG.ico</ApplicationIcon>
  51. </PropertyGroup>
  52. <ItemGroup>
  53. <Reference Include="System" />
  54. <Reference Include="System.Data" />
  55. <Reference Include="System.Deployment" />
  56. <Reference Include="System.Drawing" />
  57. <Reference Include="System.Windows.Forms" />
  58. <Reference Include="System.Xml" />
  59. <Reference Include="System.Core" />
  60. <Reference Include="System.Xml.Linq" />
  61. <Reference Include="System.Data.DataSetExtensions" />
  62. <Reference Include="System.Net.Http" />
  63. </ItemGroup>
  64. <ItemGroup>
  65. <Import Include="Microsoft.VisualBasic" />
  66. <Import Include="System" />
  67. <Import Include="System.Collections" />
  68. <Import Include="System.Collections.Generic" />
  69. <Import Include="System.Data" />
  70. <Import Include="System.Drawing" />
  71. <Import Include="System.Diagnostics" />
  72. <Import Include="System.Windows.Forms" />
  73. <Import Include="System.Linq" />
  74. <Import Include="System.Xml.Linq" />
  75. <Import Include="System.Threading.Tasks" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Compile Include="SYS-UPDATE.vb">
  79. <SubType>Form</SubType>
  80. </Compile>
  81. <Compile Include="SYS-UPDATE.Designer.vb">
  82. <DependentUpon>SYS-UPDATE.vb</DependentUpon>
  83. <SubType>Form</SubType>
  84. </Compile>
  85. <Compile Include="My Project\AssemblyInfo.vb" />
  86. <Compile Include="My Project\Application.Designer.vb">
  87. <AutoGen>True</AutoGen>
  88. <DependentUpon>Application.myapp</DependentUpon>
  89. <DesignTime>True</DesignTime>
  90. </Compile>
  91. <Compile Include="My Project\Resources.Designer.vb">
  92. <AutoGen>True</AutoGen>
  93. <DesignTime>True</DesignTime>
  94. <DependentUpon>Resources.resx</DependentUpon>
  95. </Compile>
  96. <Compile Include="My Project\Settings.Designer.vb">
  97. <AutoGen>True</AutoGen>
  98. <DependentUpon>Settings.settings</DependentUpon>
  99. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  100. </Compile>
  101. <Compile Include="SQL_Module.vb" />
  102. <Compile Include="全域變數.vb" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <EmbeddedResource Include="SYS-UPDATE.resx">
  106. <DependentUpon>SYS-UPDATE.vb</DependentUpon>
  107. </EmbeddedResource>
  108. <EmbeddedResource Include="My Project\Resources.resx">
  109. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  110. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  111. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  112. <SubType>Designer</SubType>
  113. </EmbeddedResource>
  114. </ItemGroup>
  115. <ItemGroup>
  116. <None Include="My Project\Application.myapp">
  117. <Generator>MyApplicationCodeGenerator</Generator>
  118. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  119. </None>
  120. <None Include="My Project\Settings.settings">
  121. <Generator>SettingsSingleFileGenerator</Generator>
  122. <CustomToolNamespace>My</CustomToolNamespace>
  123. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  124. </None>
  125. <None Include="App.config" />
  126. </ItemGroup>
  127. <ItemGroup>
  128. <Content Include="SHENKANG.ico" />
  129. </ItemGroup>
  130. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  131. </Project>