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>{04BE57C5-A528-4D72-B8C5-DBD8FCA0E0E6}</ProjectGuid>
6 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
7 <RootNamespace>InkCanvasEditingModes</RootNamespace>
8 <AssemblyName>InkCanvasEditingModes</AssemblyName>
9 <WarningLevel>4</WarningLevel>
10 <OutputType>winexe</OutputType>
11 <MinFrameworkVersionRequired>3.0</MinFrameworkVersionRequired>
12 <Install>true</Install>
13 <InstallFrom>Web</InstallFrom>
14 <UpdateEnabled>true</UpdateEnabled>
15 <UpdateMode>Foreground</UpdateMode>
16 <UpdateInterval>7</UpdateInterval>
17 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
18 <UpdatePeriodically>false</UpdatePeriodically>
19 <UpdateRequired>false</UpdateRequired>
20 <MapFileExtensions>false</MapFileExtensions>
21 <ApplicationVersion>1.0.0.*</ApplicationVersion>
22 <IsWebBootstrapper>true</IsWebBootstrapper>
23 <BootstrapperEnabled>true</BootstrapperEnabled>
24 <PublishUrl>Publish\</PublishUrl>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
27 <DebugSymbols>true</DebugSymbols>
28 <DebugType>full</DebugType>
29 <Optimize>false</Optimize>
30 <OutputPath>.\bin\Debug\</OutputPath>
31 <DefineConstants>DEBUG;TRACE</DefineConstants>
33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
34 <DebugSymbols>false</DebugSymbols>
35 <Optimize>true</Optimize>
36 <OutputPath>.\bin\Release\</OutputPath>
37 <DefineConstants>TRACE</DefineConstants>
40 <Reference Include="System" />
41 <Reference Include="System.Xml" />
42 <Reference Include="WindowsBase" />
43 <Reference Include="PresentationCore" />
44 <Reference Include="PresentationFramework" />
47 <ApplicationDefinition Include="App.xaml" />
48 <Page Include="SampleWindow.xaml" />
49 <Compile Include="App.xaml.cs">
50 <DependentUpon>App.xaml</DependentUpon>
51 <SubType>Code</SubType>
53 <Compile Include="SampleWindow.xaml.cs">
54 <DependentUpon>SampleWindow.xaml</DependentUpon>
55 <SubType>Code</SubType>
59 <Compile Include="MessageAdorner.cs" />
60 <Compile Include="Properties\AssemblyInfo.cs" />
61 <EmbeddedResource Include="Properties\Resources.resx">
62 <Generator>ResXFileCodeGenerator</Generator>
63 <LastGenOutput>Resources.cs</LastGenOutput>
64 <SubType>Designer</SubType>
66 <Compile Include="Properties\Resources.cs">
67 <AutoGen>True</AutoGen>
68 <DependentUpon>Resources.resx</DependentUpon>
70 <None Include="Properties\Settings.settings">
71 <Generator>SettingsSingleFileGenerator</Generator>
72 <LastGenOutput>Settings.cs</LastGenOutput>
74 <Compile Include="Properties\Settings.cs">
75 <AutoGen>True</AutoGen>
76 <DependentUpon>Settings.settings</DependentUpon>
78 <Compile Include="UndoRedo.cs" />
79 <AppDesigner Include="Properties\" />
81 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
82 <Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets" />