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.

VS2019VBSample.vbproj 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProjectGuid>{098C5C9D-C82B-4DE0-85A4-B288C4CD6DF0}</ProjectGuid>
  7. <OutputType>Exe</OutputType>
  8. <StartupObject>
  9. </StartupObject>
  10. <RootNamespace>VS2019VBSample</RootNamespace>
  11. <AssemblyName>ConsoleApplication</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <MyType>Console</MyType>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <DefineDebug>true</DefineDebug>
  21. <DefineTrace>true</DefineTrace>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  24. <PlatformTarget>x86</PlatformTarget>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  27. <DebugType>pdbonly</DebugType>
  28. <DefineDebug>false</DefineDebug>
  29. <DefineTrace>true</DefineTrace>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  33. <PlatformTarget>x86</PlatformTarget>
  34. </PropertyGroup>
  35. <PropertyGroup>
  36. <OptionExplicit>On</OptionExplicit>
  37. </PropertyGroup>
  38. <PropertyGroup>
  39. <OptionCompare>Binary</OptionCompare>
  40. </PropertyGroup>
  41. <PropertyGroup>
  42. <OptionStrict>Off</OptionStrict>
  43. </PropertyGroup>
  44. <PropertyGroup>
  45. <OptionInfer>On</OptionInfer>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
  48. <DebugSymbols>true</DebugSymbols>
  49. <DefineDebug>true</DefineDebug>
  50. <DefineTrace>true</DefineTrace>
  51. <OutputPath>bin\Debug\</OutputPath>
  52. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  53. <DebugType>full</DebugType>
  54. <PlatformTarget>AnyCPU</PlatformTarget>
  55. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
  58. <DefineTrace>true</DefineTrace>
  59. <OutputPath>bin\Release\</OutputPath>
  60. <Optimize>true</Optimize>
  61. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  62. <DebugType>pdbonly</DebugType>
  63. <PlatformTarget>AnyCPU</PlatformTarget>
  64. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  67. <DebugSymbols>true</DebugSymbols>
  68. <DefineDebug>true</DefineDebug>
  69. <DefineTrace>true</DefineTrace>
  70. <OutputPath>bin\x64\Debug\</OutputPath>
  71. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  72. <DebugType>full</DebugType>
  73. <PlatformTarget>x64</PlatformTarget>
  74. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  77. <DefineTrace>true</DefineTrace>
  78. <OutputPath>bin\x64\Release\</OutputPath>
  79. <Optimize>true</Optimize>
  80. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  81. <DebugType>pdbonly</DebugType>
  82. <PlatformTarget>x64</PlatformTarget>
  83. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  84. </PropertyGroup>
  85. <ItemGroup>
  86. <Reference Include="System" />
  87. <Reference Include="System.Data" />
  88. <Reference Include="System.Deployment" />
  89. <Reference Include="System.Xml" />
  90. <Reference Include="System.Core" />
  91. <Reference Include="System.Xml.Linq" />
  92. <Reference Include="System.Data.DataSetExtensions" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Import Include="Microsoft.VisualBasic" />
  96. <Import Include="System" />
  97. <Import Include="System.Collections" />
  98. <Import Include="System.Collections.Generic" />
  99. <Import Include="System.Data" />
  100. <Import Include="System.Diagnostics" />
  101. <Import Include="System.Linq" />
  102. <Import Include="System.Xml.Linq" />
  103. </ItemGroup>
  104. <ItemGroup>
  105. <Compile Include="main.vb" />
  106. </ItemGroup>
  107. <ItemGroup>
  108. <Folder Include="My Project\" />
  109. </ItemGroup>
  110. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.Targets" />
  111. <ProjectExtensions>
  112. <VisualStudio AllowExistingFolder="true" />
  113. </ProjectExtensions>
  114. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  115. Other similar extension points exist, see Microsoft.Common.targets.
  116. <Target Name="BeforeBuild">
  117. </Target>
  118. <Target Name="AfterBuild">
  119. </Target>
  120. -->
  121. </Project>