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