Input SDL plugin. Compile and run on the OpenPandora. Include config for Pandora...
[mupen64plus-pandora.git] / source / mupen64plus-input-sdl / projects / msvc11 / mupen64plus-input-sdl.vcxproj
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>{7F3178D0-0E2E-471B-9160-69F0354F9DE9}</ProjectGuid>
15     <RootNamespace>mupen64plusinputsdl</RootNamespace>
16     <Keyword>Win32Proj</Keyword>
17   </PropertyGroup>
18   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
20     <ConfigurationType>DynamicLibrary</ConfigurationType>
21     <CharacterSet>MultiByte</CharacterSet>
22     <WholeProgramOptimization>true</WholeProgramOptimization>
23     <PlatformToolset>v110</PlatformToolset>
24   </PropertyGroup>
25   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
26     <ConfigurationType>DynamicLibrary</ConfigurationType>
27     <CharacterSet>MultiByte</CharacterSet>
28     <PlatformToolset>v110</PlatformToolset>
29   </PropertyGroup>
30   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
31   <ImportGroup Label="ExtensionSettings">
32   </ImportGroup>
33   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
34     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35   </ImportGroup>
36   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
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>
41     <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
42     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
43     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
44     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
45     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
46     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
47     <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
48     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
49     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
50     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
51     <CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
52     <CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
53     <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
54   </PropertyGroup>
55   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
56     <ClCompile>
57       <Optimization>Disabled</Optimization>
58       <AdditionalIncludeDirectories>..\..\..\mupen64plus-core\src\api;..\..\..\mupen64plus-win32-deps\SDL-1.2.14\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
59       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
60       <MinimalRebuild>true</MinimalRebuild>
61       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
62       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
63       <PrecompiledHeader>
64       </PrecompiledHeader>
65       <WarningLevel>Level3</WarningLevel>
66       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
67     </ClCompile>
68     <Link>
69       <AdditionalDependencies>..\..\..\mupen64plus-win32-deps\SDL-1.2.14\lib\SDL.lib;%(AdditionalDependencies)</AdditionalDependencies>
70       <GenerateDebugInformation>true</GenerateDebugInformation>
71       <SubSystem>Windows</SubSystem>
72       <TargetMachine>MachineX86</TargetMachine>
73     </Link>
74   </ItemDefinitionGroup>
75   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
76     <ClCompile>
77       <AdditionalIncludeDirectories>..\..\..\mupen64plus-core\src\api;..\..\..\mupen64plus-win32-deps\SDL-1.2.14\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
78       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
79       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
80       <PrecompiledHeader>
81       </PrecompiledHeader>
82       <WarningLevel>Level3</WarningLevel>
83       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
84       <CompileAs>Default</CompileAs>
85     </ClCompile>
86     <Link>
87       <AdditionalDependencies>..\..\..\mupen64plus-win32-deps\SDL-1.2.14\lib\SDL.lib;%(AdditionalDependencies)</AdditionalDependencies>
88       <GenerateDebugInformation>true</GenerateDebugInformation>
89       <SubSystem>Windows</SubSystem>
90       <OptimizeReferences>true</OptimizeReferences>
91       <EnableCOMDATFolding>true</EnableCOMDATFolding>
92       <TargetMachine>MachineX86</TargetMachine>
93     </Link>
94   </ItemDefinitionGroup>
95   <ItemGroup>
96     <ClCompile Include="..\..\src\autoconfig.c" />
97     <ClCompile Include="..\..\src\config.c" />
98     <ClCompile Include="..\..\src\osal_dynamiclib_win32.c" />
99     <ClCompile Include="..\..\src\plugin.c" />
100   </ItemGroup>
101   <ItemGroup>
102     <ClInclude Include="..\..\src\autoconfig.h" />
103     <ClInclude Include="..\..\src\config.h" />
104     <ClInclude Include="..\..\src\osal_dynamiclib.h" />
105     <ClInclude Include="..\..\src\osal_preproc.h" />
106     <ClInclude Include="..\..\src\plugin.h" />
107     <ClInclude Include="..\..\src\version.h" />
108   </ItemGroup>
109   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
110   <ImportGroup Label="ExtensionTargets">
111   </ImportGroup>
112 </Project>