[WinForms] Make `ContextMenuStrip` behavior closer to the reference one (#18598)
[mono-project.git] / msvc / libmonoutils.vcxproj
blob9cdee26c8675aa26780eb29273f1927ec59841a0
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>{8FC2B0C8-51AD-49DF-851F-5D01A77A75E4}</ProjectGuid>
28     <RootNamespace>libmonoutils</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="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
58     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59     <Import Project="mono.props" />
60   </ImportGroup>
61   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" 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 Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
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|x64'" 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   <PropertyGroup Label="UserMacros" />
74   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
75     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
76     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
77   </PropertyGroup>
78   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
79     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
80     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
81   </PropertyGroup>
82   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
83     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
84     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
85   </PropertyGroup>
86   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
87     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
88     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
89   </PropertyGroup>
90   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
91     <ClCompile>
92       <WarningLevel>Level3</WarningLevel>
93       <Optimization>Disabled</Optimization>
94       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
95       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
96       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
97       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
98     </ClCompile>
99     <Link>
100       <SubSystem>Windows</SubSystem>
101       <GenerateDebugInformation>true</GenerateDebugInformation>
102     </Link>
103   </ItemDefinitionGroup>
104   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
105     <ClCompile>
106       <WarningLevel>Level3</WarningLevel>
107       <Optimization>Disabled</Optimization>
108       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
109       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
110       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
111       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
112     </ClCompile>
113     <Link>
114       <SubSystem>Windows</SubSystem>
115       <GenerateDebugInformation>true</GenerateDebugInformation>
116     </Link>
117   </ItemDefinitionGroup>
118   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
119     <ClCompile>
120       <WarningLevel>Level3</WarningLevel>
121       <IntrinsicFunctions>true</IntrinsicFunctions>
122       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
123       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
124       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
125       <StringPooling>true</StringPooling>
126     </ClCompile>
127     <Link>
128       <SubSystem>Windows</SubSystem>
129       <GenerateDebugInformation>true</GenerateDebugInformation>
130       <EnableCOMDATFolding>true</EnableCOMDATFolding>
131       <OptimizeReferences>true</OptimizeReferences>
132     </Link>
133   </ItemDefinitionGroup>
134   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
135     <ClCompile>
136       <WarningLevel>Level3</WarningLevel>
137       <IntrinsicFunctions>true</IntrinsicFunctions>
138       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
139       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
140       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
141       <StringPooling>true</StringPooling>
142     </ClCompile>
143     <Link>
144       <SubSystem>Windows</SubSystem>
145       <GenerateDebugInformation>true</GenerateDebugInformation>
146       <EnableCOMDATFolding>true</EnableCOMDATFolding>
147       <OptimizeReferences>true</OptimizeReferences>
148     </Link>
149   </ItemDefinitionGroup>
150   <ItemDefinitionGroup Condition="'$(MONO_COMPILE_AS_CPP)'=='true'">
151     <ClCompile>
152       <CompileAs>CompileAsCpp</CompileAs>
153     </ClCompile>
154   </ItemDefinitionGroup>
155   <Import Project="libmonoutils.targets" />
156   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
157 </Project>