Multiplication training.vbproj 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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. <ProductVersion>
  7. </ProductVersion>
  8. <SchemaVersion>2.0</SchemaVersion>
  9. <ProjectGuid>{01E2E62B-7992-4A0B-ABFC-7EABAF02D429}</ProjectGuid>
  10. <OutputType>WinExe</OutputType>
  11. <StartupObject>multtraining.My.MyApplication</StartupObject>
  12. <RootNamespace>multtraining</RootNamespace>
  13. <AssemblyName>Multiplication training</AssemblyName>
  14. <FileAlignment>512</FileAlignment>
  15. <MyType>WindowsForms</MyType>
  16. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  17. <TargetFrameworkProfile>Client</TargetFrameworkProfile>
  18. <PublishUrl>publish\</PublishUrl>
  19. <Install>true</Install>
  20. <InstallFrom>Disk</InstallFrom>
  21. <UpdateEnabled>false</UpdateEnabled>
  22. <UpdateMode>Foreground</UpdateMode>
  23. <UpdateInterval>7</UpdateInterval>
  24. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25. <UpdatePeriodically>false</UpdatePeriodically>
  26. <UpdateRequired>false</UpdateRequired>
  27. <MapFileExtensions>true</MapFileExtensions>
  28. <ApplicationRevision>0</ApplicationRevision>
  29. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  30. <IsWebBootstrapper>false</IsWebBootstrapper>
  31. <UseApplicationTrust>false</UseApplicationTrust>
  32. <BootstrapperEnabled>true</BootstrapperEnabled>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  35. <PlatformTarget>x86</PlatformTarget>
  36. <DebugSymbols>true</DebugSymbols>
  37. <DebugType>full</DebugType>
  38. <DefineDebug>true</DefineDebug>
  39. <DefineTrace>true</DefineTrace>
  40. <OutputPath>bin\Debug\</OutputPath>
  41. <DocumentationFile>Multiplication training.xml</DocumentationFile>
  42. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  43. </PropertyGroup>
  44. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  45. <PlatformTarget>x86</PlatformTarget>
  46. <DebugType>pdbonly</DebugType>
  47. <DefineDebug>false</DefineDebug>
  48. <DefineTrace>true</DefineTrace>
  49. <Optimize>true</Optimize>
  50. <OutputPath>bin\Release\</OutputPath>
  51. <DocumentationFile>Multiplication training.xml</DocumentationFile>
  52. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  53. </PropertyGroup>
  54. <PropertyGroup>
  55. <OptionExplicit>On</OptionExplicit>
  56. </PropertyGroup>
  57. <PropertyGroup>
  58. <OptionCompare>Binary</OptionCompare>
  59. </PropertyGroup>
  60. <PropertyGroup>
  61. <OptionStrict>Off</OptionStrict>
  62. </PropertyGroup>
  63. <PropertyGroup>
  64. <OptionInfer>On</OptionInfer>
  65. </PropertyGroup>
  66. <ItemGroup>
  67. <Reference Include="System" />
  68. <Reference Include="System.Data" />
  69. <Reference Include="System.Deployment" />
  70. <Reference Include="System.Drawing" />
  71. <Reference Include="System.Windows.Forms" />
  72. <Reference Include="System.Xml" />
  73. <Reference Include="System.Core" />
  74. <Reference Include="System.Xml.Linq" />
  75. <Reference Include="System.Data.DataSetExtensions" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <Import Include="Microsoft.VisualBasic" />
  79. <Import Include="System" />
  80. <Import Include="System.Collections" />
  81. <Import Include="System.Collections.Generic" />
  82. <Import Include="System.Data" />
  83. <Import Include="System.Drawing" />
  84. <Import Include="System.Diagnostics" />
  85. <Import Include="System.Windows.Forms" />
  86. <Import Include="System.Linq" />
  87. <Import Include="System.Xml.Linq" />
  88. </ItemGroup>
  89. <ItemGroup>
  90. <Compile Include="SettingsForm.vb">
  91. <SubType>Form</SubType>
  92. </Compile>
  93. <Compile Include="SettingsForm.Designer.vb">
  94. <DependentUpon>SettingsForm.vb</DependentUpon>
  95. <SubType>Form</SubType>
  96. </Compile>
  97. <Compile Include="My Project\AssemblyInfo.vb" />
  98. <Compile Include="My Project\Application.Designer.vb">
  99. <AutoGen>True</AutoGen>
  100. <DependentUpon>Application.myapp</DependentUpon>
  101. </Compile>
  102. <Compile Include="My Project\Resources.Designer.vb">
  103. <AutoGen>True</AutoGen>
  104. <DesignTime>True</DesignTime>
  105. <DependentUpon>Resources.resx</DependentUpon>
  106. </Compile>
  107. <Compile Include="My Project\Settings.Designer.vb">
  108. <AutoGen>True</AutoGen>
  109. <DependentUpon>Settings.settings</DependentUpon>
  110. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  111. </Compile>
  112. <Compile Include="ResultsForm.Designer.vb">
  113. <DependentUpon>ResultsForm.vb</DependentUpon>
  114. </Compile>
  115. <Compile Include="ResultsForm.vb">
  116. <SubType>Form</SubType>
  117. </Compile>
  118. <Compile Include="ProgressForm.Designer.vb">
  119. <DependentUpon>ProgressForm.vb</DependentUpon>
  120. </Compile>
  121. <Compile Include="ProgressForm.vb">
  122. <SubType>Form</SubType>
  123. </Compile>
  124. </ItemGroup>
  125. <ItemGroup>
  126. <EmbeddedResource Include="SettingsForm.resx">
  127. <DependentUpon>SettingsForm.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. <EmbeddedResource Include="ResultsForm.resx">
  136. <DependentUpon>ResultsForm.vb</DependentUpon>
  137. </EmbeddedResource>
  138. <EmbeddedResource Include="ProgressForm.resx">
  139. <DependentUpon>ProgressForm.vb</DependentUpon>
  140. </EmbeddedResource>
  141. </ItemGroup>
  142. <ItemGroup>
  143. <None Include="My Project\Application.myapp">
  144. <Generator>MyApplicationCodeGenerator</Generator>
  145. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  146. </None>
  147. <None Include="My Project\Settings.settings">
  148. <Generator>SettingsSingleFileGenerator</Generator>
  149. <CustomToolNamespace>My</CustomToolNamespace>
  150. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  151. </None>
  152. </ItemGroup>
  153. <ItemGroup>
  154. <BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
  155. <Visible>False</Visible>
  156. <ProductName>Microsoft .NET Framework 4 Client Profile %28x86 and x64%29</ProductName>
  157. <Install>true</Install>
  158. </BootstrapperPackage>
  159. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  160. <Visible>False</Visible>
  161. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  162. <Install>false</Install>
  163. </BootstrapperPackage>
  164. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  165. <Visible>False</Visible>
  166. <ProductName>.NET Framework 3.5 SP1</ProductName>
  167. <Install>false</Install>
  168. </BootstrapperPackage>
  169. <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
  170. <Visible>False</Visible>
  171. <ProductName>Windows Installer 4.5</ProductName>
  172. <Install>true</Install>
  173. </BootstrapperPackage>
  174. </ItemGroup>
  175. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  176. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  177. Other similar extension points exist, see Microsoft.Common.targets.
  178. <Target Name="BeforeBuild">
  179. </Target>
  180. <Target Name="AfterBuild">
  181. </Target>
  182. -->
  183. </Project>