2011-09-16 05:25:47 -04:00
|
|
|
<?xml version="1.0" encoding="big5"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="9.00"
|
|
|
|
Name="clutter"
|
|
|
|
ProjectGUID="{EA036190-0950-4640-84F9-D459A33B33A8}"
|
|
|
|
RootNamespace="clutter"
|
|
|
|
Keyword="Win32Proj"
|
|
|
|
TargetFrameworkVersion="196613"
|
|
|
|
>
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"
|
|
|
|
/>
|
|
|
|
<Platform
|
|
|
|
Name="x64"
|
|
|
|
/>
|
|
|
|
</Platforms>
|
|
|
|
<ToolFiles>
|
|
|
|
</ToolFiles>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
InheritedPropertySheets=".\clutter.vsprops"
|
|
|
|
ConfigurationType="2"
|
2012-05-14 04:18:13 -04:00
|
|
|
CharacterSet="2"
|
2011-09-16 05:25:47 -04:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
2012-05-14 04:18:13 -04:00
|
|
|
CommandLine="$(PreBuildWin)$(PreBuildCmd2)"
|
2011-09-16 05:25:47 -04:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
2011-10-12 05:02:08 -04:00
|
|
|
AdditionalIncludeDirectories="..\..\..\clutter;..\..\..\clutter\win32;..\..\..\clutter\deprecated;..\..\..\clutter\cally"
|
2011-09-16 05:25:47 -04:00
|
|
|
PreprocessorDefinitions="$(DebugLibBuildDefines);$(ClutterBuildDefines)"
|
|
|
|
MinimalRebuild="true"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
DebugInformationFormat="4"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
CommandLine="$(GenerateClutterDef)"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2012-02-10 02:50:55 -05:00
|
|
|
AdditionalDependencies="opengl32.lib winmm.lib intl.lib json-glib-1.0.lib pangocairo-1.0.lib pango-1.0.lib cairo-gobject.lib cairo.lib atk-1.0.lib gmodule-2.0.lib gio-2.0.lib"
|
2011-11-15 02:19:09 -05:00
|
|
|
OutputFile="$(OutDir)\$(ClutterDllPrefix)$(ProjectName)$(ClutterDllSuffix).dll"
|
2011-09-16 05:25:47 -04:00
|
|
|
LinkIncremental="2"
|
|
|
|
ModuleDefinitionFile="..\..\..\clutter\clutter.def"
|
2011-11-15 02:19:09 -05:00
|
|
|
ImportLibrary="$(TargetDir)$(ProjectName)-$(ClutterApiVersion).lib"
|
2011-09-16 05:25:47 -04:00
|
|
|
GenerateDebugInformation="true"
|
|
|
|
SubSystem="2"
|
|
|
|
TargetMachine="1"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
2012-05-14 04:18:13 -04:00
|
|
|
<Configuration
|
|
|
|
Name="Debug_GDK|Win32"
|
|
|
|
InheritedPropertySheets=".\clutter.vsprops"
|
|
|
|
OutputDirectory="$(SolutionDir)\Debug\$(PlatformName)\bin"
|
|
|
|
ConfigurationType="2"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
CommandLine="$(PreBuildGDK)$(PreBuildCmd2)"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
|
|
|
AdditionalIncludeDirectories="..\..\..\clutter;..\..\..\clutter\win32;..\..\..\clutter\deprecated;..\..\..\clutter\cally;$(GlibEtcInstallRoot)\include\gtk-3.0"
|
2012-05-16 05:21:10 -04:00
|
|
|
PreprocessorDefinitions="$(DebugLibBuildDefines);$(ClutterBuildDefines)"
|
2012-05-14 04:18:13 -04:00
|
|
|
MinimalRebuild="true"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
DebugInformationFormat="4"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
CommandLine="$(GenerateClutterGDKDef)"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="opengl32.lib winmm.lib intl.lib json-glib-1.0.lib gdk-win32-3.0.lib pangocairo-1.0.lib pango-1.0.lib cairo-gobject.lib cairo.lib atk-1.0.lib gmodule-2.0.lib gio-2.0.lib"
|
|
|
|
OutputFile="$(OutDir)\$(ClutterDllPrefix)$(ProjectName)$(ClutterDllSuffix).dll"
|
|
|
|
LinkIncremental="2"
|
|
|
|
ModuleDefinitionFile="..\..\..\clutter\clutter.def"
|
|
|
|
ImportLibrary="$(TargetDir)$(ProjectName)-$(ClutterApiVersion).lib"
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
SubSystem="2"
|
|
|
|
TargetMachine="1"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
2011-09-16 05:25:47 -04:00
|
|
|
<Configuration
|
|
|
|
Name="Debug|x64"
|
|
|
|
InheritedPropertySheets=".\clutter.vsprops"
|
|
|
|
ConfigurationType="2"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
2012-05-14 04:18:13 -04:00
|
|
|
CommandLine="$(PreBuildWin)$(PreBuildCmd2)"
|
2011-09-16 05:25:47 -04:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
2011-10-12 05:02:08 -04:00
|
|
|
AdditionalIncludeDirectories="..\..\..\clutter;..\..\..\clutter\win32;..\..\..\clutter\deprecated;..\..\..\clutter\cally"
|
2011-09-16 05:25:47 -04:00
|
|
|
PreprocessorDefinitions="$(DebugLibBuildDefines);$(ClutterBuildDefines)"
|
|
|
|
MinimalRebuild="true"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
CommandLine="$(GenerateClutterDef)"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2012-02-10 02:50:55 -05:00
|
|
|
AdditionalDependencies="opengl32.lib winmm.lib intl.lib json-glib-1.0.lib pangocairo-1.0.lib pango-1.0.lib cairo-gobject.lib cairo.lib atk-1.0.lib gmodule-2.0.lib gio-2.0.lib"
|
2011-11-15 02:19:09 -05:00
|
|
|
OutputFile="$(OutDir)\$(ClutterDllPrefix)$(ProjectName)$(ClutterDllSuffix).dll"
|
2011-09-16 05:25:47 -04:00
|
|
|
LinkIncremental="2"
|
|
|
|
ModuleDefinitionFile="..\..\..\clutter\clutter.def"
|
2011-11-15 02:19:09 -05:00
|
|
|
ImportLibrary="$(TargetDir)$(ProjectName)-$(ClutterApiVersion).lib"
|
2011-09-16 05:25:47 -04:00
|
|
|
GenerateDebugInformation="true"
|
|
|
|
SubSystem="2"
|
|
|
|
TargetMachine="17"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
2012-05-14 04:18:13 -04:00
|
|
|
<Configuration
|
|
|
|
Name="Debug_GDK|x64"
|
|
|
|
InheritedPropertySheets=".\clutter.vsprops"
|
|
|
|
OutputDirectory="$(SolutionDir)\Debug\$(PlatformName)\bin"
|
|
|
|
ConfigurationType="2"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
CommandLine="$(PreBuildGDK)$(PreBuildCmd2)"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
|
|
|
AdditionalIncludeDirectories="..\..\..\clutter;..\..\..\clutter\win32;..\..\..\clutter\deprecated;..\..\..\clutter\cally;$(GlibEtcInstallRoot)\include\gtk-3.0"
|
2012-05-16 05:21:10 -04:00
|
|
|
PreprocessorDefinitions="$(DebugLibBuildDefines);$(ClutterBuildDefines)"
|
2012-05-14 04:18:13 -04:00
|
|
|
MinimalRebuild="true"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
CommandLine="$(GenerateClutterGDKDef)"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="opengl32.lib winmm.lib intl.lib json-glib-1.0.lib gdk-win32-3.0.lib pangocairo-1.0.lib pango-1.0.lib cairo-gobject.lib cairo.lib atk-1.0.lib gmodule-2.0.lib gio-2.0.lib"
|
|
|
|
OutputFile="$(OutDir)\$(ClutterDllPrefix)$(ProjectName)$(ClutterDllSuffix).dll"
|
|
|
|
LinkIncremental="2"
|
|
|
|
ModuleDefinitionFile="..\..\..\clutter\clutter.def"
|
|
|
|
ImportLibrary="$(TargetDir)$(ProjectName)-$(ClutterApiVersion).lib"
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
SubSystem="2"
|
|
|
|
TargetMachine="17"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
2011-09-16 05:25:47 -04:00
|
|
|
<Configuration
|
|
|
|
Name="Release|Win32"
|
|
|
|
InheritedPropertySheets=".\clutter.vsprops"
|
|
|
|
ConfigurationType="2"
|
2012-05-14 04:18:13 -04:00
|
|
|
CharacterSet="2"
|
2011-09-16 05:25:47 -04:00
|
|
|
WholeProgramOptimization="1"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
2012-05-14 04:18:13 -04:00
|
|
|
CommandLine="$(PreBuildWin)$(PreBuildCmd2)"
|
2011-09-16 05:25:47 -04:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="2"
|
|
|
|
EnableIntrinsicFunctions="true"
|
2011-10-12 05:02:08 -04:00
|
|
|
AdditionalIncludeDirectories="..\..\..\clutter;..\..\..\clutter\win32;..\..\..\clutter\deprecated;..\..\..\clutter\cally"
|
2011-09-16 05:25:47 -04:00
|
|
|
PreprocessorDefinitions="$(ReleaseLibBuildDefines);$(ClutterBuildDefines)"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
CommandLine="$(GenerateClutterDef)"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2012-02-10 02:50:55 -05:00
|
|
|
AdditionalDependencies="opengl32.lib winmm.lib intl.lib json-glib-1.0.lib pangocairo-1.0.lib pango-1.0.lib cairo-gobject.lib cairo.lib atk-1.0.lib gmodule-2.0.lib gio-2.0.lib"
|
2011-11-15 02:19:09 -05:00
|
|
|
OutputFile="$(OutDir)\$(ClutterDllPrefix)$(ProjectName)$(ClutterDllSuffix).dll"
|
2011-09-16 05:25:47 -04:00
|
|
|
LinkIncremental="1"
|
|
|
|
ModuleDefinitionFile="..\..\..\clutter\clutter.def"
|
2011-11-15 02:19:09 -05:00
|
|
|
ImportLibrary="$(TargetDir)$(ProjectName)-$(ClutterApiVersion).lib"
|
2011-09-16 05:25:47 -04:00
|
|
|
GenerateDebugInformation="true"
|
|
|
|
SubSystem="2"
|
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
|
|
|
TargetMachine="1"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
2012-05-14 04:18:13 -04:00
|
|
|
<Configuration
|
|
|
|
Name="Release_GDK|Win32"
|
|
|
|
InheritedPropertySheets=".\clutter.vsprops"
|
|
|
|
OutputDirectory="$(SolutionDir)\Release\$(PlatformName)\bin"
|
|
|
|
ConfigurationType="2"
|
|
|
|
CharacterSet="2"
|
|
|
|
WholeProgramOptimization="1"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
CommandLine="$(PreBuildGDK)$(PreBuildCmd2)"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="2"
|
|
|
|
EnableIntrinsicFunctions="true"
|
|
|
|
AdditionalIncludeDirectories="..\..\..\clutter;..\..\..\clutter\win32;..\..\..\clutter\deprecated;..\..\..\clutter\cally;$(GlibEtcInstallRoot)\include\gtk-3.0"
|
2012-05-16 05:21:10 -04:00
|
|
|
PreprocessorDefinitions="$(ReleaseLibBuildDefines);$(ClutterBuildDefines)"
|
2012-05-14 04:18:13 -04:00
|
|
|
RuntimeLibrary="2"
|
|
|
|
EnableFunctionLevelLinking="true"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
CommandLine="$(GenerateClutterGDKDef)"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="opengl32.lib winmm.lib intl.lib json-glib-1.0.lib gdk-win32-3.0.lib pangocairo-1.0.lib pango-1.0.lib cairo-gobject.lib cairo.lib atk-1.0.lib gmodule-2.0.lib gio-2.0.lib"
|
|
|
|
OutputFile="$(OutDir)\$(ClutterDllPrefix)$(ProjectName)$(ClutterDllSuffix).dll"
|
|
|
|
LinkIncremental="1"
|
|
|
|
ModuleDefinitionFile="..\..\..\clutter\clutter.def"
|
|
|
|
ImportLibrary="$(TargetDir)$(ProjectName)-$(ClutterApiVersion).lib"
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
SubSystem="2"
|
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
|
|
|
TargetMachine="1"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
2011-09-16 05:25:47 -04:00
|
|
|
<Configuration
|
|
|
|
Name="Release|x64"
|
|
|
|
InheritedPropertySheets=".\clutter.vsprops"
|
|
|
|
ConfigurationType="2"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
2012-05-14 04:18:13 -04:00
|
|
|
CommandLine="$(PreBuildWin)$(PreBuildCmd2)"
|
2011-09-16 05:25:47 -04:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2011-10-12 05:02:08 -04:00
|
|
|
AdditionalIncludeDirectories="..\..\..\clutter;..\..\..\clutter\win32;..\..\..\clutter\deprecated;..\..\..\clutter\cally"
|
2011-09-16 05:25:47 -04:00
|
|
|
PreprocessorDefinitions="$(ReleaseLibBuildDefines);$(ClutterBuildDefines)"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
CommandLine="$(GenerateClutterDef)"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
2012-02-10 02:50:55 -05:00
|
|
|
AdditionalDependencies="opengl32.lib winmm.lib intl.lib json-glib-1.0.lib pangocairo-1.0.lib pango-1.0.lib cairo-gobject.lib cairo.lib atk-1.0.lib gmodule-2.0.lib gio-2.0.lib"
|
2011-11-15 02:19:09 -05:00
|
|
|
OutputFile="$(OutDir)\$(ClutterDllPrefix)$(ProjectName)$(ClutterDllSuffix).dll"
|
2011-09-16 05:25:47 -04:00
|
|
|
LinkIncremental="2"
|
|
|
|
ModuleDefinitionFile="..\..\..\clutter\clutter.def"
|
2011-11-15 02:19:09 -05:00
|
|
|
ImportLibrary="$(TargetDir)$(ProjectName)-$(ClutterApiVersion).lib"
|
2011-09-16 05:25:47 -04:00
|
|
|
GenerateDebugInformation="true"
|
|
|
|
SubSystem="2"
|
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
|
|
|
TargetMachine="17"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
2012-05-14 04:18:13 -04:00
|
|
|
<Configuration
|
|
|
|
Name="Release_GDK|x64"
|
|
|
|
InheritedPropertySheets=".\clutter.vsprops"
|
|
|
|
OutputDirectory="$(SolutionDir)\Release\$(PlatformName)\bin"
|
|
|
|
ConfigurationType="2"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
CommandLine="$(PreBuildGDK)$(PreBuildCmd2)"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
AdditionalIncludeDirectories="..\..\..\clutter;..\..\..\clutter\win32;..\..\..\clutter\deprecated;..\..\..\clutter\cally;$(GlibEtcInstallRoot)\include\gtk-3.0"
|
2012-05-16 05:21:10 -04:00
|
|
|
PreprocessorDefinitions="$(ReleaseLibBuildDefines);$(ClutterBuildDefines)"
|
2012-05-14 04:18:13 -04:00
|
|
|
RuntimeLibrary="2"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
CommandLine="$(GenerateClutterGDKDef)"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="opengl32.lib winmm.lib intl.lib json-glib-1.0.lib gdk-win32-3.0.lib pangocairo-1.0.lib pango-1.0.lib cairo-gobject.lib cairo.lib atk-1.0.lib gmodule-2.0.lib gio-2.0.lib"
|
|
|
|
OutputFile="$(OutDir)\$(ClutterDllPrefix)$(ProjectName)$(ClutterDllSuffix).dll"
|
|
|
|
LinkIncremental="2"
|
|
|
|
ModuleDefinitionFile="..\..\..\clutter\clutter.def"
|
|
|
|
ImportLibrary="$(TargetDir)$(ProjectName)-$(ClutterApiVersion).lib"
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
SubSystem="2"
|
|
|
|
OptimizeReferences="2"
|
|
|
|
EnableCOMDATFolding="2"
|
|
|
|
TargetMachine="17"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
2011-09-16 05:25:47 -04:00
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
|
|
|
<Filter Name="Sources"
|
|
|
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
|
|
>
|
|
|
|
#include "clutter.sourcefiles"
|
2012-05-14 04:18:13 -04:00
|
|
|
<File RelativePath="..\..\..\clutter\gdk\clutter-backend-gdk.c" >
|
|
|
|
<FileConfiguration Name="Debug|Win32" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
|
|
|
|
<FileConfiguration Name="Release|Win32" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
|
|
|
|
<FileConfiguration Name="Debug|x64" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
|
|
|
|
<FileConfiguration Name="Release|x64" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File RelativePath="..\..\..\clutter\gdk\clutter-device-manager-gdk.c" >
|
|
|
|
<FileConfiguration Name="Debug|Win32" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
|
|
|
|
<FileConfiguration Name="Release|Win32" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
|
|
|
|
<FileConfiguration Name="Debug|x64" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
|
|
|
|
<FileConfiguration Name="Release|x64" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File RelativePath="..\..\..\clutter\gdk\clutter-input-device-gdk.c" >
|
|
|
|
<FileConfiguration Name="Debug|Win32" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
|
|
|
|
<FileConfiguration Name="Release|Win32" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
|
|
|
|
<FileConfiguration Name="Debug|x64" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
|
|
|
|
<FileConfiguration Name="Release|x64" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File RelativePath="..\..\..\clutter\gdk\clutter-event-gdk.c" >
|
|
|
|
<FileConfiguration Name="Debug|Win32" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
|
|
|
|
<FileConfiguration Name="Release|Win32" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
|
|
|
|
<FileConfiguration Name="Debug|x64" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
|
|
|
|
<FileConfiguration Name="Release|x64" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File RelativePath="..\..\..\clutter\gdk\clutter-stage-gdk.c" >
|
|
|
|
<FileConfiguration Name="Debug|Win32" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
|
|
|
|
<FileConfiguration Name="Release|Win32" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
|
|
|
|
<FileConfiguration Name="Debug|x64" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
|
|
|
|
<FileConfiguration Name="Release|x64" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
|
|
|
|
</File>
|
|
|
|
<File RelativePath="..\..\..\clutter\cogl\clutter-stage-cogl.c" >
|
|
|
|
<FileConfiguration Name="Debug|Win32" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
|
|
|
|
<FileConfiguration Name="Release|Win32" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
|
|
|
|
<FileConfiguration Name="Debug|x64" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
|
|
|
|
<FileConfiguration Name="Release|x64" ExcludedFromBuild="true" ><Tool Name="VCCLCompilerTool" /></FileConfiguration>
|
|
|
|
</File>
|
2011-09-16 05:25:47 -04:00
|
|
|
</Filter>
|
|
|
|
<Filter Name="Headers"
|
|
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
|
|
>
|
|
|
|
</Filter>
|
|
|
|
<Filter Name="Resource Files"
|
|
|
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
|
|
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
|
|
|
>
|
|
|
|
<File RelativePath="..\..\..\clutter\win32\resources.rc" />
|
|
|
|
</Filter>
|
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|