added samples
[windows-sources.git] / sdk / samples / WPFSamples / InkCanvasEditingModes / visualbasic / inkcanvaseditingmodesvb.vbproj
blob35bcf0006ac475d46636c844b6e99a3497b3afb6
1 <Project 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>{C640A58A-F752-46D0-91A4-900C84E80E75}</ProjectGuid>
6     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
7     <OutputType>WinExe</OutputType>
8     <RootNamespace>InkCanvasEditingModes</RootNamespace>
9     <AssemblyName>InkCanvasEditingModes</AssemblyName>
10     <MinFrameworkVersionRequired>3.0</MinFrameworkVersionRequired>
11     <Install>true</Install>
12     <InstallFrom>Web</InstallFrom>
13     <UpdateEnabled>true</UpdateEnabled>
14     <UpdateMode>Foreground</UpdateMode>
15     <UpdateInterval>7</UpdateInterval>
16     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
17     <UpdatePeriodically>false</UpdatePeriodically>
18     <UpdateRequired>false</UpdateRequired>
19     <MapFileExtensions>false</MapFileExtensions>
20     <ApplicationVersion>1.0.0.*</ApplicationVersion>
21     <IsWebBootstrapper>true</IsWebBootstrapper>
22     <BootstrapperEnabled>true</BootstrapperEnabled>
23     <PublishUrl>Publish\</PublishUrl>
24   </PropertyGroup>
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
26     <DebugSymbols>true</DebugSymbols>
27     <DebugType>full</DebugType>
28     <DefineDebug>true</DefineDebug>
29     <DefineTrace>true</DefineTrace>
30     <IncrementalBuild>true</IncrementalBuild>
31     <OutputPath>bin\</OutputPath>
32     <DocumentationFile>InkCanvasEditingModes.xml</DocumentationFile>
33     <NoWarn>42016,42017,42018,42019,42032,42314</NoWarn>
34   </PropertyGroup>
35   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
36     <DebugSymbols>false</DebugSymbols>
37     <DefineDebug>false</DefineDebug>
38     <DefineTrace>true</DefineTrace>
39     <IncrementalBuild>false</IncrementalBuild>
40     <Optimize>true</Optimize>
41     <OutputPath>bin\</OutputPath>
42     <DocumentationFile>InkCanvasEditingModes.xml</DocumentationFile>
43     <NoWarn>42016,42017,42018,42019,42032,42314</NoWarn>
44   </PropertyGroup>
45   <ItemGroup>
46     <Reference Include="System" />
47     <Reference Include="System.Xml" />
48     <Reference Include="WindowsBase" />
49     <Reference Include="PresentationCore" />
50     <Reference Include="PresentationFramework" />
51   </ItemGroup>
52   <ItemGroup>
53     <ApplicationDefinition Include="App.xaml" />
54     <Page Include="SampleWindow.xaml" />
55     <Compile Include="App.xaml.vb">
56       <DependentUpon>App.xaml</DependentUpon>
57       <SubType>Code</SubType>
58     </Compile>
59     <Compile Include="SampleWindow.xaml.vb">
60       <DependentUpon>SampleWindow.xaml</DependentUpon>
61       <SubType>Code</SubType>
62     </Compile>
63   </ItemGroup>
64   <ItemGroup>
65     <Import Include="Microsoft.VisualBasic" />
66     <Import Include="System" />
67     <Import Include="System.Collections" />
68     <Import Include="System.Collections.Generic" />
69     <Import Include="System.Diagnostics" />
70     <Import Include="System.Windows" />
71     <Import Include="System.Windows.Controls" />
72     <Import Include="System.Windows.Data" />
73     <Import Include="System.Windows.Documents" />
74     <Import Include="System.Windows.Input" />
75     <Import Include="System.Windows.Shapes" />
76     <Import Include="System.Windows.Media" />
77     <Import Include="System.Windows.Media.Imaging" />
78     <Import Include="System.Windows.Navigation" />
79     <Import Include="System.Windows.Shapes" />
80   </ItemGroup>
81   <ItemGroup>
82     <Compile Include="MessageAdorner.vb" />
83     <Compile Include="My Project\AssemblyInfo.vb">
84       <SubType>Code</SubType>
85     </Compile>
86     <Compile Include="My Project\Resources.Designer.vb">
87       <AutoGen>True</AutoGen>
88       <DesignTime>True</DesignTime>
89       <DependentUpon>Resources.resx</DependentUpon>
90     </Compile>
91     <Compile Include="My Project\Settings.Designer.vb">
92       <AutoGen>True</AutoGen>
93       <DependentUpon>Settings.settings</DependentUpon>
94       <DesignTimeSharedInput>True</DesignTimeSharedInput>
95     </Compile>
96     <Compile Include="My Project\MyEvents.vb">
97       <SubType>Code</SubType>
98     </Compile>
99     <Compile Include="UndoRedo.vb" />
100     <EmbeddedResource Include="My Project\Resources.resx">
101       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
102       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
103       <CustomToolNamespace>My.Resources</CustomToolNamespace>
104       <SubType>Designer</SubType>
105     </EmbeddedResource>
106     <None Include="My Project\Settings.settings">
107       <Generator>SettingsSingleFileGenerator</Generator>
108       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
109     </None>
110     <AppDesigner Include="My Project\" />
111   </ItemGroup>
112   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
113   <Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets" />
114 </Project>