Added missing launcher
[mupen64plus-pandora.git] / source / front-end / projects / msvc8 / mupen64plus-ui-console.vcproj
CommitLineData
5288f542 1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="mupen64plus-ui-console"
6 ProjectGUID="{0E29D9F8-C675-4D21-AF16-AA80EDDB264E}"
7 RootNamespace="mupen64plusuiconsole"
8 Keyword="Win32Proj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21 IntermediateDirectory="$(ConfigurationName)"
22 ConfigurationType="1"
23 CharacterSet="2"
24 >
25 <Tool
26 Name="VCPreBuildEventTool"
27 />
28 <Tool
29 Name="VCCustomBuildTool"
30 />
31 <Tool
32 Name="VCXMLDataGeneratorTool"
33 />
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
36 />
37 <Tool
38 Name="VCMIDLTool"
39 />
40 <Tool
41 Name="VCCLCompilerTool"
42 Optimization="0"
43 AdditionalIncludeDirectories="..\..\..\mupen64plus-core\src\api"
44 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
45 MinimalRebuild="true"
46 BasicRuntimeChecks="3"
47 RuntimeLibrary="3"
48 UsePrecompiledHeader="0"
49 WarningLevel="3"
50 Detect64BitPortabilityProblems="true"
51 DebugInformationFormat="4"
52 CompileAs="2"
53 />
54 <Tool
55 Name="VCManagedResourceCompilerTool"
56 />
57 <Tool
58 Name="VCResourceCompilerTool"
59 />
60 <Tool
61 Name="VCPreLinkEventTool"
62 />
63 <Tool
64 Name="VCLinkerTool"
65 AdditionalDependencies="..\..\..\mupen64plus-win32-deps\SDL-1.2.14\lib\SDLmain.lib"
66 LinkIncremental="2"
67 GenerateDebugInformation="true"
68 SubSystem="1"
69 TargetMachine="1"
70 />
71 <Tool
72 Name="VCALinkTool"
73 />
74 <Tool
75 Name="VCManifestTool"
76 />
77 <Tool
78 Name="VCXDCMakeTool"
79 />
80 <Tool
81 Name="VCBscMakeTool"
82 />
83 <Tool
84 Name="VCFxCopTool"
85 />
86 <Tool
87 Name="VCAppVerifierTool"
88 />
89 <Tool
90 Name="VCWebDeploymentTool"
91 />
92 <Tool
93 Name="VCPostBuildEventTool"
94 Description="Copying shared data and libraries to build directory..."
95 CommandLine="copy ..\..\..\mupen64plus-core\data\* &quot;$(OutDir)&quot;&#x0D;&#x0A;copy ..\..\..\mupen64plus-video-rice\data\* &quot;$(OutDir)&quot;&#x0D;&#x0A;copy ..\..\..\mupen64plus-input-sdl\data\* &quot;$(OutDir)&quot;&#x0D;&#x0A;copy ..\..\..\mupen64plus-win32-deps\freetype-2.3.5-1\bin\*.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;copy ..\..\..\mupen64plus-win32-deps\libpng-1.2.37\bin\*.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;copy ..\..\..\mupen64plus-win32-deps\SDL-1.2.14\lib\*.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;copy ..\..\..\mupen64plus-win32-deps\zlib-1.2.3\bin\*.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;"
96 />
97 </Configuration>
98 <Configuration
99 Name="Release|Win32"
100 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
101 IntermediateDirectory="$(ConfigurationName)"
102 ConfigurationType="1"
103 CharacterSet="2"
104 WholeProgramOptimization="1"
105 >
106 <Tool
107 Name="VCPreBuildEventTool"
108 />
109 <Tool
110 Name="VCCustomBuildTool"
111 />
112 <Tool
113 Name="VCXMLDataGeneratorTool"
114 />
115 <Tool
116 Name="VCWebServiceProxyGeneratorTool"
117 />
118 <Tool
119 Name="VCMIDLTool"
120 />
121 <Tool
122 Name="VCCLCompilerTool"
123 AdditionalIncludeDirectories="..\..\..\mupen64plus-core\src\api"
124 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
125 RuntimeLibrary="2"
126 UsePrecompiledHeader="0"
127 WarningLevel="3"
128 Detect64BitPortabilityProblems="true"
129 DebugInformationFormat="3"
130 CompileAs="2"
131 />
132 <Tool
133 Name="VCManagedResourceCompilerTool"
134 />
135 <Tool
136 Name="VCResourceCompilerTool"
137 />
138 <Tool
139 Name="VCPreLinkEventTool"
140 />
141 <Tool
142 Name="VCLinkerTool"
143 AdditionalDependencies="..\..\..\mupen64plus-win32-deps\SDL-1.2.14\lib\SDLmain.lib"
144 LinkIncremental="1"
145 GenerateDebugInformation="true"
146 SubSystem="1"
147 OptimizeReferences="2"
148 EnableCOMDATFolding="2"
149 TargetMachine="1"
150 />
151 <Tool
152 Name="VCALinkTool"
153 />
154 <Tool
155 Name="VCManifestTool"
156 />
157 <Tool
158 Name="VCXDCMakeTool"
159 />
160 <Tool
161 Name="VCBscMakeTool"
162 />
163 <Tool
164 Name="VCFxCopTool"
165 />
166 <Tool
167 Name="VCAppVerifierTool"
168 />
169 <Tool
170 Name="VCWebDeploymentTool"
171 />
172 <Tool
173 Name="VCPostBuildEventTool"
174 Description="Copying shared data and libraries to build directory..."
175 CommandLine="copy ..\..\..\mupen64plus-core\data\* &quot;$(OutDir)&quot;&#x0D;&#x0A;copy ..\..\..\mupen64plus-video-rice\data\* &quot;$(OutDir)&quot;&#x0D;&#x0A;copy ..\..\..\mupen64plus-input-sdl\data\* &quot;$(OutDir)&quot;&#x0D;&#x0A;copy ..\..\..\mupen64plus-win32-deps\freetype-2.3.5-1\bin\*.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;copy ..\..\..\mupen64plus-win32-deps\libpng-1.2.37\bin\*.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;copy ..\..\..\mupen64plus-win32-deps\SDL-1.2.14\lib\*.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;copy ..\..\..\mupen64plus-win32-deps\zlib-1.2.3\bin\*.dll &quot;$(OutDir)&quot;&#x0D;&#x0A;"
176 />
177 </Configuration>
178 </Configurations>
179 <References>
180 </References>
181 <Files>
182 <Filter
183 Name="Source Files"
184 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
185 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
186 >
187 <File
188 RelativePath="..\..\src\cheat.c"
189 >
190 </File>
191 <File
192 RelativePath="..\..\src\compare_core.c"
193 >
194 </File>
195 <File
196 RelativePath="..\..\src\core_interface.c"
197 >
198 </File>
199 <File
200 RelativePath="..\..\src\main.c"
201 >
202 </File>
203 <File
204 RelativePath="..\..\src\osal_dynamiclib_win32.c"
205 >
206 </File>
207 <File
208 RelativePath="..\..\src\osal_files_win32.c"
209 >
210 </File>
211 <File
212 RelativePath="..\..\src\plugin.c"
213 >
214 </File>
215 </Filter>
216 <Filter
217 Name="Header Files"
218 Filter="h;hpp;hxx;hm;inl;inc;xsd"
219 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
220 >
221 <File
222 RelativePath="..\..\src\cheat.h"
223 >
224 </File>
225 <File
226 RelativePath="..\..\src\compare_core.h"
227 >
228 </File>
229 <File
230 RelativePath="..\..\src\core_interface.h"
231 >
232 </File>
233 <File
234 RelativePath="..\..\src\main.h"
235 >
236 </File>
237 <File
238 RelativePath="..\..\src\osal_dynamiclib.h"
239 >
240 </File>
241 <File
242 RelativePath="..\..\src\osal_files.h"
243 >
244 </File>
245 <File
246 RelativePath="..\..\src\osal_preproc.h"
247 >
248 </File>
249 <File
250 RelativePath="..\..\src\plugin.h"
251 >
252 </File>
253 <File
254 RelativePath="..\..\src\version.h"
255 >
256 </File>
257 </Filter>
258 </Files>
259 <Globals>
260 </Globals>
261</VisualStudioProject>