diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2014-09-13 10:41:33 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2014-09-13 10:41:33 +0800 |
commit | c11abc3cfc6e3e243ac986536039fde5fc08fd12 (patch) | |
tree | 31c40ce9550528031d03e6464b44bd25202ad2bd /MSVC_Net2010/glibmm.vcxproj | |
parent | 7e9cf257fa25c1608c990430b9ca540b5f3b1f62 (diff) | |
download | glibmm-c11abc3cfc6e3e243ac986536039fde5fc08fd12.tar.gz |
Update and Overhaul Visual Studio 2010 Projects
Give the Visual Studio 2010 projects, like the Visual Studio 2008 projects
in the previous commits, a much-needed overhaul and cleanup, so to ease
future maintenance, by consolidating commonly-used items into property
sheets.
* MSVC_Net2010/glibmm-build-defines.props:
* MSVC_Net2010/glibmm-version-paths.props: New property sheets to
consolidate commonly-used items, so that they can be referred to
from the projects and changes to them will only have to be done
here, which will greatly simplify maintenace of the projects.
* MSVC_Net2010/glibmm/glibmm.vcxproj:
* MSVC_Net2010/glibmm/glibmm.vcxproj.filters:
* MSVC_Net2010/giomm/giomm.vcxproj:
* MSVC_Net2010/giomm/giomm.vcxproj.filters: Move to MSVC_Net2010/,
and clean up by making use of the newly-added property sheets.
Update the paths accordingly. Remove unwanted/unneeded items in
them as well.
* MSVC_Net2010/examples/*/*.vcxproj:
* MSVC_Net2010/examples/*/*.vcxproj.filters:
* MSVC_Net2010/tests/*/*.vcxproj
* MSVC_Net2010/tests/*/*.vcxproj.filters: Move all the projects to
MSVC_Net2010/, and adjust the file paths in them accordingly.
Clean up by using the property sheets, and remove unwanted/
unneeded items. Remove the example_ and test_ prefixes from the
project names, and correct the source file names for the
socket-client and socket-server projects
* MSVC_Net2010/glibmm.sln: Update project names and paths
accordingly.
* MSVC_Net2010/filelist.am: Update file names and paths accordingly
Diffstat (limited to 'MSVC_Net2010/glibmm.vcxproj')
-rw-r--r-- | MSVC_Net2010/glibmm.vcxproj | 351 |
1 files changed, 351 insertions, 0 deletions
diff --git a/MSVC_Net2010/glibmm.vcxproj b/MSVC_Net2010/glibmm.vcxproj new file mode 100644 index 00000000..56a16d15 --- /dev/null +++ b/MSVC_Net2010/glibmm.vcxproj @@ -0,0 +1,351 @@ +<?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="Debug|x64"> + <Configuration>Debug</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|x64"> + <Configuration>Release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectName>glibmm</ProjectName> + <ProjectGuid>{58B2B53C-C4FF-47FD-817B-095E45B7F7D4}</ProjectGuid> + <RootNamespace>glibmm</RootNamespace> + <Keyword>Win32Proj</Keyword> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v100</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v100</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v100</PlatformToolset> + </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> + <ConfigurationType>DynamicLibrary</ConfigurationType> + <CharacterSet>MultiByte</CharacterSet> + <PlatformToolset>v100</PlatformToolset> + </PropertyGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> + <ImportGroup Label="ExtensionSettings"> + </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=".\glibmm-build-defines.props" /> + </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=".\glibmm-build-defines.props" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + <Import Project=".\glibmm-build-defines.props" /> + </ImportGroup> + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> + <Import Project=".\glibmm-build-defines.props" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup> + <PreLinkEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</PreLinkEventUseInBuild> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</GenerateManifest> + <PreLinkEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</PreLinkEventUseInBuild> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</GenerateManifest> + <PreLinkEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</PreLinkEventUseInBuild> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</GenerateManifest> + <PreLinkEventUseInBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</PreLinkEventUseInBuild> + <GenerateManifest Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</GenerateManifest> + </PropertyGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> + <ClCompile> + <AdditionalOptions>/vd2 %(AdditionalOptions)</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>_DEBUG;$(GLibMMBuildDefs);%(PreprocessorDefinitions)</PreprocessorDefinitions> + <MinimalRebuild>true</MinimalRebuild> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeTypeInfo>true</RuntimeTypeInfo> + <WarningLevel>Level3</WarningLevel> + <DebugInformationFormat>EditAndContinue</DebugInformationFormat> + </ClCompile> + <PreLinkEvent> + <Message>Generate glibmm def file</Message> + <Command>$(OutDir)\gendef.exe $(DefDir)\$(ProjectName).def $(ProjectName)$(DebugDllSuffix).dll $(IntDir)*.obj</Command> + </PreLinkEvent> + <Link> + <AdditionalDependencies>$(CPPDepLibsDebug);%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <OutputFile>$(OutDir)\$(ProjectName)$(DebugDllSuffix).dll</OutputFile> + <ImportLibrary>$(TargetDir)$(ProjectName)$(DebugDllSuffix).lib</ImportLibrary> + <ModuleDefinitionFile>$(IntDir)\$(ProjectName).def</ModuleDefinitionFile> + <GenerateDebugInformation>true</GenerateDebugInformation> + <RandomizedBaseAddress>false</RandomizedBaseAddress> + <DataExecutionPrevention> + </DataExecutionPrevention> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <Midl> + <TargetEnvironment>X64</TargetEnvironment> + </Midl> + <ClCompile> + <AdditionalOptions>/vd2 %(AdditionalOptions)</AdditionalOptions> + <Optimization>Disabled</Optimization> + <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>_DEBUG;$(GLibMMBuildDefs);%(PreprocessorDefinitions)</PreprocessorDefinitions> + <MinimalRebuild>true</MinimalRebuild> + <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> + <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeTypeInfo>true</RuntimeTypeInfo> + <WarningLevel>Level3</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <PreLinkEvent> + <Message>Generate glibmm def file</Message> + <Command>$(OutDir)\gendef.exe $(DefDir)\$(ProjectName).def $(ProjectName)$(DebugDllSuffix).dll $(IntDir)*.obj</Command> + </PreLinkEvent> + <Link> + <AdditionalDependencies>$(CPPDepLibsDebug);%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <OutputFile>$(OutDir)\$(ProjectName)$(DebugDllSuffix).dll</OutputFile> + <ImportLibrary>$(TargetDir)$(ProjectName)$(DebugDllSuffix).lib</ImportLibrary> + <ModuleDefinitionFile>$(IntDir)\$(ProjectName).def</ModuleDefinitionFile> + <GenerateDebugInformation>true</GenerateDebugInformation> + <RandomizedBaseAddress>false</RandomizedBaseAddress> + <DataExecutionPrevention> + </DataExecutionPrevention> + <TargetMachine>MachineX64</TargetMachine> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> + <ClCompile> + <AdditionalOptions>/vd2 %(AdditionalOptions)</AdditionalOptions> + <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>$(GLibMMBuildDefs);%(PreprocessorDefinitions)</PreprocessorDefinitions> + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> + <RuntimeTypeInfo>true</RuntimeTypeInfo> + <WarningLevel>Level3</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <PreLinkEvent> + <Message>Generate glibmm def file</Message> + <Command>$(OutDir)\gendef.exe $(DefDir)\$(ProjectName).def $(ProjectName)$(ReleaseDllSuffix).dll $(IntDir)*.obj</Command> + </PreLinkEvent> + <Link> + <AdditionalDependencies>$(CPPDepLibsRelease);%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <OutputFile>$(OutDir)\$(ProjectName)$(ReleaseDllSuffix).dll</OutputFile> + <ImportLibrary>$(TargetDir)$(ProjectName)$(ReleaseDllSuffix).lib</ImportLibrary> + <ModuleDefinitionFile>$(IntDir)\$(ProjectName).def</ModuleDefinitionFile> + <RandomizedBaseAddress>false</RandomizedBaseAddress> + <DataExecutionPrevention> + </DataExecutionPrevention> + </Link> + </ItemDefinitionGroup> + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> + <Midl> + <TargetEnvironment>X64</TargetEnvironment> + </Midl> + <ClCompile> + <AdditionalOptions>/vd2 %(AdditionalOptions)</AdditionalOptions> + <AdditionalIncludeDirectories>%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>$(GLibMMBuildDefs);%(PreprocessorDefinitions)</PreprocessorDefinitions> + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> + <RuntimeTypeInfo>true</RuntimeTypeInfo> + <WarningLevel>Level3</WarningLevel> + <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> + </ClCompile> + <PreLinkEvent> + <Message>Generate glibmm def file</Message> + <Command>$(OutDir)\gendef.exe $(DefDir)\$(ProjectName).def $(ProjectName)$(ReleaseDllSuffix).dll $(IntDir)*.obj</Command> + </PreLinkEvent> + <Link> + <AdditionalDependencies>$(CPPDepLibsRelease);%(AdditionalDependencies)</AdditionalDependencies> + <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> + <OutputFile>$(OutDir)\$(ProjectName)$(ReleaseDllSuffix).dll</OutputFile> + <ImportLibrary>$(TargetDir)$(ProjectName)$(ReleaseDllSuffix).lib</ImportLibrary> + <ModuleDefinitionFile>$(IntDir)\$(ProjectName).def</ModuleDefinitionFile> + <RandomizedBaseAddress>false</RandomizedBaseAddress> + <DataExecutionPrevention> + </DataExecutionPrevention> + <TargetMachine>MachineX64</TargetMachine> + </Link> + </ItemDefinitionGroup> + <ItemGroup> + <ClCompile Include="..\glib\glibmm\arrayhandle.cc" /> + <ClCompile Include="..\glib\glibmm\balancedtree.cc" /> + <ClCompile Include="..\glib\glibmm\base64.cc" /> + <ClCompile Include="..\glib\glibmm\bytes.cc" /> + <ClCompile Include="..\glib\glibmm\bytearray.cc" /> + <ClCompile Include="..\glib\glibmm\checksum.cc" /> + <ClCompile Include="..\glib\glibmm\class.cc" /> + <ClCompile Include="..\glib\glibmm\containers.cc" /> + <ClCompile Include="..\glib\glibmm\convert.cc" /> + <ClCompile Include="..\glib\glibmm\date.cc" /> + <ClCompile Include="..\glib\glibmm\datetime.cc" /> + <ClCompile Include="..\glib\glibmm\debug.cc" /> + <ClCompile Include="..\glib\glibmm\dispatcher.cc" /> + <ClCompile Include="..\glib\glibmm\error.cc" /> + <ClCompile Include="..\glib\glibmm\exception.cc" /> + <ClCompile Include="..\glib\glibmm\exceptionhandler.cc" /> + <ClCompile Include="..\glib\glibmm\fileutils.cc" /> + <ClCompile Include="..\glib\glibmm\init.cc" /> + <ClCompile Include="..\glib\glibmm\interface.cc" /> + <ClCompile Include="..\glib\glibmm\iochannel.cc" /> + <ClCompile Include="..\glib\glibmm\keyfile.cc" /> + <ClCompile Include="..\glib\glibmm\main.cc" /> + <ClCompile Include="..\glib\glibmm\markup.cc" /> + <ClCompile Include="..\glib\glibmm\miscutils.cc" /> + <ClCompile Include="..\glib\glibmm\module.cc" /> + <ClCompile Include="..\glib\glibmm\nodetree.cc" /> + <ClCompile Include="..\glib\glibmm\object.cc" /> + <ClCompile Include="..\glib\glibmm\objectbase.cc" /> + <ClCompile Include="..\glib\glibmm\optioncontext.cc" /> + <ClCompile Include="..\glib\glibmm\optionentry.cc" /> + <ClCompile Include="..\glib\glibmm\optiongroup.cc" /> + <ClCompile Include="..\glib\glibmm\pattern.cc" /> + <ClCompile Include="..\glib\glibmm\property.cc" /> + <ClCompile Include="..\glib\glibmm\propertyproxy.cc" /> + <ClCompile Include="..\glib\glibmm\propertyproxy_base.cc" /> + <ClCompile Include="..\glib\glibmm\quark.cc" /> + <ClCompile Include="..\glib\glibmm\random.cc" /> + <ClCompile Include="..\glib\glibmm\regex.cc" /> + <ClCompile Include="..\glib\glibmm\sarray.cc" /> + <ClCompile Include="..\glib\glibmm\shell.cc" /> + <ClCompile Include="..\glib\glibmm\signalproxy.cc" /> + <ClCompile Include="..\glib\glibmm\signalproxy_connectionnode.cc" /> + <ClCompile Include="..\glib\glibmm\spawn.cc" /> + <ClCompile Include="..\glib\glibmm\streamiochannel.cc" /> + <ClCompile Include="..\glib\glibmm\stringutils.cc" /> + <ClCompile Include="..\glib\glibmm\thread.cc" /> + <ClCompile Include="..\glib\glibmm\threadpool.cc" /> + <ClCompile Include="..\glib\glibmm\threads.cc" /> + <ClCompile Include="..\glib\glibmm\timer.cc" /> + <ClCompile Include="..\glib\glibmm\timeval.cc" /> + <ClCompile Include="..\glib\glibmm\timezone.cc" /> + <ClCompile Include="..\glib\glibmm\unicode.cc" /> + <ClCompile Include="..\glib\glibmm\uriutils.cc" /> + <ClCompile Include="..\glib\glibmm\ustring.cc" /> + <ClCompile Include="..\glib\glibmm\utility.cc" /> + <ClCompile Include="..\glib\glibmm\value.cc" /> + <ClCompile Include="..\glib\glibmm\value_basictypes.cc" /> + <ClCompile Include="..\glib\glibmm\value_custom.cc" /> + <ClCompile Include="..\glib\glibmm\valuearray.cc" /> + <ClCompile Include="..\glib\glibmm\variant.cc" /> + <ClCompile Include="..\glib\glibmm\variantdict.cc" /> + <ClCompile Include="..\glib\glibmm\variantiter.cc" /> + <ClCompile Include="..\glib\glibmm\varianttype.cc" /> + <ClCompile Include="..\glib\glibmm\variant_basictypes.cc" /> + <ClCompile Include="..\glib\glibmm\vectorutils.cc" /> + <ClCompile Include="..\glib\glibmm\wrap.cc" /> + <ClCompile Include="..\glib\glibmm\wrap_init.cc" /> + </ItemGroup> + <ItemGroup> + <ClInclude Include="..\glib\glibmm\arrayhandle.h" /> + <ClInclude Include="..\glib\glibmm\balancedtree.h" /> + <ClInclude Include="..\glib\glibmm\base64.h" /> + <ClInclude Include="..\glib\glibmm\bytes.h" /> + <ClInclude Include="..\glib\glibmm\bytearray.h" /> + <ClInclude Include="..\glib\glibmm\checksum.h" /> + <ClInclude Include="..\glib\glibmm\class.h" /> + <ClInclude Include="..\glib\glibmm\containerhandle_shared.h" /> + <ClInclude Include="..\glib\glibmm\containers.h" /> + <ClInclude Include="..\glib\glibmm\convert.h" /> + <ClInclude Include="..\glib\glibmm\date.h" /> + <ClInclude Include="..\glib\glibmm\datetime.h" /> + <ClInclude Include="..\glib\glibmm\debug.h" /> + <ClInclude Include="..\glib\glibmm\dispatcher.h" /> + <ClInclude Include="..\glib\glibmm\error.h" /> + <ClInclude Include="..\glib\glibmm\exception.h" /> + <ClInclude Include="..\glib\glibmm\exceptionhandler.h" /> + <ClInclude Include="..\glib\glibmm\fileutils.h" /> + <ClInclude Include="..\glib\glibmm\helperlist.h" /> + <ClInclude Include="..\glib\glibmm\i18n-lib.h" /> + <ClInclude Include="..\glib\glibmm\i18n.h" /> + <ClInclude Include="..\glib\glibmm\init.h" /> + <ClInclude Include="..\glib\glibmm\interface.h" /> + <ClInclude Include="..\glib\glibmm\iochannel.h" /> + <ClInclude Include="..\glib\glibmm\keyfile.h" /> + <ClInclude Include="..\glib\glibmm\listhandle.h" /> + <ClInclude Include="..\glib\glibmm\main.h" /> + <ClInclude Include="..\glib\glibmm\markup.h" /> + <ClInclude Include="..\glib\glibmm\miscutils.h" /> + <ClInclude Include="..\glib\glibmm\module.h" /> + <ClInclude Include="..\glib\glibmm\nodetree.h" /> + <ClInclude Include="..\glib\glibmm\object.h" /> + <ClInclude Include="..\glib\glibmm\objectbase.h" /> + <ClInclude Include="..\glib\glibmm\optioncontext.h" /> + <ClInclude Include="..\glib\glibmm\optionentry.h" /> + <ClInclude Include="..\glib\glibmm\optiongroup.h" /> + <ClInclude Include="..\glib\glibmm\pattern.h" /> + <ClInclude Include="..\glib\glibmm\property.h" /> + <ClInclude Include="..\glib\glibmm\propertyproxy.h" /> + <ClInclude Include="..\glib\glibmm\propertyproxy_base.h" /> + <ClInclude Include="..\glib\glibmm\quark.h" /> + <ClInclude Include="..\glib\glibmm\random.h" /> + <ClInclude Include="..\glib\glibmm\refptr.h" /> + <ClInclude Include="..\glib\glibmm\regex.h" /> + <ClInclude Include="..\glib\glibmm\sarray.h" /> + <ClInclude Include="..\glib\glibmm\shell.h" /> + <ClInclude Include="..\glib\glibmm\signalproxy.h" /> + <ClInclude Include="..\glib\glibmm\signalproxy_connectionnode.h" /> + <ClInclude Include="..\glib\glibmm\slisthandle.h" /> + <ClInclude Include="..\glib\glibmm\spawn.h" /> + <ClInclude Include="..\glib\glibmm\streamiochannel.h" /> + <ClInclude Include="..\glib\glibmm\stringutils.h" /> + <ClInclude Include="..\glib\glibmm\thread.h" /> + <ClInclude Include="..\glib\glibmm\threadpool.h" /> + <ClInclude Include="..\glib\glibmm\threads.h" /> + <ClInclude Include="..\glib\glibmm\timer.h" /> + <ClInclude Include="..\glib\glibmm\timeval.h" /> + <ClInclude Include="..\glib\glibmm\timezone.h" /> + <ClInclude Include="..\glib\glibmm\unicode.h" /> + <ClInclude Include="..\glib\glibmm\uriutils.h" /> + <ClInclude Include="..\glib\glibmm\ustring.h" /> + <ClInclude Include="..\glib\glibmm\utility.h" /> + <ClInclude Include="..\glib\glibmm\value.h" /> + <ClInclude Include="..\glib\glibmm\value_basictypes.h" /> + <ClInclude Include="..\glib\glibmm\value_custom.h" /> + <ClInclude Include="..\glib\glibmm\valuearray.h" /> + <ClInclude Include="..\glib\glibmm\variant.h" /> + <ClInclude Include="..\glib\glibmm\variantdict.h" /> + <ClInclude Include="..\glib\glibmm\variantiter.h" /> + <ClInclude Include="..\glib\glibmm\varianttype.h" /> + <ClInclude Include="..\glib\glibmm\variant_basictypes.h" /> + <ClInclude Include="..\glib\glibmm\vectorutils.h" /> + <ClInclude Include="..\glib\glibmm\wrap.h" /> + <ClInclude Include="..\glib\glibmm\wrap_init.h" /> + </ItemGroup> + <ItemGroup> + <ResourceCompile Include=".\glibmm\glibmm.rc" /> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="gendef.vcxproj"> + <Project>{07324745-c9be-4d65-b08a-9c88188c0c28}</Project> + <ReferenceOutputAssembly>false</ReferenceOutputAssembly> + </ProjectReference> + </ItemGroup> + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> + <ImportGroup Label="ExtensionTargets"> + </ImportGroup> +</Project>
\ No newline at end of file |