re-import all libretro code from it's fork
[picodrive.git] / platform / libretro / msvc / msvc-2010 / msvc-2010.vcxproj
diff --git a/platform/libretro/msvc/msvc-2010/msvc-2010.vcxproj b/platform/libretro/msvc/msvc-2010/msvc-2010.vcxproj
new file mode 100644 (file)
index 0000000..4b8784a
--- /dev/null
@@ -0,0 +1,157 @@
+<?xml version="1.0" encoding="utf-8"?>\r
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
+  <ItemGroup Label="ProjectConfigurations">\r
+    <ProjectConfiguration Include="Debug|Win32">\r
+      <Configuration>Debug</Configuration>\r
+      <Platform>Win32</Platform>\r
+    </ProjectConfiguration>\r
+    <ProjectConfiguration Include="Release|Win32">\r
+      <Configuration>Release</Configuration>\r
+      <Platform>Win32</Platform>\r
+    </ProjectConfiguration>\r
+  </ItemGroup>\r
+  <PropertyGroup Label="Globals">\r
+    <ProjectGuid>{D4156C25-0E30-4407-9198-1F51EF74AA84}</ProjectGuid>\r
+    <Keyword>Win32Proj</Keyword>\r
+    <RootNamespace>msvc2010</RootNamespace>\r
+  </PropertyGroup>\r
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
+    <ConfigurationType>DynamicLibrary</ConfigurationType>\r
+    <UseDebugLibraries>true</UseDebugLibraries>\r
+    <CharacterSet>Unicode</CharacterSet>\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
+    <ConfigurationType>DynamicLibrary</ConfigurationType>\r
+    <UseDebugLibraries>false</UseDebugLibraries>\r
+    <WholeProgramOptimization>true</WholeProgramOptimization>\r
+    <CharacterSet>Unicode</CharacterSet>\r
+  </PropertyGroup>\r
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
+  <ImportGroup Label="ExtensionSettings">\r
+  </ImportGroup>\r
+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
+  </ImportGroup>\r
+  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
+    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
+  </ImportGroup>\r
+  <PropertyGroup Label="UserMacros" />\r
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
+    <LinkIncremental>true</LinkIncremental>\r
+    <OutDir>$(SolutionDir)msvc-2010\$(Configuration)\</OutDir>\r
+  </PropertyGroup>\r
+  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
+    <LinkIncremental>false</LinkIncremental>\r
+    <OutDir>$(SolutionDir)msvc-2010\$(Configuration)\</OutDir>\r
+  </PropertyGroup>\r
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
+    <ClCompile>\r
+      <PrecompiledHeader>\r
+      </PrecompiledHeader>\r
+      <WarningLevel>Level3</WarningLevel>\r
+      <Optimization>Disabled</Optimization>\r
+      <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
+      <CompileAs>CompileAsC</CompileAs>\r
+      <AdditionalIncludeDirectories>$(SolutionDir)\..\..\..\;$(SolutionDIr)\..\..\..\pico;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
+    </ClCompile>\r
+    <Link>\r
+      <SubSystem>Windows</SubSystem>\r
+      <GenerateDebugInformation>true</GenerateDebugInformation>\r
+      <ModuleDefinitionFile>libretro.def</ModuleDefinitionFile>\r
+    </Link>\r
+  </ItemDefinitionGroup>\r
+  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
+    <ClCompile>\r
+      <WarningLevel>Level3</WarningLevel>\r
+      <PrecompiledHeader>\r
+      </PrecompiledHeader>\r
+      <Optimization>MaxSpeed</Optimization>\r
+      <FunctionLevelLinking>true</FunctionLevelLinking>\r
+      <IntrinsicFunctions>true</IntrinsicFunctions>\r
+      <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
+      <CompileAs>CompileAsC</CompileAs>\r
+      <AdditionalIncludeDirectories>$(SolutionDir)\..\..\..\;$(SolutionDIr)\..\..\..\pico;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
+    </ClCompile>\r
+    <Link>\r
+      <SubSystem>Windows</SubSystem>\r
+      <GenerateDebugInformation>true</GenerateDebugInformation>\r
+      <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
+      <OptimizeReferences>true</OptimizeReferences>\r
+      <ModuleDefinitionFile>libretro.def</ModuleDefinitionFile>\r
+    </Link>\r
+  </ItemDefinitionGroup>\r
+  <ItemGroup>\r
+    <ClCompile Include="..\..\..\..\cpu\cz80\cz80.c" />\r
+    <ClCompile Include="..\..\..\..\cpu\drc\cmn.c" />\r
+    <ClCompile Include="..\..\..\..\cpu\fame\famec.c" />\r
+    <ClCompile Include="..\..\..\..\cpu\sh2\mame\sh2pico.c" />\r
+    <ClCompile Include="..\..\..\..\cpu\sh2\sh2.c" />\r
+    <ClCompile Include="..\..\..\..\pico\32x\32x.c" />\r
+    <ClCompile Include="..\..\..\..\pico\32x\32x_draw.c" />\r
+    <ClCompile Include="..\..\..\..\pico\32x\32x_memory.c" />\r
+    <ClCompile Include="..\..\..\..\pico\32x\pwm.c" />\r
+    <ClCompile Include="..\..\..\..\pico\32x\sh2soc.c" />\r
+    <ClCompile Include="..\..\..\..\pico\cart.c" />\r
+    <ClCompile Include="..\..\..\..\pico\carthw\carthw.c" />\r
+    <ClCompile Include="..\..\..\..\pico\carthw\svp\svp_memory.c" />\r
+    <ClCompile Include="..\..\..\..\pico\carthw\svp\ssp16.c" />\r
+    <ClCompile Include="..\..\..\..\pico\carthw\svp\svp.c" />\r
+    <ClCompile Include="..\..\..\..\pico\carthw_cfg.c" />\r
+    <ClCompile Include="..\..\..\..\pico\cd\cdc.c" />\r
+    <ClCompile Include="..\..\..\..\pico\cd\cdd.c" />\r
+    <ClCompile Include="..\..\..\..\pico\cd\cd_image.c" />\r
+    <ClCompile Include="..\..\..\..\pico\cd\cell_map.c" />\r
+    <ClCompile Include="..\..\..\..\pico\cd\cue.c" />\r
+    <ClCompile Include="..\..\..\..\pico\cd\gfx.c" />\r
+    <ClCompile Include="..\..\..\..\pico\cd\gfx_dma.c" />\r
+    <ClCompile Include="..\..\..\..\pico\cd\mcd.c" />\r
+    <ClCompile Include="..\..\..\..\pico\cd\cd_memory.c" />\r
+    <ClCompile Include="..\..\..\..\pico\cd\cd_misc.c" />\r
+    <ClCompile Include="..\..\..\..\pico\cd\pcm.c" />\r
+    <ClCompile Include="..\..\..\..\pico\cd\cd_sek.c" />\r
+    <ClCompile Include="..\..\..\..\pico\debug.c" />\r
+    <ClCompile Include="..\..\..\..\pico\draw.c" />\r
+    <ClCompile Include="..\..\..\..\pico\draw2.c" />\r
+    <ClCompile Include="..\..\..\..\pico\eeprom.c" />\r
+    <ClCompile Include="..\..\..\..\pico\media.c" />\r
+    <ClCompile Include="..\..\..\..\pico\memory.c" />\r
+    <ClCompile Include="..\..\..\..\pico\misc.c" />\r
+    <ClCompile Include="..\..\..\..\pico\mode4.c" />\r
+    <ClCompile Include="..\..\..\..\pico\patch.c" />\r
+    <ClCompile Include="..\..\..\..\pico\pico.c" />\r
+    <ClCompile Include="..\..\..\..\pico\pico\pico_memory.c" />\r
+    <ClCompile Include="..\..\..\..\pico\pico\pico_pico.c" />\r
+    <ClCompile Include="..\..\..\..\pico\pico\xpcm.c" />\r
+    <ClCompile Include="..\..\..\..\pico\sek.c" />\r
+    <ClCompile Include="..\..\..\..\pico\sms.c" />\r
+    <ClCompile Include="..\..\..\..\pico\sound\mix.c" />\r
+    <ClCompile Include="..\..\..\..\pico\sound\sn76496.c" />\r
+    <ClCompile Include="..\..\..\..\pico\sound\sound.c" />\r
+    <ClCompile Include="..\..\..\..\pico\sound\ym2612.c" />\r
+    <ClCompile Include="..\..\..\..\pico\state.c" />\r
+    <ClCompile Include="..\..\..\..\pico\videoport.c" />\r
+    <ClCompile Include="..\..\..\..\pico\z80if.c" />\r
+    <ClCompile Include="..\..\..\..\unzip\unzip.c" />\r
+    <ClCompile Include="..\..\..\..\unzip\unzip_stream.c" />\r
+    <ClCompile Include="..\..\..\..\zlib\adler32.c" />\r
+    <ClCompile Include="..\..\..\..\zlib\compress.c" />\r
+    <ClCompile Include="..\..\..\..\zlib\crc32.c" />\r
+    <ClCompile Include="..\..\..\..\zlib\deflate.c" />\r
+    <ClCompile Include="..\..\..\..\zlib\example.c" />\r
+    <ClCompile Include="..\..\..\..\zlib\gzio.c" />\r
+    <ClCompile Include="..\..\..\..\zlib\infback.c" />\r
+    <ClCompile Include="..\..\..\..\zlib\inffast.c" />\r
+    <ClCompile Include="..\..\..\..\zlib\inflate.c" />\r
+    <ClCompile Include="..\..\..\..\zlib\inftrees.c" />\r
+    <ClCompile Include="..\..\..\..\zlib\trees.c" />\r
+    <ClCompile Include="..\..\..\..\zlib\uncompr.c" />\r
+    <ClCompile Include="..\..\..\..\zlib\zutil.c" />\r
+    <ClCompile Include="..\..\..\common\mp3.c" />\r
+    <ClCompile Include="..\..\..\common\mp3_dummy.c" />\r
+    <ClCompile Include="..\..\libretro.c" />\r
+  </ItemGroup>\r
+  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
+  <ImportGroup Label="ExtensionTargets">\r
+  </ImportGroup>\r
+</Project>
\ No newline at end of file