1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
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  </PropertyGroup>
13  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14    <DebugSymbols>true</DebugSymbols>
15    <DebugType>full</DebugType>
16    <Optimize>false</Optimize>
17    <OutputPath>bin\Debug\</OutputPath>
18    <DefineConstants>DEBUG;TRACE</DefineConstants>
19    <ErrorReport>prompt</ErrorReport>
20    <WarningLevel>4</WarningLevel>
21    <UseVSHostingProcess>false</UseVSHostingProcess>
22  </PropertyGroup>
23  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24    <DebugType>none</DebugType>
25    <Optimize>true</Optimize>
26    <OutputPath>bin\Release\</OutputPath>
27    <DefineConstants>TRACE</DefineConstants>
28    <ErrorReport>prompt</ErrorReport>
29    <WarningLevel>4</WarningLevel>
30    <UseVSHostingProcess>false</UseVSHostingProcess>
31  </PropertyGroup>
32  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
33    <DebugSymbols>true</DebugSymbols>
34    <OutputPath>bin\Debug\</OutputPath>
35    <DefineConstants>DEBUG;TRACE</DefineConstants>
36    <DebugType>full</DebugType>
37    <PlatformTarget>x86</PlatformTarget>
38    <UseVSHostingProcess>false</UseVSHostingProcess>
39    <ErrorReport>prompt</ErrorReport>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
42    <OutputPath>bin\Release\</OutputPath>
43    <DefineConstants>TRACE</DefineConstants>
44    <Optimize>true</Optimize>
45    <DebugType>
46    </DebugType>
47    <PlatformTarget>x86</PlatformTarget>
48    <UseVSHostingProcess>false</UseVSHostingProcess>
49    <ErrorReport>prompt</ErrorReport>
50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
52    <DebugSymbols>true</DebugSymbols>
53    <OutputPath>bin\Debug\</OutputPath>
54    <DefineConstants>DEBUG;TRACE</DefineConstants>
55    <DebugType>full</DebugType>
56    <PlatformTarget>x64</PlatformTarget>
57    <UseVSHostingProcess>false</UseVSHostingProcess>
58    <ErrorReport>prompt</ErrorReport>
59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
61    <OutputPath>bin\Release\</OutputPath>
62    <DefineConstants>TRACE</DefineConstants>
63    <Optimize>true</Optimize>
64    <DebugType>
65    </DebugType>
66    <PlatformTarget>x64</PlatformTarget>
67    <UseVSHostingProcess>false</UseVSHostingProcess>
68    <ErrorReport>prompt</ErrorReport>
69  </PropertyGroup>
70  <ItemGroup>
71    <Reference Include="System" />
72    <Reference Include="System.Drawing" />
73    <Reference Include="System.Windows.Forms" />
74  </ItemGroup>
75  <ItemGroup>
76    <Compile Include="Properties\AssemblyInfo.cs" />
77    <Compile Include="SampleForm.cs">
78      <SubType>Form</SubType>
79    </Compile>
80    <Compile Include="SampleForm.Designer.cs">
81      <DependentUpon>SampleForm.cs</DependentUpon>
82    </Compile>
83    <Compile Include="SerializationPlugin.cs" />
84  </ItemGroup>
85  <ItemGroup>
86    <None Include="Sample.jpg">
87      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
88    </None>
89  </ItemGroup>
90  <ItemGroup>
91    <EmbeddedResource Include="SampleForm.resx">
92      <DependentUpon>SampleForm.cs</DependentUpon>
93      <SubType>Designer</SubType>
94    </EmbeddedResource>
95  </ItemGroup>
96  <ItemGroup>
97    <ProjectReference Include="..\..\Library\Library.2005.csproj">
98      <Project>{6598A7CD-8F27-4D3F-A675-5AE63113A7C3}</Project>
99      <Name>Library</Name>
100    </ProjectReference>
101  </ItemGroup>
102  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
103  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
104       Other similar extension points exist, see Microsoft.Common.targets.
105  <Target Name="BeforeBuild">
106  </Target>
107  <Target Name="AfterBuild">
108  </Target>
109  -->
110</Project>