~svn/ubuntu/raring/subversion/ppa

« back to all changes in this revision

Viewing changes to build/generator/svn_config.vcproj.ezt

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-12-05 01:26:14 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051205012614-qom4xfypgtsqc2xq
Tags: 1.2.3dfsg1-3ubuntu1
Merge with the final Debian release of 1.2.3dfsg1-3, bringing in
fixes to the clean target, better documentation of the libdb4.3
upgrade and build fixes to work with swig1.3_1.3.27.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding = "Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="[version]"
 
5
        Name="__CONFIG__"
 
6
        SccProjectName=""
 
7
        SccLocalPath=""
 
8
        Keyword="MakeFileProj">
 
9
        <Platforms>
 
10
                <Platform
 
11
                        Name="Win32"/>
 
12
        </Platforms>
 
13
        <Configurations>
 
14
                <Configuration
 
15
                        Name="Debug|Win32"
 
16
                        OutputDirectory="."
 
17
                        IntermediateDirectory="."
 
18
                        ConfigurationType="10"
 
19
                        UseOfMFC="0"
 
20
                        DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;$(TargetPath)"
 
21
                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
 
22
                        <Tool
 
23
                                Name="VCCustomBuildTool"/>
 
24
                        <Tool
 
25
                                Name="VCMIDLTool"
 
26
                                TypeLibraryName="./svn_config.tlb"
 
27
                                HeaderFileName=""/>
 
28
                        <Tool
 
29
                                Name="VCPostBuildEventTool"/>
 
30
                        <Tool
 
31
                                Name="VCPreBuildEventTool"/>
 
32
                </Configuration>
 
33
                <Configuration
 
34
                        Name="Release|Win32"
 
35
                        OutputDirectory="."
 
36
                        IntermediateDirectory="."
 
37
                        ConfigurationType="10"
 
38
                        UseOfMFC="0"
 
39
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
40
                        DeleteExtensionsOnClean="*.obj;*.ilk;*.pdb;*.tlb;*.tli;*.tlh;*.tmp;*.rsp;$(TargetPath)">
 
41
                        <Tool
 
42
                                Name="VCCustomBuildTool"/>
 
43
                        <Tool
 
44
                                Name="VCMIDLTool"
 
45
                                TypeLibraryName="./svn_config.tlb"
 
46
                                HeaderFileName=""/>
 
47
                        <Tool
 
48
                                Name="VCPostBuildEventTool"/>
 
49
                        <Tool
 
50
                                Name="VCPreBuildEventTool"/>
 
51
                </Configuration>
 
52
        </Configurations>
 
53
        <Files>
 
54
                <File
 
55
                        RelativePath="..\..\subversion\svn_private_config.h">
 
56
                        <FileConfiguration
 
57
                                Name="Debug|Win32"
 
58
                                ExcludedFromBuild="TRUE">
 
59
                                <Tool
 
60
                                        Name="VCCustomBuildTool"/>
 
61
                        </FileConfiguration>
 
62
                        <FileConfiguration
 
63
                                Name="Release|Win32"
 
64
                                ExcludedFromBuild="TRUE">
 
65
                                <Tool
 
66
                                        Name="VCCustomBuildTool"/>
 
67
                        </FileConfiguration>
 
68
                </File>
 
69
                <File
 
70
                        RelativePath="..\..\subversion\svn_private_config.hw">
 
71
                        <FileConfiguration
 
72
                                Name="Debug|Win32">
 
73
                                <Tool
 
74
                                        Name="VCCustomBuildTool"
 
75
                                        Description="Creating svn_private_config.h from svn_private_config.hw."
 
76
                                        CommandLine="copy ..\..\subversion\svn_private_config.hw ..\..\subversion\svn_private_config.h &gt; nul
 
77
"
 
78
                                        Outputs="..\..\subversion\svn_private_config.h"/>
 
79
                        </FileConfiguration>
 
80
                        <FileConfiguration
 
81
                                Name="Release|Win32">
 
82
                                <Tool
 
83
                                        Name="VCCustomBuildTool"
 
84
                                        Description="Creating svn_private_config.h from svn_private_config.hw."
 
85
                                        CommandLine="copy ..\..\subversion\svn_private_config.hw ..\..\subversion\svn_private_config.h &gt; nul
 
86
"
 
87
                                        Outputs="..\..\subversion\svn_private_config.h"/>
 
88
                        </FileConfiguration>
 
89
                </File>
 
90
        </Files>
 
91
        <Globals>
 
92
        </Globals>
 
93
</VisualStudioProject>
 
94