added SSCLI 1.0
[windows-sources.git] / sdk / samples / WPFSamples / ButtonTransform / visualbasic / buttontransform_vb.vbproj
blob88d2df39696c50c27032689b717f844374f5e824
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3   <!-- MSBUILD Project File -->
4   <PropertyGroup>
5     <DefaultClrNameSpace>WCSample</DefaultClrNameSpace>
6     <AssemblyName>buttontransform_vb</AssemblyName>
7     <TargetType>winexe</TargetType>
8     <Configuration>Release</Configuration>
9     <BuildSystem>MSBuild</BuildSystem>
10     <HostInBrowser>False</HostInBrowser>
11     <ProductVersion>8.0.40209</ProductVersion>
12     <SchemaVersion>2.0</SchemaVersion>
13     <ProjectGuid>{0533C0F5-6EED-41D6-A71F-181662DB094F}</ProjectGuid>
14     <OutputPath>bin\$(Configuration)\</OutputPath>
15     <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
16     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
17     <FileUpgradeFlags>
18     </FileUpgradeFlags>
19     <OldToolsVersion>2.0</OldToolsVersion>
20     <UpgradeBackupLocation>
21     </UpgradeBackupLocation>
22   </PropertyGroup>
23   <!--Import the target file that contains all the common targets -->
24   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
25   <ItemGroup>
26     <!-- Aplication Definition Markup File -->
27     <ApplicationDefinition Include="App.xaml">
28       <Generator>MSBuild:Compile</Generator>
29       <SubType>Designer</SubType>
30     </ApplicationDefinition>
31     <!-- Compiled Xaml Files -->
32     <Page Include="ButtonTransformExample.xaml">
33       <Generator>MSBuild:Compile</Generator>
34       <SubType>Designer</SubType>
35     </Page>
36   </ItemGroup>
37   <ItemGroup>
38     <Reference Include="System" />
39     <Reference Include="System.Xml" />
40     <Reference Include="System.Data" />
41     <Reference Include="WindowsBase" />
42     <Reference Include="PresentationCore" />
43     <Reference Include="PresentationFramework" />
44     <Reference Include="UIAutomationProvider" />
45     <Reference Include="UIAutomationTypes" />
46   </ItemGroup>
47 </Project>