Blame win32/vs11/gobject.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>{F172EFFC-E30F-4593-809E-DB2024B1E753}</ProjectGuid>
Packit ae235b
    <RootNamespace>gobject</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>v110</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>v110</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>v110</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>v110</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)'=='Debug'">true</LinkIncremental>
Packit ae235b
    <LinkIncremental Condition="'$(Configuration)'=='Release'">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;$(GObjectBuildDefines);%(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
    </ClCompile>
Packit ae235b
    <Link>
Packit ae235b
      <AdditionalDependencies>ffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
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>$(GObjectBuildDefines);%(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
    </ClCompile>
Packit ae235b
    <Link>
Packit ae235b
      <AdditionalDependencies>ffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
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;$(GObjectBuildDefines);%(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
    </ClCompile>
Packit ae235b
    <Link>
Packit ae235b
      <AdditionalDependencies>ffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
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>$(GObjectBuildDefines);%(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
    </ClCompile>
Packit ae235b
    <Link>
Packit ae235b
      <AdditionalDependencies>ffi.lib;%(AdditionalDependencies)</AdditionalDependencies>
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="..\..\gobject\gatomicarray.c" />
Packit ae235b
   <ClCompile Include="..\..\gobject\gbinding.c" />
Packit ae235b
   <ClCompile Include="..\..\gobject\gboxed.c" />
Packit ae235b
   <ClCompile Include="..\..\gobject\gclosure.c" />
Packit ae235b
   <ClCompile Include="..\..\gobject\genums.c" />
Packit ae235b
   <ClCompile Include="..\..\gobject\gmarshal.c" />
Packit ae235b
   <ClCompile Include="..\..\gobject\gobject.c" />
Packit ae235b
   <ClCompile Include="..\..\gobject\gparam.c" />
Packit ae235b
   <ClCompile Include="..\..\gobject\gparamspecs.c" />
Packit ae235b
   <ClCompile Include="..\..\gobject\gsignal.c" />
Packit ae235b
   <ClCompile Include="..\..\gobject\gsourceclosure.c" />
Packit ae235b
   <ClCompile Include="..\..\gobject\gtype.c" />
Packit ae235b
   <ClCompile Include="..\..\gobject\gtypemodule.c" />
Packit ae235b
   <ClCompile Include="..\..\gobject\gtypeplugin.c" />
Packit ae235b
   <ClCompile Include="..\..\gobject\gvalue.c" />
Packit ae235b
   <ClCompile Include="..\..\gobject\gvaluearray.c" />
Packit ae235b
   <ClCompile Include="..\..\gobject\gvaluetransform.c" />
Packit ae235b
   <ClCompile Include="..\..\gobject\gvaluetypes.c" />
Packit ae235b
  </ItemGroup>
Packit ae235b
  <ItemGroup>
Packit ae235b
    <ResourceCompile Include="..\..\gobject\gobject.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
    <ProjectReference Include="gthread.vcxproj">
Packit ae235b
      <Project>{c8afb8c3-fffd-460f-bc13-9ac25d7b117c}</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>