Added support for 64 toolchain + default log level masks.
[mono.git] / msvc / mono-mini-regression-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>{3E0D229E-C39F-4EDA-9A6A-A33ECEA0322D}</ProjectGuid>\r
23     <RootNamespace>monoregressiontest</RootNamespace>\r
24     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>\r
25     <ProjectName>mono-mini-regression-test</ProjectName>\r
26   </PropertyGroup>\r
27   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
28   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
29     <ConfigurationType>Utility</ConfigurationType>\r
30     <UseDebugLibraries>true</UseDebugLibraries>\r
31     <PlatformToolset>v140</PlatformToolset>\r
32     <CharacterSet>MultiByte</CharacterSet>\r
33   </PropertyGroup>\r
34   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
35     <ConfigurationType>Utility</ConfigurationType>\r
36     <UseDebugLibraries>false</UseDebugLibraries>\r
37     <PlatformToolset>v140</PlatformToolset>\r
38     <WholeProgramOptimization>true</WholeProgramOptimization>\r
39     <CharacterSet>MultiByte</CharacterSet>\r
40   </PropertyGroup>\r
41   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
42     <ConfigurationType>Utility</ConfigurationType>\r
43     <UseDebugLibraries>true</UseDebugLibraries>\r
44     <PlatformToolset>v140</PlatformToolset>\r
45     <CharacterSet>MultiByte</CharacterSet>\r
46   </PropertyGroup>\r
47   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
48     <ConfigurationType>Utility</ConfigurationType>\r
49     <UseDebugLibraries>false</UseDebugLibraries>\r
50     <PlatformToolset>v140</PlatformToolset>\r
51     <WholeProgramOptimization>true</WholeProgramOptimization>\r
52     <CharacterSet>MultiByte</CharacterSet>\r
53   </PropertyGroup>\r
54   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
55   <ImportGroup Label="ExtensionSettings">\r
56   </ImportGroup>\r
57   <ImportGroup Label="Shared">\r
58   </ImportGroup>\r
59   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
60     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
61     <Import Project="mono.props" />\r
62     <Import Project="mono-regression-test-Win32.props" />\r
63     <Import Project="mono-regression-test.props" />\r
64     <Import Project="mono-mini-regression-test.props" />\r
65   </ImportGroup>\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-regression-test-Win32.props" />\r
70     <Import Project="mono-regression-test.props" />\r
71     <Import Project="mono-mini-regression-test.props" />\r
72   </ImportGroup>\r
73   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
74     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
75     <Import Project="mono.props" />\r
76     <Import Project="mono-regression-test-x64.props" />\r
77     <Import Project="mono-regression-test.props" />\r
78     <Import Project="mono-mini-regression-test.props" />\r
79   </ImportGroup>\r
80   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
81     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
82     <Import Project="mono.props" />\r
83     <Import Project="mono-regression-test-x64.props" />\r
84     <Import Project="mono-regression-test.props" />\r
85     <Import Project="mono-mini-regression-test.props" />\r
86   </ImportGroup>\r
87   <PropertyGroup Label="UserMacros" />\r
88   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
89     <OutDir>$(Platform)\lib\$(Configuration)\</OutDir>\r
90     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
91   </PropertyGroup>\r
92   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
93     <OutDir>$(Platform)\lib\$(Configuration)\</OutDir>\r
94     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
95   </PropertyGroup>\r
96   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
97     <OutDir>$(Platform)\lib\$(Configuration)\</OutDir>\r
98     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
99   </PropertyGroup>\r
100   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
101     <OutDir>$(Platform)\lib\$(Configuration)\</OutDir>\r
102     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
103   </PropertyGroup>\r
104   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
105     <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>\r
106     <LocalDebuggerCommandArguments>$(MONO_MINI_REGRESSION_TEST_ARGS)</LocalDebuggerCommandArguments>\r
107     <LocalDebuggerWorkingDirectory>$(MONO_EXECUTABLE_DIR)</LocalDebuggerWorkingDirectory>\r
108     <LocalDebuggerEnvironment>$(MONO_PATH_ENV)\r
109 $(MONO_CFG_DIR_ENV)\r
110 $(MONO_TOOLCHAIN_PATH_ENV)\r
111 $(MONO_LOG_LEVEL_ENV)\r
112 $(MONO_LOG_MASK_ENV)\r
113 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>\r
114     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>\r
115   </PropertyGroup>\r
116   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
117     <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>\r
118     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>\r
119     <LocalDebuggerCommandArguments>$(MONO_MINI_REGRESSION_TEST_ARGS)</LocalDebuggerCommandArguments>\r
120     <LocalDebuggerWorkingDirectory>$(MONO_EXECUTABLE_DIR)</LocalDebuggerWorkingDirectory>\r
121     <LocalDebuggerEnvironment>$(MONO_PATH_ENV)\r
122 $(MONO_CFG_DIR_ENV)\r
123 $(MONO_TOOLCHAIN_PATH_ENV)\r
124 $(MONO_LOG_LEVEL_ENV)\r
125 $(MONO_LOG_MASK_ENV)\r
126 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>\r
127   </PropertyGroup>\r
128   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
129     <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>\r
130     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>\r
131     <LocalDebuggerCommandArguments>$(MONO_MINI_REGRESSION_TEST_ARGS)</LocalDebuggerCommandArguments>\r
132     <LocalDebuggerWorkingDirectory>$(MONO_EXECUTABLE_DIR)</LocalDebuggerWorkingDirectory>\r
133     <LocalDebuggerEnvironment>$(MONO_PATH_ENV)\r
134 $(MONO_CFG_DIR_ENV)\r
135 $(MONO_TOOLCHAIN_PATH_ENV)\r
136 $(MONO_LOG_LEVEL_ENV)\r
137 $(MONO_LOG_MASK_ENV)\r
138 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>\r
139   </PropertyGroup>\r
140   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
141     <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>\r
142     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>\r
143     <LocalDebuggerCommandArguments>$(MONO_MINI_REGRESSION_TEST_ARGS)</LocalDebuggerCommandArguments>\r
144     <LocalDebuggerWorkingDirectory>$(MONO_EXECUTABLE_DIR)</LocalDebuggerWorkingDirectory>\r
145     <LocalDebuggerEnvironment>$(MONO_PATH_ENV)\r
146 $(MONO_CFG_DIR_ENV)\r
147 $(MONO_TOOLCHAIN_PATH_ENV)\r
148 $(MONO_LOG_LEVEL_ENV)\r
149 $(MONO_LOG_MASK_ENV)\r
150 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>\r
151   </PropertyGroup>\r
152   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
153     <ClCompile>\r
154       <WarningLevel>Level3</WarningLevel>\r
155       <Optimization>Disabled</Optimization>\r
156       <SDLCheck>true</SDLCheck>\r
157     </ClCompile>\r
158   </ItemDefinitionGroup>\r
159   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
160     <ClCompile>\r
161       <WarningLevel>Level3</WarningLevel>\r
162       <Optimization>Disabled</Optimization>\r
163       <SDLCheck>true</SDLCheck>\r
164     </ClCompile>\r
165   </ItemDefinitionGroup>\r
166   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
167     <ClCompile>\r
168       <WarningLevel>Level3</WarningLevel>\r
169       <Optimization>MaxSpeed</Optimization>\r
170       <FunctionLevelLinking>true</FunctionLevelLinking>\r
171       <IntrinsicFunctions>true</IntrinsicFunctions>\r
172       <SDLCheck>true</SDLCheck>\r
173     </ClCompile>\r
174     <Link>\r
175       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
176       <OptimizeReferences>true</OptimizeReferences>\r
177     </Link>\r
178   </ItemDefinitionGroup>\r
179   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
180     <ClCompile>\r
181       <WarningLevel>Level3</WarningLevel>\r
182       <Optimization>MaxSpeed</Optimization>\r
183       <FunctionLevelLinking>true</FunctionLevelLinking>\r
184       <IntrinsicFunctions>true</IntrinsicFunctions>\r
185       <SDLCheck>true</SDLCheck>\r
186     </ClCompile>\r
187     <Link>\r
188       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
189       <OptimizeReferences>true</OptimizeReferences>\r
190     </Link>\r
191   </ItemDefinitionGroup>\r
192   <ItemGroup>\r
193     <ProjectReference Include="build-all.vcxproj">\r
194       <Project>{5362490b-8516-44ee-9987-014c015a080a}</Project>\r
195     </ProjectReference>\r
196   </ItemGroup>\r
197   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
198   <ImportGroup Label="ExtensionTargets">\r
199   </ImportGroup>\r
200 </Project>