Bez popisu
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.

NANJIN-REG-SYS.vbproj 5.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  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>{7062CE66-7CF8-4997-A769-71AEEA29E92B}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <StartupObject>NANJIN_REG_SYS.My.MyApplication</StartupObject>
  10. <RootNamespace>NANJIN_REG_SYS</RootNamespace>
  11. <AssemblyName>NANJIN-REG-SYS</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>NANJIN-REG-SYS.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>NANJIN-REG-SYS.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>1111_A7d_icon.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.Management" />
  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="NANJIN-REG-SYS.vb">
  80. <SubType>Form</SubType>
  81. </Compile>
  82. <Compile Include="NANJIN-REG-SYS.Designer.vb">
  83. <DependentUpon>NANJIN-REG-SYS.vb</DependentUpon>
  84. <SubType>Form</SubType>
  85. </Compile>
  86. <Compile Include="My Project\AssemblyInfo.vb" />
  87. <Compile Include="My Project\Application.Designer.vb">
  88. <AutoGen>True</AutoGen>
  89. <DependentUpon>Application.myapp</DependentUpon>
  90. <DesignTime>True</DesignTime>
  91. </Compile>
  92. <Compile Include="My Project\Resources.Designer.vb">
  93. <AutoGen>True</AutoGen>
  94. <DesignTime>True</DesignTime>
  95. <DependentUpon>Resources.resx</DependentUpon>
  96. </Compile>
  97. <Compile Include="My Project\Settings.Designer.vb">
  98. <AutoGen>True</AutoGen>
  99. <DependentUpon>Settings.settings</DependentUpon>
  100. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  101. </Compile>
  102. <Compile Include="SQL_Module.vb" />
  103. <Compile Include="全域變數.vb" />
  104. <Compile Include="網段.Designer.vb">
  105. <DependentUpon>網段.vb</DependentUpon>
  106. </Compile>
  107. <Compile Include="網段.vb">
  108. <SubType>Form</SubType>
  109. </Compile>
  110. </ItemGroup>
  111. <ItemGroup>
  112. <EmbeddedResource Include="My Project\Resources.resx">
  113. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  114. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  115. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  116. <SubType>Designer</SubType>
  117. </EmbeddedResource>
  118. <EmbeddedResource Include="NANJIN-REG-SYS.resx">
  119. <DependentUpon>NANJIN-REG-SYS.vb</DependentUpon>
  120. </EmbeddedResource>
  121. <EmbeddedResource Include="網段.resx">
  122. <DependentUpon>網段.vb</DependentUpon>
  123. </EmbeddedResource>
  124. </ItemGroup>
  125. <ItemGroup>
  126. <None Include="My Project\Application.myapp">
  127. <Generator>MyApplicationCodeGenerator</Generator>
  128. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  129. </None>
  130. <None Include="My Project\Settings.settings">
  131. <Generator>SettingsSingleFileGenerator</Generator>
  132. <CustomToolNamespace>My</CustomToolNamespace>
  133. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  134. </None>
  135. <None Include="App.config" />
  136. </ItemGroup>
  137. <ItemGroup>
  138. <Content Include="1111_A7d_icon.ico" />
  139. <None Include="Resources\00110011.jpg" />
  140. </ItemGroup>
  141. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  142. </Project>