added samples
[windows-sources.git] / sdk / samples / WPFSamples / EffectsGallery / csharp / effectsgallery.csproj
bloba6d0fba32938f7ebf4435904121459e343d33343
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3   <PropertyGroup>
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>
15     <FileUpgradeFlags>
16     </FileUpgradeFlags>
17     <OldToolsVersion>2.0</OldToolsVersion>
18     <UpgradeBackupLocation>
19     </UpgradeBackupLocation>
20   </PropertyGroup>
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>
27   </PropertyGroup>
28   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
29   <ItemGroup>
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" />
38   </ItemGroup>
39   <ItemGroup>
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>
47     </Page>
48     <Page Include="OuterGlowSimpleExample.xaml">
49       <Generator>MSBuild:Compile</Generator>
50       <SubType>Designer</SubType>
51     </Page>
52     <Page Include="OuterGlowAnimationExample.xaml">
53       <Generator>MSBuild:Compile</Generator>
54       <SubType>Designer</SubType>
55     </Page>
56     <page Include="OuterGlowInteractiveExample.xaml">
57       <Generator>MSBuild:Compile</Generator>
58       <SubType>Designer</SubType>
59     </page>
60     <Page Include="DropShadowSimpleExample.xaml">
61       <Generator>MSBuild:Compile</Generator>
62       <SubType>Designer</SubType>
63     </Page>
64     <Page Include="DropShadowAnimationExample.xaml">
65       <Generator>MSBuild:Compile</Generator>
66       <SubType>Designer</SubType>
67     </Page>
68     <page Include="DropShadowInteractiveExample.xaml">
69       <Generator>MSBuild:Compile</Generator>
70       <SubType>Designer</SubType>
71     </page>
72     <page Include="BlurSimpleExample.xaml">
73       <Generator>MSBuild:Compile</Generator>
74       <SubType>Designer</SubType>
75     </page>
76     <page Include="BlurAnimationExample.xaml">
77       <Generator>MSBuild:Compile</Generator>
78       <SubType>Designer</SubType>
79     </page>
80     <page Include="BlurInteractiveExample.xaml">
81       <Generator>MSBuild:Compile</Generator>
82       <SubType>Designer</SubType>
83     </page>
84     <page Include="BevelSimpleExample.xaml">
85       <Generator>MSBuild:Compile</Generator>
86       <SubType>Designer</SubType>
87     </page>
88     <page Include="BevelAnimationExample.xaml">
89       <Generator>MSBuild:Compile</Generator>
90       <SubType>Designer</SubType>
91     </page>
92     <page Include="BevelInteractiveExample.xaml">
93       <Generator>MSBuild:Compile</Generator>
94       <SubType>Designer</SubType>
95     </page>
96     <page Include="EmbossSimpleExample.xaml">
97       <Generator>MSBuild:Compile</Generator>
98       <SubType>Designer</SubType>
99     </page>
100     <page Include="EmbossAnimationExample.xaml">
101       <Generator>MSBuild:Compile</Generator>
102       <SubType>Designer</SubType>
103     </page>
104     <page Include="EmbossInteractiveExample.xaml">
105       <Generator>MSBuild:Compile</Generator>
106       <SubType>Designer</SubType>
107     </page>
108     <page Include="MultipleEffectExample.xaml">
109       <Generator>MSBuild:Compile</Generator>
110       <SubType>Designer</SubType>
111     </page>
112     <page Include="MultipleEffectAnimationExample.xaml">
113       <Generator>MSBuild:Compile</Generator>
114       <SubType>Designer</SubType>
115     </page>
116     <page Include="BitmapEffectInputExample.xaml">
117       <Generator>MSBuild:Compile</Generator>
118       <SubType>Designer</SubType>
119     </page>
120   </ItemGroup>
121   <ItemGroup>
122     <Compile Include="app.xaml.cs">
123       <DependentUpon>app.xaml</DependentUpon>
124       <SubType>Code</SubType>
125     </Compile>
126     <Compile Include="SampleViewer.xaml.cs">
127       <DependentUpon>SampleViewer.xaml</DependentUpon>
128       <SubType>Code</SubType>
129     </Compile>
130     <Compile Include="BlurInteractiveExample.cs">
131       <DependentUpon>BlurInteractiveExample.xaml</DependentUpon>
132       <SubType>Code</SubType>
133     </Compile>
134     <Compile Include="BevelInteractiveExample.cs">
135       <DependentUpon>BevelInteractiveExample.xaml</DependentUpon>
136       <SubType>Code</SubType>
137     </Compile>
138   </ItemGroup>
139   <ItemGroup>
140     <Content Include="images\WaterLilies.jpg">
141       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
142     </Content>
143   </ItemGroup>
144 </Project>