1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProjectGuid>{48FC4244-068D-4EA1-A0EC-F7D72D16B203}</ProjectGuid>
6 <RootNamespace>SDKSample</RootNamespace>
7 <AssemblyName>GridViewWithGroups</AssemblyName>
8 <WarningLevel>4</WarningLevel>
9 <OutputType>winexe</OutputType>
10 <ApplicationVersion>1.0.0.*</ApplicationVersion>
11 <!-- Most people will use Publish dialog in Visual Studio to increment this -->
12 <SchemaVersion>2.0</SchemaVersion>
13 <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
14 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
17 <UpgradeBackupLocation>
18 </UpgradeBackupLocation>
19 <OldToolsVersion>2.0</OldToolsVersion>
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22 <DebugSymbols>true</DebugSymbols>
23 <DebugType>full</DebugType>
24 <Optimize>false</Optimize>
25 <OutputPath>.\bin\Debug\</OutputPath>
26 <DefineConstants>DEBUG;TRACE</DefineConstants>
28 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29 <DebugSymbols>false</DebugSymbols>
30 <Optimize>true</Optimize>
31 <OutputPath>.\bin\Release\</OutputPath>
32 <DefineConstants>TRACE</DefineConstants>
35 <Reference Include="System" />
36 <Reference Include="System.Data" />
37 <Reference Include="System.Xml" />
38 <Reference Include="WindowsBase" />
39 <Reference Include="PresentationCore" />
40 <Reference Include="PresentationFramework" />
41 <Reference Include="UIAutomationProvider" />
42 <Reference Include="UIAutomationTypes" />
45 <ApplicationDefinition Include="app.xaml">
46 <Generator>MSBuild:Compile</Generator>
47 <SubType>Designer</SubType>
48 </ApplicationDefinition>
49 <Page Include="Window1.xaml">
50 <Generator>MSBuild:Compile</Generator>
51 <SubType>Designer</SubType>
54 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />