[llvm] Disable running the llvm verifier by default, it was enabled by mistake, and...
[mono-project.git] / msvc / mono-testdriver-test.vcxproj
blobfa535c7aa74ebb5c8bd02c7e6c5300b0616b0bdd
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>
20   </ItemGroup>
21   <ItemGroup>
22     <ProjectReference Include="mono.vcxproj">
23       <Project>{a0eddcd9-940f-432c-a28f-7ef322437d79}</Project>
24     </ProjectReference>
25   </ItemGroup>
26   <PropertyGroup Label="Globals">
27     <ProjectGuid>{7BECCFA0-28A0-4995-9856-558560F720E6}</ProjectGuid>
28     <RootNamespace>monotestdrivertest</RootNamespace>
29     <Keyword>Win32Proj</Keyword>
30   </PropertyGroup>
31   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
32   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33     <ConfigurationType>Utility</ConfigurationType>
34     <UseDebugLibraries>true</UseDebugLibraries>
35     <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
36     <CharacterSet>Unicode</CharacterSet>
37   </PropertyGroup>
38   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
39     <ConfigurationType>Utility</ConfigurationType>
40     <UseDebugLibraries>false</UseDebugLibraries>
41     <WholeProgramOptimization>true</WholeProgramOptimization>
42     <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
43     <CharacterSet>Unicode</CharacterSet>
44   </PropertyGroup>
45   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
46     <ConfigurationType>Utility</ConfigurationType>
47     <UseDebugLibraries>true</UseDebugLibraries>
48     <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
49     <CharacterSet>Unicode</CharacterSet>
50   </PropertyGroup>
51   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
52     <ConfigurationType>Utility</ConfigurationType>
53     <UseDebugLibraries>false</UseDebugLibraries>
54     <WholeProgramOptimization>true</WholeProgramOptimization>
55     <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
56     <CharacterSet>Unicode</CharacterSet>
57   </PropertyGroup>
58   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
59   <ImportGroup Label="ExtensionSettings">
60   </ImportGroup>
61   <ImportGroup Label="Shared">
62   </ImportGroup>
63   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
64     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65     <Import Project="mono.props" />
66     <Import Project="mono-test.props" />
67     <Import Project="mono-test-Win32.props" />
68     <Import Project="mono-testdriver-test.props" />
69     <Import Project="mono-test-env.props" />
70   </ImportGroup>
71   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
72     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
73     <Import Project="mono.props" />
74     <Import Project="mono-test.props" />
75     <Import Project="mono-test-Win32.props" />
76     <Import Project="mono-testdriver-test.props" />
77     <Import Project="mono-test-env.props" />
78   </ImportGroup>
79   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
80     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
81     <Import Project="mono.props" />
82     <Import Project="mono-test.props" />
83     <Import Project="mono-test-x64.props" />
84     <Import Project="mono-testdriver-test.props" />
85     <Import Project="mono-test-env.props" />
86   </ImportGroup>
87   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
88     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
89     <Import Project="mono.props" />
90     <Import Project="mono-test.props" />
91     <Import Project="mono-test-x64.props" />
92     <Import Project="mono-testdriver-test.props" />
93     <Import Project="mono-test-env.props" />
94   </ImportGroup>
95   <PropertyGroup Label="UserMacros" />
96   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
97     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
98     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
99   </PropertyGroup>
100   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
101     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
102     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
103   </PropertyGroup>
104   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
105     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
106     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
107   </PropertyGroup>
108   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
109     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
110     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
111   </PropertyGroup>
112   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
113     <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>
114     <LocalDebuggerCommandArguments>$(MONO_TESTDRIVER_RUN_ARGS)</LocalDebuggerCommandArguments>
115     <LocalDebuggerWorkingDirectory>$(MONO_TESTDRIVER_TEST_DIR)</LocalDebuggerWorkingDirectory>
116     <LocalDebuggerEnvironment>$(MONO_PATH_ENV)
117 $(MONO_CFG_DIR_ENV)
118 $(MONO_TOOLCHAIN_PATH_ENV)
119 $(MONO_LOG_LEVEL_ENV)
120 $(MONO_LOG_MASK_ENV)
121 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
122     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
123   </PropertyGroup>
124   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
125     <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>
126     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
127     <LocalDebuggerCommandArguments>$(MONO_TESTDRIVER_RUN_ARGS)</LocalDebuggerCommandArguments>
128     <LocalDebuggerWorkingDirectory>$(MONO_TESTDRIVER_TEST_DIR)</LocalDebuggerWorkingDirectory>
129     <LocalDebuggerEnvironment>$(MONO_PATH_ENV)
130 $(MONO_CFG_DIR_ENV)
131 $(MONO_TOOLCHAIN_PATH_ENV)
132 $(MONO_LOG_LEVEL_ENV)
133 $(MONO_LOG_MASK_ENV)
134 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
135   </PropertyGroup>
136   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
137     <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>
138     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
139     <LocalDebuggerCommandArguments>$(MONO_TESTDRIVER_RUN_ARGS)</LocalDebuggerCommandArguments>
140     <LocalDebuggerWorkingDirectory>$(MONO_TESTDRIVER_TEST_DIR)</LocalDebuggerWorkingDirectory>
141     <LocalDebuggerEnvironment>$(MONO_PATH_ENV)
142 $(MONO_CFG_DIR_ENV)
143 $(MONO_TOOLCHAIN_PATH_ENV)
144 $(MONO_LOG_LEVEL_ENV)
145 $(MONO_LOG_MASK_ENV)
146 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
147   </PropertyGroup>
148   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
149     <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>
150     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
151     <LocalDebuggerCommandArguments>$(MONO_TESTDRIVER_RUN_ARGS)</LocalDebuggerCommandArguments>
152     <LocalDebuggerWorkingDirectory>$(MONO_TESTDRIVER_TEST_DIR)</LocalDebuggerWorkingDirectory>
153     <LocalDebuggerEnvironment>$(MONO_PATH_ENV)
154 $(MONO_CFG_DIR_ENV)
155 $(MONO_TOOLCHAIN_PATH_ENV)
156 $(MONO_LOG_LEVEL_ENV)
157 $(MONO_LOG_MASK_ENV)
158 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
159   </PropertyGroup>
160   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
161     <ClCompile>
162       <WarningLevel>Level3</WarningLevel>
163       <Optimization>Disabled</Optimization>
164       <SDLCheck>true</SDLCheck>
165     </ClCompile>
166     <PreBuildEvent>
167       <Command>test-config-setup.bat "$(MONO_CONFIG_PATH)" "$(MONO_EXECUTABLE_DIR)" x86</Command>
168     </PreBuildEvent>
169   </ItemDefinitionGroup>
170   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
171     <ClCompile>
172       <WarningLevel>Level3</WarningLevel>
173       <Optimization>Disabled</Optimization>
174       <SDLCheck>true</SDLCheck>
175     </ClCompile>
176     <PreBuildEvent>
177       <Command>test-config-setup.bat "$(MONO_CONFIG_PATH)" "$(MONO_EXECUTABLE_DIR)" x86-64</Command>
178     </PreBuildEvent>
179   </ItemDefinitionGroup>
180   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
181     <ClCompile>
182       <WarningLevel>Level3</WarningLevel>
183       <Optimization>MaxSpeed</Optimization>
184       <FunctionLevelLinking>true</FunctionLevelLinking>
185       <IntrinsicFunctions>true</IntrinsicFunctions>
186       <SDLCheck>true</SDLCheck>
187     </ClCompile>
188     <Link>
189       <EnableCOMDATFolding>true</EnableCOMDATFolding>
190       <OptimizeReferences>true</OptimizeReferences>
191     </Link>
192     <PreBuildEvent>
193       <Command>test-config-setup.bat "$(MONO_CONFIG_PATH)" "$(MONO_EXECUTABLE_DIR)" x86</Command>
194     </PreBuildEvent>
195   </ItemDefinitionGroup>
196   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
197     <ClCompile>
198       <WarningLevel>Level3</WarningLevel>
199       <Optimization>MaxSpeed</Optimization>
200       <FunctionLevelLinking>true</FunctionLevelLinking>
201       <IntrinsicFunctions>true</IntrinsicFunctions>
202       <SDLCheck>true</SDLCheck>
203     </ClCompile>
204     <Link>
205       <EnableCOMDATFolding>true</EnableCOMDATFolding>
206       <OptimizeReferences>true</OptimizeReferences>
207     </Link>
208     <PreBuildEvent>
209       <Command>test-config-setup.bat "$(MONO_CONFIG_PATH)" "$(MONO_EXECUTABLE_DIR)" x86-64</Command>
210     </PreBuildEvent>
211   </ItemDefinitionGroup>
212   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
213   <ImportGroup Label="ExtensionTargets">
214   </ImportGroup>
215 </Project>