diff options
Diffstat (limited to 'src/core/core.vcxproj')
| -rw-r--r-- | src/core/core.vcxproj | 253 |
1 files changed, 0 insertions, 253 deletions
diff --git a/src/core/core.vcxproj b/src/core/core.vcxproj deleted file mode 100644 index ddc174c2c..000000000 --- a/src/core/core.vcxproj +++ /dev/null | |||
| @@ -1,253 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="12.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> | ||
| 20 | </ItemGroup> | ||
| 21 | <PropertyGroup Label="Globals"> | ||
| 22 | <ProjectGuid>{8AEA7F29-3466-4786-A10D-6A4BD0610977}</ProjectGuid> | ||
| 23 | <RootNamespace>core</RootNamespace> | ||
| 24 | </PropertyGroup> | ||
| 25 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 26 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 27 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 28 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 29 | <PlatformToolset>v120</PlatformToolset> | ||
| 30 | </PropertyGroup> | ||
| 31 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 32 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 33 | <UseDebugLibraries>true</UseDebugLibraries> | ||
| 34 | <PlatformToolset>v120</PlatformToolset> | ||
| 35 | </PropertyGroup> | ||
| 36 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 37 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 38 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 39 | <PlatformToolset>v120</PlatformToolset> | ||
| 40 | </PropertyGroup> | ||
| 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 42 | <ConfigurationType>StaticLibrary</ConfigurationType> | ||
| 43 | <UseDebugLibraries>false</UseDebugLibraries> | ||
| 44 | <PlatformToolset>v120</PlatformToolset> | ||
| 45 | </PropertyGroup> | ||
| 46 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 47 | <ImportGroup Label="ExtensionSettings"> | ||
| 48 | </ImportGroup> | ||
| 49 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 50 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 51 | <Import Project="..\..\vsprops\base.props" /> | ||
| 52 | <Import Project="..\..\vsprops\externals.props" /> | ||
| 53 | <Import Project="..\..\vsprops\code_generation_debug.props" /> | ||
| 54 | <Import Project="..\..\vsprops\optimization_debug.props" /> | ||
| 55 | </ImportGroup> | ||
| 56 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 57 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 58 | <Import Project="..\..\vsprops\base.props" /> | ||
| 59 | <Import Project="..\..\vsprops\externals.props" /> | ||
| 60 | <Import Project="..\..\vsprops\code_generation_debug.props" /> | ||
| 61 | <Import Project="..\..\vsprops\optimization_debug.props" /> | ||
| 62 | </ImportGroup> | ||
| 63 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 64 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 65 | <Import Project="..\..\vsprops\base.props" /> | ||
| 66 | <Import Project="..\..\vsprops\externals.props" /> | ||
| 67 | <Import Project="..\..\vsprops\code_generation_release.props" /> | ||
| 68 | <Import Project="..\..\vsprops\optimization_release.props" /> | ||
| 69 | </ImportGroup> | ||
| 70 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 71 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 72 | <Import Project="..\..\vsprops\base.props" /> | ||
| 73 | <Import Project="..\..\vsprops\externals.props" /> | ||
| 74 | <Import Project="..\..\vsprops\code_generation_release.props" /> | ||
| 75 | <Import Project="..\..\vsprops\optimization_release.props" /> | ||
| 76 | </ImportGroup> | ||
| 77 | <PropertyGroup Label="UserMacros" /> | ||
| 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> | ||
| 79 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> | ||
| 80 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 81 | <CustomBuildBeforeTargets> | ||
| 82 | </CustomBuildBeforeTargets> | ||
| 83 | </PropertyGroup> | ||
| 84 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 85 | <CustomBuildBeforeTargets /> | ||
| 86 | </PropertyGroup> | ||
| 87 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> | ||
| 88 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> | ||
| 89 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 90 | <CustomBuildBeforeTargets> | ||
| 91 | </CustomBuildBeforeTargets> | ||
| 92 | </PropertyGroup> | ||
| 93 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 94 | <CustomBuildBeforeTargets /> | ||
| 95 | </PropertyGroup> | ||
| 96 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 97 | <ClCompile /> | ||
| 98 | <Link> | ||
| 99 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 100 | </Link> | ||
| 101 | <ClCompile /> | ||
| 102 | </ItemDefinitionGroup> | ||
| 103 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 104 | <ClCompile /> | ||
| 105 | <Link> | ||
| 106 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 107 | </Link> | ||
| 108 | <ClCompile /> | ||
| 109 | </ItemDefinitionGroup> | ||
| 110 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 111 | <ClCompile /> | ||
| 112 | <Link> | ||
| 113 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 114 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 115 | <OptimizeReferences>true</OptimizeReferences> | ||
| 116 | </Link> | ||
| 117 | <ClCompile /> | ||
| 118 | <ClCompile /> | ||
| 119 | <ClCompile> | ||
| 120 | <FloatingPointModel>Fast</FloatingPointModel> | ||
| 121 | <BufferSecurityCheck>false</BufferSecurityCheck> | ||
| 122 | <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> | ||
| 123 | </ClCompile> | ||
| 124 | </ItemDefinitionGroup> | ||
| 125 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 126 | <ClCompile /> | ||
| 127 | <Link> | ||
| 128 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 129 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 130 | <OptimizeReferences>true</OptimizeReferences> | ||
| 131 | </Link> | ||
| 132 | <ClCompile /> | ||
| 133 | </ItemDefinitionGroup> | ||
| 134 | <ItemGroup> | ||
| 135 | <ProjectReference Include="..\common\common.vcxproj"> | ||
| 136 | <Project>{dfe335fc-755d-4baa-8452-94434f8a1edb}</Project> | ||
| 137 | </ProjectReference> | ||
| 138 | </ItemGroup> | ||
| 139 | <ItemGroup> | ||
| 140 | <ClCompile Include="arm\disassembler\arm_disasm.cpp" /> | ||
| 141 | <ClCompile Include="arm\disassembler\load_symbol_map.cpp" /> | ||
| 142 | <ClCompile Include="arm\interpreter\armcopro.cpp" /> | ||
| 143 | <ClCompile Include="arm\interpreter\armemu.cpp" /> | ||
| 144 | <ClCompile Include="arm\interpreter\arminit.cpp" /> | ||
| 145 | <ClCompile Include="arm\interpreter\armmmu.cpp" /> | ||
| 146 | <ClCompile Include="arm\interpreter\armos.cpp" /> | ||
| 147 | <ClCompile Include="arm\interpreter\armsupp.cpp" /> | ||
| 148 | <ClCompile Include="arm\interpreter\armvirt.cpp" /> | ||
| 149 | <ClCompile Include="arm\interpreter\arm_interpreter.cpp" /> | ||
| 150 | <ClCompile Include="arm\interpreter\mmu\arm1176jzf_s_mmu.cpp" /> | ||
| 151 | <ClCompile Include="arm\interpreter\mmu\cache.cpp" /> | ||
| 152 | <ClCompile Include="arm\interpreter\mmu\maverick.cpp" /> | ||
| 153 | <ClCompile Include="arm\interpreter\mmu\rb.cpp" /> | ||
| 154 | <ClCompile Include="arm\interpreter\mmu\sa_mmu.cpp" /> | ||
| 155 | <ClCompile Include="arm\interpreter\mmu\tlb.cpp" /> | ||
| 156 | <ClCompile Include="arm\interpreter\mmu\wb.cpp" /> | ||
| 157 | <ClCompile Include="arm\interpreter\mmu\xscale_copro.cpp" /> | ||
| 158 | <ClCompile Include="arm\interpreter\thumbemu.cpp" /> | ||
| 159 | <ClCompile Include="arm\interpreter\vfp\vfp.cpp" /> | ||
| 160 | <ClCompile Include="arm\interpreter\vfp\vfpdouble.cpp" /> | ||
| 161 | <ClCompile Include="arm\interpreter\vfp\vfpinstr.cpp" /> | ||
| 162 | <ClCompile Include="arm\interpreter\vfp\vfpsingle.cpp" /> | ||
| 163 | <ClCompile Include="core.cpp" /> | ||
| 164 | <ClCompile Include="core_timing.cpp" /> | ||
| 165 | <ClCompile Include="file_sys\archive_romfs.cpp" /> | ||
| 166 | <ClCompile Include="hle\config_mem.cpp" /> | ||
| 167 | <ClCompile Include="hle\coprocessor.cpp" /> | ||
| 168 | <ClCompile Include="hle\hle.cpp" /> | ||
| 169 | <ClCompile Include="hle\kernel\address_arbiter.cpp" /> | ||
| 170 | <ClCompile Include="hle\kernel\archive.cpp" /> | ||
| 171 | <ClCompile Include="hle\kernel\event.cpp" /> | ||
| 172 | <ClCompile Include="hle\kernel\kernel.cpp" /> | ||
| 173 | <ClCompile Include="hle\kernel\mutex.cpp" /> | ||
| 174 | <ClCompile Include="hle\kernel\shared_memory.cpp" /> | ||
| 175 | <ClCompile Include="hle\kernel\thread.cpp" /> | ||
| 176 | <ClCompile Include="hle\service\apt.cpp" /> | ||
| 177 | <ClCompile Include="hle\service\fs.cpp" /> | ||
| 178 | <ClCompile Include="hle\service\gsp.cpp" /> | ||
| 179 | <ClCompile Include="hle\service\hid.cpp" /> | ||
| 180 | <ClCompile Include="hle\service\ndm.cpp" /> | ||
| 181 | <ClCompile Include="hle\service\service.cpp" /> | ||
| 182 | <ClCompile Include="hle\service\srv.cpp" /> | ||
| 183 | <ClCompile Include="hle\svc.cpp" /> | ||
| 184 | <ClCompile Include="hw\gpu.cpp" /> | ||
| 185 | <ClCompile Include="hw\hw.cpp" /> | ||
| 186 | <ClCompile Include="hw\ndma.cpp" /> | ||
| 187 | <ClCompile Include="loader\elf.cpp" /> | ||
| 188 | <ClCompile Include="loader\loader.cpp" /> | ||
| 189 | <ClCompile Include="loader\ncch.cpp" /> | ||
| 190 | <ClCompile Include="mem_map.cpp" /> | ||
| 191 | <ClCompile Include="mem_map_funcs.cpp" /> | ||
| 192 | <ClCompile Include="system.cpp" /> | ||
| 193 | </ItemGroup> | ||
| 194 | <ItemGroup> | ||
| 195 | <ClInclude Include="arm\arm_interface.h" /> | ||
| 196 | <ClInclude Include="arm\disassembler\arm_disasm.h" /> | ||
| 197 | <ClInclude Include="arm\disassembler\load_symbol_map.h" /> | ||
| 198 | <ClInclude Include="arm\interpreter\armcpu.h" /> | ||
| 199 | <ClInclude Include="arm\interpreter\armdefs.h" /> | ||
| 200 | <ClInclude Include="arm\interpreter\armemu.h" /> | ||
| 201 | <ClInclude Include="arm\interpreter\armmmu.h" /> | ||
| 202 | <ClInclude Include="arm\interpreter\armos.h" /> | ||
| 203 | <ClInclude Include="arm\interpreter\arm_interpreter.h" /> | ||
| 204 | <ClInclude Include="arm\interpreter\arm_regformat.h" /> | ||
| 205 | <ClInclude Include="arm\interpreter\mmu\arm1176jzf_s_mmu.h" /> | ||
| 206 | <ClInclude Include="arm\interpreter\mmu\cache.h" /> | ||
| 207 | <ClInclude Include="arm\interpreter\mmu\rb.h" /> | ||
| 208 | <ClInclude Include="arm\interpreter\mmu\sa_mmu.h" /> | ||
| 209 | <ClInclude Include="arm\interpreter\mmu\tlb.h" /> | ||
| 210 | <ClInclude Include="arm\interpreter\mmu\wb.h" /> | ||
| 211 | <ClInclude Include="arm\interpreter\skyeye_defs.h" /> | ||
| 212 | <ClInclude Include="arm\interpreter\vfp\asm_vfp.h" /> | ||
| 213 | <ClInclude Include="arm\interpreter\vfp\vfp.h" /> | ||
| 214 | <ClInclude Include="arm\interpreter\vfp\vfp_helper.h" /> | ||
| 215 | <ClInclude Include="core.h" /> | ||
| 216 | <ClInclude Include="core_timing.h" /> | ||
| 217 | <ClInclude Include="file_sys\archive.h" /> | ||
| 218 | <ClInclude Include="file_sys\archive_romfs.h" /> | ||
| 219 | <ClInclude Include="hle\config_mem.h" /> | ||
| 220 | <ClInclude Include="hle\coprocessor.h" /> | ||
| 221 | <ClInclude Include="hle\function_wrappers.h" /> | ||
| 222 | <ClInclude Include="hle\hle.h" /> | ||
| 223 | <ClInclude Include="hle\kernel\address_arbiter.h" /> | ||
| 224 | <ClInclude Include="hle\kernel\archive.h" /> | ||
| 225 | <ClInclude Include="hle\kernel\event.h" /> | ||
| 226 | <ClInclude Include="hle\kernel\kernel.h" /> | ||
| 227 | <ClInclude Include="hle\kernel\mutex.h" /> | ||
| 228 | <ClInclude Include="hle\kernel\shared_memory.h" /> | ||
| 229 | <ClInclude Include="hle\kernel\thread.h" /> | ||
| 230 | <ClInclude Include="hle\service\apt.h" /> | ||
| 231 | <ClInclude Include="hle\service\fs.h" /> | ||
| 232 | <ClInclude Include="hle\service\gsp.h" /> | ||
| 233 | <ClInclude Include="hle\service\hid.h" /> | ||
| 234 | <ClInclude Include="hle\service\ndm.h" /> | ||
| 235 | <ClInclude Include="hle\service\service.h" /> | ||
| 236 | <ClInclude Include="hle\service\srv.h" /> | ||
| 237 | <ClInclude Include="hle\svc.h" /> | ||
| 238 | <ClInclude Include="hw\gpu.h" /> | ||
| 239 | <ClInclude Include="hw\hw.h" /> | ||
| 240 | <ClInclude Include="hw\ndma.h" /> | ||
| 241 | <ClInclude Include="loader\elf.h" /> | ||
| 242 | <ClInclude Include="loader\loader.h" /> | ||
| 243 | <ClInclude Include="loader\ncch.h" /> | ||
| 244 | <ClInclude Include="mem_map.h" /> | ||
| 245 | <ClInclude Include="system.h" /> | ||
| 246 | </ItemGroup> | ||
| 247 | <ItemGroup> | ||
| 248 | <Text Include="CMakeLists.txt" /> | ||
| 249 | </ItemGroup> | ||
| 250 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 251 | <ImportGroup Label="ExtensionTargets"> | ||
| 252 | </ImportGroup> | ||
| 253 | </Project> \ No newline at end of file | ||