added samples
[windows-sources.git] / sdk / samples / WPFSamples / RoutedEventCustom / vb / sdksamplelibrary / sdksamplelibrary.vbproj
blob46cddf74bffb71f289ee77b0844694b835a95592
1 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProjectGuid>{F0C0294C-8412-4127-9686-0DB314D487C7}</ProjectGuid>
6     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
7     <OutputType>Library</OutputType>
8     <RootNamespace>SDKSampleLibrary</RootNamespace>
9     <AssemblyName>SDKSampleLibrary</AssemblyName>
10     <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
11     <MyType>Custom</MyType>
12     <OptionExplicit>On</OptionExplicit>
13     <OptionCompare>Binary</OptionCompare>
14     <OptionStrict>Off</OptionStrict>
15     <OptionInfer>On</OptionInfer>
16     <StartupObject>
17     </StartupObject>
18   </PropertyGroup>
19   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20     <DebugSymbols>true</DebugSymbols>
21     <DebugType>full</DebugType>
22     <DefineDebug>true</DefineDebug>
23     <DefineTrace>true</DefineTrace>
24     <IncrementalBuild>true</IncrementalBuild>
25     <OutputPath>bin\Debug\</OutputPath>
26     <DocumentationFile>SDKSampleLibrary.xml</DocumentationFile>
27     <NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn>
28   </PropertyGroup>
29   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30     <DebugSymbols>false</DebugSymbols>
31     <DefineDebug>false</DefineDebug>
32     <DefineTrace>true</DefineTrace>
33     <IncrementalBuild>false</IncrementalBuild>
34     <Optimize>true</Optimize>
35     <OutputPath>bin\Release\</OutputPath>
36     <DocumentationFile>SDKSampleLibrary.xml</DocumentationFile>
37     <NoWarn>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036,42314</NoWarn>
38   </PropertyGroup>
39   <ItemGroup>
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     <Reference Include="System" />
50     <Reference Include="System.Data" />
51     <Reference Include="System.Xml" />
52   </ItemGroup>
53   <ItemGroup>
54     <Import Include="System.Xml.Linq" />
55     <Import Include="Microsoft.VisualBasic" />
56     <Import Include="System" />
57     <Import Include="System.Collections" />
58     <Import Include="System.Collections.Generic" />
59     <Import Include="System.Diagnostics" />
60     <Import Include="System.Windows" />
61     <Import Include="System.Windows.Controls" />
62     <Import Include="System.Windows.Data" />
63     <Import Include="System.Windows.Documents" />
64     <Import Include="System.Windows.Input" />
65     <Import Include="System.Windows.Shapes" />
66     <Import Include="System.Windows.Media" />
67     <Import Include="System.Windows.Media.Imaging" />
68     <Import Include="System.Windows.Navigation" />
69   </ItemGroup>
70   <ItemGroup>
71     <Compile Include="Class1.vb" />
72     <AppDesigner Include="My Project\" />
73   </ItemGroup>
74   <ItemGroup>
75     <Folder Include="My Project\" />
76   </ItemGroup>
77   <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
78 </Project>