1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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>
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>
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>
46 <Reference Include="System" />
47 <Reference Include="System.Xml" />
48 <Reference Include="WindowsBase" />
49 <Reference Include="PresentationCore" />
50 <Reference Include="PresentationFramework" />
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>
59 <Compile Include="SampleWindow.xaml.vb">
60 <DependentUpon>SampleWindow.xaml</DependentUpon>
61 <SubType>Code</SubType>
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" />
82 <Compile Include="MessageAdorner.vb" />
83 <Compile Include="My Project\AssemblyInfo.vb">
84 <SubType>Code</SubType>
86 <Compile Include="My Project\Resources.Designer.vb">
87 <AutoGen>True</AutoGen>
88 <DesignTime>True</DesignTime>
89 <DependentUpon>Resources.resx</DependentUpon>
91 <Compile Include="My Project\Settings.Designer.vb">
92 <AutoGen>True</AutoGen>
93 <DependentUpon>Settings.settings</DependentUpon>
94 <DesignTimeSharedInput>True</DesignTimeSharedInput>
96 <Compile Include="My Project\MyEvents.vb">
97 <SubType>Code</SubType>
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>
106 <None Include="My Project\Settings.settings">
107 <Generator>SettingsSingleFileGenerator</Generator>
108 <LastGenOutput>Settings.Designer.vb</LastGenOutput>
110 <AppDesigner Include="My Project\" />
112 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
113 <Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets" />