]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - plugins/mapxml/mapxml.vcproj
8MB stack size linker options on all VC2008 proj files.
[xonotic/netradiant.git] / plugins / mapxml / mapxml.vcproj
1 <?xml version="1.0" encoding="UTF-8"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="9.00"
5         Name="mapxml"
6         ProjectGUID="{DDBF170A-42DF-4836-9006-816422E08493}"
7         Keyword="Win32Proj"
8         TargetFrameworkVersion="0"
9         >
10         <Platforms>
11                 <Platform
12                         Name="Win32"
13                 />
14         </Platforms>
15         <ToolFiles>
16         </ToolFiles>
17         <Configurations>
18                 <Configuration
19                         Name="Debug|Win32"
20                         OutputDirectory="$(SolutionDir)\install\modules"
21                         IntermediateDirectory="$(SolutionDir)\build\intermediate\$(ConfigurationName)\$(ProjectName)"
22                         ConfigurationType="2"
23                         >
24                         <Tool
25                                 Name="VCPreBuildEventTool"
26                         />
27                         <Tool
28                                 Name="VCCustomBuildTool"
29                         />
30                         <Tool
31                                 Name="VCXMLDataGeneratorTool"
32                         />
33                         <Tool
34                                 Name="VCWebServiceProxyGeneratorTool"
35                         />
36                         <Tool
37                                 Name="VCMIDLTool"
38                         />
39                         <Tool
40                                 Name="VCCLCompilerTool"
41                                 Optimization="0"
42                                 AdditionalIncludeDirectories="&quot;$(SolutionDir)\libs&quot;;&quot;$(SolutionDir)\include&quot;;&quot;$(SolutionDir)\..\STLport-5.2.1\stlport&quot;;&quot;$(SolutionDir)\..\gtk-2.16.6\include\glib-2.0&quot;;&quot;$(SolutionDir)\..\gtk-2.16.6\lib\glib-2.0\include&quot;;&quot;$(SolutionDir)\..\libxml2-2.7.3\include\libxml2&quot;"
43                                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MAPXML_EXPORTS;"
44                                 MinimalRebuild="true"
45                                 BasicRuntimeChecks="3"
46                                 RuntimeLibrary="3"
47                                 UsePrecompiledHeader="0"
48                                 WarningLevel="3"
49                                 DebugInformationFormat="4"
50                                 DisableSpecificWarnings="4996;4244"
51                         />
52                         <Tool
53                                 Name="VCManagedResourceCompilerTool"
54                         />
55                         <Tool
56                                 Name="VCResourceCompilerTool"
57                         />
58                         <Tool
59                                 Name="VCPreLinkEventTool"
60                         />
61                         <Tool
62                                 Name="VCLinkerTool"
63                                 AdditionalOptions="/STACK:8388608"
64                                 AdditionalDependencies="glib-2.0.lib libxml2.lib synapse.lib"
65                                 AdditionalLibraryDirectories="&quot;$(SolutionDir)\..\gtk-2.16.6\lib&quot;;&quot;$(SolutionDir)\..\libxml2-2.7.3\lib&quot;;&quot;$(SolutionDir)\build\$(ConfigurationName)\libs&quot;"
66                                 ModuleDefinitionFile="mapxml.def"
67                                 GenerateDebugInformation="true"
68                                 SubSystem="2"
69                                 TargetMachine="1"
70                         />
71                         <Tool
72                                 Name="VCALinkTool"
73                         />
74                         <Tool
75                                 Name="VCManifestTool"
76                         />
77                         <Tool
78                                 Name="VCXDCMakeTool"
79                         />
80                         <Tool
81                                 Name="VCBscMakeTool"
82                         />
83                         <Tool
84                                 Name="VCFxCopTool"
85                         />
86                         <Tool
87                                 Name="VCAppVerifierTool"
88                         />
89                         <Tool
90                                 Name="VCPostBuildEventTool"
91                         />
92                 </Configuration>
93                 <Configuration
94                         Name="Release|Win32"
95                         OutputDirectory="$(SolutionDir)\install\modules"
96                         IntermediateDirectory="$(SolutionDir)\build\intermediate\$(ConfigurationName)\$(ProjectName)"
97                         ConfigurationType="2"
98                         >
99                         <Tool
100                                 Name="VCPreBuildEventTool"
101                         />
102                         <Tool
103                                 Name="VCCustomBuildTool"
104                         />
105                         <Tool
106                                 Name="VCXMLDataGeneratorTool"
107                         />
108                         <Tool
109                                 Name="VCWebServiceProxyGeneratorTool"
110                         />
111                         <Tool
112                                 Name="VCMIDLTool"
113                         />
114                         <Tool
115                                 Name="VCCLCompilerTool"
116                                 AdditionalIncludeDirectories="&quot;$(SolutionDir)\libs&quot;;&quot;$(SolutionDir)\include&quot;;&quot;$(SolutionDir)\..\STLport-5.2.1\stlport&quot;;&quot;$(SolutionDir)\..\gtk-2.16.6\include\glib-2.0&quot;;&quot;$(SolutionDir)\..\gtk-2.16.6\lib\glib-2.0\include&quot;;&quot;$(SolutionDir)\..\libxml2-2.7.3\include\libxml2&quot;"
117                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MAPXML_EXPORTS;"
118                                 RuntimeLibrary="2"
119                                 UsePrecompiledHeader="0"
120                                 WarningLevel="3"
121                                 DebugInformationFormat="3"
122                                 DisableSpecificWarnings="4996;4244"
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                                 AdditionalOptions="/STACK:8388608"
136                                 AdditionalDependencies="glib-2.0.lib libxml2.lib synapse.lib"
137                                 AdditionalLibraryDirectories="&quot;$(SolutionDir)\..\gtk-2.16.6\lib&quot;;&quot;$(SolutionDir)\..\libxml2-2.7.3\lib&quot;;&quot;$(SolutionDir)\build\$(ConfigurationName)\libs&quot;"
138                                 ModuleDefinitionFile="mapxml.def"
139                                 GenerateDebugInformation="true"
140                                 SubSystem="2"
141                                 OptimizeReferences="2"
142                                 EnableCOMDATFolding="2"
143                                 TargetMachine="1"
144                         />
145                         <Tool
146                                 Name="VCALinkTool"
147                         />
148                         <Tool
149                                 Name="VCManifestTool"
150                         />
151                         <Tool
152                                 Name="VCXDCMakeTool"
153                         />
154                         <Tool
155                                 Name="VCBscMakeTool"
156                         />
157                         <Tool
158                                 Name="VCFxCopTool"
159                         />
160                         <Tool
161                                 Name="VCAppVerifierTool"
162                         />
163                         <Tool
164                                 Name="VCPostBuildEventTool"
165                         />
166                 </Configuration>
167         </Configurations>
168         <References>
169         </References>
170         <Files>
171                 <Filter
172                         Name="src"
173                         Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
174                         >
175                         <File
176                                 RelativePath=".\mapxml.def"
177                                 >
178                         </File>
179                         <File
180                                 RelativePath=".\plugin.cpp"
181                                 >
182                         </File>
183                         <File
184                                 RelativePath=".\xmlparse.cpp"
185                                 >
186                         </File>
187                         <File
188                                 RelativePath=".\xmlwrite.cpp"
189                                 >
190                         </File>
191                 </Filter>
192         </Files>
193         <Globals>
194         </Globals>
195 </VisualStudioProject>