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