]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - plugins/sample/sample.vcproj
- Radiant is now Vista compatible (Aero must be disabled)
[xonotic/netradiant.git] / plugins / sample / sample.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="8,00"
5         Name="sample"
6         ProjectGUID="{46B36F0C-5E17-458E-AE6F-AECE52F66EDE}"
7         Keyword="Win32Proj"
8         >
9         <Platforms>
10                 <Platform
11                         Name="Win32"
12                 />
13         </Platforms>
14         <ToolFiles>
15         </ToolFiles>
16         <Configurations>
17                 <Configuration
18                         Name="Debug|Win32"
19                         OutputDirectory="Debug"
20                         IntermediateDirectory="Debug"
21                         ConfigurationType="2"
22                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
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;../../libs;&quot;../../../STLPort-4.6/stlport&quot;"
44                                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SAMPLE_EXPORTS"
45                                 StringPooling="true"
46                                 MinimalRebuild="true"
47                                 ExceptionHandling="0"
48                                 BasicRuntimeChecks="0"
49                                 RuntimeLibrary="3"
50                                 BufferSecurityCheck="false"
51                                 ForceConformanceInForLoopScope="true"
52                                 UsePrecompiledHeader="0"
53                                 BrowseInformation="0"
54                                 WarningLevel="3"
55                                 Detect64BitPortabilityProblems="true"
56                                 DebugInformationFormat="3"
57                                 DisableSpecificWarnings="4610;4510;4512;4505;4100;4127"
58                         />
59                         <Tool
60                                 Name="VCManagedResourceCompilerTool"
61                         />
62                         <Tool
63                                 Name="VCResourceCompilerTool"
64                         />
65                         <Tool
66                                 Name="VCPreLinkEventTool"
67                         />
68                         <Tool
69                                 Name="VCLinkerTool"
70                                 OutputFile="$(OutDir)/sample.dll"
71                                 LinkIncremental="1"
72                                 SuppressStartupBanner="true"
73                                 IgnoreDefaultLibraryNames="msvcprtd.lib"
74                                 ModuleDefinitionFile="$(ProjectName).def"
75                                 GenerateDebugInformation="true"
76                                 ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
77                                 SubSystem="2"
78                                 ImportLibrary="$(OutDir)/sample.lib"
79                                 TargetMachine="1"
80                         />
81                         <Tool
82                                 Name="VCALinkTool"
83                         />
84                         <Tool
85                                 Name="VCManifestTool"
86                         />
87                         <Tool
88                                 Name="VCXDCMakeTool"
89                         />
90                         <Tool
91                                 Name="VCBscMakeTool"
92                         />
93                         <Tool
94                                 Name="VCFxCopTool"
95                         />
96                         <Tool
97                                 Name="VCAppVerifierTool"
98                         />
99                         <Tool
100                                 Name="VCWebDeploymentTool"
101                         />
102                         <Tool
103                                 Name="VCPostBuildEventTool"
104                                 CommandLine="copy &quot;$(TargetPath)&quot; &quot;$(SolutionDir)install\plugins&quot;"
105                         />
106                 </Configuration>
107                 <Configuration
108                         Name="Release|Win32"
109                         OutputDirectory="Release"
110                         IntermediateDirectory="Release"
111                         ConfigurationType="2"
112                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
113                         CharacterSet="2"
114                         WholeProgramOptimization="1"
115                         >
116                         <Tool
117                                 Name="VCPreBuildEventTool"
118                         />
119                         <Tool
120                                 Name="VCCustomBuildTool"
121                         />
122                         <Tool
123                                 Name="VCXMLDataGeneratorTool"
124                         />
125                         <Tool
126                                 Name="VCWebServiceProxyGeneratorTool"
127                         />
128                         <Tool
129                                 Name="VCMIDLTool"
130                         />
131                         <Tool
132                                 Name="VCCLCompilerTool"
133                                 InlineFunctionExpansion="2"
134                                 EnableIntrinsicFunctions="true"
135                                 FavorSizeOrSpeed="1"
136                                 AdditionalIncludeDirectories="../../include;../../libs;&quot;../../../STLPort-4.6/stlport&quot;"
137                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SAMPLE_EXPORTS"
138                                 StringPooling="true"
139                                 ExceptionHandling="0"
140                                 RuntimeLibrary="2"
141                                 BufferSecurityCheck="false"
142                                 ForceConformanceInForLoopScope="true"
143                                 UsePrecompiledHeader="0"
144                                 WarningLevel="4"
145                                 Detect64BitPortabilityProblems="true"
146                                 DebugInformationFormat="3"
147                                 DisableSpecificWarnings="4610;4510;4512;4505;4100;4127"
148                         />
149                         <Tool
150                                 Name="VCManagedResourceCompilerTool"
151                         />
152                         <Tool
153                                 Name="VCResourceCompilerTool"
154                         />
155                         <Tool
156                                 Name="VCPreLinkEventTool"
157                         />
158                         <Tool
159                                 Name="VCLinkerTool"
160                                 OutputFile="$(OutDir)/sample.dll"
161                                 LinkIncremental="1"
162                                 SuppressStartupBanner="true"
163                                 IgnoreDefaultLibraryNames="msvcprt.lib"
164                                 ModuleDefinitionFile="$(ProjectName).def"
165                                 GenerateDebugInformation="true"
166                                 ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
167                                 SubSystem="2"
168                                 OptimizeReferences="2"
169                                 EnableCOMDATFolding="2"
170                                 ImportLibrary="$(OutDir)/sample.lib"
171                                 TargetMachine="1"
172                                 FixedBaseAddress="0"
173                         />
174                         <Tool
175                                 Name="VCALinkTool"
176                         />
177                         <Tool
178                                 Name="VCManifestTool"
179                         />
180                         <Tool
181                                 Name="VCXDCMakeTool"
182                         />
183                         <Tool
184                                 Name="VCBscMakeTool"
185                         />
186                         <Tool
187                                 Name="VCFxCopTool"
188                         />
189                         <Tool
190                                 Name="VCAppVerifierTool"
191                         />
192                         <Tool
193                                 Name="VCWebDeploymentTool"
194                         />
195                         <Tool
196                                 Name="VCPostBuildEventTool"
197                                 CommandLine="copy &quot;$(TargetPath)&quot; &quot;$(SolutionDir)install\plugins&quot;"
198                         />
199                 </Configuration>
200         </Configurations>
201         <References>
202         </References>
203         <Files>
204                 <Filter
205                         Name="src"
206                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
207                         UniqueIdentifier="{22F2852C-8177-45D5-94D0-C5255C199F7F}"
208                         >
209                         <File
210                                 RelativePath=".\sample.cpp"
211                                 >
212                         </File>
213                         <File
214                                 RelativePath=".\sample.h"
215                                 >
216                         </File>
217                 </Filter>
218                 <File
219                         RelativePath="..\..\debug.py"
220                         >
221                         <FileConfiguration
222                                 Name="Debug|Win32"
223                                 >
224                                 <Tool
225                                         Name="VCCustomBuildTool"
226                                         CommandLine="python &quot;$(SolutionDir)debug.py&quot;&#x0D;&#x0A;"
227                                         AdditionalDependencies="&quot;$(SolutionDir)install\modules\$(TargetName).pdb&quot;"
228                                         Outputs="&quot;$(TargetDir)$(TargetName).pdb&quot;"
229                                 />
230                         </FileConfiguration>
231                         <FileConfiguration
232                                 Name="Release|Win32"
233                                 >
234                                 <Tool
235                                         Name="VCCustomBuildTool"
236                                         CommandLine="python &quot;$(SolutionDir)debug.py&quot;&#x0D;&#x0A;"
237                                         AdditionalDependencies="&quot;$(SolutionDir)install\modules\$(TargetName).pdb&quot;"
238                                         Outputs="&quot;$(TargetDir)$(TargetName).pdb&quot;"
239                                 />
240                         </FileConfiguration>
241                 </File>
242                 <File
243                         RelativePath=".\sample.def"
244                         >
245                         <FileConfiguration
246                                 Name="Debug|Win32"
247                                 >
248                                 <Tool
249                                         Name="VCCustomBuildTool"
250                                         CommandLine="python &quot;$(SolutionDir)touch.py&quot; &quot;$(TargetPath)&quot;&#x0D;&#x0A;"
251                                         AdditionalDependencies="&quot;$(SolutionDir)install\plugins\$(TargetFileName)&quot;"
252                                         Outputs="&quot;$(TargetPath)&quot;"
253                                 />
254                         </FileConfiguration>
255                         <FileConfiguration
256                                 Name="Release|Win32"
257                                 >
258                                 <Tool
259                                         Name="VCCustomBuildTool"
260                                         CommandLine="python &quot;$(SolutionDir)touch.py&quot; &quot;$(TargetPath)&quot;&#x0D;&#x0A;"
261                                         AdditionalDependencies="&quot;$(SolutionDir)install\plugins\$(TargetFileName)&quot;"
262                                         Outputs="&quot;$(TargetPath)&quot;"
263                                 />
264                         </FileConfiguration>
265                 </File>
266         </Files>
267         <Globals>
268         </Globals>
269 </VisualStudioProject>