Bump bockbuild
[mono-project.git] / msvc / build-all.vcxproj
blob9d63ac9108ace31c717577cb039de9d3aded3a0b
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="Release|Win32">
9       <Configuration>Release</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Debug|x64">
13       <Configuration>Debug</Configuration>
14       <Platform>x64</Platform>
15     </ProjectConfiguration>
16     <ProjectConfiguration Include="Release|x64">
17       <Configuration>Release</Configuration>
18       <Platform>x64</Platform>
19     </ProjectConfiguration>
20   </ItemGroup>
21   <PropertyGroup Label="Globals">
22     <ProjectGuid>{5362490B-8516-44EE-9987-014C015A080A}</ProjectGuid>
23     <RootNamespace>buildall</RootNamespace>
24     <Keyword>Win32Proj</Keyword>
25   </PropertyGroup>
26   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28     <ConfigurationType>Utility</ConfigurationType>
29     <UseDebugLibraries>true</UseDebugLibraries>
30     <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
31     <CharacterSet>Unicode</CharacterSet>
32   </PropertyGroup>
33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
34     <ConfigurationType>Utility</ConfigurationType>
35     <UseDebugLibraries>false</UseDebugLibraries>
36     <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
37     <WholeProgramOptimization>true</WholeProgramOptimization>
38     <CharacterSet>Unicode</CharacterSet>
39   </PropertyGroup>
40   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
41     <ConfigurationType>Utility</ConfigurationType>
42     <UseDebugLibraries>true</UseDebugLibraries>
43     <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
44     <CharacterSet>Unicode</CharacterSet>
45   </PropertyGroup>
46   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
47     <ConfigurationType>Utility</ConfigurationType>
48     <UseDebugLibraries>false</UseDebugLibraries>
49     <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
50     <WholeProgramOptimization>true</WholeProgramOptimization>
51     <CharacterSet>Unicode</CharacterSet>
52   </PropertyGroup>
53   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
54   <ImportGroup Label="ExtensionSettings">
55   </ImportGroup>
56   <ImportGroup Label="Shared">
57   </ImportGroup>
58   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
59     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
60     <Import Project="mono.props" />
61   </ImportGroup>
62   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
63     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64     <Import Project="mono.props" />
65   </ImportGroup>
66   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
67     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68     <Import Project="mono.props" />
69   </ImportGroup>
70   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
71     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
72     <Import Project="mono.props" />
73   </ImportGroup>
74   <PropertyGroup Label="UserMacros" />
75   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
76     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
77     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)$(MONO_TARGET_SUFFIX)\$(Configuration)\</IntDir>
78   </PropertyGroup>
79   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
80     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
81     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)$(MONO_TARGET_SUFFIX)\$(Configuration)\</IntDir>
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)$(MONO_TARGET_SUFFIX)\$(Configuration)\</IntDir>
86   </PropertyGroup>
87   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
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   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
92     <ClCompile>
93       <WarningLevel>Level3</WarningLevel>
94       <Optimization>Disabled</Optimization>
95       <SDLCheck>true</SDLCheck>
96     </ClCompile>
97   </ItemDefinitionGroup>
98   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
99     <ClCompile>
100       <WarningLevel>Level3</WarningLevel>
101       <Optimization>Disabled</Optimization>
102       <SDLCheck>true</SDLCheck>
103     </ClCompile>
104   </ItemDefinitionGroup>
105   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
106     <ClCompile>
107       <WarningLevel>Level3</WarningLevel>
108       <Optimization>MaxSpeed</Optimization>
109       <FunctionLevelLinking>true</FunctionLevelLinking>
110       <IntrinsicFunctions>true</IntrinsicFunctions>
111       <SDLCheck>true</SDLCheck>
112     </ClCompile>
113     <Link>
114       <EnableCOMDATFolding>true</EnableCOMDATFolding>
115       <OptimizeReferences>true</OptimizeReferences>
116     </Link>
117   </ItemDefinitionGroup>
118   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
119     <ClCompile>
120       <WarningLevel>Level3</WarningLevel>
121       <Optimization>MaxSpeed</Optimization>
122       <FunctionLevelLinking>true</FunctionLevelLinking>
123       <IntrinsicFunctions>true</IntrinsicFunctions>
124       <SDLCheck>true</SDLCheck>
125     </ClCompile>
126     <Link>
127       <EnableCOMDATFolding>true</EnableCOMDATFolding>
128       <OptimizeReferences>true</OptimizeReferences>
129     </Link>
130   </ItemDefinitionGroup>
131   <ItemGroup>
132     <ProjectReference Include="build-init.vcxproj">
133       <Project>{92ae7622-5f58-4234-9a26-9ec71876b3f4}</Project>
134     </ProjectReference>
135   </ItemGroup>
136   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
137   <ImportGroup Label="ExtensionTargets">
138   </ImportGroup>
139 </Project>