2014-03-05 08:04:03 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<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">
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<ProjectGuid>{2E6C348C-C75C-4D94-8D1E-9C1FCBF3EFE4}</ProjectGuid>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<PropertyGroup Label="Configuration">
|
2011-02-08 04:03:48 +00:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<PlatformToolset>v120</PlatformToolset>
|
2013-02-28 00:51:02 +00:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</PropertyGroup>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</PropertyGroup>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
|
2011-01-27 10:41:26 +00:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
</PropertyGroup>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<ImportGroup Label="PropertySheets">
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2011-02-08 04:03:48 +00:00
|
|
|
|
<Import Project="..\..\VSProps\Base.props" />
|
|
|
|
|
<Import Project="..\..\VSProps\PrecompiledHeader.props" />
|
2011-01-27 10:41:26 +00:00
|
|
|
|
</ImportGroup>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<ItemGroup>
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClInclude Include="Atomic.h" />
|
|
|
|
|
<ClInclude Include="Atomic_GCC.h" />
|
|
|
|
|
<ClInclude Include="Atomic_Win32.h" />
|
|
|
|
|
<ClInclude Include="BreakPoints.h" />
|
|
|
|
|
<ClInclude Include="CDUtils.h" />
|
|
|
|
|
<ClInclude Include="ChunkFile.h" />
|
|
|
|
|
<ClInclude Include="ColorUtil.h" />
|
|
|
|
|
<ClInclude Include="Common.h" />
|
|
|
|
|
<ClInclude Include="CommonFuncs.h" />
|
|
|
|
|
<ClInclude Include="CommonPaths.h" />
|
|
|
|
|
<ClInclude Include="CommonTypes.h" />
|
2014-02-23 06:33:03 +00:00
|
|
|
|
<ClInclude Include="ConsoleListener.h" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClInclude Include="CPUDetect.h" />
|
2014-03-05 08:04:03 +00:00
|
|
|
|
<ClInclude Include="Crypto\bn.h" />
|
|
|
|
|
<ClInclude Include="Crypto\ec.h" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClInclude Include="DebugInterface.h" />
|
|
|
|
|
<ClInclude Include="ExtendedTrace.h" />
|
|
|
|
|
<ClInclude Include="FifoQueue.h" />
|
|
|
|
|
<ClInclude Include="FileSearch.h" />
|
|
|
|
|
<ClInclude Include="FileUtil.h" />
|
|
|
|
|
<ClInclude Include="FixedSizeQueue.h" />
|
|
|
|
|
<ClInclude Include="FPURoundMode.h" />
|
|
|
|
|
<ClInclude Include="Hash.h" />
|
|
|
|
|
<ClInclude Include="IniFile.h" />
|
|
|
|
|
<ClInclude Include="LinearDiskCache.h" />
|
|
|
|
|
<ClInclude Include="Log.h" />
|
|
|
|
|
<ClInclude Include="LogManager.h" />
|
|
|
|
|
<ClInclude Include="MathUtil.h" />
|
|
|
|
|
<ClInclude Include="MemArena.h" />
|
|
|
|
|
<ClInclude Include="MemoryUtil.h" />
|
|
|
|
|
<ClInclude Include="MsgHandler.h" />
|
|
|
|
|
<ClInclude Include="NandPaths.h" />
|
|
|
|
|
<ClInclude Include="SDCardUtil.h" />
|
|
|
|
|
<ClInclude Include="SettingsHandler.h" />
|
|
|
|
|
<ClInclude Include="stdafx.h" />
|
|
|
|
|
<ClInclude Include="StdConditionVariable.h" />
|
|
|
|
|
<ClInclude Include="StdMutex.h" />
|
|
|
|
|
<ClInclude Include="StdThread.h" />
|
|
|
|
|
<ClInclude Include="StringUtil.h" />
|
|
|
|
|
<ClInclude Include="SymbolDB.h" />
|
|
|
|
|
<ClInclude Include="SysConf.h" />
|
|
|
|
|
<ClInclude Include="Thread.h" />
|
|
|
|
|
<ClInclude Include="Timer.h" />
|
|
|
|
|
<ClInclude Include="x64ABI.h" />
|
|
|
|
|
<ClInclude Include="x64Analyzer.h" />
|
|
|
|
|
<ClInclude Include="x64Emitter.h" />
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClCompile Include="BreakPoints.cpp" />
|
|
|
|
|
<ClCompile Include="CDUtils.cpp" />
|
|
|
|
|
<ClCompile Include="ColorUtil.cpp" />
|
2014-02-23 06:33:03 +00:00
|
|
|
|
<ClCompile Include="ConsoleListener.cpp" />
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClCompile Include="Crypto\bn.cpp" />
|
|
|
|
|
<ClCompile Include="Crypto\ec.cpp" />
|
|
|
|
|
<ClCompile Include="ExtendedTrace.cpp" />
|
|
|
|
|
<ClCompile Include="FileSearch.cpp" />
|
|
|
|
|
<ClCompile Include="FileUtil.cpp" />
|
|
|
|
|
<ClCompile Include="Hash.cpp" />
|
|
|
|
|
<ClCompile Include="IniFile.cpp" />
|
|
|
|
|
<ClCompile Include="LogManager.cpp" />
|
|
|
|
|
<ClCompile Include="MathUtil.cpp" />
|
|
|
|
|
<ClCompile Include="MemArena.cpp" />
|
|
|
|
|
<ClCompile Include="MemoryUtil.cpp" />
|
|
|
|
|
<ClCompile Include="Misc.cpp" />
|
|
|
|
|
<ClCompile Include="MsgHandler.cpp" />
|
|
|
|
|
<ClCompile Include="NandPaths.cpp" />
|
|
|
|
|
<ClCompile Include="SDCardUtil.cpp" />
|
|
|
|
|
<ClCompile Include="SettingsHandler.cpp" />
|
|
|
|
|
<ClCompile Include="stdafx.cpp">
|
2013-10-19 09:27:57 +00:00
|
|
|
|
<PrecompiledHeader>Create</PrecompiledHeader>
|
|
|
|
|
</ClCompile>
|
2013-12-07 20:14:29 +00:00
|
|
|
|
<ClCompile Include="StringUtil.cpp" />
|
|
|
|
|
<ClCompile Include="SymbolDB.cpp" />
|
|
|
|
|
<ClCompile Include="SysConf.cpp" />
|
|
|
|
|
<ClCompile Include="Thread.cpp" />
|
|
|
|
|
<ClCompile Include="Timer.cpp" />
|
|
|
|
|
<ClCompile Include="Version.cpp" />
|
|
|
|
|
<ClCompile Include="x64ABI.cpp" />
|
|
|
|
|
<ClCompile Include="x64Analyzer.cpp" />
|
|
|
|
|
<ClCompile Include="x64CPUDetect.cpp" />
|
|
|
|
|
<ClCompile Include="x64Emitter.cpp" />
|
|
|
|
|
<ClCompile Include="x64FPURoundMode.cpp" />
|
2014-03-06 22:38:10 +00:00
|
|
|
|
<ClCompile Include="XSaveWorkaround.cpp" />
|
2013-10-19 09:27:57 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Text Include="CMakeLists.txt" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\..\Externals\polarssl\visualc\PolarSSL.vcxproj">
|
|
|
|
|
<Project>{bdb6578b-0691-4e80-a46c-df21639fd3b8}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="SCMRevGen.vcxproj">
|
|
|
|
|
<Project>{41279555-f94f-4ebc-99de-af863c10c5c4}</Project>
|
|
|
|
|
</ProjectReference>
|
2011-01-27 05:01:00 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
2014-03-05 08:04:03 +00:00
|
|
|
|
</Project>
|