mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 11:00:01 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			95 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			95 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<CONFIG>
 | 
						|
  <ProjectOptions>
 | 
						|
    <Version Value="10"/>
 | 
						|
    <General>
 | 
						|
      <SessionStorage Value="InProjectDir"/>
 | 
						|
      <MainUnit Value="0"/>
 | 
						|
      <Title Value="MSSQLConn"/>
 | 
						|
      <ResourceType Value="res"/>
 | 
						|
    </General>
 | 
						|
    <i18n>
 | 
						|
      <EnableI18N LFM="False"/>
 | 
						|
    </i18n>
 | 
						|
    <BuildModes Count="1">
 | 
						|
      <Item1 Name="Default" Default="True"/>
 | 
						|
    </BuildModes>
 | 
						|
    <PublishOptions>
 | 
						|
      <Version Value="2"/>
 | 
						|
      <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
 | 
						|
      <ExcludeFileFilter Value="*.(bak|ppu|o|so);*~;backup"/>
 | 
						|
    </PublishOptions>
 | 
						|
    <RunParams>
 | 
						|
      <local>
 | 
						|
        <FormatVersion Value="1"/>
 | 
						|
      </local>
 | 
						|
    </RunParams>
 | 
						|
    <RequiredPackages Count="3">
 | 
						|
      <Item1>
 | 
						|
        <PackageName Value="FCL"/>
 | 
						|
      </Item1>
 | 
						|
      <Item2>
 | 
						|
        <PackageName Value="SQLDBLaz"/>
 | 
						|
      </Item2>
 | 
						|
      <Item3>
 | 
						|
        <PackageName Value="LCL"/>
 | 
						|
      </Item3>
 | 
						|
    </RequiredPackages>
 | 
						|
    <Units Count="3">
 | 
						|
      <Unit0>
 | 
						|
        <Filename Value="mssqlconnsample.lpr"/>
 | 
						|
        <IsPartOfProject Value="True"/>
 | 
						|
      </Unit0>
 | 
						|
      <Unit1>
 | 
						|
        <Filename Value="dbform.pas"/>
 | 
						|
        <IsPartOfProject Value="True"/>
 | 
						|
        <ComponentName Value="Form1"/>
 | 
						|
        <HasResources Value="True"/>
 | 
						|
        <ResourceBaseClass Value="Form"/>
 | 
						|
      </Unit1>
 | 
						|
      <Unit2>
 | 
						|
        <Filename Value="dbloginform.pas"/>
 | 
						|
        <IsPartOfProject Value="True"/>
 | 
						|
        <ComponentName Value="LoginForm"/>
 | 
						|
        <HasResources Value="True"/>
 | 
						|
        <ResourceBaseClass Value="Form"/>
 | 
						|
      </Unit2>
 | 
						|
    </Units>
 | 
						|
  </ProjectOptions>
 | 
						|
  <CompilerOptions>
 | 
						|
    <Version Value="11"/>
 | 
						|
    <Target>
 | 
						|
      <Filename Value="mssqlconnsample"/>
 | 
						|
    </Target>
 | 
						|
    <SearchPaths>
 | 
						|
      <IncludeFiles Value="$(ProjOutDir)"/>
 | 
						|
      <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
 | 
						|
    </SearchPaths>
 | 
						|
    <Linking>
 | 
						|
      <Debugging>
 | 
						|
        <GenerateDebugInfo Value="False"/>
 | 
						|
        <UseExternalDbgSyms Value="True"/>
 | 
						|
      </Debugging>
 | 
						|
      <LinkSmart Value="True"/>
 | 
						|
      <Options>
 | 
						|
        <Win32>
 | 
						|
          <GraphicApplication Value="True"/>
 | 
						|
        </Win32>
 | 
						|
      </Options>
 | 
						|
    </Linking>
 | 
						|
  </CompilerOptions>
 | 
						|
  <Debugging>
 | 
						|
    <Exceptions Count="3">
 | 
						|
      <Item1>
 | 
						|
        <Name Value="EAbort"/>
 | 
						|
      </Item1>
 | 
						|
      <Item2>
 | 
						|
        <Name Value="ECodetoolError"/>
 | 
						|
      </Item2>
 | 
						|
      <Item3>
 | 
						|
        <Name Value="EFOpenError"/>
 | 
						|
      </Item3>
 | 
						|
    </Exceptions>
 | 
						|
  </Debugging>
 | 
						|
</CONFIG>
 |