1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
4 <AssemblyName>SDKSample</AssemblyName>
5 <TargetType>winexe</TargetType>
6 <Configuration Condition="'$(Configuration)'==''">Debug</Configuration>
7 <ApplicationIcon>App.ico</ApplicationIcon>
8 <ProductVersion>8.0.50727</ProductVersion>
9 <SchemaVersion>2.0</SchemaVersion>
10 <CLRDefaultNamespace>SDKSample</CLRDefaultNamespace>
11 <ProjectGuid>{32AAFFC0-6E41-44E8-87FA-D82F6C1601E7}</ProjectGuid>
12 <OutputPath>bin\$(Configuration)\</OutputPath>
13 <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
14 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
17 <OldToolsVersion>2.0</OldToolsVersion>
18 <UpgradeBackupLocation>
19 </UpgradeBackupLocation>
21 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
22 <DebugSymbols>true</DebugSymbols>
23 <DebugType>full</DebugType>
24 <Optimize>false</Optimize>
25 <OutputPath>.\bin\Debug\</OutputPath>
26 <DefineConstants>DEBUG</DefineConstants>
28 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
30 <Reference Include="System" />
31 <Reference Include="System.Xml" />
32 <Reference Include="System.Data" />
33 <Reference Include="WindowsBase" />
34 <Reference Include="PresentationCore" />
35 <Reference Include="PresentationFramework" />
36 <Reference Include="UIAutomationProvider" />
37 <Reference Include="UIAutomationTypes" />
40 <ApplicationDefinition Include="app.xaml">
41 <Generator>MSBuild:Compile</Generator>
42 <SubType>Designer</SubType>
43 </ApplicationDefinition>
44 <Page Include="SampleViewer.xaml">
45 <Generator>MSBuild:Compile</Generator>
46 <SubType>Designer</SubType>
48 <Page Include="OuterGlowSimpleExample.xaml">
49 <Generator>MSBuild:Compile</Generator>
50 <SubType>Designer</SubType>
52 <Page Include="OuterGlowAnimationExample.xaml">
53 <Generator>MSBuild:Compile</Generator>
54 <SubType>Designer</SubType>
56 <page Include="OuterGlowInteractiveExample.xaml">
57 <Generator>MSBuild:Compile</Generator>
58 <SubType>Designer</SubType>
60 <Page Include="DropShadowSimpleExample.xaml">
61 <Generator>MSBuild:Compile</Generator>
62 <SubType>Designer</SubType>
64 <Page Include="DropShadowAnimationExample.xaml">
65 <Generator>MSBuild:Compile</Generator>
66 <SubType>Designer</SubType>
68 <page Include="DropShadowInteractiveExample.xaml">
69 <Generator>MSBuild:Compile</Generator>
70 <SubType>Designer</SubType>
72 <page Include="BlurSimpleExample.xaml">
73 <Generator>MSBuild:Compile</Generator>
74 <SubType>Designer</SubType>
76 <page Include="BlurAnimationExample.xaml">
77 <Generator>MSBuild:Compile</Generator>
78 <SubType>Designer</SubType>
80 <page Include="BlurInteractiveExample.xaml">
81 <Generator>MSBuild:Compile</Generator>
82 <SubType>Designer</SubType>
84 <page Include="BevelSimpleExample.xaml">
85 <Generator>MSBuild:Compile</Generator>
86 <SubType>Designer</SubType>
88 <page Include="BevelAnimationExample.xaml">
89 <Generator>MSBuild:Compile</Generator>
90 <SubType>Designer</SubType>
92 <page Include="BevelInteractiveExample.xaml">
93 <Generator>MSBuild:Compile</Generator>
94 <SubType>Designer</SubType>
96 <page Include="EmbossSimpleExample.xaml">
97 <Generator>MSBuild:Compile</Generator>
98 <SubType>Designer</SubType>
100 <page Include="EmbossAnimationExample.xaml">
101 <Generator>MSBuild:Compile</Generator>
102 <SubType>Designer</SubType>
104 <page Include="EmbossInteractiveExample.xaml">
105 <Generator>MSBuild:Compile</Generator>
106 <SubType>Designer</SubType>
108 <page Include="MultipleEffectExample.xaml">
109 <Generator>MSBuild:Compile</Generator>
110 <SubType>Designer</SubType>
112 <page Include="MultipleEffectAnimationExample.xaml">
113 <Generator>MSBuild:Compile</Generator>
114 <SubType>Designer</SubType>
116 <page Include="BitmapEffectInputExample.xaml">
117 <Generator>MSBuild:Compile</Generator>
118 <SubType>Designer</SubType>
122 <Compile Include="app.xaml.cs">
123 <DependentUpon>app.xaml</DependentUpon>
124 <SubType>Code</SubType>
126 <Compile Include="SampleViewer.xaml.cs">
127 <DependentUpon>SampleViewer.xaml</DependentUpon>
128 <SubType>Code</SubType>
130 <Compile Include="BlurInteractiveExample.cs">
131 <DependentUpon>BlurInteractiveExample.xaml</DependentUpon>
132 <SubType>Code</SubType>
134 <Compile Include="BevelInteractiveExample.cs">
135 <DependentUpon>BevelInteractiveExample.xaml</DependentUpon>
136 <SubType>Code</SubType>
140 <Content Include="images\WaterLilies.jpg">
141 <CopyToOutputDirectory>Always</CopyToOutputDirectory>