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