Imported Upstream version 4.3.2.467

Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
Xamarin Public Jenkins
2016-02-22 11:00:01 -05:00
parent f302175246
commit f3e3aab35a
4097 changed files with 122406 additions and 82300 deletions

View File

@@ -99,6 +99,7 @@
<ClCompile Include="..\mono\sgen\sgen-debug.c" />
<ClCompile Include="..\mono\sgen\sgen-descriptor.c" />
<ClCompile Include="..\mono\sgen\sgen-gc.c" />
<ClCompile Include="..\mono\sgen\sgen-gchandles.c" />
<ClCompile Include="..\mono\sgen\sgen-gray.c" />
<ClCompile Include="..\mono\sgen\sgen-hash-table.c" />
<ClCompile Include="..\mono\sgen\sgen-internal.c" />
@@ -153,7 +154,7 @@
<ClInclude Include="..\mono\metadata\exception.h" />
<ClInclude Include="..\mono\metadata\file-io.h" />
<ClInclude Include="..\mono\metadata\filewatcher.h" />
<ClInclude Include="..\mono\metadata\gc-internal.h" />
<ClInclude Include="..\mono\metadata\gc-internals.h" />
<ClInclude Include="..\mono\metadata\number-ms.h" />
<ClInclude Include="..\mono\metadata\seq-points-data.h" />
<ClInclude Include="..\mono\metadata\threadpool-ms-io.h" />
@@ -308,38 +309,38 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<OutDir>$(Platform)\lib\</OutDir>
<OutDir>$(Platform)\lib\$(Configuration)\</OutDir>
<IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|Win32'">
<OutDir>$(Platform)\lib\</OutDir>
<OutDir>$(Platform)\lib\$(Configuration)\</OutDir>
<IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
<TargetName>$(ProjectName)sgen</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutDir>$(Platform)\lib\</OutDir>
<OutDir>$(Platform)\lib\$(Configuration)\</OutDir>
<IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|x64'">
<OutDir>$(Platform)\lib\</OutDir>
<OutDir>$(Platform)\lib\$(Configuration)\</OutDir>
<IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
<TargetName>$(ProjectName)sgen</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<OutDir>$(Platform)\lib\</OutDir>
<OutDir>$(Platform)\lib\$(Configuration)\</OutDir>
<IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_SGen|Win32'">
<OutDir>$(Platform)\lib\</OutDir>
<OutDir>$(Platform)\lib\$(Configuration)\</OutDir>
<IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
<TargetName>$(ProjectName)sgen</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>$(Platform)\lib\</OutDir>
<OutDir>$(Platform)\lib\$(Configuration)\</OutDir>
<IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_SGen|x64'">
<OutDir>$(Platform)\lib\</OutDir>
<OutDir>$(Platform)\lib\$(Configuration)\</OutDir>
<IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
<TargetName>$(ProjectName)sgen</TargetName>
</PropertyGroup>
@@ -351,6 +352,7 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;$(BOEHM_DEFINES);_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>