1<Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2  <PropertyGroup>
3    <ProjectType>Local</ProjectType>
4    <MyType>WindowsFormsWithCustomSubMain</MyType>
5    <ProductVersion>9.0.21022</ProductVersion>
6    <SchemaVersion>2.0</SchemaVersion>
7    <ProjectGuid>{F62D440E-8976-4A6D-91A8-89F09701074F}</ProjectGuid>
8    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10    <AssemblyName>Project1</AssemblyName>
11    <OutputType>WinExe</OutputType>
12    <StartupObject>Project1.Module1</StartupObject>
13    <AssemblyMajorVersion>1</AssemblyMajorVersion>
14    <AssemblyMinorVersion>0</AssemblyMinorVersion>
15    <AssemblyRevisionNumber>0</AssemblyRevisionNumber>
16    <GenerateRevisionNumber>False</GenerateRevisionNumber>
17    <AssemblyCompanyName>StarOffice</AssemblyCompanyName>
18    <RootNamespace>Project1</RootNamespace>
19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21  </PropertyGroup>
22  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23    <OutputPath>.\bin\</OutputPath>
24    <DocumentationFile>Project1.xml</DocumentationFile>
25    <DebugSymbols>True</DebugSymbols>
26    <DefineDebug>True</DefineDebug>
27    <DefineTrace>True</DefineTrace>
28    <DefineConstants>Win32=True</DefineConstants>
29    <PlatformTarget>x86</PlatformTarget>
30    <NoWarn>42016,42017,42018,42019,42032</NoWarn>
31    <DebugType>full</DebugType>
32  </PropertyGroup>
33  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
34    <OutputPath>.\bin\</OutputPath>
35    <DocumentationFile>Project1.xml</DocumentationFile>
36    <DebugSymbols>False</DebugSymbols>
37    <DefineDebug>False</DefineDebug>
38    <DefineTrace>True</DefineTrace>
39    <DefineConstants>Win32=True</DefineConstants>
40    <PlatformTarget>x86</PlatformTarget>
41    <NoWarn>42016,42017,42018,42019,42032</NoWarn>
42    <DebugType>none</DebugType>
43  </PropertyGroup>
44  <ItemGroup>
45    <Reference Include="Microsoft.VisualBasic.Compatibility">
46      <Name>Microsoft.VisualBasic.Compatibility</Name>
47    </Reference>
48    <Reference Include="System">
49      <Name>System</Name>
50    </Reference>
51    <Reference Include="System.Data">
52      <Name>System.Data</Name>
53    </Reference>
54    <Reference Include="System.Drawing">
55      <Name>System.Drawing</Name>
56    </Reference>
57    <Reference Include="System.Windows.Forms">
58      <Name>System.Windows.Forms</Name>
59    </Reference>
60    <Reference Include="System.XML">
61      <Name>System.XML</Name>
62    </Reference>
63  </ItemGroup>
64  <ItemGroup>
65    <Import Include="Microsoft.VisualBasic" />
66    <Import Include="Microsoft.VisualBasic.Compatibility" />
67    <Import Include="System" />
68    <Import Include="System.Collections" />
69    <Import Include="System.Data" />
70    <Import Include="System.Diagnostics" />
71    <Import Include="System.Drawing" />
72    <Import Include="System.Windows.Forms" />
73  </ItemGroup>
74  <ItemGroup>
75    <Compile Include="AssemblyInfo.vb" />
76    <Compile Include="Module1.vb">
77      <SubType>Code</SubType>
78    </Compile>
79  </ItemGroup>
80  <ItemGroup>
81    <Folder Include="My Project\" />
82  </ItemGroup>
83  <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
84  <PropertyGroup>
85    <PreBuildEvent>
86    </PreBuildEvent>
87    <PostBuildEvent>
88    </PostBuildEvent>
89  </PropertyGroup>
90</Project>