PageRenderTime 38ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/CSWinFormDataGridView/CSWinFormDataGridView.csproj

#
MSBuild | 138 lines | 131 code | 0 blank | 7 comment | 0 complexity | e80af4b2651b0d3bedcb714637098d14 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>{9FED9E6C-4128-4355-9487-74F1B7107CF2}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>CSWinFormDataGridView</RootNamespace>
  12. <AssemblyName>CSWinFormDataGridView</AssemblyName>
  13. <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>..\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>..\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="System" />
  35. <Reference Include="System.Core">
  36. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  37. </Reference>
  38. <Reference Include="System.Xml.Linq">
  39. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  40. </Reference>
  41. <Reference Include="System.Data.DataSetExtensions">
  42. <RequiredTargetFramework>3.5</RequiredTargetFramework>
  43. </Reference>
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Deployment" />
  46. <Reference Include="System.Drawing" />
  47. <Reference Include="System.Windows.Forms" />
  48. <Reference Include="System.Xml" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Compile Include="CustomDataGridViewColumn\MainForm.cs">
  52. <SubType>Form</SubType>
  53. </Compile>
  54. <Compile Include="CustomDataGridViewColumn\MainForm.Designer.cs">
  55. <DependentUpon>MainForm.cs</DependentUpon>
  56. </Compile>
  57. <Compile Include="CustomDataGridViewColumn\MaskedTextBoxCell.cs" />
  58. <Compile Include="CustomDataGridViewColumn\MaskedTextBoxColumn.cs" />
  59. <Compile Include="CustomDataGridViewColumn\MaskedTextBoxEditingControl.cs">
  60. <SubType>Component</SubType>
  61. </Compile>
  62. <Compile Include="JustInTimeDataLoading\Cache.cs" />
  63. <Compile Include="DataGridViewPaging\MainForm.cs">
  64. <SubType>Form</SubType>
  65. </Compile>
  66. <Compile Include="DataGridViewPaging\MainForm.Designer.cs">
  67. <DependentUpon>MainForm.cs</DependentUpon>
  68. </Compile>
  69. <Compile Include="EditingControlHosting\MainForm.cs">
  70. <SubType>Form</SubType>
  71. </Compile>
  72. <Compile Include="EditingControlHosting\MainForm.Designer.cs">
  73. <DependentUpon>MainForm.cs</DependentUpon>
  74. </Compile>
  75. <Compile Include="JustInTimeDataLoading\MainForm.cs">
  76. <SubType>Form</SubType>
  77. </Compile>
  78. <Compile Include="JustInTimeDataLoading\MainForm.Designer.cs">
  79. <DependentUpon>MainForm.cs</DependentUpon>
  80. </Compile>
  81. <Compile Include="MultipleLayeredColumnHeader\MainForm.cs">
  82. <SubType>Form</SubType>
  83. </Compile>
  84. <Compile Include="MultipleLayeredColumnHeader\MainForm.Designer.cs">
  85. <DependentUpon>MainForm.cs</DependentUpon>
  86. </Compile>
  87. <Compile Include="Program.cs" />
  88. <Compile Include="Properties\AssemblyInfo.cs" />
  89. <EmbeddedResource Include="CustomDataGridViewColumn\MainForm.resx">
  90. <DependentUpon>MainForm.cs</DependentUpon>
  91. </EmbeddedResource>
  92. <EmbeddedResource Include="DataGridViewPaging\MainForm.resx">
  93. <DependentUpon>MainForm.cs</DependentUpon>
  94. </EmbeddedResource>
  95. <EmbeddedResource Include="EditingControlHosting\MainForm.resx">
  96. <DependentUpon>MainForm.cs</DependentUpon>
  97. </EmbeddedResource>
  98. <EmbeddedResource Include="JustInTimeDataLoading\MainForm.resx">
  99. <DependentUpon>MainForm.cs</DependentUpon>
  100. </EmbeddedResource>
  101. <EmbeddedResource Include="MultipleLayeredColumnHeader\MainForm.resx">
  102. <DependentUpon>MainForm.cs</DependentUpon>
  103. </EmbeddedResource>
  104. <EmbeddedResource Include="Properties\Resources.resx">
  105. <Generator>ResXFileCodeGenerator</Generator>
  106. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  107. <SubType>Designer</SubType>
  108. </EmbeddedResource>
  109. <Compile Include="Properties\Resources.Designer.cs">
  110. <AutoGen>True</AutoGen>
  111. <DependentUpon>Resources.resx</DependentUpon>
  112. </Compile>
  113. <None Include="Properties\Settings.settings">
  114. <Generator>SettingsSingleFileGenerator</Generator>
  115. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  116. </None>
  117. <Compile Include="Properties\Settings.Designer.cs">
  118. <AutoGen>True</AutoGen>
  119. <DependentUpon>Settings.settings</DependentUpon>
  120. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  121. </Compile>
  122. </ItemGroup>
  123. <ItemGroup>
  124. <Content Include="CustomDataGridViewColumn\ReadMe.txt" />
  125. <Content Include="DataGridViewPaging\ReadMe.txt" />
  126. <Content Include="EditingControlHosting\ReadMe.txt" />
  127. <Content Include="JustInTimeDataLoading\ReadMe.txt" />
  128. <Content Include="MultipleLayeredColumnHeader\ReadMe.txt" />
  129. </ItemGroup>
  130. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  131. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  132. Other similar extension points exist, see Microsoft.Common.targets.
  133. <Target Name="BeforeBuild">
  134. </Target>
  135. <Target Name="AfterBuild">
  136. </Target>
  137. -->
  138. </Project>