PageRenderTime 45ms CodeModel.GetById 9ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/VBWinFormPassValueBetweenForms/VBWinFormPassValueBetweenForms.vbproj

#
MSBuild | 134 lines | 127 code | 0 blank | 7 comment | 0 complexity | b8dda63865251ac92a4fd449485aef3e MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>9.0.30729</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{DAACC2FF-1BAE-4A1F-97E3-BEE6D25C5E34}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <StartupObject>VBWinFormPassValueBetweenForms.My.MyApplication</StartupObject>
  11. <RootNamespace>VBWinFormPassValueBetweenForms</RootNamespace>
  12. <AssemblyName>VBWinFormPassValueBetweenForms</AssemblyName>
  13. <FileAlignment>512</FileAlignment>
  14. <MyType>WindowsForms</MyType>
  15. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  16. <OptionExplicit>On</OptionExplicit>
  17. <OptionCompare>Binary</OptionCompare>
  18. <OptionStrict>Off</OptionStrict>
  19. <OptionInfer>On</OptionInfer>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <DebugSymbols>true</DebugSymbols>
  23. <DebugType>full</DebugType>
  24. <DefineDebug>true</DefineDebug>
  25. <DefineTrace>true</DefineTrace>
  26. <OutputPath>..\Debug\</OutputPath>
  27. <DocumentationFile>VBWinFormPassValueBetweenForms.xml</DocumentationFile>
  28. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <DefineDebug>false</DefineDebug>
  33. <DefineTrace>true</DefineTrace>
  34. <Optimize>true</Optimize>
  35. <OutputPath>..\Release\</OutputPath>
  36. <DocumentationFile>VBWinFormPassValueBetweenForms.xml</DocumentationFile>
  37. <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="System" />
  41. <Reference Include="System.Data" />
  42. <Reference Include="System.Deployment" />
  43. <Reference Include="System.Drawing" />
  44. <Reference Include="System.Windows.Forms" />
  45. <Reference Include="System.Xml" />
  46. <Reference Include="System.Core">
  47. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  48. </Reference>
  49. <Reference Include="System.Xml.Linq">
  50. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  51. </Reference>
  52. <Reference Include="System.Data.DataSetExtensions">
  53. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  54. </Reference>
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Import Include="Microsoft.VisualBasic" />
  58. <Import Include="System" />
  59. <Import Include="System.Collections" />
  60. <Import Include="System.Collections.Generic" />
  61. <Import Include="System.Data" />
  62. <Import Include="System.Drawing" />
  63. <Import Include="System.Diagnostics" />
  64. <Import Include="System.Windows.Forms" />
  65. <Import Include="System.Linq" />
  66. <Import Include="System.Xml.Linq" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="Form1.vb">
  70. <SubType>Form</SubType>
  71. </Compile>
  72. <Compile Include="Form1.Designer.vb">
  73. <DependentUpon>Form1.vb</DependentUpon>
  74. <SubType>Form</SubType>
  75. </Compile>
  76. <Compile Include="Form2.Designer.vb">
  77. <DependentUpon>Form2.vb</DependentUpon>
  78. </Compile>
  79. <Compile Include="Form2.vb">
  80. <SubType>Form</SubType>
  81. </Compile>
  82. <Compile Include="My Project\AssemblyInfo.vb" />
  83. <Compile Include="My Project\Application.Designer.vb">
  84. <AutoGen>True</AutoGen>
  85. <DependentUpon>Application.myapp</DependentUpon>
  86. </Compile>
  87. <Compile Include="My Project\Resources.Designer.vb">
  88. <AutoGen>True</AutoGen>
  89. <DesignTime>True</DesignTime>
  90. <DependentUpon>Resources.resx</DependentUpon>
  91. </Compile>
  92. <Compile Include="My Project\Settings.Designer.vb">
  93. <AutoGen>True</AutoGen>
  94. <DependentUpon>Settings.settings</DependentUpon>
  95. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  96. </Compile>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <EmbeddedResource Include="Form1.resx">
  100. <DependentUpon>Form1.vb</DependentUpon>
  101. </EmbeddedResource>
  102. <EmbeddedResource Include="Form2.resx">
  103. <DependentUpon>Form2.vb</DependentUpon>
  104. </EmbeddedResource>
  105. <EmbeddedResource Include="My Project\Resources.resx">
  106. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  107. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  108. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  109. <SubType>Designer</SubType>
  110. </EmbeddedResource>
  111. </ItemGroup>
  112. <ItemGroup>
  113. <None Include="My Project\Application.myapp">
  114. <Generator>MyApplicationCodeGenerator</Generator>
  115. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  116. </None>
  117. <None Include="My Project\Settings.settings">
  118. <Generator>SettingsSingleFileGenerator</Generator>
  119. <CustomToolNamespace>My</CustomToolNamespace>
  120. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  121. </None>
  122. </ItemGroup>
  123. <ItemGroup>
  124. <Content Include="ReadMe.txt" />
  125. </ItemGroup>
  126. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  127. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  128. Other similar extension points exist, see Microsoft.Common.targets.
  129. <Target Name="BeforeBuild">
  130. </Target>
  131. <Target Name="AfterBuild">
  132. </Target>
  133. -->
  134. </Project>