added SSCLI 1.0
[windows-sources.git] / sdk / samples / WPFSamples / BmpBitmapDecoderEncoder / vb / bitmapencoderdecoder.vbproj
blobe0cb9838626034be25c7c3bc54f4e45fb5111024
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2   <!-- MSBUILD Project File -->
3   <PropertyGroup>
4     <AssemblyName>BmpBitmapDecoderEncoder</AssemblyName>
5     <TargetType>winexe</TargetType>
6     <Configuration>Release</Configuration>
7     <BuildSystem>MSBuild</BuildSystem>
8     <SchemaVersion>2.0</SchemaVersion>
9     <OutputPath>bin\$(Configuration)\</OutputPath>
10     <TargetFrameworkVersion>v3.0</TargetFrameworkVersion>
11     <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{F184B08F-C81C-45F6-A57F-5ABD9991F28F}</ProjectTypeGuids>
12     <FileUpgradeFlags>
13     </FileUpgradeFlags>
14     <OldToolsVersion>2.0</OldToolsVersion>
15     <UpgradeBackupLocation>
16     </UpgradeBackupLocation>
17   </PropertyGroup>
18   <!--Import the target file that contains all the common targets -->
19   <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
20   <ItemGroup>
21     <Compile Include="BitmapFrame.vb">
22       <SubType>Code</SubType>
23     </Compile>
24   </ItemGroup>
25   <ItemGroup>
26     <Reference Include="System" />
27     <Reference Include="System.Xml" />
28     <Reference Include="System.Data" />
29     <Reference Include="WindowsBase" />
30     <Reference Include="PresentationCore" />
31     <Reference Include="PresentationFramework" />
32     <Reference Include="UIAutomationTypes" />
33   </ItemGroup>
34   <ItemGroup>
35     <Content Include="tulipfarm.bmp">
36       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
37     </Content>
38   </ItemGroup>
39 </Project>