Author: rhuijben
Date: Sat Dec 29 10:47:52 2012
New Revision: 1426741

URL: http://svn.apache.org/viewvc?rev=1426741&view=rev
Log:
* templates/svn_locale.vcxproj.ezt
* templates/svn_locale.vcproj.ezt
  Fill in the project guid from the template to avoid unneeded regeneration of
  the project file after VS forces a project change to store the guid from the
  .sln file in the project.

Modified:
    subversion/trunk/build/generator/templates/svn_locale.vcproj.ezt
    subversion/trunk/build/generator/templates/svn_locale.vcxproj.ezt

Modified: subversion/trunk/build/generator/templates/svn_locale.vcproj.ezt
URL: 
http://svn.apache.org/viewvc/subversion/trunk/build/generator/templates/svn_locale.vcproj.ezt?rev=1426741&r1=1426740&r2=1426741&view=diff
==============================================================================
--- subversion/trunk/build/generator/templates/svn_locale.vcproj.ezt (original)
+++ subversion/trunk/build/generator/templates/svn_locale.vcproj.ezt Sat Dec 29 
10:47:52 2012
@@ -22,7 +22,7 @@
        ProjectType="Visual C++"
        Version="[version]"
        Name="locale"
-       ProjectGUID="{18FA6D17-1EE7-43A2-BC2A-C2AF819CEEFB}"
+       ProjectGUID="[project_guid]"
        Keyword="MakeFileProj">
        <Platforms>
 [for platforms]                <Platform

Modified: subversion/trunk/build/generator/templates/svn_locale.vcxproj.ezt
URL: 
http://svn.apache.org/viewvc/subversion/trunk/build/generator/templates/svn_locale.vcxproj.ezt?rev=1426741&r1=1426740&r2=1426741&view=diff
==============================================================================
--- subversion/trunk/build/generator/templates/svn_locale.vcxproj.ezt (original)
+++ subversion/trunk/build/generator/templates/svn_locale.vcxproj.ezt Sat Dec 
29 10:47:52 2012
@@ -27,7 +27,7 @@
 [end][end]  </ItemGroup>
   <PropertyGroup Label="Globals">
     <ProjectName>locale</ProjectName>
-    <ProjectGuid>{18FA6D17-1EE7-43A2-BC2A-C2AF819CEEFB}</ProjectGuid>
+    <ProjectGuid>[project_guid]</ProjectGuid>
     <Keyword>MakeFileProj</Keyword>
   </PropertyGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />


Reply via email to