ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/Represent/Represent.vcproj
Revision: 389
Committed: 2004-12-24T04:02:30-08:00 (20 years, 5 months ago) by douglas
File size: 4685 byte(s)
Log Message:
VC++ 2005 EEB is on crack!

File Contents

# Content
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="Represent"
6 ProjectGUID="{DEF8A2D3-B3B8-414F-9190-0B0EF30160E0}"
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="1"
22 CharacterSet="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 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;MENES_STL_CONVERTABLE;MENES_STL_STREAMABLE"
43 MinimalRebuild="TRUE"
44 BasicRuntimeChecks="3"
45 RuntimeLibrary="3"
46 UsePrecompiledHeader="0"
47 WarningLevel="3"
48 Detect64BitPortabilityProblems="TRUE"
49 DebugInformationFormat="4"
50 />
51 <Tool
52 Name="VCManagedResourceCompilerTool"
53 />
54 <Tool
55 Name="VCResourceCompilerTool"
56 />
57 <Tool
58 Name="VCPreLinkEventTool"
59 />
60 <Tool
61 Name="VCLinkerTool"
62 AdditionalDependencies="eisodos.lib menes.lib"
63 OutputFile="$(OutDir)/Represent.exe"
64 LinkIncremental="2"
65 GenerateDebugInformation="TRUE"
66 ProgramDatabaseFile="$(OutDir)/Represent.pdb"
67 SubSystem="1"
68 TargetMachine="1"
69 />
70 <Tool
71 Name="VCALinkTool"
72 />
73 <Tool
74 Name="VCManifestTool"
75 />
76 <Tool
77 Name="VCXDCMakeTool"
78 />
79 <Tool
80 Name="VCBscMakeTool"
81 />
82 <Tool
83 Name="VCAppVerifierTool"
84 />
85 <Tool
86 Name="VCWebDeploymentTool"
87 />
88 <Tool
89 Name="VCPostBuildEventTool"
90 />
91 </Configuration>
92 <Configuration
93 Name="Release|Win32"
94 OutputDirectory="Release"
95 IntermediateDirectory="Release"
96 ConfigurationType="1"
97 CharacterSet="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 Optimization="3"
117 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;MENES_STL_CONVERTABLE;MENES_STL_STREAMABLE"
118 RuntimeLibrary="2"
119 UsePrecompiledHeader="0"
120 WarningLevel="3"
121 Detect64BitPortabilityProblems="TRUE"
122 DebugInformationFormat="3"
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 AdditionalDependencies="eisodos.lib menes.lib"
136 OutputFile="$(OutDir)/Represent.exe"
137 LinkIncremental="1"
138 GenerateDebugInformation="TRUE"
139 SubSystem="1"
140 OptimizeReferences="2"
141 EnableCOMDATFolding="2"
142 TargetMachine="1"
143 />
144 <Tool
145 Name="VCALinkTool"
146 />
147 <Tool
148 Name="VCManifestTool"
149 />
150 <Tool
151 Name="VCXDCMakeTool"
152 />
153 <Tool
154 Name="VCBscMakeTool"
155 />
156 <Tool
157 Name="VCAppVerifierTool"
158 />
159 <Tool
160 Name="VCWebDeploymentTool"
161 />
162 <Tool
163 Name="VCPostBuildEventTool"
164 />
165 </Configuration>
166 </Configurations>
167 <References>
168 </References>
169 <Files>
170 <Filter
171 Name="Source Files"
172 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
173 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
174 >
175 <File
176 RelativePath=".\Binary.cpp"
177 >
178 </File>
179 <File
180 RelativePath=".\DataType.cpp"
181 >
182 </File>
183 <File
184 RelativePath=".\Hexadecimal.cpp"
185 >
186 </File>
187 <File
188 RelativePath=".\InputType.cpp"
189 >
190 </File>
191 <File
192 RelativePath=".\Represent.cpp"
193 >
194 </File>
195 </Filter>
196 <Filter
197 Name="Header Files"
198 Filter="h;hpp;hxx;hm;inl;inc;xsd"
199 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
200 >
201 <File
202 RelativePath=".\Binary.hpp"
203 >
204 </File>
205 <File
206 RelativePath=".\DataType.hpp"
207 >
208 </File>
209 <File
210 RelativePath=".\Hexadecimal.hpp"
211 >
212 </File>
213 <File
214 RelativePath=".\InputType.hpp"
215 >
216 </File>
217 <File
218 RelativePath=".\Represent.hpp"
219 >
220 </File>
221 </Filter>
222 <Filter
223 Name="Resource Files"
224 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
225 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
226 >
227 </Filter>
228 </Files>
229 <Globals>
230 </Globals>
231 </VisualStudioProject>