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>{DFB61003-71D0-4FDE-A5AB-A0C9FC60BDAA}</ProjectGuid>
6 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
7 <RootNamespace>TabControlContentTemplateSelector</RootNamespace>
8 <AssemblyName>TabControlContentTemplateSelector</AssemblyName>
9 <WarningLevel>4</WarningLevel>
10 <OutputType>winexe</OutputType>
11 <MinFrameworkVersionRequired>3.0</MinFrameworkVersionRequired>
12 <Install>true</Install>
13 <InstallFrom>Web</InstallFrom>
14 <UpdateEnabled>true</UpdateEnabled>
15 <UpdateMode>Foreground</UpdateMode>
16 <UpdateInterval>7</UpdateInterval>
17 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
18 <UpdatePeriodically>false</UpdatePeriodically>
19 <UpdateRequired>false</UpdateRequired>
20 <MapFileExtensions>false</MapFileExtensions>
21 <ApplicationVersion>1.0.0.*</ApplicationVersion>
22 <IsWebBootstrapper>true</IsWebBootstrapper>
23 <BootstrapperEnabled>true</BootstrapperEnabled>
24 <PublishUrl>Publish\</PublishUrl>
25 <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
28 <UpgradeBackupLocation>
29 </UpgradeBackupLocation>
30 <OldToolsVersion>2.0</OldToolsVersion>
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33 <DebugSymbols>true</DebugSymbols>
34 <DebugType>full</DebugType>
35 <Optimize>false</Optimize>
36 <OutputPath>.\bin\Debug\</OutputPath>
37 <DefineConstants>DEBUG;TRACE</DefineConstants>
39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
40 <DebugSymbols>false</DebugSymbols>
41 <Optimize>true</Optimize>
42 <OutputPath>.\bin\Release\</OutputPath>
43 <DefineConstants>TRACE</DefineConstants>
46 <Reference Include="mscorlib" />
47 <Reference Include="System" />
48 <Reference Include="System.Data" />
49 <Reference Include="System.Xml" />
50 <Reference Include="WindowsBase" />
51 <Reference Include="PresentationCore" />
52 <Reference Include="PresentationFramework" />
53 <Reference Include="UIAutomationProvider" />
54 <Reference Include="UIAutomationTypes" />
55 <Reference Include="ReachFramework" />
56 <Reference Include="System.Printing" />
57 <Reference Include="System.ServiceModel" />
58 <Reference Include="System.Runtime.Serialization" />
59 <Reference Include="System.IdentityModel" />
62 <ApplicationDefinition Include="App.xaml">
63 <Generator>MSBuild:Compile</Generator>
64 <SubType>Designer</SubType>
65 </ApplicationDefinition>
66 <Page Include="Window1.xaml">
67 <Generator>MSBuild:Compile</Generator>
68 <SubType>Designer</SubType>
70 <Compile Include="App.xaml.cs">
71 <DependentUpon>App.xaml</DependentUpon>
72 <SubType>Code</SubType>
74 <Compile Include="Window1.xaml.cs">
75 <DependentUpon>Window1.xaml</DependentUpon>
76 <SubType>Code</SubType>
80 <Compile Include="Data.cs" />
81 <AppDesigner Include="Properties\" />
84 <Folder Include="Properties\" />
86 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />