Example.vbproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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>{293F2115-E720-4592-9543-00030537DCE2}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <StartupObject>Example.My.MyApplication</StartupObject>
  10. <RootNamespace>Example</RootNamespace>
  11. <AssemblyName>Example</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <MyType>WindowsForms</MyType>
  14. <TargetFrameworkVersion>v4.0</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>Example.xml</DocumentationFile>
  27. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  28. <Prefer32Bit>false</Prefer32Bit>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <PlatformTarget>AnyCPU</PlatformTarget>
  32. <DebugType>pdbonly</DebugType>
  33. <DefineDebug>false</DefineDebug>
  34. <DefineTrace>true</DefineTrace>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DocumentationFile>Example.xml</DocumentationFile>
  38. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  39. <Prefer32Bit>false</Prefer32Bit>
  40. </PropertyGroup>
  41. <PropertyGroup>
  42. <OptionExplicit>On</OptionExplicit>
  43. </PropertyGroup>
  44. <PropertyGroup>
  45. <OptionCompare>Binary</OptionCompare>
  46. </PropertyGroup>
  47. <PropertyGroup>
  48. <OptionStrict>Off</OptionStrict>
  49. </PropertyGroup>
  50. <PropertyGroup>
  51. <OptionInfer>On</OptionInfer>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  54. <DebugSymbols>true</DebugSymbols>
  55. <DefineDebug>true</DefineDebug>
  56. <DefineTrace>true</DefineTrace>
  57. <OutputPath>bin\x86\Debug\</OutputPath>
  58. <DocumentationFile>Example.xml</DocumentationFile>
  59. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  60. <DebugType>full</DebugType>
  61. <PlatformTarget>x86</PlatformTarget>
  62. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  63. <Prefer32Bit>false</Prefer32Bit>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  66. <DefineTrace>true</DefineTrace>
  67. <OutputPath>bin\x86\Release\</OutputPath>
  68. <DocumentationFile>Example.xml</DocumentationFile>
  69. <Optimize>true</Optimize>
  70. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  71. <DebugType>pdbonly</DebugType>
  72. <PlatformTarget>x86</PlatformTarget>
  73. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  74. <Prefer32Bit>false</Prefer32Bit>
  75. </PropertyGroup>
  76. <ItemGroup>
  77. <Reference Include="System" />
  78. <Reference Include="System.Data" />
  79. <Reference Include="System.Deployment" />
  80. <Reference Include="System.Drawing" />
  81. <Reference Include="System.Windows.Forms" />
  82. <Reference Include="System.Xml" />
  83. <Reference Include="System.Core" />
  84. <Reference Include="System.Xml.Linq" />
  85. <Reference Include="System.Data.DataSetExtensions" />
  86. <Reference Include="System.Net.Http" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Import Include="Microsoft.VisualBasic" />
  90. <Import Include="System" />
  91. <Import Include="System.Collections" />
  92. <Import Include="System.Collections.Generic" />
  93. <Import Include="System.Data" />
  94. <Import Include="System.Drawing" />
  95. <Import Include="System.Diagnostics" />
  96. <Import Include="System.Windows.Forms" />
  97. <Import Include="System.Linq" />
  98. <Import Include="System.Xml.Linq" />
  99. <Import Include="System.Threading.Tasks" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <Compile Include="BD_Fam_PostanogovDataSet.Designer.vb">
  103. <AutoGen>True</AutoGen>
  104. <DesignTime>True</DesignTime>
  105. <DependentUpon>BD_Fam_PostanogovDataSet.xsd</DependentUpon>
  106. </Compile>
  107. <Compile Include="Form1.vb">
  108. <SubType>Form</SubType>
  109. </Compile>
  110. <Compile Include="Form1.Designer.vb">
  111. <DependentUpon>Form1.vb</DependentUpon>
  112. <SubType>Form</SubType>
  113. </Compile>
  114. <Compile Include="Form2.Designer.vb">
  115. <DependentUpon>Form2.vb</DependentUpon>
  116. </Compile>
  117. <Compile Include="Form2.vb">
  118. <SubType>Form</SubType>
  119. </Compile>
  120. <Compile Include="Form3.Designer.vb">
  121. <DependentUpon>Form3.vb</DependentUpon>
  122. </Compile>
  123. <Compile Include="Form3.vb">
  124. <SubType>Form</SubType>
  125. </Compile>
  126. <Compile Include="My Project\AssemblyInfo.vb" />
  127. <Compile Include="My Project\Application.Designer.vb">
  128. <AutoGen>True</AutoGen>
  129. <DependentUpon>Application.myapp</DependentUpon>
  130. </Compile>
  131. <Compile Include="My Project\Resources.Designer.vb">
  132. <AutoGen>True</AutoGen>
  133. <DesignTime>True</DesignTime>
  134. <DependentUpon>Resources.resx</DependentUpon>
  135. </Compile>
  136. <Compile Include="My Project\Settings.Designer.vb">
  137. <AutoGen>True</AutoGen>
  138. <DependentUpon>Settings.settings</DependentUpon>
  139. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  140. </Compile>
  141. </ItemGroup>
  142. <ItemGroup>
  143. <EmbeddedResource Include="Form1.resx">
  144. <DependentUpon>Form1.vb</DependentUpon>
  145. </EmbeddedResource>
  146. <EmbeddedResource Include="Form2.resx">
  147. <DependentUpon>Form2.vb</DependentUpon>
  148. </EmbeddedResource>
  149. <EmbeddedResource Include="Form3.resx">
  150. <DependentUpon>Form3.vb</DependentUpon>
  151. </EmbeddedResource>
  152. <EmbeddedResource Include="My Project\Resources.resx">
  153. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  154. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  155. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  156. <SubType>Designer</SubType>
  157. </EmbeddedResource>
  158. </ItemGroup>
  159. <ItemGroup>
  160. <None Include="BD_Fam_PostanogovDataSet.xsc">
  161. <DependentUpon>BD_Fam_PostanogovDataSet.xsd</DependentUpon>
  162. </None>
  163. <None Include="BD_Fam_PostanogovDataSet.xsd">
  164. <Generator>MSDataSetGenerator</Generator>
  165. <LastGenOutput>BD_Fam_PostanogovDataSet.Designer.vb</LastGenOutput>
  166. <SubType>Designer</SubType>
  167. </None>
  168. <None Include="BD_Fam_PostanogovDataSet.xss">
  169. <DependentUpon>BD_Fam_PostanogovDataSet.xsd</DependentUpon>
  170. </None>
  171. <None Include="My Project\Application.myapp">
  172. <Generator>MyApplicationCodeGenerator</Generator>
  173. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  174. </None>
  175. <None Include="My Project\Settings.settings">
  176. <Generator>SettingsSingleFileGenerator</Generator>
  177. <CustomToolNamespace>My</CustomToolNamespace>
  178. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  179. </None>
  180. <None Include="App.config" />
  181. </ItemGroup>
  182. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  183. </Project>