Fix minizip compile on Haiku (#16301)
[mono-project.git] / msvc / libgcmonosgen.vcxproj
blobde84e3aa8d1941274b4c484c0e3026ff527a41b5
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     <Keyword>Win32Proj</Keyword>
29     <RootNamespace>libmonosgen</RootNamespace>
30     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
31     <ProjectName>libgcmonosgen</ProjectName>
32   </PropertyGroup>
33   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
34   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
35     <ConfigurationType>StaticLibrary</ConfigurationType>
36     <UseDebugLibraries>true</UseDebugLibraries>
37     <CharacterSet>Unicode</CharacterSet>
38     <PlatformToolset>v140</PlatformToolset>
39   </PropertyGroup>
40   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
41     <ConfigurationType>StaticLibrary</ConfigurationType>
42     <UseDebugLibraries>true</UseDebugLibraries>
43     <CharacterSet>Unicode</CharacterSet>
44     <PlatformToolset>v140</PlatformToolset>
45   </PropertyGroup>
46   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
47     <ConfigurationType>StaticLibrary</ConfigurationType>
48     <UseDebugLibraries>false</UseDebugLibraries>
49     <CharacterSet>Unicode</CharacterSet>
50     <PlatformToolset>v140</PlatformToolset>
51   </PropertyGroup>
52   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
53     <ConfigurationType>StaticLibrary</ConfigurationType>
54     <UseDebugLibraries>false</UseDebugLibraries>
55     <CharacterSet>Unicode</CharacterSet>
56     <PlatformToolset>v140</PlatformToolset>
57   </PropertyGroup>
58   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
59   <ImportGroup Label="ExtensionSettings">
60   </ImportGroup>
61   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
62     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
63     <Import Project="mono.props" />
64   </ImportGroup>
65   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
66     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67     <Import Project="mono.props" />
68   </ImportGroup>
69   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
70     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71     <Import Project="mono.props" />
72   </ImportGroup>
73   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
74     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
75     <Import Project="mono.props" />
76   </ImportGroup>
77   <PropertyGroup Label="UserMacros" />
78   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
79     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
80     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
81     <TargetName>$(ProjectName)</TargetName>
82   </PropertyGroup>
83   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
84     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
85     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
86     <TargetName>$(ProjectName)</TargetName>
87   </PropertyGroup>
88   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
89     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
90     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
91     <TargetName>$(ProjectName)</TargetName>
92   </PropertyGroup>
93   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
94     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
95     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
96     <TargetName>$(ProjectName)</TargetName>
97   </PropertyGroup>
98   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
99     <ClCompile>
100       <PrecompiledHeader>
101       </PrecompiledHeader>
102       <WarningLevel>Level3</WarningLevel>
103       <Optimization>Disabled</Optimization>
104       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;$(SGEN_DEFINES);_LIB;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
105       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
106       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
107       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
108     </ClCompile>
109     <Link>
110       <SubSystem>Windows</SubSystem>
111       <GenerateDebugInformation>true</GenerateDebugInformation>
112     </Link>
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;$(SGEN_DEFINES);_LIB;_DEBUG;WIN64;%(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   </ItemDefinitionGroup>
130   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
131     <ClCompile>
132       <WarningLevel>Level3</WarningLevel>
133       <PrecompiledHeader>
134       </PrecompiledHeader>
135       <IntrinsicFunctions>true</IntrinsicFunctions>
136       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;$(SGEN_DEFINES);_LIB;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
137       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
138       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
139       <StringPooling>true</StringPooling>
140     </ClCompile>
141     <Link>
142       <SubSystem>Windows</SubSystem>
143       <GenerateDebugInformation>true</GenerateDebugInformation>
144       <EnableCOMDATFolding>true</EnableCOMDATFolding>
145       <OptimizeReferences>true</OptimizeReferences>
146     </Link>
147   </ItemDefinitionGroup>
148   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
149     <ClCompile>
150       <WarningLevel>Level3</WarningLevel>
151       <PrecompiledHeader>
152       </PrecompiledHeader>
153       <IntrinsicFunctions>true</IntrinsicFunctions>
154       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;$(SGEN_DEFINES);_LIB;NDEBUG;WIN64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
155       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
156       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
157       <StringPooling>true</StringPooling>
158     </ClCompile>
159     <Link>
160       <SubSystem>Windows</SubSystem>
161       <GenerateDebugInformation>true</GenerateDebugInformation>
162       <EnableCOMDATFolding>true</EnableCOMDATFolding>
163       <OptimizeReferences>true</OptimizeReferences>
164     </Link>
165   </ItemDefinitionGroup>
166   <ItemDefinitionGroup Condition="'$(MONO_COMPILE_AS_CPP)'=='true'">
167     <ClCompile>
168       <CompileAs>CompileAsCpp</CompileAs>
169     </ClCompile>
170   </ItemDefinitionGroup>
171   <Import Project="libgcmonosgen.targets" />
172   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
173   <ImportGroup Label="ExtensionTargets">
174   </ImportGroup>
175 </Project>