[bcl] Update BCL Linked Size
[mono-project.git] / msvc / libmonoruntime.vcxproj
blobb899fb9c76adce300ab16f2577e14f842329f4fa
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     <Keyword>Win32Proj</Keyword>
29     <RootNamespace>libmonoruntime</RootNamespace>
30     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
31   </PropertyGroup>
32   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
34     <ConfigurationType>StaticLibrary</ConfigurationType>
35     <UseDebugLibraries>true</UseDebugLibraries>
36     <CharacterSet>Unicode</CharacterSet>
37     <PlatformToolset>v140</PlatformToolset>
38   </PropertyGroup>
39   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
40     <ConfigurationType>StaticLibrary</ConfigurationType>
41     <UseDebugLibraries>true</UseDebugLibraries>
42     <CharacterSet>Unicode</CharacterSet>
43     <PlatformToolset>v140</PlatformToolset>
44   </PropertyGroup>
45   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
46     <ConfigurationType>StaticLibrary</ConfigurationType>
47     <UseDebugLibraries>false</UseDebugLibraries>
48     <CharacterSet>Unicode</CharacterSet>
49     <PlatformToolset>v140</PlatformToolset>
50   </PropertyGroup>
51   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
52     <ConfigurationType>StaticLibrary</ConfigurationType>
53     <UseDebugLibraries>false</UseDebugLibraries>
54     <CharacterSet>Unicode</CharacterSet>
55     <PlatformToolset>v140</PlatformToolset>
56   </PropertyGroup>
57   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
58   <ImportGroup Label="ExtensionSettings">
59   </ImportGroup>
60   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
61     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62     <Import Project="mono.props" />
63   </ImportGroup>
64   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
65     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66     <Import Project="mono.props" />
67   </ImportGroup>
68   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
69     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
70     <Import Project="mono.props" />
71   </ImportGroup>
72   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
73     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
74     <Import Project="mono.props" />
75   </ImportGroup>
76   <PropertyGroup Label="UserMacros" />
77   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
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     <TargetName>$(ProjectName)$(MONO_TARGET_SUFFIX)</TargetName>
81   </PropertyGroup>
82   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
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     <TargetName>$(ProjectName)$(MONO_TARGET_SUFFIX)</TargetName>
86   </PropertyGroup>
87   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
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     <TargetName>$(ProjectName)$(MONO_TARGET_SUFFIX)</TargetName>
91   </PropertyGroup>
92   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
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     <TargetName>$(ProjectName)$(MONO_TARGET_SUFFIX)</TargetName>
96   </PropertyGroup>
97   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
98     <ClCompile>
99       <PrecompiledHeader>
100       </PrecompiledHeader>
101       <WarningLevel>Level3</WarningLevel>
102       <Optimization>Disabled</Optimization>
103       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;_LIB;$(GC_DEFINES);_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
104       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
105       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
106       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
107     </ClCompile>
108     <Link>
109       <SubSystem>Windows</SubSystem>
110       <GenerateDebugInformation>true</GenerateDebugInformation>
111     </Link>
112     <Lib />
113   </ItemDefinitionGroup>
114   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
115     <ClCompile>
116       <PrecompiledHeader>
117       </PrecompiledHeader>
118       <WarningLevel>Level3</WarningLevel>
119       <Optimization>Disabled</Optimization>
120       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;_LIB;$(GC_DEFINES);WIN64;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
121       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
122       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
123       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
124     </ClCompile>
125     <Link>
126       <SubSystem>Windows</SubSystem>
127       <GenerateDebugInformation>true</GenerateDebugInformation>
128     </Link>
129     <Lib />
130   </ItemDefinitionGroup>
131   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
132     <ClCompile>
133       <WarningLevel>Level3</WarningLevel>
134       <PrecompiledHeader>
135       </PrecompiledHeader>
136       <IntrinsicFunctions>true</IntrinsicFunctions>
137       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;_LIB;$(GC_DEFINES);NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
138       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
139       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
140       <StringPooling>true</StringPooling>
141     </ClCompile>
142     <Link>
143       <SubSystem>Windows</SubSystem>
144       <GenerateDebugInformation>true</GenerateDebugInformation>
145       <EnableCOMDATFolding>true</EnableCOMDATFolding>
146       <OptimizeReferences>true</OptimizeReferences>
147     </Link>
148     <Lib />
149   </ItemDefinitionGroup>
150   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
151     <ClCompile>
152       <WarningLevel>Level3</WarningLevel>
153       <PrecompiledHeader>
154       </PrecompiledHeader>
155       <IntrinsicFunctions>true</IntrinsicFunctions>
156       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;_LIB;$(GC_DEFINES);WIN64;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
157       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
158       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
159       <StringPooling>true</StringPooling>
160     </ClCompile>
161     <Link>
162       <SubSystem>Windows</SubSystem>
163       <GenerateDebugInformation>true</GenerateDebugInformation>
164       <EnableCOMDATFolding>true</EnableCOMDATFolding>
165       <OptimizeReferences>true</OptimizeReferences>
166     </Link>
167     <Lib />
168   </ItemDefinitionGroup>
169   <ItemDefinitionGroup Condition="'$(MONO_COMPILE_AS_CPP)'=='true'">
170     <ClCompile>
171       <CompileAs>CompileAsCpp</CompileAs>
172     </ClCompile>
173   </ItemDefinitionGroup>
174   <Import Project="libmonoruntime.targets" />
175   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
176   <ImportGroup Label="ExtensionTargets">
177   </ImportGroup>
178 </Project>