]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
b75a7d8f A |
2 | <VisualStudioProject |
3 | ProjectType="Visual C++" | |
374ca955 | 4 | Version="7.10" |
b75a7d8f A |
5 | Name="gentest" |
6 | SccProjectName="" | |
7 | SccLocalPath=""> | |
8 | <Platforms> | |
9 | <Platform | |
10 | Name="Win32"/> | |
11 | </Platforms> | |
12 | <Configurations> | |
13 | <Configuration | |
14 | Name="Release|Win32" | |
15 | OutputDirectory=".\Release" | |
16 | IntermediateDirectory=".\Release" | |
17 | ConfigurationType="1" | |
18 | UseOfMFC="0" | |
19 | ATLMinimizesCRunTimeLibraryUsage="FALSE" | |
20 | CharacterSet="2"> | |
21 | <Tool | |
22 | Name="VCCLCompilerTool" | |
b75a7d8f | 23 | ImproveFloatingPointConsistency="TRUE" |
73c04bcf A |
24 | AdditionalIncludeDirectories="..\..\..\include;..\..\common;..\toolutil" |
25 | PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" | |
b75a7d8f A |
26 | StringPooling="TRUE" |
27 | RuntimeLibrary="2" | |
28 | EnableFunctionLevelLinking="TRUE" | |
29 | DisableLanguageExtensions="TRUE" | |
73c04bcf | 30 | TreatWChar_tAsBuiltInType="TRUE" |
b75a7d8f A |
31 | PrecompiledHeaderFile=".\Release/gentest.pch" |
32 | AssemblerListingLocation=".\Release/" | |
33 | ObjectFile=".\Release/" | |
34 | ProgramDataBaseFileName=".\Release/" | |
35 | WarningLevel="3" | |
36 | SuppressStartupBanner="TRUE" | |
37 | CompileAs="0"/> | |
38 | <Tool | |
374ca955 | 39 | Name="VCCustomBuildTool"/> |
b75a7d8f A |
40 | <Tool |
41 | Name="VCLinkerTool" | |
b75a7d8f A |
42 | OutputFile=".\Release/gentest.exe" |
43 | LinkIncremental="1" | |
44 | SuppressStartupBanner="TRUE" | |
b75a7d8f A |
45 | ProgramDatabaseFile=".\Release/gentest.pdb" |
46 | SubSystem="1"/> | |
47 | <Tool | |
48 | Name="VCMIDLTool" | |
49 | TypeLibraryName=".\Release/gentest.tlb"/> | |
50 | <Tool | |
51 | Name="VCPostBuildEventTool"/> | |
52 | <Tool | |
53 | Name="VCPreBuildEventTool"/> | |
54 | <Tool | |
55 | Name="VCPreLinkEventTool"/> | |
56 | <Tool | |
57 | Name="VCResourceCompilerTool" | |
58 | PreprocessorDefinitions="NDEBUG" | |
59 | Culture="1033"/> | |
60 | <Tool | |
61 | Name="VCWebServiceProxyGeneratorTool"/> | |
374ca955 A |
62 | <Tool |
63 | Name="VCXMLDataGeneratorTool"/> | |
b75a7d8f A |
64 | <Tool |
65 | Name="VCWebDeploymentTool"/> | |
374ca955 A |
66 | <Tool |
67 | Name="VCManagedWrapperGeneratorTool"/> | |
68 | <Tool | |
69 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | |
b75a7d8f A |
70 | </Configuration> |
71 | <Configuration | |
72 | Name="Debug|Win32" | |
73 | OutputDirectory=".\Debug" | |
74 | IntermediateDirectory=".\Debug" | |
75 | ConfigurationType="1" | |
76 | UseOfMFC="0" | |
77 | ATLMinimizesCRunTimeLibraryUsage="FALSE" | |
78 | CharacterSet="2"> | |
79 | <Tool | |
80 | Name="VCCLCompilerTool" | |
81 | Optimization="0" | |
82 | ImproveFloatingPointConsistency="TRUE" | |
73c04bcf A |
83 | AdditionalIncludeDirectories="..\..\..\include;..\..\common;..\toolutil" |
84 | PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" | |
b75a7d8f A |
85 | BasicRuntimeChecks="3" |
86 | RuntimeLibrary="3" | |
73c04bcf | 87 | BufferSecurityCheck="TRUE" |
b75a7d8f | 88 | DisableLanguageExtensions="TRUE" |
73c04bcf | 89 | TreatWChar_tAsBuiltInType="TRUE" |
b75a7d8f A |
90 | PrecompiledHeaderFile=".\Debug/gentest.pch" |
91 | AssemblerListingLocation=".\Debug/" | |
92 | ObjectFile=".\Debug/" | |
93 | ProgramDataBaseFileName=".\Debug/" | |
94 | BrowseInformation="1" | |
95 | WarningLevel="3" | |
96 | SuppressStartupBanner="TRUE" | |
97 | DebugInformationFormat="4" | |
98 | CompileAs="0"/> | |
99 | <Tool | |
374ca955 | 100 | Name="VCCustomBuildTool"/> |
b75a7d8f A |
101 | <Tool |
102 | Name="VCLinkerTool" | |
b75a7d8f A |
103 | OutputFile=".\Debug/gentest.exe" |
104 | LinkIncremental="2" | |
105 | SuppressStartupBanner="TRUE" | |
b75a7d8f A |
106 | GenerateDebugInformation="TRUE" |
107 | ProgramDatabaseFile=".\Debug/gentest.pdb" | |
108 | SubSystem="1"/> | |
109 | <Tool | |
110 | Name="VCMIDLTool" | |
111 | TypeLibraryName=".\Debug/gentest.tlb"/> | |
112 | <Tool | |
113 | Name="VCPostBuildEventTool"/> | |
114 | <Tool | |
115 | Name="VCPreBuildEventTool"/> | |
116 | <Tool | |
117 | Name="VCPreLinkEventTool"/> | |
118 | <Tool | |
119 | Name="VCResourceCompilerTool" | |
120 | PreprocessorDefinitions="_DEBUG" | |
121 | Culture="1033"/> | |
122 | <Tool | |
123 | Name="VCWebServiceProxyGeneratorTool"/> | |
374ca955 A |
124 | <Tool |
125 | Name="VCXMLDataGeneratorTool"/> | |
b75a7d8f A |
126 | <Tool |
127 | Name="VCWebDeploymentTool"/> | |
374ca955 A |
128 | <Tool |
129 | Name="VCManagedWrapperGeneratorTool"/> | |
130 | <Tool | |
131 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> | |
b75a7d8f A |
132 | </Configuration> |
133 | </Configurations> | |
374ca955 A |
134 | <References> |
135 | </References> | |
b75a7d8f A |
136 | <Files> |
137 | <Filter | |
138 | Name="Source Files" | |
139 | Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"> | |
374ca955 A |
140 | <File |
141 | RelativePath=".\genres32.c"> | |
142 | </File> | |
b75a7d8f A |
143 | <File |
144 | RelativePath=".\gentest.c"> | |
145 | </File> | |
146 | </Filter> | |
147 | <Filter | |
148 | Name="Header Files" | |
149 | Filter="h;hpp;hxx;hm;inl"> | |
374ca955 A |
150 | <File |
151 | RelativePath=".\gentest.h"> | |
152 | </File> | |
b75a7d8f A |
153 | </Filter> |
154 | <Filter | |
155 | Name="Resource Files" | |
156 | Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> | |
157 | </Filter> | |
158 | </Files> | |
159 | <Globals> | |
160 | </Globals> | |
161 | </VisualStudioProject> |