1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2 <!-- MSBUILD Project File -->
4 <RootNamespace>SDKSample</RootNamespace>
5 <AssemblyName>GroupBoxExample</AssemblyName>
6 <TargetType>winexe</TargetType>
7 <Configuration>Debug</Configuration>
8 <BuildSystem>MSBuild</BuildSystem>
9 <HostInBrowser>False</HostInBrowser>
10 <OutputType>WinExe</OutputType>
11 <OutputPath>bin\$(Configuration)\</OutputPath>
12 <ProductVersion>8.0.50215</ProductVersion>
13 <SchemaVersion>2.0</SchemaVersion>
14 <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
15 <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
18 <UpgradeBackupLocation>
19 </UpgradeBackupLocation>
20 <OldToolsVersion>2.0</OldToolsVersion>
22 <!--Import the target file that contains all the common targets -->
23 <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
25 <Reference Include="System" />
26 <Reference Include="System.Xml" />
27 <Reference Include="System.Data" />
28 <Reference Include="WindowsBase" />
29 <Reference Include="PresentationCore" />
30 <Reference Include="PresentationFramework" />
31 <Reference Include="UIAutomationProvider" />
32 <Reference Include="UIAutomationTypes" />
35 <ApplicationDefinition Include="App.xaml">
36 <Generator>MSBuild:Compile</Generator>
37 <SubType>Designer</SubType>
38 </ApplicationDefinition>
39 <Page Include="Window1.xaml">
40 <SubType>Designer</SubType>
41 <Generator>MSBuild:Compile</Generator>
43 <Compile Include="Window1.xaml.vb" />