1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2 <!-- MSBUILD Project File -->
4 <AssemblyName>SDKSample</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};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14 <OldToolsVersion>2.0</OldToolsVersion>
15 <UpgradeBackupLocation>
16 </UpgradeBackupLocation>
18 <!--Import the target file that contains all the common targets -->
19 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
21 <Compile Include="JpegEncoderDecoder.cs">
22 <SubType>Code</SubType>
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" />
35 <Content Include="tulipfarm.jpg">
36 <CopyToOutputDirectory>Always</CopyToOutputDirectory>