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>{7BECCFA0-28A0-4995-9856-558560F720E6}</ProjectGuid>
28 <Keyword>Win32Proj</Keyword>
29 <RootNamespace>monotestdrivertest</RootNamespace>
30 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
32 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
34 <ConfigurationType>Utility</ConfigurationType>
35 <UseDebugLibraries>true</UseDebugLibraries>
36 <PlatformToolset>v140</PlatformToolset>
37 <CharacterSet>Unicode</CharacterSet>
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
40 <ConfigurationType>Utility</ConfigurationType>
41 <UseDebugLibraries>false</UseDebugLibraries>
42 <PlatformToolset>v140</PlatformToolset>
43 <WholeProgramOptimization>true</WholeProgramOptimization>
44 <CharacterSet>Unicode</CharacterSet>
46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
47 <ConfigurationType>Utility</ConfigurationType>
48 <UseDebugLibraries>true</UseDebugLibraries>
49 <PlatformToolset>v140</PlatformToolset>
50 <CharacterSet>Unicode</CharacterSet>
52 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
53 <ConfigurationType>Utility</ConfigurationType>
54 <UseDebugLibraries>false</UseDebugLibraries>
55 <PlatformToolset>v140</PlatformToolset>
56 <WholeProgramOptimization>true</WholeProgramOptimization>
57 <CharacterSet>Unicode</CharacterSet>
59 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
60 <ImportGroup Label="ExtensionSettings">
62 <ImportGroup Label="Shared">
64 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
65 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66 <Import Project="mono.props" />
67 <Import Project="mono-test.props" />
68 <Import Project="mono-test-Win32.props" />
69 <Import Project="mono-testdriver-test.props" />
70 <Import Project="mono-test-env.props" />
72 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
73 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
74 <Import Project="mono.props" />
75 <Import Project="mono-test.props" />
76 <Import Project="mono-test-Win32.props" />
77 <Import Project="mono-testdriver-test.props" />
78 <Import Project="mono-test-env.props" />
80 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
81 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
82 <Import Project="mono.props" />
83 <Import Project="mono-test.props" />
84 <Import Project="mono-test-x64.props" />
85 <Import Project="mono-testdriver-test.props" />
86 <Import Project="mono-test-env.props" />
88 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
89 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
90 <Import Project="mono.props" />
91 <Import Project="mono-test.props" />
92 <Import Project="mono-test-x64.props" />
93 <Import Project="mono-testdriver-test.props" />
94 <Import Project="mono-test-env.props" />
96 <PropertyGroup Label="UserMacros" />
97 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
98 <LinkIncremental>true</LinkIncremental>
99 <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
100 <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
102 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
103 <LinkIncremental>true</LinkIncremental>
104 <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
105 <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
107 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
108 <LinkIncremental>false</LinkIncremental>
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)'=='Release|x64'">
113 <LinkIncremental>false</LinkIncremental>
114 <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
115 <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
117 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
118 <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>
119 <LocalDebuggerCommandArguments>$(MONO_TESTDRIVER_RUN_ARGS)</LocalDebuggerCommandArguments>
120 <LocalDebuggerWorkingDirectory>$(MONO_TESTDRIVER_TEST_DIR)</LocalDebuggerWorkingDirectory>
121 <LocalDebuggerEnvironment>$(MONO_PATH_ENV)
123 $(MONO_TOOLCHAIN_PATH_ENV)
124 $(MONO_LOG_LEVEL_ENV)
126 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
127 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
129 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
130 <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>
131 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
132 <LocalDebuggerCommandArguments>$(MONO_TESTDRIVER_RUN_ARGS)</LocalDebuggerCommandArguments>
133 <LocalDebuggerWorkingDirectory>$(MONO_TESTDRIVER_TEST_DIR)</LocalDebuggerWorkingDirectory>
134 <LocalDebuggerEnvironment>$(MONO_PATH_ENV)
136 $(MONO_TOOLCHAIN_PATH_ENV)
137 $(MONO_LOG_LEVEL_ENV)
139 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
141 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
142 <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>
143 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
144 <LocalDebuggerCommandArguments>$(MONO_TESTDRIVER_RUN_ARGS)</LocalDebuggerCommandArguments>
145 <LocalDebuggerWorkingDirectory>$(MONO_TESTDRIVER_TEST_DIR)</LocalDebuggerWorkingDirectory>
146 <LocalDebuggerEnvironment>$(MONO_PATH_ENV)
148 $(MONO_TOOLCHAIN_PATH_ENV)
149 $(MONO_LOG_LEVEL_ENV)
151 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
153 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
154 <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>
155 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
156 <LocalDebuggerCommandArguments>$(MONO_TESTDRIVER_RUN_ARGS)</LocalDebuggerCommandArguments>
157 <LocalDebuggerWorkingDirectory>$(MONO_TESTDRIVER_TEST_DIR)</LocalDebuggerWorkingDirectory>
158 <LocalDebuggerEnvironment>$(MONO_PATH_ENV)
160 $(MONO_TOOLCHAIN_PATH_ENV)
161 $(MONO_LOG_LEVEL_ENV)
163 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
165 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
167 <WarningLevel>Level3</WarningLevel>
168 <Optimization>Disabled</Optimization>
169 <SDLCheck>true</SDLCheck>
172 <Command>test-config-setup.bat "$(MONO_CONFIG_PATH)" "$(MONO_EXECUTABLE_DIR)" x86</Command>
174 </ItemDefinitionGroup>
175 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
177 <WarningLevel>Level3</WarningLevel>
178 <Optimization>Disabled</Optimization>
179 <SDLCheck>true</SDLCheck>
182 <Command>test-config-setup.bat "$(MONO_CONFIG_PATH)" "$(MONO_EXECUTABLE_DIR)" x86-64</Command>
184 </ItemDefinitionGroup>
185 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
187 <WarningLevel>Level3</WarningLevel>
188 <Optimization>MaxSpeed</Optimization>
189 <FunctionLevelLinking>true</FunctionLevelLinking>
190 <IntrinsicFunctions>true</IntrinsicFunctions>
191 <SDLCheck>true</SDLCheck>
194 <EnableCOMDATFolding>true</EnableCOMDATFolding>
195 <OptimizeReferences>true</OptimizeReferences>
198 <Command>test-config-setup.bat "$(MONO_CONFIG_PATH)" "$(MONO_EXECUTABLE_DIR)" x86</Command>
200 </ItemDefinitionGroup>
201 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
203 <WarningLevel>Level3</WarningLevel>
204 <Optimization>MaxSpeed</Optimization>
205 <FunctionLevelLinking>true</FunctionLevelLinking>
206 <IntrinsicFunctions>true</IntrinsicFunctions>
207 <SDLCheck>true</SDLCheck>
210 <EnableCOMDATFolding>true</EnableCOMDATFolding>
211 <OptimizeReferences>true</OptimizeReferences>
214 <Command>test-config-setup.bat "$(MONO_CONFIG_PATH)" "$(MONO_EXECUTABLE_DIR)" x86-64</Command>
216 </ItemDefinitionGroup>
217 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
218 <ImportGroup Label="ExtensionTargets">