Blame win32/vs12/gthread.vcxproj

Packit ae235b
Packit ae235b
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
Packit ae235b
  <ItemGroup Label="ProjectConfigurations">
Packit ae235b
    <ProjectConfiguration Include="Debug|Win32">
Packit ae235b
      <Configuration>Debug</Configuration>
Packit ae235b
      <Platform>Win32</Platform>
Packit ae235b
    </ProjectConfiguration>
Packit ae235b
    <ProjectConfiguration Include="Debug|x64">
Packit ae235b
      <Configuration>Debug</Configuration>
Packit ae235b
      <Platform>x64</Platform>
Packit ae235b
    </ProjectConfiguration>
Packit ae235b
    <ProjectConfiguration Include="Release|Win32">
Packit ae235b
      <Configuration>Release</Configuration>
Packit ae235b
      <Platform>Win32</Platform>
Packit ae235b
    </ProjectConfiguration>
Packit ae235b
    <ProjectConfiguration Include="Release|x64">
Packit ae235b
      <Configuration>Release</Configuration>
Packit ae235b
      <Platform>x64</Platform>
Packit ae235b
    </ProjectConfiguration>
Packit ae235b
  </ItemGroup>
Packit ae235b
  <PropertyGroup Label="Globals">
Packit ae235b
    <ProjectGuid>{C8AFB8C3-FFFD-460F-BC13-9AC25D7B117C}</ProjectGuid>
Packit ae235b
    <RootNamespace>gthread</RootNamespace>
Packit ae235b
    <Keyword>Win32Proj</Keyword>
Packit ae235b
  </PropertyGroup>
Packit ae235b
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
Packit ae235b
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
Packit ae235b
    <ConfigurationType>DynamicLibrary</ConfigurationType>
Packit ae235b
    <CharacterSet>MultiByte</CharacterSet>
Packit ae235b
    <WholeProgramOptimization>true</WholeProgramOptimization>
Packit ae235b
    <PlatformToolset>v120</PlatformToolset>
Packit ae235b
  </PropertyGroup>
Packit ae235b
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Packit ae235b
    <ConfigurationType>DynamicLibrary</ConfigurationType>
Packit ae235b
    <CharacterSet>MultiByte</CharacterSet>
Packit ae235b
    <PlatformToolset>v120</PlatformToolset>
Packit ae235b
  </PropertyGroup>
Packit ae235b
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
Packit ae235b
    <ConfigurationType>DynamicLibrary</ConfigurationType>
Packit ae235b
    <CharacterSet>MultiByte</CharacterSet>
Packit ae235b
    <WholeProgramOptimization>true</WholeProgramOptimization>
Packit ae235b
    <PlatformToolset>v120</PlatformToolset>
Packit ae235b
  </PropertyGroup>
Packit ae235b
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
Packit ae235b
    <ConfigurationType>DynamicLibrary</ConfigurationType>
Packit ae235b
    <CharacterSet>MultiByte</CharacterSet>
Packit ae235b
    <PlatformToolset>v120</PlatformToolset>
Packit ae235b
  </PropertyGroup>
Packit ae235b
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
Packit ae235b
  <ImportGroup Label="ExtensionSettings">
Packit ae235b
  </ImportGroup>
Packit ae235b
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
Packit ae235b
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Packit ae235b
    <Import Project="glib-build-defines.props" />
Packit ae235b
  </ImportGroup>
Packit ae235b
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
Packit ae235b
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Packit ae235b
    <Import Project="glib-build-defines.props" />
Packit ae235b
  </ImportGroup>
Packit ae235b
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
Packit ae235b
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Packit ae235b
    <Import Project="glib-build-defines.props" />
Packit ae235b
  </ImportGroup>
Packit ae235b
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
Packit ae235b
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
Packit ae235b
    <Import Project="glib-build-defines.props" />
Packit ae235b
  </ImportGroup>
Packit ae235b
  <PropertyGroup Label="UserMacros" />
Packit ae235b
  <PropertyGroup>
Packit ae235b
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
Packit ae235b
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
Packit ae235b
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
Packit ae235b
    <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
Packit ae235b
  </PropertyGroup>
Packit ae235b
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Packit ae235b
    <ClCompile>
Packit ae235b
      <Optimization>Disabled</Optimization>
Packit ae235b
      <PreprocessorDefinitions>_DEBUG;$(GThreadBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
Packit ae235b
      <MinimalRebuild>true</MinimalRebuild>
Packit ae235b
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
Packit ae235b
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
Packit ae235b
      <PrecompiledHeader>
Packit ae235b
      </PrecompiledHeader>
Packit ae235b
      <WarningLevel>Level3</WarningLevel>
Packit ae235b
      <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
Packit ae235b
      <CompileAs>CompileAsC</CompileAs>
Packit ae235b
    </ClCompile>
Packit ae235b
    <Link>
Packit ae235b
      <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
Packit ae235b
      <GenerateDebugInformation>true</GenerateDebugInformation>
Packit ae235b
      <ProgramDatabaseFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile>
Packit ae235b
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
Packit ae235b
      <SubSystem>Windows</SubSystem>
Packit ae235b
      <DataExecutionPrevention>
Packit ae235b
      </DataExecutionPrevention>
Packit ae235b
      <TargetMachine>MachineX86</TargetMachine>
Packit ae235b
    </Link>
Packit ae235b
  </ItemDefinitionGroup>
Packit ae235b
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
Packit ae235b
    <ClCompile>
Packit ae235b
      <PreprocessorDefinitions>$(GThreadBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
Packit ae235b
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
Packit ae235b
      <PrecompiledHeader>
Packit ae235b
      </PrecompiledHeader>
Packit ae235b
      <WarningLevel>Level3</WarningLevel>
Packit ae235b
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
Packit ae235b
      <CompileAs>CompileAsC</CompileAs>
Packit ae235b
    </ClCompile>
Packit ae235b
    <Link>
Packit ae235b
      <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
Packit ae235b
      <GenerateDebugInformation>true</GenerateDebugInformation>
Packit ae235b
      <ProgramDatabaseFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile>
Packit ae235b
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
Packit ae235b
      <SubSystem>Windows</SubSystem>
Packit ae235b
      <OptimizeReferences>true</OptimizeReferences>
Packit ae235b
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
Packit ae235b
      <DataExecutionPrevention>
Packit ae235b
      </DataExecutionPrevention>
Packit ae235b
      <TargetMachine>MachineX86</TargetMachine>
Packit ae235b
    </Link>
Packit ae235b
  </ItemDefinitionGroup>
Packit ae235b
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Packit ae235b
    <ClCompile>
Packit ae235b
      <Optimization>Disabled</Optimization>
Packit ae235b
      <PreprocessorDefinitions>_DEBUG;$(GThreadBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
Packit ae235b
      <MinimalRebuild>true</MinimalRebuild>
Packit ae235b
      <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
Packit ae235b
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
Packit ae235b
      <PrecompiledHeader>
Packit ae235b
      </PrecompiledHeader>
Packit ae235b
      <WarningLevel>Level3</WarningLevel>
Packit ae235b
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
Packit ae235b
      <CompileAs>CompileAsC</CompileAs>
Packit ae235b
    </ClCompile>
Packit ae235b
    <Link>
Packit ae235b
      <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
Packit ae235b
      <GenerateDebugInformation>true</GenerateDebugInformation>
Packit ae235b
      <ProgramDatabaseFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile>
Packit ae235b
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
Packit ae235b
      <SubSystem>Windows</SubSystem>
Packit ae235b
      <DataExecutionPrevention>
Packit ae235b
      </DataExecutionPrevention>
Packit ae235b
      <TargetMachine>MachineX64</TargetMachine>
Packit ae235b
    </Link>
Packit ae235b
  </ItemDefinitionGroup>
Packit ae235b
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Packit ae235b
    <ClCompile>
Packit ae235b
      <PreprocessorDefinitions>$(GThreadBuildDefines);%(PreprocessorDefinitions)</PreprocessorDefinitions>
Packit ae235b
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
Packit ae235b
      <PrecompiledHeader>
Packit ae235b
      </PrecompiledHeader>
Packit ae235b
      <WarningLevel>Level3</WarningLevel>
Packit ae235b
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
Packit ae235b
      <CompileAs>CompileAsC</CompileAs>
Packit ae235b
    </ClCompile>
Packit ae235b
    <Link>
Packit ae235b
      <OutputFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).dll</OutputFile>
Packit ae235b
      <GenerateDebugInformation>true</GenerateDebugInformation>
Packit ae235b
      <ProgramDatabaseFile>$(OutDir)$(GlibDllPrefix)$(ProjectName)$(GlibDllSuffix).pdb</ProgramDatabaseFile>
Packit ae235b
      <ImportLibrary>$(TargetDir)$(ProjectName)-$(ApiVersion).lib</ImportLibrary>
Packit ae235b
      <SubSystem>Windows</SubSystem>
Packit ae235b
      <OptimizeReferences>true</OptimizeReferences>
Packit ae235b
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
Packit ae235b
      <DataExecutionPrevention>
Packit ae235b
      </DataExecutionPrevention>
Packit ae235b
      <TargetMachine>MachineX64</TargetMachine>
Packit ae235b
    </Link>
Packit ae235b
  </ItemDefinitionGroup>
Packit ae235b
  <ItemGroup>
Packit ae235b
    <ClCompile Include="..\..\gthread\gthread-impl.c" />
Packit ae235b
  </ItemGroup>
Packit ae235b
  <ItemGroup>
Packit ae235b
    <ResourceCompile Include="..\..\gthread\gthread.rc" />
Packit ae235b
  </ItemGroup>
Packit ae235b
  <ItemGroup>
Packit ae235b
    <ProjectReference Include="glib.vcxproj">
Packit ae235b
      <Project>{12bca020-eabf-429e-876a-a476bc9c10c0}</Project>
Packit ae235b
      <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
Packit ae235b
    </ProjectReference>
Packit ae235b
  </ItemGroup>
Packit ae235b
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Packit ae235b
  <ImportGroup Label="ExtensionTargets">
Packit ae235b
  </ImportGroup>
Packit ae235b
</Project>