| <Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
| <PropertyGroup> | |
| <ProjectType>Local</ProjectType> | |
| <MyType>WindowsFormsWithCustomSubMain</MyType> | |
| <ProductVersion>9.0.21022</ProductVersion> | |
| <SchemaVersion>2.0</SchemaVersion> | |
| <ProjectGuid>{F62D440E-8976-4A6D-91A8-89F09701074F}</ProjectGuid> | |
| <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | |
| <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | |
| <AssemblyName>Project1</AssemblyName> | |
| <OutputType>WinExe</OutputType> | |
| <StartupObject>Project1.Module1</StartupObject> | |
| <AssemblyMajorVersion>1</AssemblyMajorVersion> | |
| <AssemblyMinorVersion>0</AssemblyMinorVersion> | |
| <AssemblyRevisionNumber>0</AssemblyRevisionNumber> | |
| <GenerateRevisionNumber>False</GenerateRevisionNumber> | |
| <AssemblyCompanyName>StarOffice</AssemblyCompanyName> | |
| <RootNamespace>Project1</RootNamespace> | |
| <FileUpgradeFlags> | |
| </FileUpgradeFlags> | |
| </PropertyGroup> | |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | |
| <OutputPath>.\bin\</OutputPath> | |
| <DocumentationFile>Project1.xml</DocumentationFile> | |
| <DebugSymbols>True</DebugSymbols> | |
| <DefineDebug>True</DefineDebug> | |
| <DefineTrace>True</DefineTrace> | |
| <DefineConstants>Win32=True</DefineConstants> | |
| <PlatformTarget>x86</PlatformTarget> | |
| <NoWarn>42016,42017,42018,42019,42032</NoWarn> | |
| <DebugType>full</DebugType> | |
| </PropertyGroup> | |
| <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | |
| <OutputPath>.\bin\</OutputPath> | |
| <DocumentationFile>Project1.xml</DocumentationFile> | |
| <DebugSymbols>False</DebugSymbols> | |
| <DefineDebug>False</DefineDebug> | |
| <DefineTrace>True</DefineTrace> | |
| <DefineConstants>Win32=True</DefineConstants> | |
| <PlatformTarget>x86</PlatformTarget> | |
| <NoWarn>42016,42017,42018,42019,42032</NoWarn> | |
| <DebugType>none</DebugType> | |
| </PropertyGroup> | |
| <ItemGroup> | |
| <Reference Include="Microsoft.VisualBasic.Compatibility"> | |
| <Name>Microsoft.VisualBasic.Compatibility</Name> | |
| </Reference> | |
| <Reference Include="System"> | |
| <Name>System</Name> | |
| </Reference> | |
| <Reference Include="System.Data"> | |
| <Name>System.Data</Name> | |
| </Reference> | |
| <Reference Include="System.Drawing"> | |
| <Name>System.Drawing</Name> | |
| </Reference> | |
| <Reference Include="System.Windows.Forms"> | |
| <Name>System.Windows.Forms</Name> | |
| </Reference> | |
| <Reference Include="System.XML"> | |
| <Name>System.XML</Name> | |
| </Reference> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <Import Include="Microsoft.VisualBasic" /> | |
| <Import Include="Microsoft.VisualBasic.Compatibility" /> | |
| <Import Include="System" /> | |
| <Import Include="System.Collections" /> | |
| <Import Include="System.Data" /> | |
| <Import Include="System.Diagnostics" /> | |
| <Import Include="System.Drawing" /> | |
| <Import Include="System.Windows.Forms" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <Compile Include="AssemblyInfo.vb" /> | |
| <Compile Include="Module1.vb"> | |
| <SubType>Code</SubType> | |
| </Compile> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <Folder Include="My Project\" /> | |
| </ItemGroup> | |
| <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" /> | |
| <PropertyGroup> | |
| <PreBuildEvent> | |
| </PreBuildEvent> | |
| <PostBuildEvent> | |
| </PostBuildEvent> | |
| </PropertyGroup> | |
| </Project> |