1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2 <!-- MSBUILD Project File -->
4 <BuildSystem>MSBuild</BuildSystem>
5 <RootNamespace>CompositeCollections</RootNamespace>
6 <AssemblyName>CompositeCollections</AssemblyName>
7 <TargetType>winexe</TargetType>
8 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10 <HostInBrowser>False</HostInBrowser>
11 <UICulture>en-US</UICulture>
12 <ProductVersion>8.0.50215</ProductVersion>
13 <SchemaVersion>2.0</SchemaVersion>
14 <ProjectGuid>{AE862D9E-C68D-433F-BC06-1510501C97E2}</ProjectGuid>
15 <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
16 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
19 <OldToolsVersion>2.0</OldToolsVersion>
20 <UpgradeBackupLocation>
21 </UpgradeBackupLocation>
23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
24 <DebugSymbols>true</DebugSymbols>
25 <DebugType>full</DebugType>
26 <Optimize>false</Optimize>
27 <OutputPath>.\bin\Debug\</OutputPath>
28 <DefineConstants>DEBUG</DefineConstants>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31 <DebugSymbols>false</DebugSymbols>
32 <Optimize>true</Optimize>
33 <OutputPath>.\bin\Release\</OutputPath>
34 <DefineConstants>TRACE</DefineConstants>
36 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
38 <Reference Include="System" />
39 <Reference Include="System.Xml" />
40 <Reference Include="UIAutomationProvider" />
41 <Reference Include="UIAutomationTypes" />
42 <Reference Include="WindowsBase" />
43 <Reference Include="PresentationCore" />
44 <Reference Include="PresentationFramework" />
45 <Reference Include="System.Data" />
48 <ApplicationDefinition Include="app.xaml">
49 <Generator>MSBuild:Compile</Generator>
50 <SubType>Designer</SubType>
51 </ApplicationDefinition>
52 <Page Include="Window1.xaml">
53 <Generator>MSBuild:Compile</Generator>
54 <SubType>Designer</SubType>
58 <Compile Include="app.xaml.cs">
60 <Compile Include="Window1.xaml.cs">