added samples
[windows-sources.git] / sdk / samples / WPFSamples / CompositeCollections / csharp / compositecollections.csproj
blobfddc816de0e744ef327972e160b0948f65da2bbe
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2   <!-- MSBUILD Project File -->
3   <PropertyGroup>
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>
17     <FileUpgradeFlags>
18     </FileUpgradeFlags>
19     <OldToolsVersion>2.0</OldToolsVersion>
20     <UpgradeBackupLocation>
21     </UpgradeBackupLocation>
22   </PropertyGroup>
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>
29   </PropertyGroup>
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31     <DebugSymbols>false</DebugSymbols>
32     <Optimize>true</Optimize>
33     <OutputPath>.\bin\Release\</OutputPath>
34     <DefineConstants>TRACE</DefineConstants>
35   </PropertyGroup>
36   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
37   <ItemGroup>
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" />
46   </ItemGroup>
47   <ItemGroup>
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>
55     </Page>
56   </ItemGroup>
57   <ItemGroup>
58     <Compile Include="app.xaml.cs">
59     </Compile>
60     <Compile Include="Window1.xaml.cs">
61     </Compile>
62   </ItemGroup>
63 </Project>