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    <ProductVersion>8.0.50727</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{AF8B72BD-1A8B-4E6B-A0F1-0BD57497777B}</ProjectGuid>
8    <OutputType>Exe</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>Sample02</RootNamespace>
11    <AssemblyName>Sample02</AssemblyName>
12    <FileUpgradeFlags>
13    </FileUpgradeFlags>
14    <OldToolsVersion>2.0</OldToolsVersion>
15    <UpgradeBackupLocation>
16    </UpgradeBackupLocation>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\Debug\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26    <UseVSHostingProcess>false</UseVSHostingProcess>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <DebugType>none</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>bin\Release\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35    <UseVSHostingProcess>false</UseVSHostingProcess>
36  </PropertyGroup>
37  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
38    <DebugSymbols>true</DebugSymbols>
39    <OutputPath>bin\Debug\</OutputPath>
40    <DefineConstants>DEBUG;TRACE</DefineConstants>
41    <DebugType>full</DebugType>
42    <PlatformTarget>x86</PlatformTarget>
43    <UseVSHostingProcess>false</UseVSHostingProcess>
44    <ErrorReport>prompt</ErrorReport>
45  </PropertyGroup>
46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
47    <OutputPath>bin\Release\</OutputPath>
48    <DefineConstants>TRACE</DefineConstants>
49    <Optimize>true</Optimize>
50    <DebugType>
51    </DebugType>
52    <PlatformTarget>x86</PlatformTarget>
53    <UseVSHostingProcess>false</UseVSHostingProcess>
54    <ErrorReport>prompt</ErrorReport>
55  </PropertyGroup>
56  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
57    <DebugSymbols>true</DebugSymbols>
58    <OutputPath>bin\Debug\</OutputPath>
59    <DefineConstants>DEBUG;TRACE</DefineConstants>
60    <DebugType>full</DebugType>
61    <PlatformTarget>x64</PlatformTarget>
62    <UseVSHostingProcess>false</UseVSHostingProcess>
63    <ErrorReport>prompt</ErrorReport>
64  </PropertyGroup>
65  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
66    <OutputPath>bin\Release\</OutputPath>
67    <DefineConstants>TRACE</DefineConstants>
68    <Optimize>true</Optimize>
69    <DebugType>
70    </DebugType>
71    <PlatformTarget>x64</PlatformTarget>
72    <UseVSHostingProcess>false</UseVSHostingProcess>
73    <ErrorReport>prompt</ErrorReport>
74  </PropertyGroup>
75  <ItemGroup>
76    <Reference Include="System" />
77    <Reference Include="System.Drawing" />
78  </ItemGroup>
79  <ItemGroup>
80    <Compile Include="Program.cs" />
81    <Compile Include="Properties\AssemblyInfo.cs" />
82  </ItemGroup>
83  <ItemGroup>
84    <None Include="multipaged.tif">
85      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
86    </None>
87  </ItemGroup>
88  <ItemGroup>
89    <ProjectReference Include="..\..\Library\Library.csproj">
90      <Project>{6598A7CD-8F27-4D3F-A675-5AE63113A7C3}</Project>
91      <Name>Library</Name>
92    </ProjectReference>
93  </ItemGroup>
94  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
95  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
96       Other similar extension points exist, see Microsoft.Common.targets.
97  <Target Name="BeforeBuild">
98  </Target>
99  <Target Name="AfterBuild">
100  </Target>
101  -->
102</Project>