]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - plugins/sample/sample.vcproj
updated libxml2 win32 package to 2.6.24
[xonotic/netradiant.git] / plugins / sample / sample.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="sample"
6         ProjectGUID="{46B36F0C-5E17-458E-AE6F-AECE52F66EDE}"
7         Keyword="Win32Proj">
8         <Platforms>
9                 <Platform
10                         Name="Win32"/>
11         </Platforms>
12         <Configurations>
13                 <Configuration
14                         Name="Debug|Win32"
15                         OutputDirectory="Debug"
16                         IntermediateDirectory="Debug"
17                         ConfigurationType="2"
18                         CharacterSet="2">
19                         <Tool
20                                 Name="VCCLCompilerTool"
21                                 Optimization="0"
22                                 AdditionalIncludeDirectories="../../include;../../libs;&quot;../../../STLPort-4.6/stlport&quot;"
23                                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;SAMPLE_EXPORTS"
24                                 StringPooling="TRUE"
25                                 MinimalRebuild="TRUE"
26                                 ExceptionHandling="FALSE"
27                                 BasicRuntimeChecks="0"
28                                 RuntimeLibrary="3"
29                                 BufferSecurityCheck="FALSE"
30                                 ForceConformanceInForLoopScope="TRUE"
31                                 UsePrecompiledHeader="0"
32                                 BrowseInformation="0"
33                                 WarningLevel="3"
34                                 Detect64BitPortabilityProblems="TRUE"
35                                 DebugInformationFormat="3"
36                                 DisableSpecificWarnings="4610;4510;4512;4505;4100;4127"/>
37                         <Tool
38                                 Name="VCCustomBuildTool"/>
39                         <Tool
40                                 Name="VCLinkerTool"
41                                 OutputFile="$(OutDir)/sample.dll"
42                                 LinkIncremental="1"
43                                 SuppressStartupBanner="TRUE"
44                                 IgnoreDefaultLibraryNames="msvcprtd.lib"
45                                 ModuleDefinitionFile="$(ProjectName).def"
46                                 GenerateDebugInformation="TRUE"
47                                 ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
48                                 SubSystem="2"
49                                 ImportLibrary="$(OutDir)/sample.lib"
50                                 TargetMachine="1"/>
51                         <Tool
52                                 Name="VCMIDLTool"/>
53                         <Tool
54                                 Name="VCPostBuildEventTool"
55                                 CommandLine="copy &quot;$(TargetPath)&quot; &quot;$(SolutionDir)install\plugins&quot;"/>
56                         <Tool
57                                 Name="VCPreBuildEventTool"/>
58                         <Tool
59                                 Name="VCPreLinkEventTool"/>
60                         <Tool
61                                 Name="VCResourceCompilerTool"/>
62                         <Tool
63                                 Name="VCWebServiceProxyGeneratorTool"/>
64                         <Tool
65                                 Name="VCXMLDataGeneratorTool"/>
66                         <Tool
67                                 Name="VCWebDeploymentTool"/>
68                         <Tool
69                                 Name="VCManagedWrapperGeneratorTool"/>
70                         <Tool
71                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
72                 </Configuration>
73                 <Configuration
74                         Name="Release|Win32"
75                         OutputDirectory="Release"
76                         IntermediateDirectory="Release"
77                         ConfigurationType="2"
78                         CharacterSet="2"
79                         WholeProgramOptimization="TRUE">
80                         <Tool
81                                 Name="VCCLCompilerTool"
82                                 GlobalOptimizations="TRUE"
83                                 InlineFunctionExpansion="2"
84                                 EnableIntrinsicFunctions="TRUE"
85                                 FavorSizeOrSpeed="1"
86                                 OptimizeForWindowsApplication="FALSE"
87                                 AdditionalIncludeDirectories="../../include;../../libs;&quot;../../../STLPort-4.6/stlport&quot;"
88                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SAMPLE_EXPORTS"
89                                 StringPooling="TRUE"
90                                 ExceptionHandling="FALSE"
91                                 RuntimeLibrary="2"
92                                 BufferSecurityCheck="FALSE"
93                                 ForceConformanceInForLoopScope="TRUE"
94                                 UsePrecompiledHeader="0"
95                                 WarningLevel="4"
96                                 Detect64BitPortabilityProblems="TRUE"
97                                 DebugInformationFormat="3"
98                                 DisableSpecificWarnings="4610;4510;4512;4505;4100;4127"/>
99                         <Tool
100                                 Name="VCCustomBuildTool"/>
101                         <Tool
102                                 Name="VCLinkerTool"
103                                 OutputFile="$(OutDir)/sample.dll"
104                                 LinkIncremental="1"
105                                 SuppressStartupBanner="TRUE"
106                                 IgnoreDefaultLibraryNames="msvcprt.lib"
107                                 ModuleDefinitionFile="$(ProjectName).def"
108                                 GenerateDebugInformation="TRUE"
109                                 ProgramDatabaseFile="$(OutDir)/$(ProjectName).pdb"
110                                 SubSystem="2"
111                                 OptimizeReferences="2"
112                                 EnableCOMDATFolding="2"
113                                 ImportLibrary="$(OutDir)/sample.lib"
114                                 TargetMachine="1"
115                                 FixedBaseAddress="0"/>
116                         <Tool
117                                 Name="VCMIDLTool"/>
118                         <Tool
119                                 Name="VCPostBuildEventTool"
120                                 CommandLine="copy &quot;$(TargetPath)&quot; &quot;$(SolutionDir)install\plugins&quot;"/>
121                         <Tool
122                                 Name="VCPreBuildEventTool"/>
123                         <Tool
124                                 Name="VCPreLinkEventTool"/>
125                         <Tool
126                                 Name="VCResourceCompilerTool"/>
127                         <Tool
128                                 Name="VCWebServiceProxyGeneratorTool"/>
129                         <Tool
130                                 Name="VCXMLDataGeneratorTool"/>
131                         <Tool
132                                 Name="VCWebDeploymentTool"/>
133                         <Tool
134                                 Name="VCManagedWrapperGeneratorTool"/>
135                         <Tool
136                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
137                 </Configuration>
138         </Configurations>
139         <References>
140         </References>
141         <Files>
142                 <Filter
143                         Name="src"
144                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
145                         UniqueIdentifier="{22F2852C-8177-45D5-94D0-C5255C199F7F}">
146                         <File
147                                 RelativePath=".\sample.cpp">
148                         </File>
149                         <File
150                                 RelativePath=".\sample.h">
151                         </File>
152                 </Filter>
153                 <File
154                         RelativePath="..\..\debug.py">
155                         <FileConfiguration
156                                 Name="Debug|Win32">
157                                 <Tool
158                                         Name="VCCustomBuildTool"
159                                         CommandLine="python &quot;$(SolutionDir)debug.py&quot;
160 "
161                                         AdditionalDependencies="&quot;$(SolutionDir)install\modules\$(TargetName).pdb&quot;"
162                                         Outputs="&quot;$(TargetDir)$(TargetName).pdb&quot;"/>
163                         </FileConfiguration>
164                         <FileConfiguration
165                                 Name="Release|Win32">
166                                 <Tool
167                                         Name="VCCustomBuildTool"
168                                         CommandLine="python &quot;$(SolutionDir)debug.py&quot;
169 "
170                                         AdditionalDependencies="&quot;$(SolutionDir)install\modules\$(TargetName).pdb&quot;"
171                                         Outputs="&quot;$(TargetDir)$(TargetName).pdb&quot;"/>
172                         </FileConfiguration>
173                 </File>
174                 <File
175                         RelativePath=".\sample.def">
176                         <FileConfiguration
177                                 Name="Debug|Win32">
178                                 <Tool
179                                         Name="VCCustomBuildTool"
180                                         CommandLine="python &quot;$(SolutionDir)touch.py&quot; &quot;$(TargetPath)&quot;
181 "
182                                         AdditionalDependencies="&quot;$(SolutionDir)install\plugins\$(TargetFileName)&quot;"
183                                         Outputs="&quot;$(TargetPath)&quot;"/>
184                         </FileConfiguration>
185                         <FileConfiguration
186                                 Name="Release|Win32">
187                                 <Tool
188                                         Name="VCCustomBuildTool"
189                                         CommandLine="python &quot;$(SolutionDir)touch.py&quot; &quot;$(TargetPath)&quot;
190 "
191                                         AdditionalDependencies="&quot;$(SolutionDir)install\plugins\$(TargetFileName)&quot;"
192                                         Outputs="&quot;$(TargetPath)&quot;"/>
193                         </FileConfiguration>
194                 </File>
195         </Files>
196         <Globals>
197         </Globals>
198 </VisualStudioProject>