re-import all libretro code from it's fork
[picodrive.git] / platform / libretro / msvc / msvc-2010 / msvc-2010.vcxproj
CommitLineData
7612bf90 1<?xml version="1.0" encoding="utf-8"?>\r
2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3 <ItemGroup Label="ProjectConfigurations">\r
4 <ProjectConfiguration Include="Debug|Win32">\r
5 <Configuration>Debug</Configuration>\r
6 <Platform>Win32</Platform>\r
7 </ProjectConfiguration>\r
8 <ProjectConfiguration Include="Release|Win32">\r
9 <Configuration>Release</Configuration>\r
10 <Platform>Win32</Platform>\r
11 </ProjectConfiguration>\r
12 </ItemGroup>\r
13 <PropertyGroup Label="Globals">\r
14 <ProjectGuid>{D4156C25-0E30-4407-9198-1F51EF74AA84}</ProjectGuid>\r
15 <Keyword>Win32Proj</Keyword>\r
16 <RootNamespace>msvc2010</RootNamespace>\r
17 </PropertyGroup>\r
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
20 <ConfigurationType>DynamicLibrary</ConfigurationType>\r
21 <UseDebugLibraries>true</UseDebugLibraries>\r
22 <CharacterSet>Unicode</CharacterSet>\r
23 </PropertyGroup>\r
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
25 <ConfigurationType>DynamicLibrary</ConfigurationType>\r
26 <UseDebugLibraries>false</UseDebugLibraries>\r
27 <WholeProgramOptimization>true</WholeProgramOptimization>\r
28 <CharacterSet>Unicode</CharacterSet>\r
29 </PropertyGroup>\r
30 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
31 <ImportGroup Label="ExtensionSettings">\r
32 </ImportGroup>\r
33 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
34 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
35 </ImportGroup>\r
36 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
37 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
38 </ImportGroup>\r
39 <PropertyGroup Label="UserMacros" />\r
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
41 <LinkIncremental>true</LinkIncremental>\r
42 <OutDir>$(SolutionDir)msvc-2010\$(Configuration)\</OutDir>\r
43 </PropertyGroup>\r
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
45 <LinkIncremental>false</LinkIncremental>\r
46 <OutDir>$(SolutionDir)msvc-2010\$(Configuration)\</OutDir>\r
47 </PropertyGroup>\r
48 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
49 <ClCompile>\r
50 <PrecompiledHeader>\r
51 </PrecompiledHeader>\r
52 <WarningLevel>Level3</WarningLevel>\r
53 <Optimization>Disabled</Optimization>\r
54 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MSVC2010_EXPORTS;%(PreprocessorDefinitions);INLINE=_inline;_CRT_SECURE_NO_WARNINGS;EMU_F68K;_USE_CZ80;NO_ZLIB;FAMEC_NO_GOTOS</PreprocessorDefinitions>\r
55 <CompileAs>CompileAsC</CompileAs>\r
56 <AdditionalIncludeDirectories>$(SolutionDir)\..\..\..\;$(SolutionDIr)\..\..\..\pico;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
57 </ClCompile>\r
58 <Link>\r
59 <SubSystem>Windows</SubSystem>\r
60 <GenerateDebugInformation>true</GenerateDebugInformation>\r
61 <ModuleDefinitionFile>libretro.def</ModuleDefinitionFile>\r
62 </Link>\r
63 </ItemDefinitionGroup>\r
64 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
65 <ClCompile>\r
66 <WarningLevel>Level3</WarningLevel>\r
67 <PrecompiledHeader>\r
68 </PrecompiledHeader>\r
69 <Optimization>MaxSpeed</Optimization>\r
70 <FunctionLevelLinking>true</FunctionLevelLinking>\r
71 <IntrinsicFunctions>true</IntrinsicFunctions>\r
72 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MSVC2010_EXPORTS;%(PreprocessorDefinitions);INLINE=_inline;_CRT_SECURE_NO_WARNINGS;EMU_F68K;_USE_CZ80;NO_ZLIB;FAMEC_NO_GOTOS</PreprocessorDefinitions>\r
73 <CompileAs>CompileAsC</CompileAs>\r
74 <AdditionalIncludeDirectories>$(SolutionDir)\..\..\..\;$(SolutionDIr)\..\..\..\pico;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
75 </ClCompile>\r
76 <Link>\r
77 <SubSystem>Windows</SubSystem>\r
78 <GenerateDebugInformation>true</GenerateDebugInformation>\r
79 <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
80 <OptimizeReferences>true</OptimizeReferences>\r
81 <ModuleDefinitionFile>libretro.def</ModuleDefinitionFile>\r
82 </Link>\r
83 </ItemDefinitionGroup>\r
84 <ItemGroup>\r
85 <ClCompile Include="..\..\..\..\cpu\cz80\cz80.c" />\r
86 <ClCompile Include="..\..\..\..\cpu\drc\cmn.c" />\r
87 <ClCompile Include="..\..\..\..\cpu\fame\famec.c" />\r
88 <ClCompile Include="..\..\..\..\cpu\sh2\mame\sh2pico.c" />\r
89 <ClCompile Include="..\..\..\..\cpu\sh2\sh2.c" />\r
90 <ClCompile Include="..\..\..\..\pico\32x\32x.c" />\r
91 <ClCompile Include="..\..\..\..\pico\32x\32x_draw.c" />\r
92 <ClCompile Include="..\..\..\..\pico\32x\32x_memory.c" />\r
93 <ClCompile Include="..\..\..\..\pico\32x\pwm.c" />\r
94 <ClCompile Include="..\..\..\..\pico\32x\sh2soc.c" />\r
95 <ClCompile Include="..\..\..\..\pico\cart.c" />\r
96 <ClCompile Include="..\..\..\..\pico\carthw\carthw.c" />\r
97 <ClCompile Include="..\..\..\..\pico\carthw\svp\svp_memory.c" />\r
98 <ClCompile Include="..\..\..\..\pico\carthw\svp\ssp16.c" />\r
99 <ClCompile Include="..\..\..\..\pico\carthw\svp\svp.c" />\r
100 <ClCompile Include="..\..\..\..\pico\carthw_cfg.c" />\r
101 <ClCompile Include="..\..\..\..\pico\cd\cdc.c" />\r
102 <ClCompile Include="..\..\..\..\pico\cd\cdd.c" />\r
103 <ClCompile Include="..\..\..\..\pico\cd\cd_image.c" />\r
104 <ClCompile Include="..\..\..\..\pico\cd\cell_map.c" />\r
105 <ClCompile Include="..\..\..\..\pico\cd\cue.c" />\r
106 <ClCompile Include="..\..\..\..\pico\cd\gfx.c" />\r
107 <ClCompile Include="..\..\..\..\pico\cd\gfx_dma.c" />\r
108 <ClCompile Include="..\..\..\..\pico\cd\mcd.c" />\r
109 <ClCompile Include="..\..\..\..\pico\cd\cd_memory.c" />\r
110 <ClCompile Include="..\..\..\..\pico\cd\cd_misc.c" />\r
111 <ClCompile Include="..\..\..\..\pico\cd\pcm.c" />\r
112 <ClCompile Include="..\..\..\..\pico\cd\cd_sek.c" />\r
113 <ClCompile Include="..\..\..\..\pico\debug.c" />\r
114 <ClCompile Include="..\..\..\..\pico\draw.c" />\r
115 <ClCompile Include="..\..\..\..\pico\draw2.c" />\r
116 <ClCompile Include="..\..\..\..\pico\eeprom.c" />\r
117 <ClCompile Include="..\..\..\..\pico\media.c" />\r
118 <ClCompile Include="..\..\..\..\pico\memory.c" />\r
119 <ClCompile Include="..\..\..\..\pico\misc.c" />\r
120 <ClCompile Include="..\..\..\..\pico\mode4.c" />\r
121 <ClCompile Include="..\..\..\..\pico\patch.c" />\r
122 <ClCompile Include="..\..\..\..\pico\pico.c" />\r
123 <ClCompile Include="..\..\..\..\pico\pico\pico_memory.c" />\r
124 <ClCompile Include="..\..\..\..\pico\pico\pico_pico.c" />\r
125 <ClCompile Include="..\..\..\..\pico\pico\xpcm.c" />\r
126 <ClCompile Include="..\..\..\..\pico\sek.c" />\r
127 <ClCompile Include="..\..\..\..\pico\sms.c" />\r
128 <ClCompile Include="..\..\..\..\pico\sound\mix.c" />\r
129 <ClCompile Include="..\..\..\..\pico\sound\sn76496.c" />\r
130 <ClCompile Include="..\..\..\..\pico\sound\sound.c" />\r
131 <ClCompile Include="..\..\..\..\pico\sound\ym2612.c" />\r
132 <ClCompile Include="..\..\..\..\pico\state.c" />\r
133 <ClCompile Include="..\..\..\..\pico\videoport.c" />\r
134 <ClCompile Include="..\..\..\..\pico\z80if.c" />\r
135 <ClCompile Include="..\..\..\..\unzip\unzip.c" />\r
136 <ClCompile Include="..\..\..\..\unzip\unzip_stream.c" />\r
137 <ClCompile Include="..\..\..\..\zlib\adler32.c" />\r
138 <ClCompile Include="..\..\..\..\zlib\compress.c" />\r
139 <ClCompile Include="..\..\..\..\zlib\crc32.c" />\r
140 <ClCompile Include="..\..\..\..\zlib\deflate.c" />\r
141 <ClCompile Include="..\..\..\..\zlib\example.c" />\r
142 <ClCompile Include="..\..\..\..\zlib\gzio.c" />\r
143 <ClCompile Include="..\..\..\..\zlib\infback.c" />\r
144 <ClCompile Include="..\..\..\..\zlib\inffast.c" />\r
145 <ClCompile Include="..\..\..\..\zlib\inflate.c" />\r
146 <ClCompile Include="..\..\..\..\zlib\inftrees.c" />\r
147 <ClCompile Include="..\..\..\..\zlib\trees.c" />\r
148 <ClCompile Include="..\..\..\..\zlib\uncompr.c" />\r
149 <ClCompile Include="..\..\..\..\zlib\zutil.c" />\r
150 <ClCompile Include="..\..\..\common\mp3.c" />\r
151 <ClCompile Include="..\..\..\common\mp3_dummy.c" />\r
152 <ClCompile Include="..\..\libretro.c" />\r
153 </ItemGroup>\r
154 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
155 <ImportGroup Label="ExtensionTargets">\r
156 </ImportGroup>\r
157</Project>