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 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
6 <RootNamespace>Postcard3D</RootNamespace>
7 <AssemblyName>Postcard3D</AssemblyName>
8 <OutputType>winexe</OutputType>
9 <EnableSecurityDebugging>false</EnableSecurityDebugging>
10 <Install>False</Install>
11 <TargetZone>Internet</TargetZone>
12 <StartAction>Program</StartAction>
13 <StartProgram>$(WINDIR)\System32\PresentationHost.exe</StartProgram>
14 <ApplicationExtension>.xbap</ApplicationExtension>
15 <StartArguments>-debug "$(MSBuildProjectDirectory)\bin\$(Configuration)\$(AssemblyName)$(ApplicationExtension)"</StartArguments>
16 <SignManifests>True</SignManifests>
17 <MinFrameworkVersionRequired>3.0</MinFrameworkVersionRequired>
18 <HostInBrowser>true</HostInBrowser>
19 <InstallFrom>Web</InstallFrom>
20 <MapFileExtensions>false</MapFileExtensions>
21 <ApplicationVersion>1.0.0.*</ApplicationVersion>
22 <IsWebBootstrapper>true</IsWebBootstrapper>
23 <BootstrapperEnabled>true</BootstrapperEnabled>
24 <PublishUrl>Publish\</PublishUrl>
25 <ManifestKeyFile>Postcard3D_TemporaryKey.pfx</ManifestKeyFile>
26 <ManifestCertificateThumbprint>25BA23530019CC698C5F08C570499C39FFF39E58</ManifestCertificateThumbprint>
27 <ProjectGuid>{9E130A86-E7DE-491B-B526-6CA4554CD8A3}</ProjectGuid>
29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
30 <DebugSymbols>true</DebugSymbols>
31 <DebugType>full</DebugType>
32 <DefineDebug>true</DefineDebug>
33 <DefineTrace>true</DefineTrace>
34 <IncrementalBuild>true</IncrementalBuild>
35 <OutputPath>.\bin\Debug\</OutputPath>
36 <DocumentationFile>Postcard3D.xml</DocumentationFile>
37 <NoWarn>42016,42017,42018,42019,42032,42314</NoWarn>
39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
40 <DebugSymbols>false</DebugSymbols>
41 <DefineDebug>false</DefineDebug>
42 <DefineTrace>true</DefineTrace>
43 <IncrementalBuild>false</IncrementalBuild>
44 <Optimize>true</Optimize>
45 <OutputPath>.\bin\Release\</OutputPath>
46 <DocumentationFile>Postcard3D.xml</DocumentationFile>
47 <NoWarn>42016,42017,42018,42019,42032,42314</NoWarn>
50 <Reference Include="System" />
51 <Reference Include="System.Data" />
52 <Reference Include="System.Xml" />
53 <Reference Include="WindowsBase" />
54 <Reference Include="PresentationCore" />
55 <Reference Include="PresentationFramework" />
56 <Reference Include="UIAutomationProvider" />
57 <Reference Include="UIAutomationTypes" />
58 <Reference Include="System.Printing" />
61 <ApplicationDefinition Include="App.xaml" />
62 <Page Include="Postcard3D.xaml" />
63 <None Include="Readme.txt" />
64 <Compile Include="App.xaml.vb">
65 <DependentUpon>App.xaml</DependentUpon>
66 <SubType>Code</SubType>
68 <Compile Include="Postcard3D.xaml.vb">
69 <DependentUpon>Postcard3D.xaml</DependentUpon>
70 <SubType>Code</SubType>
74 <Import Include="Microsoft.VisualBasic" />
75 <Import Include="System" />
76 <Import Include="System.Collections" />
77 <Import Include="System.Collections.Generic" />
78 <Import Include="System.Diagnostics" />
79 <Import Include="System.Windows" />
80 <Import Include="System.Windows.Controls" />
81 <Import Include="System.Windows.Data" />
82 <Import Include="System.Windows.Documents" />
83 <Import Include="System.Windows.Input" />
84 <Import Include="System.Windows.Shapes" />
85 <Import Include="System.Windows.Media" />
86 <Import Include="System.Windows.Media.Imaging" />
87 <Import Include="System.Windows.Navigation" />
88 <Import Include="System.Windows.Shapes" />
91 <Compile Include="HighContrastInkCanvas.vb" />
92 <Compile Include="My Project\AssemblyInfo.vb">
93 <SubType>Code</SubType>
95 <Compile Include="My Project\Resources.Designer.vb">
96 <AutoGen>True</AutoGen>
97 <DesignTime>True</DesignTime>
98 <DependentUpon>Resources.resx</DependentUpon>
100 <Compile Include="My Project\Settings.Designer.vb">
101 <AutoGen>True</AutoGen>
102 <DependentUpon>Settings.settings</DependentUpon>
103 <DesignTimeSharedInput>True</DesignTimeSharedInput>
105 <Compile Include="My Project\MyEvents.vb">
106 <SubType>Code</SubType>
108 <EmbeddedResource Include="My Project\Resources.resx">
109 <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
110 <LastGenOutput>Resources.Designer.vb</LastGenOutput>
111 <CustomToolNamespace>My.Resources</CustomToolNamespace>
112 <SubType>Designer</SubType>
114 <None Include="My Project\app.manifest" />
115 <None Include="My Project\Settings.settings">
116 <Generator>SettingsSingleFileGenerator</Generator>
117 <LastGenOutput>Settings.Designer.vb</LastGenOutput>
119 <None Include="Postcard3D_TemporaryKey.pfx" />
120 <AppDesigner Include="My Project\" />
123 <Resource Include="seattle_rainier.jpg" />
124 <Resource Include="stamp.jpg" />
126 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
127 <Import Project="$(MSBuildBinPath)\Microsoft.WinFX.targets" />