[master] Update dependencies from dotnet/core-setup dotnet/corefx (#17355)
[mono-project.git] / msvc / monow.vcxproj
blob2093c94f51a9794646591c5e251f1e2051f6cf55
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   <PropertyGroup Label="Globals">
22     <ProjectGuid>{D89D58F1-DA7A-4157-AFEE-F43D3BA20C9D}</ProjectGuid>
23     <RootNamespace>monow</RootNamespace>
24     <Keyword>Win32Proj</Keyword>
25     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
26   </PropertyGroup>
27   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
29     <ConfigurationType>Application</ConfigurationType>
30     <CharacterSet>Unicode</CharacterSet>
31     <PlatformToolset>v140</PlatformToolset>
32   </PropertyGroup>
33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
34     <ConfigurationType>Application</ConfigurationType>
35     <CharacterSet>Unicode</CharacterSet>
36     <PlatformToolset>v140</PlatformToolset>
37   </PropertyGroup>
38   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
39     <ConfigurationType>Application</ConfigurationType>
40     <CharacterSet>Unicode</CharacterSet>
41     <PlatformToolset>v140</PlatformToolset>
42   </PropertyGroup>
43   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
44     <ConfigurationType>Application</ConfigurationType>
45     <CharacterSet>Unicode</CharacterSet>
46     <PlatformToolset>v140</PlatformToolset>
47   </PropertyGroup>
48   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
49   <ImportGroup Label="ExtensionSettings">
50   </ImportGroup>
51   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
52     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
53     <Import Project="mono.props" />
54   </ImportGroup>
55   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
56     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
57     <Import Project="mono.props" />
58   </ImportGroup>
59   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" 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   <PropertyGroup Label="UserMacros" />
68   <PropertyGroup>
69     <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
70     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(MONO_BUILD_DIR_PREFIX)$(Platform)\bin\$(Configuration)\</OutDir>
71     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)$(MONO_TARGET_SUFFIX)\$(Configuration)\</IntDir>
72     <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(MONO_BUILD_DIR_PREFIX)$(Platform)\bin\$(Configuration)\</OutDir>
73     <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)$(MONO_TARGET_SUFFIX)\$(Configuration)\</IntDir>
74     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(MONO_BUILD_DIR_PREFIX)$(Platform)\bin\$(Configuration)\</OutDir>
75     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)$(MONO_TARGET_SUFFIX)\$(Configuration)\</IntDir>
76     <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(MONO_BUILD_DIR_PREFIX)$(Platform)\bin\$(Configuration)\</OutDir>
77     <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)$(MONO_TARGET_SUFFIX)\$(Configuration)\</IntDir>
78   </PropertyGroup>
79   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
80     <TargetName>$(ProjectName)$(MONO_TARGET_SUFFIX)</TargetName>
81   </PropertyGroup>
82   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
83     <TargetName>$(ProjectName)$(MONO_TARGET_SUFFIX)</TargetName>
84   </PropertyGroup>
85   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
86     <LinkIncremental>true</LinkIncremental>
87     <TargetName>$(ProjectName)$(MONO_TARGET_SUFFIX)</TargetName>
88   </PropertyGroup>
89   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
90     <LinkIncremental>true</LinkIncremental>
91     <TargetName>$(ProjectName)$(MONO_TARGET_SUFFIX)</TargetName>
92   </PropertyGroup>
93   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
94     <ClCompile>
95       <Optimization>Disabled</Optimization>
96       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(MONO_JIT_INCLUDE_DIR);$(MONO_LIBGC_SOURCE_DIR);$(MONO_EGLIB_SOURCE_DIR);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
97       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
98       <MinimalRebuild>true</MinimalRebuild>
99       <PrecompiledHeader>
100       </PrecompiledHeader>
101       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
102       <WarningLevel>Level3</WarningLevel>
103     </ClCompile>
104     <ProjectReference />
105     <Link>
106       <AdditionalDependencies>$(MONO_LIBMONO_LIB);%(AdditionalDependencies)</AdditionalDependencies>
107       <SubSystem>Windows</SubSystem>
108       <DataExecutionPrevention>
109       </DataExecutionPrevention>
110       <StackReserveSize>0x800000</StackReserveSize>
111     </Link>
112     <ProjectReference>
113       <LinkLibraryDependencies>false</LinkLibraryDependencies>
114     </ProjectReference>
115     <PostBuildEvent />
116   </ItemDefinitionGroup>
117   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
118     <Midl>
119       <TargetEnvironment>X64</TargetEnvironment>
120     </Midl>
121     <ClCompile>
122       <Optimization>Disabled</Optimization>
123       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(MONO_JIT_INCLUDE_DIR);$(MONO_LIBGC_SOURCE_DIR);$(MONO_EGLIB_SOURCE_DIR);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
124       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;_WINDOWS;WIN64;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
125       <MinimalRebuild>true</MinimalRebuild>
126       <PrecompiledHeader>
127       </PrecompiledHeader>
128       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
129       <WarningLevel>Level3</WarningLevel>
130     </ClCompile>
131     <ProjectReference>
132       <LinkLibraryDependencies>false</LinkLibraryDependencies>
133     </ProjectReference>
134     <Link>
135       <AdditionalDependencies>$(MONO_LIBMONO_LIB);%(AdditionalDependencies)</AdditionalDependencies>
136       <SubSystem>Windows</SubSystem>
137       <ShowProgress>
138       </ShowProgress>
139       <StackReserveSize>0x800000</StackReserveSize>
140     </Link>
141     <PostBuildEvent />
142   </ItemDefinitionGroup>
143   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
144     <ClCompile>
145       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(MONO_JIT_INCLUDE_DIR);$(MONO_LIBGC_SOURCE_DIR);$(MONO_EGLIB_SOURCE_DIR);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
146       <PrecompiledHeader>
147       </PrecompiledHeader>
148       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
149       <WarningLevel>Level3</WarningLevel>
150       <IntrinsicFunctions>true</IntrinsicFunctions>
151       <StringPooling>true</StringPooling>
152     </ClCompile>
153     <ProjectReference>
154       <LinkLibraryDependencies>false</LinkLibraryDependencies>
155     </ProjectReference>
156     <Link>
157       <AdditionalDependencies>$(MONO_LIBMONO_LIB);%(AdditionalDependencies)</AdditionalDependencies>
158       <SubSystem>Windows</SubSystem>
159       <DataExecutionPrevention>
160       </DataExecutionPrevention>
161       <StackReserveSize>0x180000</StackReserveSize>
162     </Link>
163     <PostBuildEvent />
164   </ItemDefinitionGroup>
165   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
166     <Midl>
167       <TargetEnvironment>X64</TargetEnvironment>
168     </Midl>
169     <ClCompile>
170       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(MONO_JIT_INCLUDE_DIR);$(MONO_LIBGC_SOURCE_DIR);$(MONO_EGLIB_SOURCE_DIR);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
171       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;_WINDOWS;WIN64;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
172       <PrecompiledHeader>
173       </PrecompiledHeader>
174       <WarningLevel>Level3</WarningLevel>
175       <IntrinsicFunctions>true</IntrinsicFunctions>
176       <StringPooling>true</StringPooling>
177     </ClCompile>
178     <ProjectReference>
179       <LinkLibraryDependencies>false</LinkLibraryDependencies>
180     </ProjectReference>
181     <Link>
182       <AdditionalDependencies>$(MONO_LIBMONO_LIB);%(AdditionalDependencies)</AdditionalDependencies>
183       <SubSystem>Windows</SubSystem>
184       <StackReserveSize>0x180000</StackReserveSize>
185     </Link>
186     <PostBuildEvent />
187   </ItemDefinitionGroup>
188   <ItemDefinitionGroup Condition="'$(MONO_COMPILE_AS_CPP)'=='true'">
189     <ClCompile>
190       <CompileAs>CompileAsCpp</CompileAs>
191     </ClCompile>
192   </ItemDefinitionGroup>
193   <ItemGroup>
194     <ClCompile Include="..\mono\mini\main.c" />
195   </ItemGroup>
196   <ItemGroup>
197     <ProjectReference Include="eglib.vcxproj">
198       <Project>{158073ed-99ae-4196-9edc-ddb2344f8466}</Project>
199     </ProjectReference>
200     <ProjectReference Include="libmono-dynamic.vcxproj">
201       <Project>{675f4175-ffb1-480d-ad36-f397578844d4}</Project>
202     </ProjectReference>
203   </ItemGroup>
204   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
205   <Import Project="mono.external.targets" />
206   <ImportGroup Label="ExtensionTargets">
207   </ImportGroup>
208   <Target Name="_SetupMonoLLVMLinkItems" Condition="$(MONO_ENABLE_LLVM)=='true'">
209     <ItemGroup>
210       <Link>
211         <AdditionalLibraryDirectories>$(MONO_LLVM_LIB_DIR);%(Lib.AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
212         <AdditionalDependencies>$(MONO_LLVM_LIBS);%(Lib.AdditionalDependencies)</AdditionalDependencies>
213       </Link>
214     </ItemGroup>
215   </Target>
216   <Target Name="_ConfigureExternalLinkDependency" DependsOnTargets="_ConfigureExternalMonoBuildEnvironment;_SetupMonoLLVMBuildProperties;_SetupMonoLLVMLinkItems" />
217   <PropertyGroup>
218     <ComputeLibInputsTargets>
219       $(ComputeLibInputsTargets);
220       _ConfigureExternalLinkDependency;
221     </ComputeLibInputsTargets>
222   </PropertyGroup>
223 </Project>