Rename the install projects as gtk-install, to ease the integration of the projects in a grand solution that may be used to build, for example, the entire GTK+ stack.
78 lines
1.7 KiB
XML
78 lines
1.7 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9.00"
|
|
Name="gtk-install"
|
|
ProjectGUID="{FC5AADB5-95CD-4BF0-BA8B-0C16FE7073FB}"
|
|
RootNamespace="gtkinstall"
|
|
Keyword="Win32Proj"
|
|
TargetFrameworkVersion="131072"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
<Platform
|
|
Name="x64"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
InheritedPropertySheets=".\gtk-install.vsprops"
|
|
OutputDirectory="$(GlibEtcInstallRoot)"
|
|
ConfigurationType="10"
|
|
CharacterSet="2"
|
|
DeleteExtensionsOnClean=""
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="$(GtkDoInstall)"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Debug|x64"
|
|
InheritedPropertySheets=".\gtk-install.vsprops"
|
|
OutputDirectory="$(GlibEtcInstallRoot)"
|
|
ConfigurationType="10"
|
|
CharacterSet="2"
|
|
DeleteExtensionsOnClean=""
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="$(GtkDoInstall)"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
InheritedPropertySheets=".\gtk-install.vsprops"
|
|
OutputDirectory="$(GlibEtcInstallRoot)"
|
|
ConfigurationType="10"
|
|
CharacterSet="2"
|
|
WholeProgramOptimization="1"
|
|
DeleteExtensionsOnClean=""
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="$(GtkDoInstall)"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|x64"
|
|
InheritedPropertySheets=".\gtk-install.vsprops"
|
|
OutputDirectory="$(GlibEtcInstallRoot)"
|
|
ConfigurationType="10"
|
|
CharacterSet="2"
|
|
WholeProgramOptimization="1"
|
|
DeleteExtensionsOnClean=""
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="$(GtkDoInstall)"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
</VisualStudioProject>
|