Bump boringssl submodule
[mono-project.git] / msvc / libgcmonosgen.vcxproj
blobd839e0b34e83f15841d6dbb59f39d95647f44a1e
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="build-init.vcxproj">
23       <Project>{92ae7622-5f58-4234-9a26-9ec71876b3f4}</Project>
24     </ProjectReference>
25   </ItemGroup>
26   <PropertyGroup Label="Globals">
27     <ProjectGuid>{C36612BD-22D3-4B95-85E2-7FDC4FC5D740}</ProjectGuid>
28     <RootNamespace>libmonosgen</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 Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
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 Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
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     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
78     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
79   </PropertyGroup>
80   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
81     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
82     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
83   </PropertyGroup>
84   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
85     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
86     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
87   </PropertyGroup>
88   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
89     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
90     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
91   </PropertyGroup>
92   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
93     <ClCompile>
94       <WarningLevel>Level3</WarningLevel>
95       <Optimization>Disabled</Optimization>
96       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;$(SGEN_DEFINES);_LIB;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
97       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
98       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
99       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
100     </ClCompile>
101     <Link>
102       <SubSystem>Windows</SubSystem>
103       <GenerateDebugInformation>true</GenerateDebugInformation>
104     </Link>
105   </ItemDefinitionGroup>
106   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
107     <ClCompile>
108       <WarningLevel>Level3</WarningLevel>
109       <Optimization>Disabled</Optimization>
110       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;$(SGEN_DEFINES);_LIB;_DEBUG;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
111       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
112       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
113       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
114     </ClCompile>
115     <Link>
116       <SubSystem>Windows</SubSystem>
117       <GenerateDebugInformation>true</GenerateDebugInformation>
118     </Link>
119   </ItemDefinitionGroup>
120   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
121     <ClCompile>
122       <WarningLevel>Level3</WarningLevel>
123       <PrecompiledHeader>
124       </PrecompiledHeader>
125       <IntrinsicFunctions>true</IntrinsicFunctions>
126       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;$(SGEN_DEFINES);_LIB;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
127       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
128       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
129       <StringPooling>true</StringPooling>
130     </ClCompile>
131     <Link>
132       <SubSystem>Windows</SubSystem>
133       <GenerateDebugInformation>true</GenerateDebugInformation>
134       <EnableCOMDATFolding>true</EnableCOMDATFolding>
135       <OptimizeReferences>true</OptimizeReferences>
136     </Link>
137   </ItemDefinitionGroup>
138   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
139     <ClCompile>
140       <WarningLevel>Level3</WarningLevel>
141       <IntrinsicFunctions>true</IntrinsicFunctions>
142       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;$(SGEN_DEFINES);_LIB;NDEBUG;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
143       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
144       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
145       <StringPooling>true</StringPooling>
146     </ClCompile>
147     <Link>
148       <SubSystem>Windows</SubSystem>
149       <GenerateDebugInformation>true</GenerateDebugInformation>
150       <EnableCOMDATFolding>true</EnableCOMDATFolding>
151       <OptimizeReferences>true</OptimizeReferences>
152     </Link>
153   </ItemDefinitionGroup>
154   <ItemDefinitionGroup Condition="'$(MONO_COMPILE_AS_CPP)'=='true'">
155     <ClCompile>
156       <CompileAs>CompileAsCpp</CompileAs>
157     </ClCompile>
158   </ItemDefinitionGroup>
159   <Import Project="libgcmonosgen.targets" />
160   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
161   <ImportGroup Label="ExtensionTargets">
162   </ImportGroup>
163 </Project>