added samples
[windows-sources.git] / sdk / samples / WPFSamples / FlowDocumentReaderSamp / csharp / flowdocumentreadersamp.csproj
blob66ed068fab946cff21edf5bf80c4febcf6647b6f
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <AssemblyName>SDKSample</AssemblyName>
6     <OutputType>winexe</OutputType>
7     <ProjectGuid>{6CDB1304-0201-4A1F-BA41-D94BD2A4EC53}</ProjectGuid>
8     <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
9     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
10     <FileUpgradeFlags>
11     </FileUpgradeFlags>
12     <UpgradeBackupLocation>
13     </UpgradeBackupLocation>
14     <OldToolsVersion>2.0</OldToolsVersion>
15   </PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17     <DebugSymbols>true</DebugSymbols>
18     <DebugType>full</DebugType>
19     <Optimize>false</Optimize>
20     <OutputPath>.\bin\Debug\</OutputPath>
21     <DefineConstants>DEBUG;TRACE</DefineConstants>
22   </PropertyGroup>
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24     <DebugSymbols>false</DebugSymbols>
25     <Optimize>true</Optimize>
26     <OutputPath>.\bin\Release\</OutputPath>
27     <DefineConstants>TRACE</DefineConstants>
28   </PropertyGroup>
29   <ItemGroup>
30     <Reference Include="System" />
31     <Reference Include="System.Data" />
32     <Reference Include="System.Xml" />
33     <Reference Include="WindowsBase" />
34     <Reference Include="PresentationCore" />
35     <Reference Include="PresentationFramework" />
36     <Reference Include="UIAutomationProvider" />
37     <Reference Include="UIAutomationTypes" />
38     <Reference Include="ReachFramework" />
39     <Reference Include="System.Printing" />
40     <Reference Include="System.ServiceModel" />
41     <Reference Include="System.Runtime.Serialization" />
42   </ItemGroup>
43   <ItemGroup>
44     <ApplicationDefinition Include="app.xaml">
45       <Generator>MSBuild:Compile</Generator>
46       <SubType>Designer</SubType>
47     </ApplicationDefinition>
48     <Page Include="Window1.xaml">
49       <SubType>Designer</SubType>
50       <Generator>MSBuild:Compile</Generator>
51     </Page>
52     <Compile Include="Window1.xaml.cs">
53       <DependentUpon>Window1.xaml</DependentUpon>
54       <SubType>Code</SubType>
55     </Compile>
56   </ItemGroup>
57   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
58 </Project>