forked from AuroraMiddleware/gtk
a3ba6f7475
This updates the Visual Studio Project GUIDs so that they don't repeat with the GTK+-2.24.x ones, as the 3.x projects can be used with the 2.24.x in a all-in-one solution file (such as when one wants to use a complete GTK+2 and GTK+3 stack when porting Windows applications from GTK+2 to GTK+3), and each project in a solution file is expected to have an unique GUID.
141 lines
3.5 KiB
XML
141 lines
3.5 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9.00"
|
|
Name="gtk3-install"
|
|
ProjectGUID="{23BBF35F-78AF-4E8C-983F-7B90448CD7DF}"
|
|
RootNamespace="gtk3install"
|
|
Keyword="Win32Proj"
|
|
TargetFrameworkVersion="131072"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
<Platform
|
|
Name="x64"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="$(GlibEtcInstallRoot)"
|
|
ConfigurationType="10"
|
|
InheritedPropertySheets=".\gtk3-install.vsprops"
|
|
CharacterSet="2"
|
|
DeleteExtensionsOnClean=""
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="$(GtkDoInstallBin)$(GtkDoInstall)"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Debug|x64"
|
|
OutputDirectory="$(GlibEtcInstallRoot)"
|
|
ConfigurationType="10"
|
|
InheritedPropertySheets=".\gtk3-install.vsprops"
|
|
CharacterSet="2"
|
|
DeleteExtensionsOnClean=""
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="$(GtkDoInstallBin)$(GtkDoInstall)"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Debug_Broadway|Win32"
|
|
OutputDirectory="$(GlibEtcInstallRoot)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="10"
|
|
InheritedPropertySheets=".\gtk3-install.vsprops"
|
|
CharacterSet="2"
|
|
DeleteExtensionsOnClean=""
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="$(GtkDoInstallBin)$(GtkDoInstall)$(GtkDoInstallBroadwayHeaders)"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Debug_Broadway|x64"
|
|
OutputDirectory="$(GlibEtcInstallRoot)"
|
|
ConfigurationType="10"
|
|
InheritedPropertySheets=".\gtk3-install.vsprops"
|
|
CharacterSet="2"
|
|
DeleteExtensionsOnClean=""
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="$(GtkDoInstallBin)$(GtkDoInstall)$(GtkDoInstallBroadwayHeaders)"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="$(GlibEtcInstallRoot)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="10"
|
|
InheritedPropertySheets=".\gtk3-install.vsprops"
|
|
CharacterSet="2"
|
|
DeleteExtensionsOnClean=""
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="$(GtkDoInstallBin)$(GtkDoInstall)"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|x64"
|
|
OutputDirectory="$(GlibEtcInstallRoot)"
|
|
ConfigurationType="10"
|
|
InheritedPropertySheets=".\gtk3-install.vsprops"
|
|
CharacterSet="2"
|
|
DeleteExtensionsOnClean=""
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="$(GtkDoInstallBin)$(GtkDoInstall)"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release_Broadway|Win32"
|
|
OutputDirectory="$(GlibEtcInstallRoot)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="10"
|
|
InheritedPropertySheets=".\gtk3-install.vsprops"
|
|
CharacterSet="2"
|
|
DeleteExtensionsOnClean=""
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="$(GtkDoInstallBin)$(GtkDoInstall)$(GtkDoInstallBroadwayHeaders)"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release_Broadway|x64"
|
|
OutputDirectory="$(GlibEtcInstallRoot)"
|
|
ConfigurationType="10"
|
|
InheritedPropertySheets=".\gtk3-install.vsprops"
|
|
CharacterSet="2"
|
|
DeleteExtensionsOnClean=""
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="$(GtkDoInstallBin)$(GtkDoInstall)$(GtkDoInstallBroadwayHeaders)"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|