release r24
[pcsx_rearmed.git] / deps / mman / mman.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.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     <ProjectConfiguration Include="Debug|x64">
13       <Configuration>Debug</Configuration>
14       <Platform>x64</Platform>
15     </ProjectConfiguration>
16     <ProjectConfiguration Include="Release|x64">
17       <Configuration>Release</Configuration>
18       <Platform>x64</Platform>
19     </ProjectConfiguration>
20   </ItemGroup>
21   <PropertyGroup Label="Globals">
22     <ProjectGuid>{592F578E-6F24-47C0-9F6C-07BC9B730E27}</ProjectGuid>
23     <Keyword>Win32Proj</Keyword>
24     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
25   </PropertyGroup>
26   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28     <ConfigurationType>Application</ConfigurationType>
29     <UseDebugLibraries>true</UseDebugLibraries>
30     <PlatformToolset>v140</PlatformToolset>
31   </PropertyGroup>
32   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
33     <ConfigurationType>Application</ConfigurationType>
34     <UseDebugLibraries>false</UseDebugLibraries>
35     <PlatformToolset>v140</PlatformToolset>
36   </PropertyGroup>
37   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
38     <ConfigurationType>StaticLibrary</ConfigurationType>
39     <UseDebugLibraries>true</UseDebugLibraries>
40     <PlatformToolset>v140</PlatformToolset>
41   </PropertyGroup>
42   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
43     <ConfigurationType>StaticLibrary</ConfigurationType>
44     <UseDebugLibraries>false</UseDebugLibraries>
45     <PlatformToolset>v140</PlatformToolset>
46   </PropertyGroup>
47   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
48   <ImportGroup Label="ExtensionSettings">
49   </ImportGroup>
50   <ImportGroup Label="Shared">
51   </ImportGroup>
52   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
53     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54   </ImportGroup>
55   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
56     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
57   </ImportGroup>
58   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
59     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
60   </ImportGroup>
61   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
62     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63   </ImportGroup>
64   <PropertyGroup Label="UserMacros" />
65   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
66     <LinkIncremental>true</LinkIncremental>
67   </PropertyGroup>
68   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
69     <LinkIncremental>true</LinkIncremental>
70   </PropertyGroup>
71   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
72     <ClCompile>
73       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
74       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
75       <WarningLevel>Level3</WarningLevel>
76       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
77       <Optimization>Disabled</Optimization>
78     </ClCompile>
79     <Link>
80       <TargetMachine>MachineX86</TargetMachine>
81       <GenerateDebugInformation>true</GenerateDebugInformation>
82       <SubSystem>Console</SubSystem>
83     </Link>
84   </ItemDefinitionGroup>
85   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
86     <ClCompile>
87       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
88       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
89       <WarningLevel>Level3</WarningLevel>
90       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
91     </ClCompile>
92     <Link>
93       <TargetMachine>MachineX86</TargetMachine>
94       <GenerateDebugInformation>true</GenerateDebugInformation>
95       <SubSystem>Console</SubSystem>
96       <EnableCOMDATFolding>true</EnableCOMDATFolding>
97       <OptimizeReferences>true</OptimizeReferences>
98     </Link>
99   </ItemDefinitionGroup>
100   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
101     <ClCompile>
102       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
103     </ClCompile>
104   </ItemDefinitionGroup>
105   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
106     <ClCompile>
107       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
108     </ClCompile>
109   </ItemDefinitionGroup>
110   <ItemGroup>
111     <ClCompile Include="mman.c" />
112   </ItemGroup>
113   <ItemGroup>
114     <ClInclude Include="mman.h" />
115   </ItemGroup>
116   <ItemGroup>
117     <None Include="UpgradeLog.htm" />
118   </ItemGroup>
119   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
120   <ImportGroup Label="ExtensionTargets">
121   </ImportGroup>
122 </Project>