PageRenderTime 41ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/VBWinFormDataGridView/VBWinFormDataGridView.vbproj

#
MSBuild | 172 lines | 165 code | 0 blank | 7 comment | 0 complexity | cdf7a9cee69ae6dc75bf33e7561deb4a 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>{27D2633B-4F34-466C-9177-BCCE6CA02AE6}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <StartupObject>VBWinFormDataGridView.My.MyApplication</StartupObject>
  11. <RootNamespace>VBWinFormDataGridView</RootNamespace>
  12. <AssemblyName>VBWinFormDataGridView</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>bin\Debug\</OutputPath>
  27. <DocumentationFile>VBWinFormDataGridView.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>bin\Release\</OutputPath>
  36. <DocumentationFile>VBWinFormDataGridView.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="CustomDataGridViewColumn\MainForm.vb">
  70. <SubType>Form</SubType>
  71. </Compile>
  72. <Compile Include="CustomDataGridViewColumn\MainForm.Designer.vb">
  73. <DependentUpon>MainForm.vb</DependentUpon>
  74. <SubType>Form</SubType>
  75. </Compile>
  76. <Compile Include="CustomDataGridViewColumn\MaskedTextBoxCell.vb" />
  77. <Compile Include="CustomDataGridViewColumn\MaskedTextBoxColumn.vb" />
  78. <Compile Include="CustomDataGridViewColumn\MaskedTextBoxEditingControl.vb">
  79. <SubType>Component</SubType>
  80. </Compile>
  81. <Compile Include="DataGridViewPaging\MainForm.Designer.vb">
  82. <DependentUpon>MainForm.vb</DependentUpon>
  83. </Compile>
  84. <Compile Include="DataGridViewPaging\MainForm.vb">
  85. <SubType>Form</SubType>
  86. </Compile>
  87. <Compile Include="EditingControlHosting\MainForm.Designer.vb">
  88. <DependentUpon>MainForm.vb</DependentUpon>
  89. </Compile>
  90. <Compile Include="EditingControlHosting\MainForm.vb">
  91. <SubType>Form</SubType>
  92. </Compile>
  93. <Compile Include="JustInTimeDataLoading\Cache.vb" />
  94. <Compile Include="JustInTimeDataLoading\MainForm.Designer.vb">
  95. <DependentUpon>MainForm.vb</DependentUpon>
  96. </Compile>
  97. <Compile Include="JustInTimeDataLoading\MainForm.vb">
  98. <SubType>Form</SubType>
  99. </Compile>
  100. <Compile Include="MultipleLayeredColumnHeader\MainForm.Designer.vb">
  101. <DependentUpon>MainForm.vb</DependentUpon>
  102. </Compile>
  103. <Compile Include="MultipleLayeredColumnHeader\MainForm.vb">
  104. <SubType>Form</SubType>
  105. </Compile>
  106. <Compile Include="My Project\AssemblyInfo.vb" />
  107. <Compile Include="My Project\Application.Designer.vb">
  108. <AutoGen>True</AutoGen>
  109. <DependentUpon>Application.myapp</DependentUpon>
  110. </Compile>
  111. <Compile Include="My Project\Resources.Designer.vb">
  112. <AutoGen>True</AutoGen>
  113. <DesignTime>True</DesignTime>
  114. <DependentUpon>Resources.resx</DependentUpon>
  115. </Compile>
  116. <Compile Include="My Project\Settings.Designer.vb">
  117. <AutoGen>True</AutoGen>
  118. <DependentUpon>Settings.settings</DependentUpon>
  119. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  120. </Compile>
  121. </ItemGroup>
  122. <ItemGroup>
  123. <EmbeddedResource Include="CustomDataGridViewColumn\MainForm.resx">
  124. <DependentUpon>MainForm.vb</DependentUpon>
  125. <SubType>Designer</SubType>
  126. </EmbeddedResource>
  127. <EmbeddedResource Include="DataGridViewPaging\MainForm.resx">
  128. <DependentUpon>MainForm.vb</DependentUpon>
  129. </EmbeddedResource>
  130. <EmbeddedResource Include="EditingControlHosting\MainForm.resx">
  131. <DependentUpon>MainForm.vb</DependentUpon>
  132. </EmbeddedResource>
  133. <EmbeddedResource Include="JustInTimeDataLoading\MainForm.resx">
  134. <DependentUpon>MainForm.vb</DependentUpon>
  135. </EmbeddedResource>
  136. <EmbeddedResource Include="MultipleLayeredColumnHeader\MainForm.resx">
  137. <DependentUpon>MainForm.vb</DependentUpon>
  138. </EmbeddedResource>
  139. <EmbeddedResource Include="My Project\Resources.resx">
  140. <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  141. <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  142. <CustomToolNamespace>My.Resources</CustomToolNamespace>
  143. <SubType>Designer</SubType>
  144. </EmbeddedResource>
  145. </ItemGroup>
  146. <ItemGroup>
  147. <None Include="My Project\Application.myapp">
  148. <Generator>MyApplicationCodeGenerator</Generator>
  149. <LastGenOutput>Application.Designer.vb</LastGenOutput>
  150. </None>
  151. <None Include="My Project\Settings.settings">
  152. <Generator>SettingsSingleFileGenerator</Generator>
  153. <CustomToolNamespace>My</CustomToolNamespace>
  154. <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  155. </None>
  156. </ItemGroup>
  157. <ItemGroup>
  158. <Content Include="CustomDataGridViewColumn\ReadMe.txt" />
  159. <Content Include="DataGridViewPaging\ReadMe.txt" />
  160. <Content Include="EditingControlHosting\ReadMe.txt" />
  161. <Content Include="JustInTimeDataLoading\ReadMe.txt" />
  162. <Content Include="MultipleLayeredColumnHeader\ReadMe.txt" />
  163. </ItemGroup>
  164. <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
  165. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  166. Other similar extension points exist, see Microsoft.Common.targets.
  167. <Target Name="BeforeBuild">
  168. </Target>
  169. <Target Name="AfterBuild">
  170. </Target>
  171. -->
  172. </Project>