added samples
[windows-sources.git] / sdk / samples / FrameworkSamples / NCL / WebClientProgress / cs / webclientprogress / webclientprogress.csproj
blob563ae45011df6fa25392087bdc9c48ae008df8d5
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
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>
9 <StartupObject>
10 </StartupObject>
11 <RootNamespace>Microsoft.Samples.WebClientProgress</RootNamespace>
12 <NoStandardLibraries>false</NoStandardLibraries>
13 <AssemblyName>WebClientProgress</AssemblyName>
14 <FileUpgradeFlags>
15 </FileUpgradeFlags>
16 </PropertyGroup>
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>
25 </PropertyGroup>
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>
34 </PropertyGroup>
35 <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
36 <PropertyGroup>
37 <PreBuildEvent>
38 </PreBuildEvent>
39 <PostBuildEvent>
40 </PostBuildEvent>
41 <ApplicationIcon>
42 </ApplicationIcon>
43 </PropertyGroup>
44 <ItemGroup>
45 <Reference Include="System">
46 </Reference>
47 <Reference Include="System.Data">
48 </Reference>
49 <Reference Include="System.Drawing">
50 </Reference>
51 <Reference Include="System.Windows.Forms">
52 </Reference>
53 <Reference Include="System.XML">
54 </Reference>
55 </ItemGroup>
56 <ItemGroup>
57 <Compile Include="AssemblyInfo.cs">
58 <SubType>Code</SubType>
59 </Compile>
60 <Compile Include="WebClientProgress.cs">
61 <SubType>Code</SubType>
62 </Compile>
63 <Compile Include="WebClientProgressForm.cs">
64 <SubType>Form</SubType>
65 </Compile>
66 <Compile Include="WebClientProgressForm.designer.cs">
67 <DependentUpon>WebClientProgressForm.cs</DependentUpon>
68 <SubType>Form</SubType>
69 </Compile>
70 </ItemGroup>
71 </Project>