~ubuntu-branches/ubuntu/lucid/warzone2100/lucid

« back to all changes in this revision

Viewing changes to build_tools/autorevision/autorevision.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger, Paul Wise, Christoph Egger
  • Date: 2009-06-29 17:12:52 UTC
  • mfrom: (1.1.11 upstream) (2.1.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090629171252-5ddnlfg3zfchrega
Tags: 2.2.1+dfsg1-1
[ Paul Wise ]
* New upstream release (Closes: #534962)
* Adjust the flex build-depends to take account of the conflict
  with all the versions of flex 2.5.34 (LP: #372872)
* Make the -music Recommends more strict, 2.1 music doesn't work
  with 2.2.
* Upstream moved the downloads to sourceforge, update the watch file
* Bump Standards-Version, no changes needed
* Drop use of dh_desktop since it no longer does anything
* Recommend the new warzone2100-video package, version 2.2 or similar
* Mention the warzone2100 crash reports in the -dbg package description

[ Christoph Egger ]
* Replace CC-2.0 graphic from cybersphinx, create a new tarball
* Add myself to uploaders

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="8.00"
5
 
        Name="autorevision"
6
 
        ProjectGUID="{32FC4941-5ADF-483F-BD90-CDEBC50BA4AE}"
7
 
        RootNamespace="autorevision"
8
 
        Keyword="Win32Proj"
9
 
        TargetFrameworkVersion="131072"
10
 
        >
11
 
        <Platforms>
12
 
                <Platform
13
 
                        Name="Win32"
14
 
                />
15
 
        </Platforms>
16
 
        <ToolFiles>
17
 
        </ToolFiles>
18
 
        <Configurations>
19
 
                <Configuration
20
 
                        Name="Debug|Win32"
21
 
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22
 
                        IntermediateDirectory="$(ConfigurationName)"
23
 
                        ConfigurationType="1"
24
 
                        CharacterSet="1"
25
 
                        >
26
 
                        <Tool
27
 
                                Name="VCPreBuildEventTool"
28
 
                        />
29
 
                        <Tool
30
 
                                Name="VCCustomBuildTool"
31
 
                        />
32
 
                        <Tool
33
 
                                Name="VCXMLDataGeneratorTool"
34
 
                        />
35
 
                        <Tool
36
 
                                Name="VCWebServiceProxyGeneratorTool"
37
 
                        />
38
 
                        <Tool
39
 
                                Name="VCMIDLTool"
40
 
                        />
41
 
                        <Tool
42
 
                                Name="VCCLCompilerTool"
43
 
                                Optimization="0"
44
 
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
45
 
                                MinimalRebuild="true"
46
 
                                BasicRuntimeChecks="3"
47
 
                                RuntimeLibrary="3"
48
 
                                UsePrecompiledHeader="0"
49
 
                                WarningLevel="3"
50
 
                                Detect64BitPortabilityProblems="true"
51
 
                                DebugInformationFormat="4"
52
 
                        />
53
 
                        <Tool
54
 
                                Name="VCManagedResourceCompilerTool"
55
 
                        />
56
 
                        <Tool
57
 
                                Name="VCResourceCompilerTool"
58
 
                        />
59
 
                        <Tool
60
 
                                Name="VCPreLinkEventTool"
61
 
                        />
62
 
                        <Tool
63
 
                                Name="VCLinkerTool"
64
 
                                LinkIncremental="2"
65
 
                                GenerateDebugInformation="true"
66
 
                                SubSystem="1"
67
 
                                TargetMachine="1"
68
 
                        />
69
 
                        <Tool
70
 
                                Name="VCALinkTool"
71
 
                        />
72
 
                        <Tool
73
 
                                Name="VCManifestTool"
74
 
                        />
75
 
                        <Tool
76
 
                                Name="VCXDCMakeTool"
77
 
                        />
78
 
                        <Tool
79
 
                                Name="VCBscMakeTool"
80
 
                        />
81
 
                        <Tool
82
 
                                Name="VCFxCopTool"
83
 
                        />
84
 
                        <Tool
85
 
                                Name="VCAppVerifierTool"
86
 
                        />
87
 
                        <Tool
88
 
                                Name="VCPostBuildEventTool"
89
 
                                Description="* Updating &amp; copying $(TargetFileName) into correct directory. *"
90
 
                                CommandLine="del $(SolutionDir)\..\$(TargetFileName)&#x0D;&#x0A;copy /Y $(OutDir)\$(TargetFileName) $(SolutionDir)..\$(TargetFileName)&#x0D;&#x0A;"
91
 
                        />
92
 
                </Configuration>
93
 
                <Configuration
94
 
                        Name="Release|Win32"
95
 
                        OutputDirectory="$(SolutionDir)$(ConfigurationName)"
96
 
                        IntermediateDirectory="$(ConfigurationName)"
97
 
                        ConfigurationType="1"
98
 
                        CharacterSet="1"
99
 
                        WholeProgramOptimization="1"
100
 
                        >
101
 
                        <Tool
102
 
                                Name="VCPreBuildEventTool"
103
 
                        />
104
 
                        <Tool
105
 
                                Name="VCCustomBuildTool"
106
 
                        />
107
 
                        <Tool
108
 
                                Name="VCXMLDataGeneratorTool"
109
 
                        />
110
 
                        <Tool
111
 
                                Name="VCWebServiceProxyGeneratorTool"
112
 
                        />
113
 
                        <Tool
114
 
                                Name="VCMIDLTool"
115
 
                        />
116
 
                        <Tool
117
 
                                Name="VCCLCompilerTool"
118
 
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
119
 
                                RuntimeLibrary="2"
120
 
                                UsePrecompiledHeader="0"
121
 
                                WarningLevel="3"
122
 
                                Detect64BitPortabilityProblems="true"
123
 
                                DebugInformationFormat="3"
124
 
                        />
125
 
                        <Tool
126
 
                                Name="VCManagedResourceCompilerTool"
127
 
                        />
128
 
                        <Tool
129
 
                                Name="VCResourceCompilerTool"
130
 
                        />
131
 
                        <Tool
132
 
                                Name="VCPreLinkEventTool"
133
 
                        />
134
 
                        <Tool
135
 
                                Name="VCLinkerTool"
136
 
                                LinkIncremental="1"
137
 
                                GenerateDebugInformation="true"
138
 
                                SubSystem="1"
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
 
                                Description="* Updating &amp; copying $(TargetFileName) into correct directory. *"
164
 
                                CommandLine="del $(SolutionDir)\..\$(TargetFileName)&#x0D;&#x0A;copy /Y $(OutDir)\$(TargetFileName) $(SolutionDir)..\$(TargetFileName)&#x0D;&#x0A;"
165
 
                        />
166
 
                </Configuration>
167
 
        </Configurations>
168
 
        <References>
169
 
        </References>
170
 
        <Files>
171
 
                <Filter
172
 
                        Name="Source Files"
173
 
                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
174
 
                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
175
 
                        >
176
 
                        <File
177
 
                                RelativePath=".\autorevision.cpp"
178
 
                                >
179
 
                        </File>
180
 
                </Filter>
181
 
                <Filter
182
 
                        Name="Header Files"
183
 
                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
184
 
                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
185
 
                        >
186
 
                </Filter>
187
 
                <Filter
188
 
                        Name="Resource Files"
189
 
                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
190
 
                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
191
 
                        >
192
 
                </Filter>
193
 
        </Files>
194
 
        <Globals>
195
 
        </Globals>
196
 
</VisualStudioProject>