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