Nicolas Capens | 2b9fb4b | 2019-03-26 15:43:08 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
Nicolas Capens | 4c9f04b | 2019-01-31 22:09:03 -0500 | [diff] [blame] | 2 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
| 3 | <PropertyGroup>
|
| 4 | <PreferredToolArchitecture>x64</PreferredToolArchitecture>
|
| 5 | </PropertyGroup>
|
| 6 | <ItemGroup Label="ProjectConfigurations">
|
| 7 | <ProjectConfiguration Include="Debug|x64">
|
| 8 | <Configuration>Debug</Configuration>
|
| 9 | <Platform>x64</Platform>
|
| 10 | </ProjectConfiguration>
|
| 11 | <ProjectConfiguration Include="Release|x64">
|
| 12 | <Configuration>Release</Configuration>
|
| 13 | <Platform>x64</Platform>
|
| 14 | </ProjectConfiguration>
|
| 15 | </ItemGroup>
|
| 16 | <PropertyGroup Label="Globals">
|
Nicolas Capens | 27e2873 | 2019-07-29 17:18:38 -0400 | [diff] [blame] | 17 | <ProjectGuid>{EB784A1C-8E20-3066-9F9C-E4E88F11E1D4}</ProjectGuid>
|
Nicolas Capens | 4c9f04b | 2019-01-31 22:09:03 -0500 | [diff] [blame] | 18 | <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
|
| 19 | <Keyword>Win32Proj</Keyword>
|
| 20 | <Platform>x64</Platform>
|
| 21 | <ProjectName>ReactorLLVM</ProjectName>
|
| 22 | <VCProjectUpgraderObjectName>NoUpgrade</VCProjectUpgraderObjectName>
|
| 23 | </PropertyGroup>
|
| 24 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| 25 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
| 26 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 27 | <CharacterSet>NotSet</CharacterSet>
|
| 28 | <PlatformToolset>v141</PlatformToolset>
|
| 29 | </PropertyGroup>
|
| 30 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
| 31 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 32 | <CharacterSet>NotSet</CharacterSet>
|
| 33 | <PlatformToolset>v141</PlatformToolset>
|
| 34 | </PropertyGroup>
|
| 35 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
| 36 | <ImportGroup Label="ExtensionSettings">
|
| 37 | </ImportGroup>
|
| 38 | <ImportGroup Label="PropertySheets">
|
| 39 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 40 | </ImportGroup>
|
| 41 | <PropertyGroup Label="UserMacros" />
|
| 42 | <PropertyGroup>
|
| 43 | <_ProjectFileVersion>10.0.20506.1</_ProjectFileVersion>
|
| 44 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)build\Visual Studio 15 2017 Win64\Debug\</OutDir>
|
| 45 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ReactorLLVM.dir\Debug\</IntDir>
|
| 46 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">ReactorLLVM</TargetName>
|
| 47 | <TargetExt Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.lib</TargetExt>
|
| 48 | <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)build\Visual Studio 15 2017 Win64\Release\</OutDir>
|
| 49 | <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ReactorLLVM.dir\Release\</IntDir>
|
| 50 | <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">ReactorLLVM</TargetName>
|
| 51 | <TargetExt Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.lib</TargetExt>
|
| 52 | </PropertyGroup>
|
| 53 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 54 | <ClCompile>
|
Nicolas Capens | 27e2873 | 2019-07-29 17:18:38 -0400 | [diff] [blame] | 55 | <AdditionalIncludeDirectories>$(SolutionDir)src;$(SolutionDir)include;$(SolutionDir)third_party\llvm-7.0\configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\AArch64;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\ARM;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\Mips;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\PowerPC;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\X86;$(SolutionDir)third_party\llvm-7.0\configs\common\include;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\IR;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\AArch64;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\ARM;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\Mips;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\PowerPC;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\X86;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Transforms\InstCombine;$(SolutionDir)third_party\libbacktrace\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
Nicolas Capens | 4c9f04b | 2019-01-31 22:09:03 -0500 | [diff] [blame] | 56 | <AssemblerListingLocation>Debug/</AssemblerListingLocation>
|
| 57 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
| 58 | <CompileAs>CompileAsCpp</CompileAs>
|
| 59 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
Nicolas Capens | 27e2873 | 2019-07-29 17:18:38 -0400 | [diff] [blame] | 60 | <DisableSpecificWarnings>4005;4018;4065;4141;4146;4244;4267;4291;4309;4624;4800;4838;5030;5038</DisableSpecificWarnings>
|
Nicolas Capens | 4c9f04b | 2019-01-31 22:09:03 -0500 | [diff] [blame] | 61 | <ExceptionHandling>Sync</ExceptionHandling>
|
| 62 | <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
| 63 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
| 64 | <Optimization>Disabled</Optimization>
|
| 65 | <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
Nicolas Capens | 73c3124 | 2019-02-12 00:09:23 -0500 | [diff] [blame] | 66 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
Nicolas Capens | 4c9f04b | 2019-01-31 22:09:03 -0500 | [diff] [blame] | 67 | <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
Nicolas Capens | 27e2873 | 2019-07-29 17:18:38 -0400 | [diff] [blame] | 68 | <TreatSpecificWarningsAsErrors>4018;4471;4838;5038</TreatSpecificWarningsAsErrors>
|
| 69 | <TreatWarningAsError>true</TreatWarningAsError>
|
Nicolas Capens | 2b9fb4b | 2019-03-26 15:43:08 -0400 | [diff] [blame] | 70 | <UseFullPaths>false</UseFullPaths>
|
Nicolas Capens | 4c9f04b | 2019-01-31 22:09:03 -0500 | [diff] [blame] | 71 | <WarningLevel>Level3</WarningLevel>
|
Nicolas Capens | 27e2873 | 2019-07-29 17:18:38 -0400 | [diff] [blame] | 72 | <PreprocessorDefinitions>WIN32;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_SBCS;WINVER=0x501;NOMINMAX;STRICT;CMAKE_INTDIR="Debug";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
Nicolas Capens | 4c9f04b | 2019-01-31 22:09:03 -0500 | [diff] [blame] | 73 | <ObjectFileName>$(IntDir)</ObjectFileName>
|
| 74 | </ClCompile>
|
| 75 | <ResourceCompile>
|
Nicolas Capens | 27e2873 | 2019-07-29 17:18:38 -0400 | [diff] [blame] | 76 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_SBCS;WINVER=0x501;NOMINMAX;STRICT;CMAKE_INTDIR=\"Debug\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 77 | <AdditionalIncludeDirectories>$(SolutionDir)src;$(SolutionDir)include;$(SolutionDir)third_party\llvm-7.0\configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\AArch64;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\ARM;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\Mips;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\PowerPC;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\X86;$(SolutionDir)third_party\llvm-7.0\configs\common\include;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\IR;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\AArch64;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\ARM;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\Mips;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\PowerPC;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\X86;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Transforms\InstCombine;$(SolutionDir)third_party\libbacktrace\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
Nicolas Capens | 4c9f04b | 2019-01-31 22:09:03 -0500 | [diff] [blame] | 78 | </ResourceCompile>
|
| 79 | <Midl>
|
Nicolas Capens | 27e2873 | 2019-07-29 17:18:38 -0400 | [diff] [blame] | 80 | <AdditionalIncludeDirectories>$(SolutionDir)src;$(SolutionDir)include;$(SolutionDir)third_party\llvm-7.0\configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\AArch64;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\ARM;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\Mips;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\PowerPC;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\X86;$(SolutionDir)third_party\llvm-7.0\configs\common\include;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\IR;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\AArch64;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\ARM;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\Mips;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\PowerPC;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\X86;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Transforms\InstCombine;$(SolutionDir)third_party\libbacktrace\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
Nicolas Capens | 4c9f04b | 2019-01-31 22:09:03 -0500 | [diff] [blame] | 81 | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
| 82 | <HeaderFileName>%(Filename).h</HeaderFileName>
|
| 83 | <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
| 84 | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
| 85 | <ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
| 86 | </Midl>
|
| 87 | <Lib>
|
| 88 | <AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
|
| 89 | </Lib>
|
| 90 | </ItemDefinitionGroup>
|
| 91 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| 92 | <ClCompile>
|
Nicolas Capens | 27e2873 | 2019-07-29 17:18:38 -0400 | [diff] [blame] | 93 | <AdditionalIncludeDirectories>$(SolutionDir)src;$(SolutionDir)include;$(SolutionDir)third_party\llvm-7.0\configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\AArch64;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\ARM;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\Mips;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\PowerPC;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\X86;$(SolutionDir)third_party\llvm-7.0\configs\common\include;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\IR;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\AArch64;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\ARM;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\Mips;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\PowerPC;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\X86;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Transforms\InstCombine;$(SolutionDir)third_party\libbacktrace\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
Nicolas Capens | 4c9f04b | 2019-01-31 22:09:03 -0500 | [diff] [blame] | 94 | <AssemblerListingLocation>Release/</AssemblerListingLocation>
|
| 95 | <CompileAs>CompileAsCpp</CompileAs>
|
Nicolas Capens | 27e2873 | 2019-07-29 17:18:38 -0400 | [diff] [blame] | 96 | <DisableSpecificWarnings>4005;4018;4065;4141;4146;4244;4267;4291;4309;4624;4800;4838;5030;5038</DisableSpecificWarnings>
|
Nicolas Capens | 4c9f04b | 2019-01-31 22:09:03 -0500 | [diff] [blame] | 97 | <ExceptionHandling>Sync</ExceptionHandling>
|
| 98 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
| 99 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
| 100 | <Optimization>MaxSpeed</Optimization>
|
| 101 | <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
Nicolas Capens | 73c3124 | 2019-02-12 00:09:23 -0500 | [diff] [blame] | 102 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
Nicolas Capens | 4c9f04b | 2019-01-31 22:09:03 -0500 | [diff] [blame] | 103 | <RuntimeTypeInfo>true</RuntimeTypeInfo>
|
Nicolas Capens | 27e2873 | 2019-07-29 17:18:38 -0400 | [diff] [blame] | 104 | <TreatSpecificWarningsAsErrors>4018;4471;4838;5038</TreatSpecificWarningsAsErrors>
|
| 105 | <TreatWarningAsError>true</TreatWarningAsError>
|
Nicolas Capens | 2b9fb4b | 2019-03-26 15:43:08 -0400 | [diff] [blame] | 106 | <UseFullPaths>false</UseFullPaths>
|
Nicolas Capens | 4c9f04b | 2019-01-31 22:09:03 -0500 | [diff] [blame] | 107 | <WarningLevel>Level3</WarningLevel>
|
Nicolas Capens | 27e2873 | 2019-07-29 17:18:38 -0400 | [diff] [blame] | 108 | <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_SBCS;WINVER=0x501;NOMINMAX;STRICT;CMAKE_INTDIR="Release";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
Nicolas Capens | 4c9f04b | 2019-01-31 22:09:03 -0500 | [diff] [blame] | 109 | <ObjectFileName>$(IntDir)</ObjectFileName>
|
Nicolas Capens | 2b9fb4b | 2019-03-26 15:43:08 -0400 | [diff] [blame] | 110 | <DebugInformationFormat>
|
| 111 | </DebugInformationFormat>
|
Nicolas Capens | 4c9f04b | 2019-01-31 22:09:03 -0500 | [diff] [blame] | 112 | </ClCompile>
|
| 113 | <ResourceCompile>
|
Nicolas Capens | 27e2873 | 2019-07-29 17:18:38 -0400 | [diff] [blame] | 114 | <PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_SBCS;WINVER=0x501;NOMINMAX;STRICT;CMAKE_INTDIR=\"Release\";%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
| 115 | <AdditionalIncludeDirectories>$(SolutionDir)src;$(SolutionDir)include;$(SolutionDir)third_party\llvm-7.0\configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\AArch64;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\ARM;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\Mips;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\PowerPC;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\X86;$(SolutionDir)third_party\llvm-7.0\configs\common\include;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\IR;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\AArch64;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\ARM;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\Mips;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\PowerPC;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\X86;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Transforms\InstCombine;$(SolutionDir)third_party\libbacktrace\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
Nicolas Capens | 4c9f04b | 2019-01-31 22:09:03 -0500 | [diff] [blame] | 116 | </ResourceCompile>
|
| 117 | <Midl>
|
Nicolas Capens | 27e2873 | 2019-07-29 17:18:38 -0400 | [diff] [blame] | 118 | <AdditionalIncludeDirectories>$(SolutionDir)src;$(SolutionDir)include;$(SolutionDir)third_party\llvm-7.0\configs\windows\include;$(SolutionDir)third_party\llvm-7.0\llvm\include;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\AArch64;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\ARM;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\Mips;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\PowerPC;$(SolutionDir)third_party\llvm-7.0\llvm\lib\Target\X86;$(SolutionDir)third_party\llvm-7.0\configs\common\include;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\IR;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\AArch64;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\ARM;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\Mips;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\PowerPC;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Target\X86;$(SolutionDir)third_party\llvm-7.0\configs\common\lib\Transforms\InstCombine;$(SolutionDir)third_party\libbacktrace\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
Nicolas Capens | 4c9f04b | 2019-01-31 22:09:03 -0500 | [diff] [blame] | 119 | <OutputDirectory>$(ProjectDir)/$(IntDir)</OutputDirectory>
|
| 120 | <HeaderFileName>%(Filename).h</HeaderFileName>
|
| 121 | <TypeLibraryName>%(Filename).tlb</TypeLibraryName>
|
| 122 | <InterfaceIdentifierFileName>%(Filename)_i.c</InterfaceIdentifierFileName>
|
| 123 | <ProxyFileName>%(Filename)_p.c</ProxyFileName>
|
| 124 | </Midl>
|
| 125 | <Lib>
|
| 126 | <AdditionalOptions>%(AdditionalOptions) /machine:x64</AdditionalOptions>
|
| 127 | </Lib>
|
| 128 | </ItemDefinitionGroup>
|
| 129 | <ItemGroup>
|
Nicolas Capens | 2b9fb4b | 2019-03-26 15:43:08 -0400 | [diff] [blame] | 130 | <ClCompile Include="$(SolutionDir)src\Reactor\Reactor.cpp" />
|
Nicolas Capens | 27e2873 | 2019-07-29 17:18:38 -0400 | [diff] [blame] | 131 | <ClInclude Include="$(SolutionDir)src\Reactor\Reactor.hpp" />
|
Nicolas Capens | 8c7da80 | 2019-04-29 11:52:35 -0400 | [diff] [blame] | 132 | <ClCompile Include="$(SolutionDir)src\Reactor\LLVMReactor.cpp" />
|
Ben Clayton | ac07ed8 | 2019-03-26 14:17:41 +0000 | [diff] [blame] | 133 | <ClInclude Include="$(SolutionDir)src\Reactor\LLVMReactor.hpp" />
|
Nicolas Capens | 8c7da80 | 2019-04-29 11:52:35 -0400 | [diff] [blame] | 134 | <ClCompile Include="$(SolutionDir)src\Reactor\LLVMReactorDebugInfo.cpp" />
|
Ben Clayton | ac07ed8 | 2019-03-26 14:17:41 +0000 | [diff] [blame] | 135 | <ClInclude Include="$(SolutionDir)src\Reactor\LLVMReactorDebugInfo.hpp" />
|
Nicolas Capens | 4c9f04b | 2019-01-31 22:09:03 -0500 | [diff] [blame] | 136 | <ClInclude Include="$(SolutionDir)src\Reactor\Nucleus.hpp" />
|
Nicolas Capens | 4c9f04b | 2019-01-31 22:09:03 -0500 | [diff] [blame] | 137 | <ClInclude Include="$(SolutionDir)src\Reactor\Routine.hpp" />
|
Nicolas Capens | 2b9fb4b | 2019-03-26 15:43:08 -0400 | [diff] [blame] | 138 | <ClCompile Include="$(SolutionDir)src\Reactor\CPUID.cpp" />
|
Nicolas Capens | 4c9f04b | 2019-01-31 22:09:03 -0500 | [diff] [blame] | 139 | <ClInclude Include="$(SolutionDir)src\Reactor\CPUID.hpp" />
|
Nicolas Capens | 2b9fb4b | 2019-03-26 15:43:08 -0400 | [diff] [blame] | 140 | <ClCompile Include="$(SolutionDir)src\Reactor\Debug.cpp" />
|
Nicolas Capens | 4c9f04b | 2019-01-31 22:09:03 -0500 | [diff] [blame] | 141 | <ClInclude Include="$(SolutionDir)src\Reactor\Debug.hpp" />
|
Nicolas Capens | 2b9fb4b | 2019-03-26 15:43:08 -0400 | [diff] [blame] | 142 | <ClCompile Include="$(SolutionDir)src\Reactor\ExecutableMemory.cpp" />
|
Nicolas Capens | 4c9f04b | 2019-01-31 22:09:03 -0500 | [diff] [blame] | 143 | <ClInclude Include="$(SolutionDir)src\Reactor\ExecutableMemory.hpp" />
|
| 144 | </ItemGroup>
|
| 145 | <ItemGroup>
|
| 146 | <ProjectReference Include="$(SolutionDir)build\Visual Studio 15 2017 Win64\llvm.vcxproj">
|
Nicolas Capens | 27e2873 | 2019-07-29 17:18:38 -0400 | [diff] [blame] | 147 | <Project>{481093B5-4EF0-391E-82FF-BB73CFCD3D51}</Project>
|
Nicolas Capens | 4c9f04b | 2019-01-31 22:09:03 -0500 | [diff] [blame] | 148 | <Name>llvm</Name>
|
Nicolas Capens | 2b9fb4b | 2019-03-26 15:43:08 -0400 | [diff] [blame] | 149 | <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
| 150 | <CopyToOutputDirectory>Never</CopyToOutputDirectory>
|
Nicolas Capens | 4c9f04b | 2019-01-31 22:09:03 -0500 | [diff] [blame] | 151 | </ProjectReference>
|
| 152 | </ItemGroup>
|
| 153 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| 154 | <ImportGroup Label="ExtensionTargets">
|
| 155 | </ImportGroup>
|
| 156 | </Project> |