added SSCLI 1.0
[windows-sources.git] / sdk / samples / WPFSamples / PackWebRequest / csharp / client / client.csproj
blob9aef811c7da9fc8fee75a659f4c7f53cce06072f
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     <ProjectGuid>{1EC3865D-D3C3-4770-B481-D74665792DED}</ProjectGuid>
6     <OutputType>Exe</OutputType>
7     <RootNamespace>Client</RootNamespace>
8     <AssemblyName>Client</AssemblyName>
9     <FileUpgradeFlags>
10     </FileUpgradeFlags>
11     <OldToolsVersion>2.0</OldToolsVersion>
12     <UpgradeBackupLocation>
13     </UpgradeBackupLocation>
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     <StartArguments>-k dog ../../../RetailServer/QueryBuffer ../../Download</StartArguments>
24   </PropertyGroup>
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26     <DebugType>pdbonly</DebugType>
27     <Optimize>true</Optimize>
28     <OutputPath>bin\Release\</OutputPath>
29     <DefineConstants>TRACE</DefineConstants>
30     <ErrorReport>prompt</ErrorReport>
31     <WarningLevel>4</WarningLevel>
32     <StartArguments>-k dog ../../../RetailServer/QueryBuffer ../../Download</StartArguments>
33   </PropertyGroup>
34   <ItemGroup>
35     <Reference Include="System" />
36     <Reference Include="System.Data" />
37     <Reference Include="System.Xml" />
38     <Reference Include="WindowsBase" />
39   </ItemGroup>
40   <ItemGroup>
41     <Compile Include="Client.cs" />
42   </ItemGroup>
43   <ItemGroup>
44     <ProjectReference Include="..\SharedLibrary\SharedLibrary.csproj">
45       <Project>{9ED3C6F2-9211-4C03-8482-5B09AECD0DB9}</Project>
46       <Name>SharedLibrary</Name>
47     </ProjectReference>
48   </ItemGroup>
49   <ItemGroup>
50     <Folder Include="Download\" />
51   </ItemGroup>
52   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
53 </Project>