Added regression tests as visual studio projects.
[mono.git] / msvc / mono-mini-regression-aot-test.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>{D632D664-C0F5-4B60-9375-BDDAD5C7A649}</ProjectGuid>\r
23     <RootNamespace>monominiregressionaottest</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     <Import Project="mono.props" />\r
61     <Import Project="mono-regression-test-Win32.props" />\r
62     <Import Project="mono-regression-test.props" />\r
63     <Import Project="mono-mini-regression-test-aot.props" />\r
64   </ImportGroup>\r
65   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
66     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
67     <Import Project="mono.props" />\r
68     <Import Project="mono-regression-test-Win32.props" />\r
69     <Import Project="mono-regression-test.props" />\r
70     <Import Project="mono-mini-regression-test-aot.props" />\r
71   </ImportGroup>\r
72   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
73     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
74     <Import Project="mono.props" />\r
75     <Import Project="mono-regression-test-x64.props" />\r
76     <Import Project="mono-regression-test.props" />\r
77     <Import Project="mono-mini-regression-test-aot.props" />\r
78   </ImportGroup>\r
79   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
80     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
81     <Import Project="mono.props" />\r
82     <Import Project="mono-regression-test-x64.props" />\r
83     <Import Project="mono-regression-test.props" />\r
84     <Import Project="mono-mini-regression-test-aot.props" />\r
85   </ImportGroup>\r
86   <PropertyGroup Label="UserMacros" />\r
87   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
88     <OutDir>$(Platform)\lib\$(Configuration)\</OutDir>\r
89     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
90   </PropertyGroup>\r
91   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
92     <OutDir>$(Platform)\lib\$(Configuration)\</OutDir>\r
93     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
94   </PropertyGroup>\r
95   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
96     <OutDir>$(Platform)\lib\$(Configuration)\</OutDir>\r
97     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
98   </PropertyGroup>\r
99   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
100     <OutDir>$(Platform)\lib\$(Configuration)\</OutDir>\r
101     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
102   </PropertyGroup>\r
103   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
104     <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>\r
105     <LocalDebuggerCommandArguments>$(MONO_MINI_REGRESSION_TEST_AOT_ARGS)</LocalDebuggerCommandArguments>\r
106     <LocalDebuggerWorkingDirectory>$(MONO_EXECUTABLE_DIR)</LocalDebuggerWorkingDirectory>\r
107     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>\r
108     <LocalDebuggerEnvironment>$(MONO_PATH_ENV)\r
109 $(MONO_CFG_DIR_ENV)\r
110 $(MONO_TOOLCHAIN_PATH_ENV)\r
111 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>\r
112   </PropertyGroup>\r
113   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
114     <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>\r
115     <LocalDebuggerCommandArguments>$(MONO_MINI_REGRESSION_TEST_AOT_ARGS)</LocalDebuggerCommandArguments>\r
116     <LocalDebuggerWorkingDirectory>$(MONO_EXECUTABLE_DIR)</LocalDebuggerWorkingDirectory>\r
117     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>\r
118     <LocalDebuggerEnvironment>$(MONO_PATH_ENV)\r
119 $(MONO_CFG_DIR_ENV)\r
120 $(MONO_TOOLCHAIN_PATH_ENV)\r
121 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>\r
122   </PropertyGroup>\r
123   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
124     <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>\r
125     <LocalDebuggerCommandArguments>$(MONO_MINI_REGRESSION_TEST_AOT_ARGS)</LocalDebuggerCommandArguments>\r
126     <LocalDebuggerWorkingDirectory>$(MONO_EXECUTABLE_DIR)</LocalDebuggerWorkingDirectory>\r
127     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>\r
128     <LocalDebuggerEnvironment>$(MONO_PATH_ENV)\r
129 $(MONO_CFG_DIR_ENV)\r
130 $(MONO_TOOLCHAIN_PATH_ENV)\r
131 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>\r
132   </PropertyGroup>\r
133   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
134     <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>\r
135     <LocalDebuggerCommandArguments>$(MONO_MINI_REGRESSION_TEST_AOT_ARGS)</LocalDebuggerCommandArguments>\r
136     <LocalDebuggerWorkingDirectory>$(MONO_EXECUTABLE_DIR)</LocalDebuggerWorkingDirectory>\r
137     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>\r
138     <LocalDebuggerEnvironment>$(MONO_PATH_ENV)\r
139 $(MONO_CFG_DIR_ENV)\r
140 $(MONO_TOOLCHAIN_PATH_ENV)\r
141 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>\r
142   </PropertyGroup>\r
143   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
144     <ClCompile>\r
145       <WarningLevel>Level3</WarningLevel>\r
146       <Optimization>Disabled</Optimization>\r
147       <SDLCheck>true</SDLCheck>\r
148     </ClCompile>\r
149   </ItemDefinitionGroup>\r
150   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
151     <ClCompile>\r
152       <WarningLevel>Level3</WarningLevel>\r
153       <Optimization>Disabled</Optimization>\r
154       <SDLCheck>true</SDLCheck>\r
155     </ClCompile>\r
156   </ItemDefinitionGroup>\r
157   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
158     <ClCompile>\r
159       <WarningLevel>Level3</WarningLevel>\r
160       <Optimization>MaxSpeed</Optimization>\r
161       <FunctionLevelLinking>true</FunctionLevelLinking>\r
162       <IntrinsicFunctions>true</IntrinsicFunctions>\r
163       <SDLCheck>true</SDLCheck>\r
164     </ClCompile>\r
165     <Link>\r
166       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
167       <OptimizeReferences>true</OptimizeReferences>\r
168     </Link>\r
169   </ItemDefinitionGroup>\r
170   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
171     <ClCompile>\r
172       <WarningLevel>Level3</WarningLevel>\r
173       <Optimization>MaxSpeed</Optimization>\r
174       <FunctionLevelLinking>true</FunctionLevelLinking>\r
175       <IntrinsicFunctions>true</IntrinsicFunctions>\r
176       <SDLCheck>true</SDLCheck>\r
177     </ClCompile>\r
178     <Link>\r
179       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
180       <OptimizeReferences>true</OptimizeReferences>\r
181     </Link>\r
182   </ItemDefinitionGroup>\r
183   <ItemGroup>\r
184     <ProjectReference Include="build-all.vcxproj">\r
185       <Project>{5362490b-8516-44ee-9987-014c015a080a}</Project>\r
186     </ProjectReference>\r
187   </ItemGroup>\r
188   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
189   <ImportGroup Label="ExtensionTargets">\r
190   </ImportGroup>\r
191 </Project>