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>{6569962D-7021-42B5-82DC-D49E698AEF78}</ProjectGuid>
6 <RootNamespace>SDKSample</RootNamespace>
7 <AssemblyName>TreeViewSelectedValue</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 <ProductVersion>8.0.50727</ProductVersion>
13 <SchemaVersion>2.0</SchemaVersion>
14 <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
15 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
18 <UpgradeBackupLocation>
19 </UpgradeBackupLocation>
20 <OldToolsVersion>2.0</OldToolsVersion>
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23 <DebugSymbols>true</DebugSymbols>
24 <DebugType>full</DebugType>
25 <Optimize>false</Optimize>
26 <OutputPath>.\bin\Debug\</OutputPath>
27 <DefineConstants>DEBUG;TRACE</DefineConstants>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30 <DebugSymbols>false</DebugSymbols>
31 <Optimize>true</Optimize>
32 <OutputPath>.\bin\Release\</OutputPath>
33 <DefineConstants>TRACE</DefineConstants>
36 <Reference Include="Draft.PresentationDesignMarkup, Version=0.0.4030.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
37 <SpecificVersion>False</SpecificVersion>
38 <HintPath>..\..\..\..\..\..\..\..\..\..\Program Files (x86)\Microsoft Visual Studio 8\Common7\IDE\Cider\Draft.PresentationDesignMarkup.DLL</HintPath>
40 <Reference Include="System" />
41 <Reference Include="System.Data" />
42 <Reference Include="System.Xml" />
43 <Reference Include="WindowsBase" />
44 <Reference Include="PresentationCore" />
45 <Reference Include="PresentationFramework" />
46 <Reference Include="UIAutomationProvider" />
47 <Reference Include="UIAutomationTypes" />
48 <Reference Include="System.ServiceModel" />
49 <Reference Include="System.Runtime.Serialization" />
52 <ApplicationDefinition Include="app.xaml">
53 <SubType>Designer</SubType>
54 <Generator>MSBuild:Compile</Generator>
55 </ApplicationDefinition>
56 <Page Include="Window1.xaml">
57 <SubType>Designer</SubType>
58 <Generator>MSBuild:Compile</Generator>
61 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />