blob: 0bb7e178da75b1d23573e28b76ece4d9d162470a [file] [log] [blame] [raw]
Attila Grószc9a70b82014-09-27 22:29:49 +02001<?xml version="1.0" encoding="windows-1250"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="tedplay"
6 ProjectGUID="{F33D0835-E522-4027-92D0-2389C1DC6CF3}"
7 RootNamespace="YapeSDL"
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="$(SolutionDir)$(ConfigurationName)"
20 IntermediateDirectory="$(ConfigurationName)"
21 ConfigurationType="1"
22 >
23 <Tool
24 Name="VCPreBuildEventTool"
25 />
26 <Tool
27 Name="VCCustomBuildTool"
28 />
29 <Tool
30 Name="VCXMLDataGeneratorTool"
31 />
32 <Tool
33 Name="VCWebServiceProxyGeneratorTool"
34 />
35 <Tool
36 Name="VCMIDLTool"
37 />
38 <Tool
39 Name="VCCLCompilerTool"
40 Optimization="0"
41 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
42 RuntimeLibrary="3"
43 WarningLevel="3"
44 Detect64BitPortabilityProblems="true"
45 DebugInformationFormat="4"
46 DisableSpecificWarnings="4312"
47 />
48 <Tool
49 Name="VCManagedResourceCompilerTool"
50 />
51 <Tool
52 Name="VCResourceCompilerTool"
53 />
54 <Tool
55 Name="VCPreLinkEventTool"
56 />
57 <Tool
58 Name="VCLinkerTool"
59 AdditionalDependencies="SDL.lib SDLmain.lib"
60 GenerateDebugInformation="true"
61 SubSystem="1"
62 />
63 <Tool
64 Name="VCALinkTool"
65 />
66 <Tool
67 Name="VCManifestTool"
68 />
69 <Tool
70 Name="VCXDCMakeTool"
71 />
72 <Tool
73 Name="VCBscMakeTool"
74 />
75 <Tool
76 Name="VCFxCopTool"
77 />
78 <Tool
79 Name="VCAppVerifierTool"
80 />
81 <Tool
82 Name="VCWebDeploymentTool"
83 />
84 <Tool
85 Name="VCPostBuildEventTool"
86 />
87 </Configuration>
88 <Configuration
89 Name="Release|Win32"
90 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
91 IntermediateDirectory="$(ConfigurationName)"
92 ConfigurationType="1"
93 >
94 <Tool
95 Name="VCPreBuildEventTool"
96 />
97 <Tool
98 Name="VCCustomBuildTool"
99 />
100 <Tool
101 Name="VCXMLDataGeneratorTool"
102 />
103 <Tool
104 Name="VCWebServiceProxyGeneratorTool"
105 />
106 <Tool
107 Name="VCMIDLTool"
108 />
109 <Tool
110 Name="VCCLCompilerTool"
111 Optimization="0"
112 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
113 RuntimeLibrary="2"
114 DebugInformationFormat="4"
115 />
116 <Tool
117 Name="VCManagedResourceCompilerTool"
118 />
119 <Tool
120 Name="VCResourceCompilerTool"
121 />
122 <Tool
123 Name="VCPreLinkEventTool"
124 />
125 <Tool
126 Name="VCLinkerTool"
127 AdditionalDependencies="SDL.lib SDLmain.lib"
128 IgnoreDefaultLibraryNames=""
129 GenerateDebugInformation="true"
130 SubSystem="1"
131 />
132 <Tool
133 Name="VCALinkTool"
134 />
135 <Tool
136 Name="VCManifestTool"
137 />
138 <Tool
139 Name="VCXDCMakeTool"
140 />
141 <Tool
142 Name="VCBscMakeTool"
143 />
144 <Tool
145 Name="VCFxCopTool"
146 />
147 <Tool
148 Name="VCAppVerifierTool"
149 />
150 <Tool
151 Name="VCWebDeploymentTool"
152 />
153 <Tool
154 Name="VCPostBuildEventTool"
155 />
156 </Configuration>
157 </Configurations>
158 <References>
159 </References>
160 <Files>
161 <Filter
162 Name="Headers"
163 >
164 <File
165 RelativePath=".\Audio.h"
166 >
167 </File>
168 <File
169 RelativePath=".\AudioSDL.h"
170 >
171 </File>
172 <File
173 RelativePath=".\CbmTune.h"
174 >
175 </File>
176 <File
177 RelativePath=".\cpu.h"
178 >
179 </File>
180 <File
181 RelativePath=".\Cpu7501asm.h"
182 >
183 </File>
184 <File
185 RelativePath=".\Filter.h"
186 >
187 </File>
188 <File
189 RelativePath=".\mem.h"
190 >
191 </File>
192 <File
193 RelativePath=".\psid.h"
194 >
195 </File>
196 <File
197 RelativePath=".\roms.h"
198 >
199 </File>
200 <File
201 RelativePath=".\Sid.h"
202 >
203 </File>
204 <File
205 RelativePath=".\tedmem.h"
206 >
207 </File>
208 <File
209 RelativePath=".\tedplay.h"
210 >
211 </File>
212 <File
213 RelativePath=".\types.h"
214 >
215 </File>
216 </Filter>
217 <File
218 RelativePath=".\Audio.cpp"
219 >
220 </File>
221 <File
222 RelativePath=".\AudioSDL.cpp"
223 >
224 </File>
225 <File
226 RelativePath=".\CbmTune.cpp"
227 >
228 </File>
229 <File
230 RelativePath=".\cpu.cpp"
231 >
232 </File>
233 <File
234 RelativePath=".\Filter.cpp"
235 >
236 </File>
237 <File
238 RelativePath=".\main.cpp"
239 >
240 </File>
241 <File
242 RelativePath=".\Sid.cpp"
243 >
244 </File>
245 <File
246 RelativePath=".\tedmem.cpp"
247 >
248 </File>
249 <File
250 RelativePath=".\tedplay.cpp"
251 >
252 </File>
253 <File
254 RelativePath=".\tedsound.cpp"
255 >
256 </File>
257 </Files>
258 <Globals>
259 </Globals>
260</VisualStudioProject>