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>{F3543BFD-335D-4358-BEFB-55E910A84766}</ProjectGuid>
6 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
7 <OutputType>WinExe</OutputType>
8 <RootNamespace>InkCubeSample</RootNamespace>
9 <AssemblyName>InkCubeSample</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>InkCubeSample.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>InkCubeSample.xml</DocumentationFile>
43 <NoWarn>42016,42017,42018,42019,42032,42314</NoWarn>
46 <Reference Include="System" />
47 <Reference Include="System.Data" />
48 <Reference Include="System.Xml" />
49 <Reference Include="WindowsBase" />
50 <Reference Include="PresentationCore" />
51 <Reference Include="PresentationFramework" />
52 <Reference Include="UIAutomationProvider" />
53 <Reference Include="UIAutomationTypes" />
54 <Reference Include="ReachFramework" />
55 <Reference Include="System.Printing" />
58 <ApplicationDefinition Include="App.xaml" />
59 <Page Include="Window1.xaml" />
60 <Compile Include="App.xaml.vb">
61 <DependentUpon>App.xaml</DependentUpon>
62 <SubType>Code</SubType>
64 <Compile Include="Window1.xaml.vb">
65 <DependentUpon>Window1.xaml</DependentUpon>
66 <SubType>Code</SubType>
70 <Import Include="Microsoft.VisualBasic" />
71 <Import Include="System" />
72 <Import Include="System.Collections" />
73 <Import Include="System.Collections.Generic" />
74 <Import Include="System.Diagnostics" />
75 <Import Include="System.Windows" />
76 <Import Include="System.Windows.Controls" />
77 <Import Include="System.Windows.Data" />
78 <Import Include="System.Windows.Documents" />
79 <Import Include="System.Windows.Input" />
80 <Import Include="System.Windows.Shapes" />
81 <Import Include="System.Windows.Media" />
82 <Import Include="System.Windows.Media.Imaging" />
83 <Import Include="System.Windows.Navigation" />
84 <Import Include="System.Windows.Shapes" />
87 <Compile Include="My Project\AssemblyInfo.vb">
88 <SubType>Code</SubType>
90 <Compile Include="My Project\Resources.Designer.vb">
91 <AutoGen>True</AutoGen>
92 <DesignTime>True</DesignTime>
93 <DependentUpon>Resources.resx</DependentUpon>
95 <Compile Include="My Project\Settings.Designer.vb">
96 <AutoGen>True</AutoGen>
97 <DependentUpon>Settings.settings</DependentUpon>
98 <DesignTimeSharedInput>True</DesignTimeSharedInput>
100 <Compile Include="My Project\MyEvents.vb">
101 <SubType>Code</SubType>
103 <EmbeddedResource Include="My Project\Resources.resx">
104 <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
105 <LastGenOutput>Resources.Designer.vb</LastGenOutput>
106 <CustomToolNamespace>My.Resources</CustomToolNamespace>
107 <SubType>Designer</SubType>
109 <None Include="My Project\Settings.settings">
110 <Generator>SettingsSingleFileGenerator</Generator>
111 <LastGenOutput>Settings.Designer.vb</LastGenOutput>
113 <AppDesigner Include="My Project\" />
115 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
116 <Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets" />