Files correlati : Commento : Aggiunta cartella build contenente i progetti git-svn-id: svn://10.65.10.50/branches/R_10_00@23240 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			134 lines
		
	
	
		
			7.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			134 lines
		
	
	
		
			7.0 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
						|
  <ItemGroup Label="ProjectConfigurations">
 | 
						|
    <ProjectConfiguration Include="Debug|Win32">
 | 
						|
      <Configuration>Debug</Configuration>
 | 
						|
      <Platform>Win32</Platform>
 | 
						|
    </ProjectConfiguration>
 | 
						|
    <ProjectConfiguration Include="Release|Win32">
 | 
						|
      <Configuration>Release</Configuration>
 | 
						|
      <Platform>Win32</Platform>
 | 
						|
    </ProjectConfiguration>
 | 
						|
  </ItemGroup>
 | 
						|
  <PropertyGroup Label="Globals">
 | 
						|
    <ProjectGuid>{B612EC74-9275-43D1-9BE9-5BA942B67B3B}</ProjectGuid>
 | 
						|
  </PropertyGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 | 
						|
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 | 
						|
    <UseOfMfc>false</UseOfMfc>
 | 
						|
    <CharacterSet>MultiByte</CharacterSet>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 | 
						|
    <ConfigurationType>DynamicLibrary</ConfigurationType>
 | 
						|
    <UseOfMfc>false</UseOfMfc>
 | 
						|
  </PropertyGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | 
						|
  <ImportGroup Label="ExtensionSettings">
 | 
						|
  </ImportGroup>
 | 
						|
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
 | 
						|
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
						|
    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
 | 
						|
  </ImportGroup>
 | 
						|
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
 | 
						|
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
						|
    <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC60.props" />
 | 
						|
  </ImportGroup>
 | 
						|
  <PropertyGroup Label="UserMacros" />
 | 
						|
  <PropertyGroup>
 | 
						|
    <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
 | 
						|
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">..\exe\</OutDir>
 | 
						|
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectDir)$(Configuration)\$(ProjectName)\</IntDir>
 | 
						|
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
 | 
						|
    <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">..\exed\</OutDir>
 | 
						|
    <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\$(ProjectName)\</IntDir>
 | 
						|
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental>
 | 
						|
    <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)d</TargetName>
 | 
						|
    <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</GenerateManifest>
 | 
						|
    <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</GenerateManifest>
 | 
						|
    <EmbedManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</EmbedManifest>
 | 
						|
  </PropertyGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
						|
    <Midl>
 | 
						|
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <MkTypLibCompatible>true</MkTypLibCompatible>
 | 
						|
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
						|
      <TargetEnvironment>Win32</TargetEnvironment>
 | 
						|
      <TypeLibraryName>.\../Release/SQLite/SQLite.tlb</TypeLibraryName>
 | 
						|
      <HeaderFileName>
 | 
						|
      </HeaderFileName>
 | 
						|
    </Midl>
 | 
						|
    <ClCompile>
 | 
						|
      <Optimization>MaxSpeed</Optimization>
 | 
						|
      <InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
 | 
						|
      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;SqlITE_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <StringPooling>true</StringPooling>
 | 
						|
      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
 | 
						|
      <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
						|
      <WarningLevel>Level3</WarningLevel>
 | 
						|
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
						|
    </ClCompile>
 | 
						|
    <ResourceCompile>
 | 
						|
      <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <Culture>0x0410</Culture>
 | 
						|
    </ResourceCompile>
 | 
						|
    <Link>
 | 
						|
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
						|
      <ModuleDefinitionFile>..\src\sqlite\sqlite3.def</ModuleDefinitionFile>
 | 
						|
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
 | 
						|
      <DataExecutionPrevention>
 | 
						|
      </DataExecutionPrevention>
 | 
						|
      <ImportLibrary>../lib/SQLite.lib</ImportLibrary>
 | 
						|
      <TargetMachine>MachineX86</TargetMachine>
 | 
						|
    </Link>
 | 
						|
    <Bscmake>
 | 
						|
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
						|
      <OutputFile>.\../Release/SQLite/SQLite.bsc</OutputFile>
 | 
						|
    </Bscmake>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | 
						|
    <Midl>
 | 
						|
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <MkTypLibCompatible>true</MkTypLibCompatible>
 | 
						|
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
						|
      <TargetEnvironment>Win32</TargetEnvironment>
 | 
						|
      <TypeLibraryName>.\../Debug/DebugSQLite/SQLite.tlb</TypeLibraryName>
 | 
						|
      <HeaderFileName>
 | 
						|
      </HeaderFileName>
 | 
						|
    </Midl>
 | 
						|
    <ClCompile>
 | 
						|
      <Optimization>Disabled</Optimization>
 | 
						|
      <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;SQLITE_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <MinimalRebuild>true</MinimalRebuild>
 | 
						|
      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
 | 
						|
      <WarningLevel>Level3</WarningLevel>
 | 
						|
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
						|
      <ProgramDataBaseFileName>$(TargetDir)$(TargetName).pdb</ProgramDataBaseFileName>
 | 
						|
    </ClCompile>
 | 
						|
    <ResourceCompile>
 | 
						|
      <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
						|
      <Culture>0x0410</Culture>
 | 
						|
    </ResourceCompile>
 | 
						|
    <Link>
 | 
						|
      <OutputFile>..\exed\$(TargetFileName)</OutputFile>
 | 
						|
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
						|
      <ModuleDefinitionFile>..\src\sqlite\sqlite3.def</ModuleDefinitionFile>
 | 
						|
      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
						|
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
 | 
						|
      <DataExecutionPrevention>
 | 
						|
      </DataExecutionPrevention>
 | 
						|
      <ImportLibrary>../lib/SqLiteD.lib</ImportLibrary>
 | 
						|
      <TargetMachine>MachineX86</TargetMachine>
 | 
						|
    </Link>
 | 
						|
    <Bscmake>
 | 
						|
      <SuppressStartupBanner>true</SuppressStartupBanner>
 | 
						|
      <OutputFile>.\../Debug/DebugSQLite/SQLite.bsc</OutputFile>
 | 
						|
    </Bscmake>
 | 
						|
  </ItemDefinitionGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ClCompile Include="..\src\sqlite\sqlite3.c" />
 | 
						|
  </ItemGroup>
 | 
						|
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | 
						|
  <ImportGroup Label="ExtensionTargets">
 | 
						|
  </ImportGroup>
 | 
						|
</Project> |