Refactored VS depdencies + restructring VS solution and projects.
[mono.git] / msvc / build-init.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <ItemGroup Label="ProjectConfigurations">\r
4     <ProjectConfiguration Include="Debug|Win32">\r
5       <Configuration>Debug</Configuration>\r
6       <Platform>Win32</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="Release|Win32">\r
9       <Configuration>Release</Configuration>\r
10       <Platform>Win32</Platform>\r
11     </ProjectConfiguration>\r
12     <ProjectConfiguration Include="Debug|x64">\r
13       <Configuration>Debug</Configuration>\r
14       <Platform>x64</Platform>\r
15     </ProjectConfiguration>\r
16     <ProjectConfiguration Include="Release|x64">\r
17       <Configuration>Release</Configuration>\r
18       <Platform>x64</Platform>\r
19     </ProjectConfiguration>\r
20   </ItemGroup>\r
21   <PropertyGroup Label="Globals">\r
22     <ProjectGuid>{92AE7622-5F58-4234-9A26-9EC71876B3F4}</ProjectGuid>\r
23     <RootNamespace>buildinit</RootNamespace>\r
24     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>\r
25   </PropertyGroup>\r
26   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
27   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
28     <ConfigurationType>Utility</ConfigurationType>\r
29     <UseDebugLibraries>true</UseDebugLibraries>\r
30     <PlatformToolset>v140</PlatformToolset>\r
31     <CharacterSet>MultiByte</CharacterSet>\r
32   </PropertyGroup>\r
33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
34     <ConfigurationType>Utility</ConfigurationType>\r
35     <UseDebugLibraries>false</UseDebugLibraries>\r
36     <PlatformToolset>v140</PlatformToolset>\r
37     <WholeProgramOptimization>true</WholeProgramOptimization>\r
38     <CharacterSet>MultiByte</CharacterSet>\r
39   </PropertyGroup>\r
40   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
41     <ConfigurationType>Utility</ConfigurationType>\r
42     <UseDebugLibraries>true</UseDebugLibraries>\r
43     <PlatformToolset>v140</PlatformToolset>\r
44     <CharacterSet>MultiByte</CharacterSet>\r
45   </PropertyGroup>\r
46   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
47     <ConfigurationType>Utility</ConfigurationType>\r
48     <UseDebugLibraries>false</UseDebugLibraries>\r
49     <PlatformToolset>v140</PlatformToolset>\r
50     <WholeProgramOptimization>true</WholeProgramOptimization>\r
51     <CharacterSet>MultiByte</CharacterSet>\r
52   </PropertyGroup>\r
53   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
54   <ImportGroup Label="ExtensionSettings">\r
55   </ImportGroup>\r
56   <ImportGroup Label="Shared">\r
57   </ImportGroup>\r
58   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
59     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
60   </ImportGroup>\r
61   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
62     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
63   </ImportGroup>\r
64   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
65     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
66   </ImportGroup>\r
67   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
68     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
69   </ImportGroup>\r
70   <PropertyGroup Label="UserMacros" />\r
71   <PropertyGroup />\r
72   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
73     <ClCompile>\r
74       <WarningLevel>Level3</WarningLevel>\r
75       <Optimization>Disabled</Optimization>\r
76       <SDLCheck>true</SDLCheck>\r
77     </ClCompile>\r
78     <PostBuildEvent>\r
79       <Command>winsetup.bat</Command>\r
80     </PostBuildEvent>\r
81   </ItemDefinitionGroup>\r
82   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
83     <ClCompile>\r
84       <WarningLevel>Level3</WarningLevel>\r
85       <Optimization>Disabled</Optimization>\r
86       <SDLCheck>true</SDLCheck>\r
87     </ClCompile>\r
88     <PostBuildEvent>\r
89       <Command>winsetup.bat</Command>\r
90     </PostBuildEvent>\r
91   </ItemDefinitionGroup>\r
92   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
93     <ClCompile>\r
94       <WarningLevel>Level3</WarningLevel>\r
95       <Optimization>MaxSpeed</Optimization>\r
96       <FunctionLevelLinking>true</FunctionLevelLinking>\r
97       <IntrinsicFunctions>true</IntrinsicFunctions>\r
98       <SDLCheck>true</SDLCheck>\r
99     </ClCompile>\r
100     <Link>\r
101       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
102       <OptimizeReferences>true</OptimizeReferences>\r
103     </Link>\r
104     <PostBuildEvent>\r
105       <Command>winsetup.bat</Command>\r
106     </PostBuildEvent>\r
107   </ItemDefinitionGroup>\r
108   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
109     <ClCompile>\r
110       <WarningLevel>Level3</WarningLevel>\r
111       <Optimization>MaxSpeed</Optimization>\r
112       <FunctionLevelLinking>true</FunctionLevelLinking>\r
113       <IntrinsicFunctions>true</IntrinsicFunctions>\r
114       <SDLCheck>true</SDLCheck>\r
115     </ClCompile>\r
116     <Link>\r
117       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
118       <OptimizeReferences>true</OptimizeReferences>\r
119     </Link>\r
120     <PostBuildEvent>\r
121       <Command>winsetup.bat</Command>\r
122     </PostBuildEvent>\r
123   </ItemDefinitionGroup>\r
124   <ItemGroup>\r
125   </ItemGroup>\r
126   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
127   <ImportGroup Label="ExtensionTargets">\r
128   </ImportGroup>\r
129 </Project>