mirror of
https://github.com/brl/mutter.git
synced 2024-11-29 03:20:46 -05:00
MSVC Builds: Rename "Install" Projects
Rename the install projects to cogl-install, so that it is easier to differentiate the projects when using the project set in a grand solution file, such as a grand solution file that is used to build the entire Clutter stack.
This commit is contained in:
parent
0809fbfe03
commit
8e88fef83b
@ -30,5 +30,5 @@ EXTRA_DIST = \
|
|||||||
test-conformance-cogl.vcxprojin \
|
test-conformance-cogl.vcxprojin \
|
||||||
test-conformance-cogl.vcxproj.filters \
|
test-conformance-cogl.vcxproj.filters \
|
||||||
test-conformance-cogl.vcxproj.filtersin \
|
test-conformance-cogl.vcxproj.filtersin \
|
||||||
install.vcxproj \
|
cogl-install.vcxproj \
|
||||||
README.txt
|
README.txt
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<PropertyGroup Label="Globals">
|
<PropertyGroup Label="Globals">
|
||||||
<ProjectGuid>{35B2A4AC-7235-4FC7-995D-469D59195041}</ProjectGuid>
|
<ProjectGuid>{35B2A4AC-7235-4FC7-995D-469D59195041}</ProjectGuid>
|
||||||
<RootNamespace>install</RootNamespace>
|
<RootNamespace>coglinstall</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
@ -13,7 +13,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cogl-sdl2-hello", "cogl-sdl
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cogl-info", "cogl-info.vcxproj", "{CD17F5C8-C860-4A65-8209-4D0B093A3DA3}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cogl-info", "cogl-info.vcxproj", "{CD17F5C8-C860-4A65-8209-4D0B093A3DA3}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "install", "install.vcxproj", "{35B2A4AC-7235-4FC7-995D-469D59195041}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cogl-install", "cogl-install.vcxproj", "{35B2A4AC-7235-4FC7-995D-469D59195041}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cogl-crate", "cogl-crate.vcxproj", "{DE1A2710-04BB-4C3D-90C1-B070E326B1CF}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cogl-crate", "cogl-crate.vcxproj", "{DE1A2710-04BB-4C3D-90C1-B070E326B1CF}"
|
||||||
EndProject
|
EndProject
|
||||||
|
@ -17,5 +17,5 @@ EXTRA_DIST = \
|
|||||||
cogl-crate.vcproj \
|
cogl-crate.vcproj \
|
||||||
cogl-msaa.vcproj \
|
cogl-msaa.vcproj \
|
||||||
cogl-info.vcproj \
|
cogl-info.vcproj \
|
||||||
install.vcproj \
|
cogl-install.vcproj \
|
||||||
README.txt
|
README.txt
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="9.00"
|
Version="9.00"
|
||||||
Name="install"
|
Name="cogl-install"
|
||||||
ProjectGUID="{35B2A4AC-7235-4FC7-995D-469D59195041}"
|
ProjectGUID="{35B2A4AC-7235-4FC7-995D-469D59195041}"
|
||||||
RootNamespace="install"
|
RootNamespace="coglinstall"
|
||||||
TargetFrameworkVersion="196613"
|
TargetFrameworkVersion="196613"
|
||||||
>
|
>
|
||||||
<Platforms>
|
<Platforms>
|
@ -41,7 +41,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test-conformance-cogl", "te
|
|||||||
{F3A80987-5411-43DB-A23B-06F2076E1207} = {F3A80987-5411-43DB-A23B-06F2076E1207}
|
{F3A80987-5411-43DB-A23B-06F2076E1207} = {F3A80987-5411-43DB-A23B-06F2076E1207}
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "install", "install.vcproj", "{35B2A4AC-7235-4FC7-995D-469D59195041}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cogl-install", "cogl-install.vcproj", "{35B2A4AC-7235-4FC7-995D-469D59195041}"
|
||||||
ProjectSection(ProjectDependencies) = postProject
|
ProjectSection(ProjectDependencies) = postProject
|
||||||
{FE5ABD0F-91E8-4AA5-9C1C-408427D5F768} = {FE5ABD0F-91E8-4AA5-9C1C-408427D5F768}
|
{FE5ABD0F-91E8-4AA5-9C1C-408427D5F768} = {FE5ABD0F-91E8-4AA5-9C1C-408427D5F768}
|
||||||
{F5A43C12-7032-428E-A56A-D294075FA493} = {F5A43C12-7032-428E-A56A-D294075FA493}
|
{F5A43C12-7032-428E-A56A-D294075FA493} = {F5A43C12-7032-428E-A56A-D294075FA493}
|
||||||
|
Loading…
Reference in New Issue
Block a user