added samples
[windows-sources.git] / sdk / samples / WPFSamples / WindowShowActivatedSample / csharp / windowshowactivatedsample.csproj
blobc6cc797cf582e895986c5bdd8fba34f0a99fd645
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>9.0.21022</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{6E7E0308-100C-493C-91B6-C2DD4B6F2CBB}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>WindowShowActivatedSample</RootNamespace>
12     <AssemblyName>WindowShowActivatedSample</AssemblyName>
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
16     <WarningLevel>4</WarningLevel>
17   </PropertyGroup>
18   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19     <DebugSymbols>true</DebugSymbols>
20     <DebugType>full</DebugType>
21     <Optimize>false</Optimize>
22     <OutputPath>bin\Debug\</OutputPath>
23     <DefineConstants>DEBUG;TRACE</DefineConstants>
24     <ErrorReport>prompt</ErrorReport>
25     <WarningLevel>4</WarningLevel>
26   </PropertyGroup>
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28     <DebugType>pdbonly</DebugType>
29     <Optimize>true</Optimize>
30     <OutputPath>bin\Release\</OutputPath>
31     <DefineConstants>TRACE</DefineConstants>
32     <ErrorReport>prompt</ErrorReport>
33     <WarningLevel>4</WarningLevel>
34   </PropertyGroup>
35   <ItemGroup>
36     <Reference Include="System" />
37     <Reference Include="System.Core">
38       <RequiredTargetFramework>3.5</RequiredTargetFramework>
39     </Reference>
40     <Reference Include="WindowsBase">
41       <RequiredTargetFramework>3.0</RequiredTargetFramework>
42     </Reference>
43     <Reference Include="PresentationCore">
44       <RequiredTargetFramework>3.0</RequiredTargetFramework>
45     </Reference>
46     <Reference Include="PresentationFramework">
47       <RequiredTargetFramework>3.0</RequiredTargetFramework>
48     </Reference>
49   </ItemGroup>
50   <ItemGroup>
51     <ApplicationDefinition Include="App.xaml">
52       <Generator>MSBuild:Compile</Generator>
53       <SubType>Designer</SubType>
54     </ApplicationDefinition>
55     <Page Include="MainWindow.xaml">
56       <Generator>MSBuild:Compile</Generator>
57       <SubType>Designer</SubType>
58     </Page>
59     <Page Include="ChildWindow.xaml">
60       <SubType>Designer</SubType>
61       <Generator>MSBuild:Compile</Generator>
62     </Page>
63     <Compile Include="MainWindow.xaml.cs">
64       <DependentUpon>MainWindow.xaml</DependentUpon>
65       <SubType>Code</SubType>
66     </Compile>
67   </ItemGroup>
68   <ItemGroup>
69     <Compile Include="Properties\AssemblyInfo.cs">
70       <SubType>Code</SubType>
71     </Compile>
72     <Compile Include="Properties\Resources.Designer.cs">
73       <AutoGen>True</AutoGen>
74       <DesignTime>True</DesignTime>
75       <DependentUpon>Resources.resx</DependentUpon>
76     </Compile>
77     <Compile Include="Properties\Settings.Designer.cs">
78       <AutoGen>True</AutoGen>
79       <DependentUpon>Settings.settings</DependentUpon>
80       <DesignTimeSharedInput>True</DesignTimeSharedInput>
81     </Compile>
82     <Compile Include="ChildWindow.xaml.cs">
83       <DependentUpon>ChildWindow.xaml</DependentUpon>
84     </Compile>
85     <EmbeddedResource Include="Properties\Resources.resx">
86       <Generator>ResXFileCodeGenerator</Generator>
87       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
88     </EmbeddedResource>
89     <None Include="Properties\Settings.settings">
90       <Generator>SettingsSingleFileGenerator</Generator>
91       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
92     </None>
93     <AppDesigner Include="Properties\" />
94   </ItemGroup>
95   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
96   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
97        Other similar extension points exist, see Microsoft.Common.targets.
98   <Target Name="BeforeBuild">
99   </Target>
100   <Target Name="AfterBuild">
101   </Target>
102   -->
103 </Project>