1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <SchemaVersion>2.0</SchemaVersion>
6 <OutputType>Exe</OutputType>
7 <RootNamespace>SDKSample</RootNamespace>
8 <AssemblyName>EnumerateSubsetOfPrintQueues</AssemblyName>
11 <UpgradeBackupLocation>
12 </UpgradeBackupLocation>
13 <OldToolsVersion>2.0</OldToolsVersion>
15 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16 <DebugSymbols>true</DebugSymbols>
17 <DebugType>full</DebugType>
18 <Optimize>false</Optimize>
19 <OutputPath>bin\Debug\</OutputPath>
20 <DefineConstants>DEBUG;TRACE</DefineConstants>
21 <ErrorReport>prompt</ErrorReport>
22 <WarningLevel>4</WarningLevel>
24 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25 <DebugType>pdbonly</DebugType>
26 <Optimize>true</Optimize>
27 <OutputPath>bin\Release\</OutputPath>
28 <DefineConstants>TRACE</DefineConstants>
29 <ErrorReport>prompt</ErrorReport>
30 <WarningLevel>4</WarningLevel>
33 <Reference Include="System" />
34 <Reference Include="System.Data" />
35 <Reference Include="System.Printing" />
36 <Reference Include="System.Xml" />
39 <Compile Include="Program.cs" />
41 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />