mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
MSVC Builds: Rename "Install" projects
Rename the install projects to clutter-install so that it would be easier to use the project file set as a part of a grand solution file, such as one that is used to build the entire Clutter stack.
This commit is contained in:
parent
2312d26dfe
commit
fc9248b3b6
@ -18,7 +18,7 @@ EXTRA_DIST = \
|
||||
clutter-gen-srcs.props \
|
||||
clutter-install.props \
|
||||
clutter-version-paths.props \
|
||||
install.vcxproj \
|
||||
clutter-install.vcxproj \
|
||||
test-cogl-perf.vcxproj \
|
||||
test-cogl-perf.vcxproj.filters \
|
||||
test-interactive-clutter.vcxproj \
|
||||
|
@ -20,7 +20,7 @@
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{35B2A4AC-7235-4FC7-995D-469D59195041}</ProjectGuid>
|
||||
<RootNamespace>install</RootNamespace>
|
||||
<RootNamespace>clutterinstall</RootNamespace>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
@ -39,7 +39,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cally-clone-example", "call
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-interactive-clutter", "test-interactive-clutter.vcxproj", "{75F9E5AF-040C-448E-96BE-C282EFFFE2D9}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "install", "install.vcxproj", "{35B2A4AC-7235-4FC7-995D-469D59195041}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "clutter-install", "clutter-install.vcxproj", "{35B2A4AC-7235-4FC7-995D-469D59195041}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
@ -11,7 +11,7 @@ EXTRA_DIST = \
|
||||
clutter-gen-srcs.vsprops \
|
||||
clutter-install.vsprops \
|
||||
clutter-version-paths.vsprops \
|
||||
install.vcproj \
|
||||
clutter-install.vcproj \
|
||||
test-cogl-perf.vcproj \
|
||||
test-interactive-clutter.vcproj \
|
||||
test-interactive-clutter.vcprojin \
|
||||
|
@ -2,9 +2,9 @@
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="install"
|
||||
Name="clutter-install"
|
||||
ProjectGUID="{35B2A4AC-7235-4FC7-995D-469D59195041}"
|
||||
RootNamespace="install"
|
||||
RootNamespace="clutterinstall"
|
||||
TargetFrameworkVersion="196613"
|
||||
>
|
||||
<Platforms>
|
@ -93,7 +93,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-interactive-clutter",
|
||||
{EA036190-0950-4640-84F9-D459A33B33A8} = {EA036190-0950-4640-84F9-D459A33B33A8}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "install", "install.vcproj", "{35B2A4AC-7235-4FC7-995D-469D59195041}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "clutter-install", "clutter-install.vcproj", "{35B2A4AC-7235-4FC7-995D-469D59195041}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{27BA2900-A28A-4869-B16D-FBE581A12402} = {27BA2900-A28A-4869-B16D-FBE581A12402}
|
||||
{F433DB3C-1223-489A-AD0C-C64B09F51139} = {F433DB3C-1223-489A-AD0C-C64B09F51139}
|
||||
|
Loading…
Reference in New Issue
Block a user