RSP HLE plugin. Compile and run on the OpenPandora
[mupen64plus-pandora.git] / source / mupen64plus-rsp-hle / projects / msvc11 / mupen64plus-rsp-hle.vcxproj
CommitLineData
d9e74a6f 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>{2EC7CEE3-C7A7-4F2E-B2C8-4DF6AFEC3E9A}</ProjectGuid>
15 <RootNamespace>mupen64plusrsphle</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;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
59 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;inline=__inline;%(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 <CompileAs>Default</CompileAs>
68 </ClCompile>
69 <Link>
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;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
78 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;inline=__inline;%(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 <GenerateDebugInformation>true</GenerateDebugInformation>
88 <SubSystem>Windows</SubSystem>
89 <OptimizeReferences>true</OptimizeReferences>
90 <EnableCOMDATFolding>true</EnableCOMDATFolding>
91 <TargetMachine>MachineX86</TargetMachine>
92 </Link>
93 </ItemDefinitionGroup>
94 <ItemGroup>
95 <ClCompile Include="..\..\src\alist.c" />
96 <ClCompile Include="..\..\src\cicx105.c" />
97 <ClCompile Include="..\..\src\jpeg.c" />
98 <ClCompile Include="..\..\src\main.c" />
99 <ClCompile Include="..\..\src\ucode1.cpp" />
100 <ClCompile Include="..\..\src\ucode2.cpp" />
101 <ClCompile Include="..\..\src\ucode3.cpp" />
102 <ClCompile Include="..\..\src\ucode3mp3.cpp" />
103 </ItemGroup>
104 <ItemGroup>
105 <ClInclude Include="..\..\src\alist.h" />
106 <ClInclude Include="..\..\src\alist_internal.h" />
107 <ClInclude Include="..\..\src\cicx105.h" />
108 <ClInclude Include="..\..\src\hle.h" />
109 <ClInclude Include="..\..\src\jpeg.h" />
110 </ItemGroup>
111 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
112 <ImportGroup Label="ExtensionTargets">
113 </ImportGroup>
114</Project>