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>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{C7D83158-4EB6-4409-8730-612AD45FAF6A}</ProjectGuid>
23 <RootNamespace>monofullaotcompiletest</RootNamespace>
24 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
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 <CharacterSet>Unicode</CharacterSet>
31 <PlatformToolset>v140</PlatformToolset>
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
34 <ConfigurationType>Utility</ConfigurationType>
35 <UseDebugLibraries>false</UseDebugLibraries>
36 <WholeProgramOptimization>true</WholeProgramOptimization>
37 <CharacterSet>Unicode</CharacterSet>
38 <PlatformToolset>v140</PlatformToolset>
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
41 <ConfigurationType>Utility</ConfigurationType>
42 <UseDebugLibraries>true</UseDebugLibraries>
43 <CharacterSet>Unicode</CharacterSet>
44 <PlatformToolset>v140</PlatformToolset>
46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
47 <ConfigurationType>Utility</ConfigurationType>
48 <UseDebugLibraries>false</UseDebugLibraries>
49 <WholeProgramOptimization>true</WholeProgramOptimization>
50 <CharacterSet>Unicode</CharacterSet>
51 <PlatformToolset>v140</PlatformToolset>
53 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
54 <ImportGroup Label="ExtensionSettings">
56 <ImportGroup Label="Shared">
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 <Import Project="mono-test.props" />
62 <Import Project="mono-test-Win32.props" />
63 <Import Project="mono-full-aot-test.props" />
64 <Import Project="mono-test-env.props" />
66 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
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 <Import Project="mono-test.props" />
70 <Import Project="mono-test-Win32.props" />
71 <Import Project="mono-full-aot-test.props" />
72 <Import Project="mono-test-env.props" />
74 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
75 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
76 <Import Project="mono.props" />
77 <Import Project="mono-test.props" />
78 <Import Project="mono-test-x64.props" />
79 <Import Project="mono-full-aot-test.props" />
80 <Import Project="mono-test-env.props" />
82 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
83 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
84 <Import Project="mono.props" />
85 <Import Project="mono-test.props" />
86 <Import Project="mono-test-x64.props" />
87 <Import Project="mono-full-aot-test.props" />
88 <Import Project="mono-test-env.props" />
90 <PropertyGroup Label="UserMacros" />
91 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
92 <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
93 <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
95 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
96 <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
97 <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
99 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
100 <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
101 <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
103 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
104 <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
105 <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
107 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
108 <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>
109 <LocalDebuggerCommandArguments>$(MONO_FULL_AOT_COMPILE_ARGS)</LocalDebuggerCommandArguments>
110 <LocalDebuggerWorkingDirectory>$(MONO_FULL_AOT_TEST_DIR)</LocalDebuggerWorkingDirectory>
111 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
112 <LocalDebuggerEnvironment>$(MONO_PATH_ENV)
114 $(MONO_TOOLCHAIN_PATH_ENV)
115 $(MONO_LOG_LEVEL_ENV)
117 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
119 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
120 <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>
121 <LocalDebuggerCommandArguments>$(MONO_FULL_AOT_COMPILE_ARGS)</LocalDebuggerCommandArguments>
122 <LocalDebuggerWorkingDirectory>$(MONO_FULL_AOT_TEST_DIR)</LocalDebuggerWorkingDirectory>
123 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
124 <LocalDebuggerEnvironment>$(MONO_PATH_ENV)
126 $(MONO_TOOLCHAIN_PATH_ENV)
127 $(MONO_LOG_LEVEL_ENV)
129 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
131 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
132 <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>
133 <LocalDebuggerCommandArguments>$(MONO_FULL_AOT_COMPILE_ARGS)</LocalDebuggerCommandArguments>
134 <LocalDebuggerWorkingDirectory>$(MONO_FULL_AOT_TEST_DIR)</LocalDebuggerWorkingDirectory>
135 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
136 <LocalDebuggerEnvironment>$(MONO_PATH_ENV)
138 $(MONO_TOOLCHAIN_PATH_ENV)
139 $(MONO_LOG_LEVEL_ENV)
141 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
143 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
144 <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>
145 <LocalDebuggerCommandArguments>$(MONO_FULL_AOT_COMPILE_ARGS)</LocalDebuggerCommandArguments>
146 <LocalDebuggerWorkingDirectory>$(MONO_FULL_AOT_TEST_DIR)</LocalDebuggerWorkingDirectory>
147 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
148 <LocalDebuggerEnvironment>$(MONO_PATH_ENV)
150 $(MONO_TOOLCHAIN_PATH_ENV)
151 $(MONO_LOG_LEVEL_ENV)
153 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
155 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
157 <WarningLevel>Level3</WarningLevel>
158 <Optimization>Disabled</Optimization>
159 <SDLCheck>true</SDLCheck>
161 </ItemDefinitionGroup>
162 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
164 <WarningLevel>Level3</WarningLevel>
165 <Optimization>Disabled</Optimization>
166 <SDLCheck>true</SDLCheck>
168 </ItemDefinitionGroup>
169 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
171 <WarningLevel>Level3</WarningLevel>
172 <Optimization>MaxSpeed</Optimization>
173 <FunctionLevelLinking>true</FunctionLevelLinking>
174 <IntrinsicFunctions>true</IntrinsicFunctions>
175 <SDLCheck>true</SDLCheck>
178 <EnableCOMDATFolding>true</EnableCOMDATFolding>
179 <OptimizeReferences>true</OptimizeReferences>
181 </ItemDefinitionGroup>
182 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
184 <WarningLevel>Level3</WarningLevel>
185 <Optimization>MaxSpeed</Optimization>
186 <FunctionLevelLinking>true</FunctionLevelLinking>
187 <IntrinsicFunctions>true</IntrinsicFunctions>
188 <SDLCheck>true</SDLCheck>
191 <EnableCOMDATFolding>true</EnableCOMDATFolding>
192 <OptimizeReferences>true</OptimizeReferences>
194 </ItemDefinitionGroup>
196 <ProjectReference Include="mono.vcxproj">
197 <Project>{a0eddcd9-940f-432c-a28f-7ef322437d79}</Project>
200 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
201 <ImportGroup Label="ExtensionTargets">