~ubuntu-branches/ubuntu/lucid/sword/lucid

« back to all changes in this revision

Viewing changes to utilities/vcppmake/modwrite.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Dmitrijs Ledkovs, Jonathan Marsden, Dmitrijs Ledkovs
  • Date: 2010-01-21 00:10:17 UTC
  • mfrom: (1.1.4 upstream) (5.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100121001017-5ea19163rgisywbl
Tags: 1.6.1+dfsg-1
[ Jonathan Marsden ]
* debian/libsword8.examples: Add missing tcl eggdrop bot script.

[ Dmitrijs Ledkovs ]
* Drop shipping .la file in favour of pkg-config (Debian release goal)
  - More info http://lists.debian.org/debian-devel/2009/08/msg00783.html
* Drop backported patches, refreshed libver & compiler warnings.
* Compiling with -Werror enabled. 
* Bumped standards version to 3.8.3, no changes needed.
* Added debian/README.source documentation quilt usage
* Added configure option --without-internalregex

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="9.00"
 
5
        Name="modwrite"
 
6
        ProjectGUID="{45C674C0-193D-47AF-B9E0-61A4DE57D3E0}"
 
7
        RootNamespace="modwrite"
 
8
        TargetFrameworkVersion="196613"
 
9
        >
 
10
        <Platforms>
 
11
                <Platform
 
12
                        Name="Win32"
 
13
                />
 
14
        </Platforms>
 
15
        <ToolFiles>
 
16
        </ToolFiles>
 
17
        <Configurations>
 
18
                <Configuration
 
19
                        Name="Debug with ICU|Win32"
 
20
                        OutputDirectory="$(SolutionDir)Debug"
 
21
                        IntermediateDirectory="Debug"
 
22
                        ConfigurationType="1"
 
23
                        CharacterSet="2"
 
24
                        >
 
25
                        <Tool
 
26
                                Name="VCPreBuildEventTool"
 
27
                        />
 
28
                        <Tool
 
29
                                Name="VCCustomBuildTool"
 
30
                        />
 
31
                        <Tool
 
32
                                Name="VCXMLDataGeneratorTool"
 
33
                        />
 
34
                        <Tool
 
35
                                Name="VCWebServiceProxyGeneratorTool"
 
36
                        />
 
37
                        <Tool
 
38
                                Name="VCMIDLTool"
 
39
                        />
 
40
                        <Tool
 
41
                                Name="VCCLCompilerTool"
 
42
                                Optimization="0"
 
43
                                AdditionalIncludeDirectories="../../include,../../src/utilfuns/win32,../../../icu-sword/include"
 
44
                                PreprocessorDefinitions="_DEBUG;WIN32;_CONSOLE;_ICU_;_ICUSWORD_;SWUSINGDLL"
 
45
                                MinimalRebuild="true"
 
46
                                BasicRuntimeChecks="3"
 
47
                                RuntimeLibrary="3"
 
48
                                WarningLevel="3"
 
49
                                DebugInformationFormat="4"
 
50
                        />
 
51
                        <Tool
 
52
                                Name="VCManagedResourceCompilerTool"
 
53
                        />
 
54
                        <Tool
 
55
                                Name="VCResourceCompilerTool"
 
56
                        />
 
57
                        <Tool
 
58
                                Name="VCPreLinkEventTool"
 
59
                        />
 
60
                        <Tool
 
61
                                Name="VCLinkerTool"
 
62
                                AdditionalDependencies="libsword.lib icuuc.lib icuin.lib icudt.lib"
 
63
                                OutputFile="Debug\$(ProjectName).exe"
 
64
                                AdditionalLibraryDirectories="../../../icu-sword/lib,../../lib/vcppmake/vc8/ICUDebug"
 
65
                                GenerateDebugInformation="true"
 
66
                                TargetMachine="1"
 
67
                        />
 
68
                        <Tool
 
69
                                Name="VCALinkTool"
 
70
                        />
 
71
                        <Tool
 
72
                                Name="VCManifestTool"
 
73
                        />
 
74
                        <Tool
 
75
                                Name="VCXDCMakeTool"
 
76
                        />
 
77
                        <Tool
 
78
                                Name="VCBscMakeTool"
 
79
                        />
 
80
                        <Tool
 
81
                                Name="VCFxCopTool"
 
82
                        />
 
83
                        <Tool
 
84
                                Name="VCAppVerifierTool"
 
85
                        />
 
86
                        <Tool
 
87
                                Name="VCPostBuildEventTool"
 
88
                        />
 
89
                </Configuration>
 
90
                <Configuration
 
91
                        Name="Release with ICU|Win32"
 
92
                        OutputDirectory="$(SolutionDir)Release"
 
93
                        IntermediateDirectory="Release"
 
94
                        ConfigurationType="1"
 
95
                        CharacterSet="2"
 
96
                        WholeProgramOptimization="1"
 
97
                        >
 
98
                        <Tool
 
99
                                Name="VCPreBuildEventTool"
 
100
                        />
 
101
                        <Tool
 
102
                                Name="VCCustomBuildTool"
 
103
                        />
 
104
                        <Tool
 
105
                                Name="VCXMLDataGeneratorTool"
 
106
                        />
 
107
                        <Tool
 
108
                                Name="VCWebServiceProxyGeneratorTool"
 
109
                        />
 
110
                        <Tool
 
111
                                Name="VCMIDLTool"
 
112
                        />
 
113
                        <Tool
 
114
                                Name="VCCLCompilerTool"
 
115
                                Optimization="2"
 
116
                                EnableIntrinsicFunctions="true"
 
117
                                AdditionalIncludeDirectories="../../include,../../src/utilfuns/win32,../../../icu-sword/include"
 
118
                                PreprocessorDefinitions="NDEBUG;WIN32;_CONSOLE;_ICU_;_ICUSWORD_;SWUSINGDLL"
 
119
                                RuntimeLibrary="2"
 
120
                                EnableFunctionLevelLinking="true"
 
121
                                WarningLevel="3"
 
122
                                DebugInformationFormat="3"
 
123
                        />
 
124
                        <Tool
 
125
                                Name="VCManagedResourceCompilerTool"
 
126
                        />
 
127
                        <Tool
 
128
                                Name="VCResourceCompilerTool"
 
129
                        />
 
130
                        <Tool
 
131
                                Name="VCPreLinkEventTool"
 
132
                        />
 
133
                        <Tool
 
134
                                Name="VCLinkerTool"
 
135
                                AdditionalDependencies="libsword.lib icuuc.lib icuin.lib icudt.lib"
 
136
                                OutputFile="Release\$(ProjectName).exe"
 
137
                                AdditionalLibraryDirectories="../../../icu-sword/lib,../../lib/vcppmake/vc8/ICURelease"
 
138
                                GenerateDebugInformation="true"
 
139
                                OptimizeReferences="2"
 
140
                                EnableCOMDATFolding="2"
 
141
                                TargetMachine="1"
 
142
                        />
 
143
                        <Tool
 
144
                                Name="VCALinkTool"
 
145
                        />
 
146
                        <Tool
 
147
                                Name="VCManifestTool"
 
148
                        />
 
149
                        <Tool
 
150
                                Name="VCXDCMakeTool"
 
151
                        />
 
152
                        <Tool
 
153
                                Name="VCBscMakeTool"
 
154
                        />
 
155
                        <Tool
 
156
                                Name="VCFxCopTool"
 
157
                        />
 
158
                        <Tool
 
159
                                Name="VCAppVerifierTool"
 
160
                        />
 
161
                        <Tool
 
162
                                Name="VCPostBuildEventTool"
 
163
                        />
 
164
                </Configuration>
 
165
        </Configurations>
 
166
        <References>
 
167
        </References>
 
168
        <Files>
 
169
                <Filter
 
170
                        Name="Source Files"
 
171
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
 
172
                        UniqueIdentifier="{}"
 
173
                        >
 
174
                        <File
 
175
                                RelativePath="..\modwrite.cpp"
 
176
                                >
 
177
                        </File>
 
178
                </Filter>
 
179
                <Filter
 
180
                        Name="Header Files"
 
181
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
 
182
                        UniqueIdentifier="{}"
 
183
                        >
 
184
                </Filter>
 
185
                <Filter
 
186
                        Name="Resource Files"
 
187
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
 
188
                        UniqueIdentifier="{}"
 
189
                        >
 
190
                </Filter>
 
191
        </Files>
 
192
        <Globals>
 
193
        </Globals>
 
194
</VisualStudioProject>