2014-04-01 02:26:50 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{A587F714-490F-407A-9E36-7AB7FA0D7BAB}</ProjectGuid>
|
|
|
|
|
<RootNamespace>citra_qt</RootNamespace>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
<Import Project="qt-build.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="..\..\vsprops\base.props" />
|
|
|
|
|
<Import Project="..\..\vsprops\externals.props" />
|
|
|
|
|
<Import Project="..\..\vsprops\qt.props" />
|
|
|
|
|
<Import Project="..\..\vsprops\qt_libs_debug.props" />
|
|
|
|
|
<Import Project="..\..\vsprops\code_generation_debug.props" />
|
|
|
|
|
<Import Project="..\..\vsprops\app.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="..\..\vsprops\base.props" />
|
|
|
|
|
<Import Project="..\..\vsprops\externals.props" />
|
|
|
|
|
<Import Project="..\..\vsprops\qt.props" />
|
|
|
|
|
<Import Project="..\..\vsprops\qt_libs_debug.props" />
|
|
|
|
|
<Import Project="..\..\vsprops\code_generation_debug.props" />
|
|
|
|
|
<Import Project="..\..\vsprops\app.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="..\..\vsprops\base.props" />
|
|
|
|
|
<Import Project="..\..\vsprops\externals.props" />
|
|
|
|
|
<Import Project="..\..\vsprops\qt.props" />
|
|
|
|
|
<Import Project="..\..\vsprops\qt_libs_release.props" />
|
|
|
|
|
<Import Project="..\..\vsprops\code_generation_release.props" />
|
|
|
|
|
<Import Project="..\..\vsprops\app.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
<Import Project="..\..\vsprops\base.props" />
|
|
|
|
|
<Import Project="..\..\vsprops\externals.props" />
|
|
|
|
|
<Import Project="..\..\vsprops\qt.props" />
|
|
|
|
|
<Import Project="..\..\vsprops\qt_libs_release.props" />
|
|
|
|
|
<Import Project="..\..\vsprops\code_generation_release.props" />
|
|
|
|
|
<Import Project="..\..\vsprops\app.props" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile />
|
|
|
|
|
<Link>
|
|
|
|
|
<IgnoreSpecificDefaultLibraries>
|
|
|
|
|
</IgnoreSpecificDefaultLibraries>
|
|
|
|
|
</Link>
|
|
|
|
|
<MOC />
|
|
|
|
|
<UIC />
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile />
|
|
|
|
|
<Link>
|
|
|
|
|
<IgnoreSpecificDefaultLibraries>
|
|
|
|
|
</IgnoreSpecificDefaultLibraries>
|
|
|
|
|
</Link>
|
|
|
|
|
<MOC />
|
|
|
|
|
<UIC />
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile />
|
|
|
|
|
<Link />
|
|
|
|
|
<UIC />
|
|
|
|
|
<UIC />
|
|
|
|
|
<MOC />
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile />
|
|
|
|
|
<Link />
|
|
|
|
|
<UIC />
|
|
|
|
|
<UIC />
|
|
|
|
|
<MOC />
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClCompile Include="..\..\externals\qhexedit\commands.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\externals\qhexedit\qhexedit.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\externals\qhexedit\qhexedit_p.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\externals\qhexedit\xbytearray.cpp" />
|
2014-04-09 00:15:08 +00:00
|
|
|
|
<ClCompile Include="config\controller_config.cpp" />
|
|
|
|
|
<ClCompile Include="config\controller_config_util.cpp" />
|
2014-04-18 22:30:53 +00:00
|
|
|
|
<ClCompile Include="debugger\callstack.cpp" />
|
|
|
|
|
<ClCompile Include="debugger\registers.cpp" />
|
|
|
|
|
<ClCompile Include="debugger\disassembler.cpp" />
|
|
|
|
|
<ClCompile Include="debugger\ramview.cpp" />
|
|
|
|
|
<ClCompile Include="bootmanager.cpp" />
|
2014-04-09 00:15:08 +00:00
|
|
|
|
<ClCompile Include="hotkeys.cpp" />
|
|
|
|
|
<ClCompile Include="main.cpp" />
|
2014-04-01 02:26:50 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<MOC Include="..\..\externals\qhexedit\commands.h" />
|
|
|
|
|
<MOC Include="..\..\externals\qhexedit\qhexedit.h" />
|
|
|
|
|
<MOC Include="..\..\externals\qhexedit\qhexedit_p.h" />
|
|
|
|
|
<MOC Include="..\..\externals\qhexedit\xbytearray.h" />
|
2014-04-18 22:30:53 +00:00
|
|
|
|
<MOC Include="debugger\callstack.hxx" />
|
|
|
|
|
<MOC Include="debugger\registers.hxx" />
|
|
|
|
|
<MOC Include="debugger\disassembler.hxx" />
|
|
|
|
|
<MOC Include="debugger\ramview.hxx" />
|
2014-04-11 00:50:10 +00:00
|
|
|
|
<MOC Include="bootmanager.hxx" />
|
|
|
|
|
<MOC Include="hotkeys.hxx" />
|
|
|
|
|
<MOC Include="main.hxx" />
|
2014-04-01 02:26:50 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\common\common.vcxproj">
|
|
|
|
|
<Project>{dfe335fc-755d-4baa-8452-94434f8a1edb}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\core\core.vcxproj">
|
|
|
|
|
<Project>{8aea7f29-3466-4786-a10d-6a4bd0610977}</Project>
|
|
|
|
|
</ProjectReference>
|
2014-04-11 00:50:10 +00:00
|
|
|
|
<ProjectReference Include="..\video_core\video_core.vcxproj">
|
|
|
|
|
<Project>{6678d1a3-33a6-48a9-878b-48e5d2903d27}</Project>
|
|
|
|
|
</ProjectReference>
|
2014-04-01 02:26:50 +00:00
|
|
|
|
</ItemGroup>
|
2014-04-09 00:15:08 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ClInclude Include="config\controller_config.hxx" />
|
|
|
|
|
<ClInclude Include="config\controller_config_util.hxx" />
|
2014-04-11 00:50:10 +00:00
|
|
|
|
<ClInclude Include="ui_controller_config.h" />
|
2014-04-09 00:15:08 +00:00
|
|
|
|
<ClInclude Include="version.h" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<UIC Include="config\controller_config.ui" />
|
2014-04-18 22:30:53 +00:00
|
|
|
|
<UIC Include="debugger\callstack.ui" />
|
|
|
|
|
<UIC Include="debugger\registers.ui" />
|
|
|
|
|
<UIC Include="debugger\disassembler.ui" />
|
2014-04-09 00:15:08 +00:00
|
|
|
|
<UIC Include="hotkeys.ui" />
|
|
|
|
|
<UIC Include="main.ui" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Text Include="CMakeLists.txt" />
|
|
|
|
|
</ItemGroup>
|
2014-04-01 02:26:50 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
<Import Project="qt-build.targets" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|