added samples
[windows-sources.git] / sdk / samples / WPFSamples / GridComplex / xaml / complex_grid_xaml.csproj
blob1ebc56a13652431773bf6d22c1bd33a65852a4cb
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2   <!-- MSBUILD Project File -->
3   <PropertyGroup>
4     <AssemblyName>SDKSample</AssemblyName>
5     <TargetType>winexe</TargetType>
6     <Configuration>Release</Configuration>
7     <HostInBrowser>False</HostInBrowser>
8     <SchemaVersion>2.0</SchemaVersion>
9     <OutputPath>bin\$(Configuration)\</OutputPath>
10     <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
11     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
12     <FileUpgradeFlags>
13     </FileUpgradeFlags>
14     <UpgradeBackupLocation>
15     </UpgradeBackupLocation>
16     <OldToolsVersion>2.0</OldToolsVersion>
17   </PropertyGroup>
18   <!--Import the target file that contains all the common targets -->
19   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
20   <ItemGroup>
21     <!-- Aplication Definition Markup File -->
22     <ApplicationDefinition Include="app.xaml">
23       <Generator>MSBuild:Compile</Generator>
24       <SubType>Designer</SubType>
25     </ApplicationDefinition>
26     <!-- Compiled Xaml Files -->
27     <Page Include="default.xaml">
28       <Generator>MSBuild:Compile</Generator>
29       <SubType>Designer</SubType>
30     </Page>
31   </ItemGroup>
32   <ItemGroup>
33     <Reference Include="System" />
34     <Reference Include="System.Xml" />
35     <Reference Include="System.Data" />
36     <Reference Include="UIAutomationProvider" />
37     <Reference Include="WindowsBase" />
38     <Reference Include="PresentationCore" />
39     <Reference Include="PresentationFramework" />
40     <Reference Include="UIAutomationTypes" />
41   </ItemGroup>
42 </Project>