]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - plugins/sample/sample.vcproj
fixed const inconsistencies
[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                                 IgnoreDefaultLibraryNames="msvcprtd.lib"
44                                 ModuleDefinitionFile="$(ProjectName).def"
45                                 GenerateDebugInformation="TRUE"
46                                 ProgramDatabaseFile="$(OutDir)/sample.pdb"
47                                 SubSystem="2"
48                                 ImportLibrary="$(OutDir)/sample.lib"
49                                 TargetMachine="1"/>
50                         <Tool
51                                 Name="VCMIDLTool"/>
52                         <Tool
53                                 Name="VCPostBuildEventTool"
54                                 CommandLine="copy &quot;$(TargetPath)&quot; &quot;$(SolutionDir)install\plugins&quot;"/>
55                         <Tool
56                                 Name="VCPreBuildEventTool"/>
57                         <Tool
58                                 Name="VCPreLinkEventTool"/>
59                         <Tool
60                                 Name="VCResourceCompilerTool"/>
61                         <Tool
62                                 Name="VCWebServiceProxyGeneratorTool"/>
63                         <Tool
64                                 Name="VCXMLDataGeneratorTool"/>
65                         <Tool
66                                 Name="VCWebDeploymentTool"/>
67                         <Tool
68                                 Name="VCManagedWrapperGeneratorTool"/>
69                         <Tool
70                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
71                 </Configuration>
72                 <Configuration
73                         Name="Release|Win32"
74                         OutputDirectory="Release"
75                         IntermediateDirectory="Release"
76                         ConfigurationType="2"
77                         CharacterSet="2"
78                         WholeProgramOptimization="TRUE">
79                         <Tool
80                                 Name="VCCLCompilerTool"
81                                 GlobalOptimizations="TRUE"
82                                 InlineFunctionExpansion="2"
83                                 EnableIntrinsicFunctions="TRUE"
84                                 FavorSizeOrSpeed="1"
85                                 OptimizeForWindowsApplication="FALSE"
86                                 AdditionalIncludeDirectories="../../include;../../libs;&quot;../../../STLPort-4.6/stlport&quot;"
87                                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;SAMPLE_EXPORTS"
88                                 StringPooling="TRUE"
89                                 ExceptionHandling="FALSE"
90                                 RuntimeLibrary="2"
91                                 BufferSecurityCheck="FALSE"
92                                 ForceConformanceInForLoopScope="TRUE"
93                                 UsePrecompiledHeader="0"
94                                 WarningLevel="4"
95                                 Detect64BitPortabilityProblems="TRUE"
96                                 DebugInformationFormat="3"
97                                 DisableSpecificWarnings="4610;4510;4512;4505;4100;4127"/>
98                         <Tool
99                                 Name="VCCustomBuildTool"/>
100                         <Tool
101                                 Name="VCLinkerTool"
102                                 OutputFile="$(OutDir)/sample.dll"
103                                 LinkIncremental="1"
104                                 IgnoreDefaultLibraryNames="msvcprt.lib"
105                                 ModuleDefinitionFile="$(ProjectName).def"
106                                 GenerateDebugInformation="TRUE"
107                                 SubSystem="2"
108                                 OptimizeReferences="2"
109                                 EnableCOMDATFolding="2"
110                                 ImportLibrary="$(OutDir)/sample.lib"
111                                 TargetMachine="1"
112                                 FixedBaseAddress="0"/>
113                         <Tool
114                                 Name="VCMIDLTool"/>
115                         <Tool
116                                 Name="VCPostBuildEventTool"
117                                 CommandLine="copy &quot;$(TargetPath)&quot; &quot;$(SolutionDir)install\plugins&quot;"/>
118                         <Tool
119                                 Name="VCPreBuildEventTool"/>
120                         <Tool
121                                 Name="VCPreLinkEventTool"/>
122                         <Tool
123                                 Name="VCResourceCompilerTool"/>
124                         <Tool
125                                 Name="VCWebServiceProxyGeneratorTool"/>
126                         <Tool
127                                 Name="VCXMLDataGeneratorTool"/>
128                         <Tool
129                                 Name="VCWebDeploymentTool"/>
130                         <Tool
131                                 Name="VCManagedWrapperGeneratorTool"/>
132                         <Tool
133                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
134                 </Configuration>
135         </Configurations>
136         <References>
137         </References>
138         <Files>
139                 <Filter
140                         Name="src"
141                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
142                         UniqueIdentifier="{22F2852C-8177-45D5-94D0-C5255C199F7F}">
143                         <File
144                                 RelativePath=".\sample.cpp">
145                         </File>
146                         <File
147                                 RelativePath=".\sample.h">
148                         </File>
149                 </Filter>
150                 <File
151                         RelativePath="..\..\debug.py">
152                         <FileConfiguration
153                                 Name="Debug|Win32">
154                                 <Tool
155                                         Name="VCCustomBuildTool"
156                                         CommandLine="python &quot;$(SolutionDir)debug.py&quot;"
157                                         AdditionalDependencies="&quot;$(SolutionDir)install\modules\$(TargetName).pdb&quot;"
158                                         Outputs="&quot;$(TargetDir)$(TargetName).pdb&quot;"/>
159                         </FileConfiguration>
160                         <FileConfiguration
161                                 Name="Release|Win32">
162                                 <Tool
163                                         Name="VCCustomBuildTool"
164                                         CommandLine="python &quot;$(SolutionDir)debug.py&quot;"
165                                         AdditionalDependencies="&quot;$(SolutionDir)install\modules\$(TargetName).pdb&quot;"
166                                         Outputs="&quot;$(TargetDir)$(TargetName).pdb&quot;"/>
167                         </FileConfiguration>
168                 </File>
169                 <File
170                         RelativePath=".\sample.def">
171                         <FileConfiguration
172                                 Name="Debug|Win32">
173                                 <Tool
174                                         Name="VCCustomBuildTool"
175                                         CommandLine="python &quot;$(SolutionDir)touch.py&quot; &quot;$(TargetPath)&quot;
176 "
177                                         AdditionalDependencies="&quot;$(SolutionDir)install\plugins\$(TargetFileName)&quot;"
178                                         Outputs="&quot;$(TargetPath)&quot;"/>
179                         </FileConfiguration>
180                         <FileConfiguration
181                                 Name="Release|Win32">
182                                 <Tool
183                                         Name="VCCustomBuildTool"
184                                         CommandLine="python &quot;$(SolutionDir)touch.py&quot; &quot;$(TargetPath)&quot;
185 "
186                                         AdditionalDependencies="&quot;$(SolutionDir)install\plugins\$(TargetFileName)&quot;"
187                                         Outputs="&quot;$(TargetPath)&quot;"/>
188                         </FileConfiguration>
189                 </File>
190         </Files>
191         <Globals>
192         </Globals>
193 </VisualStudioProject>