1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <Project DefaultTargets=
"Build" xmlns=
"http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=
" '$(Configuration)' == '' ">Debug
</Configuration>
5 <ProductVersion>8.0.41203</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{
063360CB-
0202-
4EFB-A3A3-A03CC5A087EB}
</ProjectGuid>
8 <OutputType>WinExe
</OutputType>
11 <RootNamespace>Microsoft.Samples.WebClientProgress
</RootNamespace>
12 <NoStandardLibraries>false
</NoStandardLibraries>
13 <AssemblyName>WebClientProgress
</AssemblyName>
17 <PropertyGroup Condition=
" '$(Configuration)' == 'Debug' ">
18 <DebugSymbols>true
</DebugSymbols>
19 <Optimize>false
</Optimize>
20 <OutputPath>.\bin\Debug\
</OutputPath>
21 <EnableUnmanagedDebugging>false
</EnableUnmanagedDebugging>
22 <DefineConstants>DEBUG;TRACE
</DefineConstants>
23 <WarningLevel>4</WarningLevel>
24 <IncrementalBuild>false
</IncrementalBuild>
26 <PropertyGroup Condition=
" '$(Configuration)' == 'Release' ">
27 <DebugSymbols>false
</DebugSymbols>
28 <Optimize>true
</Optimize>
29 <OutputPath>.\bin\Release\
</OutputPath>
30 <EnableUnmanagedDebugging>false
</EnableUnmanagedDebugging>
31 <DefineConstants>TRACE
</DefineConstants>
32 <WarningLevel>4</WarningLevel>
33 <IncrementalBuild>false
</IncrementalBuild>
35 <Import Project=
"$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
45 <Reference Include=
"System">
47 <Reference Include=
"System.Data">
49 <Reference Include=
"System.Drawing">
51 <Reference Include=
"System.Windows.Forms">
53 <Reference Include=
"System.XML">
57 <Compile Include=
"AssemblyInfo.cs">
58 <SubType>Code
</SubType>
60 <Compile Include=
"WebClientProgress.cs">
61 <SubType>Code
</SubType>
63 <Compile Include=
"WebClientProgressForm.cs">
64 <SubType>Form
</SubType>
66 <Compile Include=
"WebClientProgressForm.designer.cs">
67 <DependentUpon>WebClientProgressForm.cs
</DependentUpon>
68 <SubType>Form
</SubType>