Blame win32/vs14/gmodule.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>{4214047C-F5C1-40B3-8369-5DCED8C32770}</ProjectGuid>
Packit ae235b
    <RootNamespace>gmodule</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>v140</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>v140</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>v140</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>v140</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-gen-srcs.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-gen-srcs.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-gen-srcs.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-gen-srcs.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;$(GModuleBuildDefines);%(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>$(GModuleBuildDefines);%(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;$(GModuleBuildDefines);%(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>$(GModuleBuildDefines);%(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="..\..\gmodule\gmodule.c" />
Packit ae235b
  </ItemGroup>
Packit ae235b
  <ItemGroup>
Packit ae235b
    <CustomBuild Include="..\..\gmodule\gmoduleconf.h.win32">
Packit ae235b
      <Message Condition="'$(Configuration)'=='Debug'">Copying gmoduleconf.h from gmoduleconf.h.win32...</Message>
Packit ae235b
      <Command Condition="'$(Configuration)'=='Debug'">$(GenGModuleConfH)</Command>
Packit ae235b
      <Outputs Condition="'$(Configuration)'=='Debug'">..\..\gmodule\gmoduleconf.h;%(Outputs)</Outputs>
Packit ae235b
      <Message Condition="'$(Configuration)'=='Release'">Copying gmoduleconf.h from gmoduleconf.h.win32...</Message>
Packit ae235b
      <Command Condition="'$(Configuration)'=='Release'">$(GenGModuleConfH)</Command>
Packit ae235b
      <Outputs Condition="'$(Configuration)'=='Release'">..\..\gmodule\gmoduleconf.h;%(Outputs)</Outputs>
Packit ae235b
    </CustomBuild>
Packit ae235b
  </ItemGroup>
Packit ae235b
  <ItemGroup>
Packit ae235b
    <ResourceCompile Include="..\..\gmodule\gmodule.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>