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="Debug|x64">
9
<Configuration>Debug</Configuration>
10
<Platform>x64</Platform>
11
</ProjectConfiguration>
12
<ProjectConfiguration Include="Release|Win32">
13
<Configuration>Release</Configuration>
14
<Platform>Win32</Platform>
15
</ProjectConfiguration>
16
<ProjectConfiguration Include="Release|x64">
17
<Configuration>Release</Configuration>
18
<Platform>x64</Platform>
19
</ProjectConfiguration>
22
<ClCompile Include="BackgroundAudio.cpp" />
23
<ClCompile Include="ComboKeyMappingScreen.cpp" />
24
<ClCompile Include="ControlMappingScreen.cpp" />
25
<ClCompile Include="CwCheatScreen.cpp" />
26
<ClCompile Include="DevScreens.cpp" />
27
<ClCompile Include="DisplayLayoutEditor.cpp" />
28
<ClCompile Include="DisplayLayoutScreen.cpp" />
29
<ClCompile Include="EmuScreen.cpp" />
30
<ClCompile Include="GameInfoCache.cpp" />
31
<ClCompile Include="GamepadEmu.cpp" />
32
<ClCompile Include="GameScreen.cpp" />
33
<ClCompile Include="GameSettingsScreen.cpp" />
34
<ClCompile Include="MainScreen.cpp" />
35
<ClCompile Include="MiscScreens.cpp" />
36
<ClCompile Include="NativeApp.cpp" />
37
<ClCompile Include="OnScreenDisplay.cpp" />
38
<ClCompile Include="PauseScreen.cpp" />
39
<ClCompile Include="ProfilerDraw.cpp" />
40
<ClCompile Include="RemoteISOScreen.cpp" />
41
<ClCompile Include="ReportScreen.cpp" />
42
<ClCompile Include="SavedataScreen.cpp" />
43
<ClCompile Include="Store.cpp" />
44
<ClCompile Include="TiltAnalogSettingsScreen.cpp" />
45
<ClCompile Include="TiltEventProcessor.cpp" />
46
<ClCompile Include="TouchControlLayoutScreen.cpp" />
47
<ClCompile Include="TouchControlVisibilityScreen.cpp" />
48
<ClCompile Include="InstallZipScreen.cpp" />
49
<ClCompile Include="ui_atlas.cpp" />
52
<ClInclude Include="BackgroundAudio.h" />
53
<ClInclude Include="ComboKeyMappingScreen.h" />
54
<ClInclude Include="ControlMappingScreen.h" />
55
<ClInclude Include="DevScreens.h" />
56
<ClInclude Include="DisplayLayoutEditor.h" />
57
<ClInclude Include="DisplayLayoutScreen.h" />
58
<ClInclude Include="EmuScreen.h" />
59
<ClInclude Include="GameInfoCache.h" />
60
<ClInclude Include="GamepadEmu.h" />
61
<ClInclude Include="GameScreen.h" />
62
<ClInclude Include="GameSettingsScreen.h" />
63
<ClInclude Include="CwCheatScreen.h" />
64
<ClInclude Include="HostTypes.h" />
65
<ClInclude Include="MainScreen.h" />
66
<ClInclude Include="MiscScreens.h" />
67
<ClInclude Include="OnScreenDisplay.h" />
68
<ClInclude Include="PauseScreen.h" />
69
<ClInclude Include="ProfilerDraw.h" />
70
<ClInclude Include="RemoteISOScreen.h" />
71
<ClInclude Include="ReportScreen.h" />
72
<ClInclude Include="SavedataScreen.h" />
73
<ClInclude Include="Store.h" />
74
<ClInclude Include="TiltAnalogSettingsScreen.h" />
75
<ClInclude Include="TiltEventProcessor.h" />
76
<ClInclude Include="TouchControlLayoutScreen.h" />
77
<ClInclude Include="TouchControlVisibilityScreen.h" />
78
<ClInclude Include="InstallZipScreen.h" />
79
<ClInclude Include="ui_atlas.h" />
81
<PropertyGroup Label="Globals">
82
<ProjectGuid>{004B8D11-2BE3-4BD9-AB40-2BE04CF2096F}</ProjectGuid>
83
<Keyword>Win32Proj</Keyword>
84
<RootNamespace>UI</RootNamespace>
86
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
87
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
88
<ConfigurationType>StaticLibrary</ConfigurationType>
89
<UseDebugLibraries>true</UseDebugLibraries>
90
<PlatformToolset>v140_xp</PlatformToolset>
91
<CharacterSet>Unicode</CharacterSet>
93
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
94
<ConfigurationType>StaticLibrary</ConfigurationType>
95
<UseDebugLibraries>true</UseDebugLibraries>
96
<PlatformToolset>v140_xp</PlatformToolset>
97
<CharacterSet>Unicode</CharacterSet>
99
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
100
<ConfigurationType>StaticLibrary</ConfigurationType>
101
<UseDebugLibraries>false</UseDebugLibraries>
102
<PlatformToolset>v140_xp</PlatformToolset>
103
<WholeProgramOptimization>false</WholeProgramOptimization>
104
<CharacterSet>Unicode</CharacterSet>
106
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
107
<ConfigurationType>StaticLibrary</ConfigurationType>
108
<UseDebugLibraries>false</UseDebugLibraries>
109
<PlatformToolset>v140_xp</PlatformToolset>
110
<CharacterSet>Unicode</CharacterSet>
112
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
113
<ImportGroup Label="ExtensionSettings">
115
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
116
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
118
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
119
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
121
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
122
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
124
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
125
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
127
<PropertyGroup Label="UserMacros" />
129
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
133
<WarningLevel>Level3</WarningLevel>
134
<PreprocessorDefinitions>_CRTDBG_MAP_ALLOC;USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;_ARCH_32=1;WIN32;_DEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
135
<AdditionalIncludeDirectories>../common;..;../ext/native;../ext/native/ext/glew;../ext/zlib;../ext/native/ext</AdditionalIncludeDirectories>
136
<MultiProcessorCompilation>true</MultiProcessorCompilation>
137
<MinimalRebuild>false</MinimalRebuild>
138
<RuntimeTypeInfo>false</RuntimeTypeInfo>
139
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
140
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
141
<ForcedIncludeFiles>Common/DbgNew.h</ForcedIncludeFiles>
144
<SubSystem>Windows</SubSystem>
145
<GenerateDebugInformation>true</GenerateDebugInformation>
148
<Message>Updating git-version.cpp</Message>
149
<Command>../Windows/git-version-gen.cmd</Command>
151
</ItemDefinitionGroup>
152
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
156
<WarningLevel>Level3</WarningLevel>
157
<PreprocessorDefinitions>_CRTDBG_MAP_ALLOC;USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;_ARCH_64=1;WIN32;_DEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
158
<AdditionalIncludeDirectories>../common;..;../ext/native;../ext/native/ext/glew;../ext/zlib;../ext/native/ext</AdditionalIncludeDirectories>
159
<MultiProcessorCompilation>true</MultiProcessorCompilation>
160
<MinimalRebuild>false</MinimalRebuild>
161
<RuntimeTypeInfo>false</RuntimeTypeInfo>
162
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
163
<OmitFramePointers>false</OmitFramePointers>
164
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
165
<ForcedIncludeFiles>Common/DbgNew.h</ForcedIncludeFiles>
168
<SubSystem>Windows</SubSystem>
169
<GenerateDebugInformation>true</GenerateDebugInformation>
172
<Message>Updating git-version.cpp</Message>
173
<Command>../Windows/git-version-gen.cmd</Command>
175
</ItemDefinitionGroup>
176
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
178
<WarningLevel>Level3</WarningLevel>
181
<Optimization>MaxSpeed</Optimization>
182
<FunctionLevelLinking>true</FunctionLevelLinking>
183
<IntrinsicFunctions>true</IntrinsicFunctions>
184
<PreprocessorDefinitions>USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;_ARCH_32=1;WIN32;NDEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
185
<AdditionalIncludeDirectories>../common;..;../ext/native;../ext/native/ext/glew;../ext/zlib;../ext/native/ext</AdditionalIncludeDirectories>
186
<BufferSecurityCheck>false</BufferSecurityCheck>
187
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
188
<MultiProcessorCompilation>true</MultiProcessorCompilation>
189
<RuntimeTypeInfo>false</RuntimeTypeInfo>
190
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
193
<SubSystem>Windows</SubSystem>
194
<GenerateDebugInformation>true</GenerateDebugInformation>
195
<EnableCOMDATFolding>true</EnableCOMDATFolding>
196
<OptimizeReferences>true</OptimizeReferences>
199
<Message>Updating git-version.cpp</Message>
200
<Command>../Windows/git-version-gen.cmd</Command>
202
</ItemDefinitionGroup>
203
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
205
<WarningLevel>Level3</WarningLevel>
208
<Optimization>MaxSpeed</Optimization>
209
<FunctionLevelLinking>true</FunctionLevelLinking>
210
<IntrinsicFunctions>true</IntrinsicFunctions>
211
<PreprocessorDefinitions>USING_WIN_UI;_CRT_SECURE_NO_WARNINGS;_ARCH_64=1;WIN32;NDEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
212
<AdditionalIncludeDirectories>../common;..;../ext/native;../ext/native/ext/glew;../ext/zlib;../ext/native/ext</AdditionalIncludeDirectories>
213
<BufferSecurityCheck>false</BufferSecurityCheck>
214
<MultiProcessorCompilation>true</MultiProcessorCompilation>
215
<RuntimeTypeInfo>false</RuntimeTypeInfo>
216
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
217
<StringPooling>true</StringPooling>
220
<SubSystem>Windows</SubSystem>
221
<GenerateDebugInformation>true</GenerateDebugInformation>
222
<EnableCOMDATFolding>true</EnableCOMDATFolding>
223
<OptimizeReferences>true</OptimizeReferences>
226
<Message>Updating git-version.cpp</Message>
227
<Command>../Windows/git-version-gen.cmd</Command>
229
</ItemDefinitionGroup>
230
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
231
<ImportGroup Label="ExtensionTargets">