2013-11-27 16:44:32 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-08-10 08:48:02 +00:00
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2013-11-27 16:44:32 +00:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2016-07-12 21:04:04 +00:00
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
<ProjectConfiguration Include="Devel|Win32">
|
|
|
|
|
<Configuration>Devel</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2016-07-12 21:04:04 +00:00
|
|
|
|
<ProjectConfiguration Include="Devel|x64">
|
|
|
|
|
<Configuration>Devel</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2016-07-12 21:04:04 +00:00
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{A51123F5-9505-4EAE-85E7-D320290A272C}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2016-07-12 21:04:04 +00:00
|
|
|
|
<PropertyGroup Label="Configuration">
|
2013-11-27 16:44:32 +00:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2016-02-26 00:39:20 +00:00
|
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2016-07-12 21:04:04 +00:00
|
|
|
|
<WholeProgramOptimization Condition="$(Configuration.Contains(Release))">true</WholeProgramOptimization>
|
|
|
|
|
<UseDebugLibraries Condition="$(Configuration.Contains(Debug))">true</UseDebugLibraries>
|
|
|
|
|
<UseDebugLibraries Condition="!$(Configuration.Contains(Debug))">false</UseDebugLibraries>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
2016-07-12 21:04:04 +00:00
|
|
|
|
<ImportGroup Label="ExtensionSettings" />
|
|
|
|
|
<ImportGroup Label="PropertySheets">
|
2013-11-27 16:44:32 +00:00
|
|
|
|
<Import Project="..\..\vsprops\CommonLibrary.props" />
|
|
|
|
|
<Import Project="..\..\vsprops\pthreads.props" />
|
2016-07-12 21:04:04 +00:00
|
|
|
|
<Import Condition="$(Configuration.Contains(Debug))" Project="..\..\vsprops\CodeGen_Debug.props" />
|
|
|
|
|
<Import Condition="$(Configuration.Contains(Devel))" Project="..\..\vsprops\CodeGen_Devel.props" />
|
|
|
|
|
<Import Condition="$(Configuration.Contains(Release))" Project="..\..\vsprops\CodeGen_Release.props" />
|
|
|
|
|
<Import Condition="!$(Configuration.Contains(Release))" Project="..\..\vsprops\IncrementalLinking.props" />
|
2013-11-27 16:44:32 +00:00
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup>
|
2016-07-12 21:04:04 +00:00
|
|
|
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
</PropertyGroup>
|
2016-07-12 21:04:04 +00:00
|
|
|
|
<ItemDefinitionGroup>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeaderFile>PrecompiledHeader.h</PrecompiledHeaderFile>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
2016-01-14 23:26:52 +00:00
|
|
|
|
<ClCompile Include="..\..\src\x86emitter\bmi.cpp" />
|
2013-11-27 16:44:32 +00:00
|
|
|
|
<ClCompile Include="..\..\src\x86emitter\cpudetect.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\x86emitter\fpu.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\x86emitter\groups.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\x86emitter\jmp.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\x86emitter\legacy.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\x86emitter\legacy_sse.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\x86emitter\movs.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\x86emitter\PrecompiledHeader.cpp">
|
2016-07-12 21:04:04 +00:00
|
|
|
|
<PrecompiledHeader>Create</PrecompiledHeader>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="..\..\src\x86emitter\simd.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\x86emitter\x86emitter.cpp" />
|
|
|
|
|
<ClCompile Include="..\..\src\x86emitter\LnxCpuDetect.cpp">
|
2016-07-12 21:04:04 +00:00
|
|
|
|
<ExcludedFromBuild>true</ExcludedFromBuild>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="..\..\src\x86emitter\WinCpuDetect.cpp" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-01-14 23:26:52 +00:00
|
|
|
|
<ClInclude Include="..\..\include\x86emitter\implement\bmi.h" />
|
2013-11-27 16:44:32 +00:00
|
|
|
|
<ClInclude Include="..\..\src\x86emitter\cpudetect_internal.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\x86emitter\instructions.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\x86emitter\internal.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\x86emitter\legacy_instructions.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\x86emitter\legacy_internal.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\x86emitter\legacy_types.h" />
|
|
|
|
|
<ClInclude Include="..\..\src\x86emitter\PrecompiledHeader.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\x86emitter\sse_helpers.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\x86emitter\tools.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\x86emitter\x86emitter.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\x86emitter\x86types.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\x86emitter\implement\dwshift.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\x86emitter\implement\group1.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\x86emitter\implement\group2.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\x86emitter\implement\group3.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\x86emitter\implement\helpers.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\x86emitter\implement\incdec.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\x86emitter\implement\jmpcall.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\x86emitter\implement\movs.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\x86emitter\implement\test.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\x86emitter\implement\xchg.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\x86emitter\implement\simd_arithmetic.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\x86emitter\implement\simd_comparisons.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\x86emitter\implement\simd_helpers.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\x86emitter\implement\simd_moremovs.h" />
|
|
|
|
|
<ClInclude Include="..\..\include\x86emitter\implement\simd_shufflepack.h" />
|
|
|
|
|
</ItemGroup>
|
2015-08-19 22:28:42 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\..\3rdparty\wxwidgets3.0\build\msw\wx30_config.vcxproj">
|
|
|
|
|
<Project>{01f4ce10-2cfb-41a8-b41f-e54337868a1d}</Project>
|
|
|
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2013-11-27 16:44:32 +00:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
2016-07-12 21:04:04 +00:00
|
|
|
|
<ImportGroup Label="ExtensionTargets" />
|
|
|
|
|
</Project>
|