Author: rhuijben
Date: Thu Jul 5 18:53:09 2012
New Revision: 1357800
URL: http://svn.apache.org/viewvc?rev=1357800&view=rev
Log:
* build/generator/templates/svn_config.vcxproj.ezt
Following up on r1357765, update svn_config template to add the sql
dependencies to the generator project, to enable monitoring the files for
changes via the scc api.
Modified:
subversion/trunk/build/generator/templates/svn_config.vcxproj.ezt
Modified: subversion/trunk/build/generator/templates/svn_config.vcxproj.ezt
URL:
http://svn.apache.org/viewvc/subversion/trunk/build/generator/templates/svn_config.vcxproj.ezt?rev=1357800&r1=1357799&r2=1357800&view=diff
==============================================================================
--- subversion/trunk/build/generator/templates/svn_config.vcxproj.ezt (original)
+++ subversion/trunk/build/generator/templates/svn_config.vcxproj.ezt Thu Jul
5 18:53:09 2012
@@ -26,6 +26,7 @@
</ProjectConfiguration>
[end][end] </ItemGroup>
<PropertyGroup Label="Globals">
+ <ProjectName>svn_config</ProjectName>
<ProjectGuid>[project_guid]</ProjectGuid>
<Keyword>MakeFileProj</Keyword>
</PropertyGroup>
@@ -34,6 +35,7 @@
<ConfigurationType>Utility</ConfigurationType>
<UseDebugLibraries>[is configs
"Debug"]true[else]false[end]</UseDebugLibraries>
<PlatformToolset>[toolset_version]</PlatformToolset>
+ <CLRSupport>false</CLRSupport>
</PropertyGroup>
[end][end] <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
@@ -67,6 +69,9 @@
[end][end]
</CustomBuild>
[end] </ItemGroup>
+ <ItemGroup>
+[for sql][for sql.dependencies] <None
Include="$(SolutionDir)\[sql.dependencies]" />
+[end][end] </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>