[interp] Remove hack for nint/nfloat (#21395)
[mono-project.git] / msvc / mono-mini-regression-test.vcxproj
blobd57bdc4da7fddc0b0ec5a0cd6ac52f83b30482f8
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>{3E0D229E-C39F-4EDA-9A6A-A33ECEA0322D}</ProjectGuid>
28     <RootNamespace>monoregressiontest</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-mini-regression-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-mini-regression-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-mini-regression-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-mini-regression-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)'=='Release|Win32'">
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)'=='Debug|x64'">
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_MINI_REGRESSION_TEST_ARGS)</LocalDebuggerCommandArguments>
115     <LocalDebuggerWorkingDirectory>$(MONO_MINI_REGRESSION_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_MINI_REGRESSION_TEST_ARGS)</LocalDebuggerCommandArguments>
128     <LocalDebuggerWorkingDirectory>$(MONO_MINI_REGRESSION_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_MINI_REGRESSION_TEST_ARGS)</LocalDebuggerCommandArguments>
140     <LocalDebuggerWorkingDirectory>$(MONO_MINI_REGRESSION_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_MINI_REGRESSION_TEST_ARGS)</LocalDebuggerCommandArguments>
152     <LocalDebuggerWorkingDirectory>$(MONO_MINI_REGRESSION_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   </ItemDefinitionGroup>
167   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
168     <ClCompile>
169       <WarningLevel>Level3</WarningLevel>
170       <Optimization>Disabled</Optimization>
171       <SDLCheck>true</SDLCheck>
172     </ClCompile>
173   </ItemDefinitionGroup>
174   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
175     <ClCompile>
176       <WarningLevel>Level3</WarningLevel>
177       <Optimization>MaxSpeed</Optimization>
178       <FunctionLevelLinking>true</FunctionLevelLinking>
179       <IntrinsicFunctions>true</IntrinsicFunctions>
180       <SDLCheck>true</SDLCheck>
181     </ClCompile>
182     <Link>
183       <EnableCOMDATFolding>true</EnableCOMDATFolding>
184       <OptimizeReferences>true</OptimizeReferences>
185     </Link>
186   </ItemDefinitionGroup>
187   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
188     <ClCompile>
189       <WarningLevel>Level3</WarningLevel>
190       <Optimization>MaxSpeed</Optimization>
191       <FunctionLevelLinking>true</FunctionLevelLinking>
192       <IntrinsicFunctions>true</IntrinsicFunctions>
193       <SDLCheck>true</SDLCheck>
194     </ClCompile>
195     <Link>
196       <EnableCOMDATFolding>true</EnableCOMDATFolding>
197       <OptimizeReferences>true</OptimizeReferences>
198     </Link>
199   </ItemDefinitionGroup>
200   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
201   <ImportGroup Label="ExtensionTargets">
202   </ImportGroup>
203 </Project>