summaryrefslogtreecommitdiff
path: root/src/debug/di/dbi.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/di/dbi.vcxproj')
-rw-r--r--src/debug/di/dbi.vcxproj143
1 files changed, 143 insertions, 0 deletions
diff --git a/src/debug/di/dbi.vcxproj b/src/debug/di/dbi.vcxproj
new file mode 100644
index 0000000000..08533b7240
--- /dev/null
+++ b/src/debug/di/dbi.vcxproj
@@ -0,0 +1,143 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" ToolsVersion="4.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="Release|Win32">
+ <Configuration>Release</Configuration>
+ <Platform>Win32</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <ProjectGuid>{D8445C62-03DC-4D6A-A2F2-1AAF31577151}</ProjectGuid>
+ <Keyword>Win32Proj</Keyword>
+ <RootNamespace>dbi</RootNamespace>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <UseDebugLibraries>true</UseDebugLibraries>
+ <PlatformToolset>v110</PlatformToolset>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
+ <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <UseDebugLibraries>false</UseDebugLibraries>
+ <PlatformToolset>v110</PlatformToolset>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+ <ImportGroup Label="ExtensionSettings">
+ </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" />
+ </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" />
+ </ImportGroup>
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <LinkIncremental>true</LinkIncremental>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <LinkIncremental>false</LinkIncremental>
+ </PropertyGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <ClCompile>
+ <PrecompiledHeader>
+ </PrecompiledHeader>
+ <WarningLevel>Level3</WarningLevel>
+ <Optimization>Disabled</Optimization>
+ <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DBI_EXPORTS;DBG_TARGET_X86;_TARGET_X86_;VS_COMPILE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>..\inc;..\..\inc;C:\clr_next\src\InternalApis\Sys_clr\inc;C:\CLR_Next\binaries\amd64chk\IntraPartitionAPIs\clr\inc;C:\CLR_Next\src\ndp\Common\Inc\version;C:\CLR_Next\binaries\amd64chk\SysBuild\Version;..\inc\i386;..\inc\dump</AdditionalIncludeDirectories>
+ </ClCompile>
+ <Link>
+ <SubSystem>Windows</SubSystem>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <ClCompile>
+ <WarningLevel>Level3</WarningLevel>
+ <PrecompiledHeader>
+ </PrecompiledHeader>
+ <Optimization>MaxSpeed</Optimization>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <IntrinsicFunctions>true</IntrinsicFunctions>
+ <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DBI_EXPORTS;DBG_TARGET_X86;_TARGET_X86_;VS_COMPILE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <AdditionalIncludeDirectories>..\inc;..\..\inc;C:\clr_next\src\InternalApis\Sys_clr\inc;C:\CLR_Next\binaries\amd64chk\IntraPartitionAPIs\clr\inc;C:\CLR_Next\src\ndp\Common\Inc\version;C:\CLR_Next\binaries\amd64chk\SysBuild\Version;;..\inc\i386</AdditionalIncludeDirectories>
+ </ClCompile>
+ <Link>
+ <SubSystem>Windows</SubSystem>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <OptimizeReferences>true</OptimizeReferences>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <ClInclude Include="classfactory.h" />
+ <ClInclude Include="DbgTransportManager.h" />
+ <ClInclude Include="DDPack.h" />
+ <ClInclude Include="EventChannel.h" />
+ <ClInclude Include="EventRedirectionPipeline.h" />
+ <ClInclude Include="helpers.h" />
+ <ClInclude Include="NativePipeline.h" />
+ <ClInclude Include="RsEnumerator.hpp" />
+ <ClInclude Include="RSPriv.h" />
+ <ClInclude Include="ShimDataTarget.h" />
+ <ClInclude Include="shimpriv.h" />
+ <ClInclude Include="StdAfx.h" />
+ <ClInclude Include="symbolinfo.h" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="RSPriv.inl" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClCompile Include="breakpoint.cpp" />
+ <ClCompile Include="cordb.cpp" />
+ <ClCompile Include="DbgTransportManager.cpp" />
+ <ClCompile Include="DbgTransportPipeline.cpp" />
+ <ClCompile Include="DDPack.cpp" />
+ <ClCompile Include="DIValue.cpp" />
+ <ClCompile Include="EventRedirectionPipeline.cpp" />
+ <ClCompile Include="hash.cpp" />
+ <ClCompile Include="i386\CordbRegisterSet.cpp" />
+ <ClCompile Include="i386\primitives.cpp" />
+ <ClCompile Include="LocalEventChannel.cpp" />
+ <ClCompile Include="module.cpp" />
+ <ClCompile Include="NativePipeline.cpp" />
+ <ClCompile Include="PlatformSpecific.cpp" />
+ <ClCompile Include="process.cpp" />
+ <ClCompile Include="publish.cpp" />
+ <ClCompile Include="RemoteEventChannel.cpp" />
+ <ClCompile Include="RotorPipeline.cpp" />
+ <ClCompile Include="RsAppDomain.cpp" />
+ <ClCompile Include="RsAssembly.cpp" />
+ <ClCompile Include="rsclass.cpp" />
+ <ClCompile Include="rsfunction.cpp" />
+ <ClCompile Include="RsMain.cpp" />
+ <ClCompile Include="RsMda.cpp" />
+ <ClCompile Include="RSRegSetCommon.cpp" />
+ <ClCompile Include="RsStackWalk.cpp" />
+ <ClCompile Include="RsThread.cpp" />
+ <ClCompile Include="RsType.cpp" />
+ <ClCompile Include="shared.cpp" />
+ <ClCompile Include="shimcallback.cpp" />
+ <ClCompile Include="ShimDataTarget.cpp" />
+ <ClCompile Include="ShimEvents.cpp" />
+ <ClCompile Include="ShimLocalDataTarget.cpp" />
+ <ClCompile Include="ShimProcess.cpp" />
+ <ClCompile Include="ShimRemoteDataTarget.cpp" />
+ <ClCompile Include="ShimStackWalk.cpp" />
+ <ClCompile Include="StdAfx.cpp" />
+ <ClCompile Include="symbolinfo.cpp" />
+ <ClCompile Include="ValueHome.cpp" />
+ <ClCompile Include="WindowsPipeline.cpp" />
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project> \ No newline at end of file