Cleanup initialize_object_slots, remove unused GetHashCode (ghc) handling. (#17834)
[mono-project.git] / msvc / libmonoruntime.vcxproj
blob4c009edd8239145d8078e1e10fdc3fa050512813
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <ItemGroup Label="ProjectConfigurations">
4     <ProjectConfiguration Include="Debug|Win32">
5       <Configuration>Debug</Configuration>
6       <Platform>Win32</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Debug|x64">
9       <Configuration>Debug</Configuration>
10       <Platform>x64</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Release|Win32">
13       <Configuration>Release</Configuration>
14       <Platform>Win32</Platform>
15     </ProjectConfiguration>
16     <ProjectConfiguration Include="Release|x64">
17       <Configuration>Release</Configuration>
18       <Platform>x64</Platform>
19     </ProjectConfiguration>
20   </ItemGroup>
21   <ItemGroup>
22     <ProjectReference Include="eglib.vcxproj">
23       <Project>{158073ed-99ae-4196-9edc-ddb2344f8466}</Project>
24     </ProjectReference>
25   </ItemGroup>
26   <PropertyGroup Label="Globals">
27     <ProjectGuid>{C36612BD-22D3-4B95-85E2-7FDC4FC5D739}</ProjectGuid>
28     <RootNamespace>libmonoruntime</RootNamespace>
29     <Keyword>Win32Proj</Keyword>
30   </PropertyGroup>
31   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
32   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33     <ConfigurationType>StaticLibrary</ConfigurationType>
34     <UseDebugLibraries>true</UseDebugLibraries>
35     <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
36     <CharacterSet>Unicode</CharacterSet>
37   </PropertyGroup>
38   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
39     <ConfigurationType>StaticLibrary</ConfigurationType>
40     <UseDebugLibraries>true</UseDebugLibraries>
41     <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
42     <CharacterSet>Unicode</CharacterSet>
43   </PropertyGroup>
44   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
45     <ConfigurationType>StaticLibrary</ConfigurationType>
46     <UseDebugLibraries>false</UseDebugLibraries>
47     <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
48     <CharacterSet>Unicode</CharacterSet>
49   </PropertyGroup>
50   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
51     <ConfigurationType>StaticLibrary</ConfigurationType>
52     <UseDebugLibraries>false</UseDebugLibraries>
53     <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
54     <CharacterSet>Unicode</CharacterSet>
55   </PropertyGroup>
56   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
57   <ImportGroup Label="ExtensionSettings">
58   </ImportGroup>
59   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
60     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61     <Import Project="mono.props" />
62   </ImportGroup>
63   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
64     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65     <Import Project="mono.props" />
66   </ImportGroup>
67   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
68     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
69     <Import Project="mono.props" />
70   </ImportGroup>
71   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
72     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
73     <Import Project="mono.props" />
74   </ImportGroup>
75   <PropertyGroup Label="UserMacros" />
76   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
77     <TargetName>$(ProjectName)$(MONO_TARGET_SUFFIX)</TargetName>
78     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
79     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)$(MONO_TARGET_SUFFIX)\$(Configuration)\</IntDir>
80   </PropertyGroup>
81   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
82     <TargetName>$(ProjectName)$(MONO_TARGET_SUFFIX)</TargetName>
83     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
84     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)$(MONO_TARGET_SUFFIX)\$(Configuration)\</IntDir>
85   </PropertyGroup>
86   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
87     <TargetName>$(ProjectName)$(MONO_TARGET_SUFFIX)</TargetName>
88     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
89     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)$(MONO_TARGET_SUFFIX)\$(Configuration)\</IntDir>
90   </PropertyGroup>
91   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
92     <TargetName>$(ProjectName)$(MONO_TARGET_SUFFIX)</TargetName>
93     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
94     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)$(MONO_TARGET_SUFFIX)\$(Configuration)\</IntDir>
95   </PropertyGroup>
96   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
97     <ClCompile>
98       <WarningLevel>Level3</WarningLevel>
99       <Optimization>Disabled</Optimization>
100       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;_LIB;$(GC_DEFINES);_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
101       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
102       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
103       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
104     </ClCompile>
105     <Link>
106       <SubSystem>Windows</SubSystem>
107       <GenerateDebugInformation>true</GenerateDebugInformation>
108     </Link>
109   </ItemDefinitionGroup>
110   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
111     <ClCompile>
112       <WarningLevel>Level3</WarningLevel>
113       <Optimization>Disabled</Optimization>
114       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;_LIB;$(GC_DEFINES);WIN64;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
115       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
116       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
117       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
118     </ClCompile>
119     <Link>
120       <SubSystem>Windows</SubSystem>
121       <GenerateDebugInformation>true</GenerateDebugInformation>
122     </Link>
123   </ItemDefinitionGroup>
124   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
125     <ClCompile>
126       <WarningLevel>Level3</WarningLevel>
127       <IntrinsicFunctions>true</IntrinsicFunctions>
128       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;_LIB;$(GC_DEFINES);NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
129       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
130       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
131       <StringPooling>true</StringPooling>
132     </ClCompile>
133     <Link>
134       <SubSystem>Windows</SubSystem>
135       <GenerateDebugInformation>true</GenerateDebugInformation>
136       <EnableCOMDATFolding>true</EnableCOMDATFolding>
137       <OptimizeReferences>true</OptimizeReferences>
138     </Link>
139   </ItemDefinitionGroup>
140   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
141     <ClCompile>
142       <WarningLevel>Level3</WarningLevel>
143       <IntrinsicFunctions>true</IntrinsicFunctions>
144       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;_LIB;$(GC_DEFINES);WIN64;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
145       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
146       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
147       <StringPooling>true</StringPooling>
148     </ClCompile>
149     <Link>
150       <SubSystem>Windows</SubSystem>
151       <GenerateDebugInformation>true</GenerateDebugInformation>
152       <EnableCOMDATFolding>true</EnableCOMDATFolding>
153       <OptimizeReferences>true</OptimizeReferences>
154     </Link>
155   </ItemDefinitionGroup>
156   <ItemDefinitionGroup Condition="'$(MONO_COMPILE_AS_CPP)'=='true'">
157     <ClCompile>
158       <CompileAs>CompileAsCpp</CompileAs>
159     </ClCompile>
160   </ItemDefinitionGroup>
161   <Import Project="libmonoruntime.targets" />
162   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
163   <ImportGroup Label="ExtensionTargets">
164   </ImportGroup>
165 </Project>