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>{491042DB-495B-420C-A3BE-5D13019707C5}</ProjectGuid>
8    <OutputType>WinExe</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>Sample08</RootNamespace>
11    <AssemblyName>Sample08</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    <Reference Include="System.Windows.Forms" />
79  </ItemGroup>
80  <ItemGroup>
81    <Compile Include="Properties\AssemblyInfo.cs" />
82    <Compile Include="SampleForm.cs">
83      <SubType>Form</SubType>
84    </Compile>
85    <Compile Include="SampleForm.Designer.cs">
86      <DependentUpon>SampleForm.cs</DependentUpon>
87    </Compile>
88    <Compile Include="SerializationPlugin.cs" />
89  </ItemGroup>
90  <ItemGroup>
91    <None Include="Sample.jpg">
92      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
93    </None>
94  </ItemGroup>
95  <ItemGroup>
96    <EmbeddedResource Include="SampleForm.resx">
97      <DependentUpon>SampleForm.cs</DependentUpon>
98      <SubType>Designer</SubType>
99    </EmbeddedResource>
100  </ItemGroup>
101  <ItemGroup>
102    <ProjectReference Include="..\..\Library\Library.csproj">
103      <Project>{6598A7CD-8F27-4D3F-A675-5AE63113A7C3}</Project>
104      <Name>Library</Name>
105    </ProjectReference>
106  </ItemGroup>
107  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
108  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
109       Other similar extension points exist, see Microsoft.Common.targets.
110  <Target Name="BeforeBuild">
111  </Target>
112  <Target Name="AfterBuild">
113  </Target>
114  -->
115</Project>