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