[interp] Fix stub_get_resume_state write to out parameter (#16145)
[mono-project.git] / msvc / mono.vcxproj
blob28d7a7202155cb3e3ff890f37c9388e5606e0af5
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>{A0EDDCD9-940F-432C-A28F-7EF322437D79}</ProjectGuid>
23     <RootNamespace>mono</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;_DEBUG;_CONSOLE;%(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>Console</SubSystem>
108       <DataExecutionPrevention>
109       </DataExecutionPrevention>
110       <StackReserveSize>0x800000</StackReserveSize>
111     </Link>
112     <ProjectReference>
113       <LinkLibraryDependencies>false</LinkLibraryDependencies>
114     </ProjectReference>
115     <PostBuildEvent>
116       <Command>xcopy "$(SolutionDir)mono-sgen-msvc.sh" "$(OutDir)" /q /y &gt;nul 2&gt;&amp;1
118 xcopy "$(SolutionDir)mono-sgen-msvc.bat" "$(OutDir)" /q /y &gt;nul 2&gt;&amp;1
119 xcopy "$(SolutionDir)setup-windows-env.bat" "$(OutDir)" /q /y &gt;nul 2&gt;&amp;1
120 xcopy "$(SolutionDir)setup-vs-msvcbuild-env.bat" "$(OutDir)" /q /y &gt;nul 2&gt;&amp;1</Command>
121     </PostBuildEvent>
122   </ItemDefinitionGroup>
123   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
124     <Midl>
125       <TargetEnvironment>X64</TargetEnvironment>
126     </Midl>
127     <ClCompile>
128       <Optimization>Disabled</Optimization>
129       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(MONO_JIT_INCLUDE_DIR);$(MONO_LIBGC_SOURCE_DIR);$(MONO_EGLIB_SOURCE_DIR);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
130       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;WIN64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
131       <MinimalRebuild>true</MinimalRebuild>
132       <PrecompiledHeader>
133       </PrecompiledHeader>
134       <DisableSpecificWarnings>4996;%(DisableSpecificWarnings)</DisableSpecificWarnings>
135       <WarningLevel>Level3</WarningLevel>
136     </ClCompile>
137     <ProjectReference>
138       <LinkLibraryDependencies>false</LinkLibraryDependencies>
139     </ProjectReference>
140     <Link>
141       <AdditionalDependencies>$(MONO_LIBMONO_LIB);%(AdditionalDependencies)</AdditionalDependencies>
142       <SubSystem>Console</SubSystem>
143       <ShowProgress>
144       </ShowProgress>
145       <StackReserveSize>0x800000</StackReserveSize>
146     </Link>
147     <PostBuildEvent>
148       <Command>xcopy "$(SolutionDir)mono-sgen-msvc.sh" "$(OutDir)" /q /y &gt;nul 2&gt;&amp;1
150 xcopy "$(SolutionDir)mono-sgen-msvc.bat" "$(OutDir)" /q /y &gt;nul 2&gt;&amp;1
151 xcopy "$(SolutionDir)setup-windows-env.bat" "$(OutDir)" /q /y &gt;nul 2&gt;&amp;1
152 xcopy "$(SolutionDir)setup-vs-msvcbuild-env.bat" "$(OutDir)" /q /y &gt;nul 2&gt;&amp;1</Command>
153     </PostBuildEvent>
154   </ItemDefinitionGroup>
155   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
156     <ClCompile>
157       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(MONO_JIT_INCLUDE_DIR);$(MONO_LIBGC_SOURCE_DIR);$(MONO_EGLIB_SOURCE_DIR);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
158       <PrecompiledHeader>
159       </PrecompiledHeader>
160       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
161       <WarningLevel>Level3</WarningLevel>
162       <IntrinsicFunctions>true</IntrinsicFunctions>
163       <StringPooling>true</StringPooling>
164     </ClCompile>
165     <ProjectReference>
166       <LinkLibraryDependencies>false</LinkLibraryDependencies>
167     </ProjectReference>
168     <Link>
169       <AdditionalDependencies>$(MONO_LIBMONO_LIB);%(AdditionalDependencies)</AdditionalDependencies>
170       <SubSystem>Console</SubSystem>
171       <DataExecutionPrevention>
172       </DataExecutionPrevention>
173       <StackReserveSize>0x180000</StackReserveSize>
174     </Link>
175     <PostBuildEvent>
176       <Command>xcopy "$(SolutionDir)mono-sgen-msvc.sh" "$(OutDir)" /q /y &gt;nul 2&gt;&amp;1
178 xcopy "$(SolutionDir)mono-sgen-msvc.bat" "$(OutDir)" /q /y &gt;nul 2&gt;&amp;1
179 xcopy "$(SolutionDir)setup-windows-env.bat" "$(OutDir)" /q /y &gt;nul 2&gt;&amp;1
180 xcopy "$(SolutionDir)setup-vs-msvcbuild-env.bat" "$(OutDir)" /q /y &gt;nul 2&gt;&amp;1</Command>
181     </PostBuildEvent>
182   </ItemDefinitionGroup>
183   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
184     <Midl>
185       <TargetEnvironment>X64</TargetEnvironment>
186     </Midl>
187     <ClCompile>
188       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(MONO_JIT_INCLUDE_DIR);$(MONO_LIBGC_SOURCE_DIR);$(MONO_EGLIB_SOURCE_DIR);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
189       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
190       <PrecompiledHeader>
191       </PrecompiledHeader>
192       <WarningLevel>Level3</WarningLevel>
193       <IntrinsicFunctions>true</IntrinsicFunctions>
194       <StringPooling>true</StringPooling>
195     </ClCompile>
196     <ProjectReference>
197       <LinkLibraryDependencies>false</LinkLibraryDependencies>
198     </ProjectReference>
199     <Link>
200       <AdditionalDependencies>$(MONO_LIBMONO_LIB);%(AdditionalDependencies)</AdditionalDependencies>
201       <SubSystem>Console</SubSystem>
202       <StackReserveSize>0x180000</StackReserveSize>
203     </Link>
204     <PostBuildEvent>
205       <Command>xcopy "$(SolutionDir)mono-sgen-msvc.sh" "$(OutDir)" /q /y &gt;nul 2&gt;&amp;1
207 xcopy "$(SolutionDir)mono-sgen-msvc.bat" "$(OutDir)" /q /y &gt;nul 2&gt;&amp;1
208 xcopy "$(SolutionDir)setup-windows-env.bat" "$(OutDir)" /q /y &gt;nul 2&gt;&amp;1
209 xcopy "$(SolutionDir)setup-vs-msvcbuild-env.bat" "$(OutDir)" /q /y &gt;nul 2&gt;&amp;1</Command>
210     </PostBuildEvent>
211   </ItemDefinitionGroup>
212   <ItemDefinitionGroup Condition="'$(MONO_COMPILE_AS_CPP)'=='true'">
213     <ClCompile>
214       <CompileAs>CompileAsCpp</CompileAs>
215     </ClCompile>
216   </ItemDefinitionGroup>
217   <ItemGroup>
218     <ClCompile Include="..\mono\mini\main.c" />
219   </ItemGroup>
220   <ItemGroup>
221     <ProjectReference Include="eglib.vcxproj">
222       <Project>{158073ed-99ae-4196-9edc-ddb2344f8466}</Project>
223     </ProjectReference>
224     <ProjectReference Include="libmono-dynamic.vcxproj">
225       <Project>{675f4175-ffb1-480d-ad36-f397578844d4}</Project>
226     </ProjectReference>
227   </ItemGroup>
228   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
229   <Import Project="mono.external.targets" />
230   <ImportGroup Label="ExtensionTargets">
231   </ImportGroup>
232   <Target Name="_SetupMonoLLVMLinkItems" Condition="$(MONO_ENABLE_LLVM)=='true'">
233     <ItemGroup>
234       <Link>
235         <AdditionalLibraryDirectories>$(MONO_LLVM_LIB_DIR);%(Lib.AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
236         <AdditionalDependencies>$(MONO_LLVM_LIBS);%(Lib.AdditionalDependencies)</AdditionalDependencies>
237       </Link>
238     </ItemGroup>
239   </Target>
240   <Target Name="_ConfigureExternalLinkDependency" DependsOnTargets="_ConfigureExternalMonoBuildEnvironment;_SetupMonoLLVMBuildProperties;_SetupMonoLLVMLinkItems" />
241   <PropertyGroup>
242     <ComputeLibInputsTargets>
243       $(ComputeLibInputsTargets);
244       _ConfigureExternalLinkDependency;
245     </ComputeLibInputsTargets>
246   </PropertyGroup>
247 </Project>