added SSCLI 1.0
[windows-sources.git] / sdk / samples / WPFSamples / EnumerateSubsetOfPrintQueues / csharp / enumeratesubsetofprintqueues.csproj
blob063f338f8d7cfc195b3979efa46ca4ebfff502e6
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2   <PropertyGroup>
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>
9     <FileUpgradeFlags>
10     </FileUpgradeFlags>
11     <UpgradeBackupLocation>
12     </UpgradeBackupLocation>
13     <OldToolsVersion>2.0</OldToolsVersion>
14   </PropertyGroup>
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>
23   </PropertyGroup>
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>
31   </PropertyGroup>
32   <ItemGroup>
33     <Reference Include="System" />
34     <Reference Include="System.Data" />
35     <Reference Include="System.Printing" />
36     <Reference Include="System.Xml" />
37   </ItemGroup>
38   <ItemGroup>
39     <Compile Include="Program.cs" />
40   </ItemGroup>
41   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
42 </Project>