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>
22 <ProjectReference Include="mono.vcxproj">
23 <Project>{a0eddcd9-940f-432c-a28f-7ef322437d79}</Project>
26 <PropertyGroup Label="Globals">
27 <ProjectGuid>{3E0D229E-C39F-4EDA-9A6A-A33ECEA0322D}</ProjectGuid>
28 <RootNamespace>monoregressiontest</RootNamespace>
29 <Keyword>Win32Proj</Keyword>
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>
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>
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>
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>
58 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
59 <ImportGroup Label="ExtensionSettings">
61 <ImportGroup Label="Shared">
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" />
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" />
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" />
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" />
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>
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>
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>
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>
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)
118 $(MONO_TOOLCHAIN_PATH_ENV)
119 $(MONO_LOG_LEVEL_ENV)
121 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
122 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
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)
131 $(MONO_TOOLCHAIN_PATH_ENV)
132 $(MONO_LOG_LEVEL_ENV)
134 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
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)
143 $(MONO_TOOLCHAIN_PATH_ENV)
144 $(MONO_LOG_LEVEL_ENV)
146 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
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)
155 $(MONO_TOOLCHAIN_PATH_ENV)
156 $(MONO_LOG_LEVEL_ENV)
158 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
160 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
162 <WarningLevel>Level3</WarningLevel>
163 <Optimization>Disabled</Optimization>
164 <SDLCheck>true</SDLCheck>
166 </ItemDefinitionGroup>
167 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
169 <WarningLevel>Level3</WarningLevel>
170 <Optimization>Disabled</Optimization>
171 <SDLCheck>true</SDLCheck>
173 </ItemDefinitionGroup>
174 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
176 <WarningLevel>Level3</WarningLevel>
177 <Optimization>MaxSpeed</Optimization>
178 <FunctionLevelLinking>true</FunctionLevelLinking>
179 <IntrinsicFunctions>true</IntrinsicFunctions>
180 <SDLCheck>true</SDLCheck>
183 <EnableCOMDATFolding>true</EnableCOMDATFolding>
184 <OptimizeReferences>true</OptimizeReferences>
186 </ItemDefinitionGroup>
187 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
189 <WarningLevel>Level3</WarningLevel>
190 <Optimization>MaxSpeed</Optimization>
191 <FunctionLevelLinking>true</FunctionLevelLinking>
192 <IntrinsicFunctions>true</IntrinsicFunctions>
193 <SDLCheck>true</SDLCheck>
196 <EnableCOMDATFolding>true</EnableCOMDATFolding>
197 <OptimizeReferences>true</OptimizeReferences>
199 </ItemDefinitionGroup>
200 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
201 <ImportGroup Label="ExtensionTargets">