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>{0046B994-40A8-4C64-AC9D-429DC9177B54}</ProjectGuid>
28 <Keyword>Win32Proj</Keyword>
29 <RootNamespace>mononunittest</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-nunit-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-nunit-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-nunit-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-nunit-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_NUNIT_RUN_ARGS)</LocalDebuggerCommandArguments>
120 <LocalDebuggerWorkingDirectory>$(MONO_NUNIT_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_NUNIT_RUN_ARGS)</LocalDebuggerCommandArguments>
133 <LocalDebuggerWorkingDirectory>$(MONO_NUNIT_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_NUNIT_RUN_ARGS)</LocalDebuggerCommandArguments>
145 <LocalDebuggerWorkingDirectory>$(MONO_NUNIT_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_NUNIT_RUN_ARGS)</LocalDebuggerCommandArguments>
157 <LocalDebuggerWorkingDirectory>$(MONO_NUNIT_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>
175 </ItemDefinitionGroup>
176 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
178 <WarningLevel>Level3</WarningLevel>
179 <Optimization>Disabled</Optimization>
180 <SDLCheck>true</SDLCheck>
186 </ItemDefinitionGroup>
187 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
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>
203 </ItemDefinitionGroup>
204 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
206 <WarningLevel>Level3</WarningLevel>
207 <Optimization>MaxSpeed</Optimization>
208 <FunctionLevelLinking>true</FunctionLevelLinking>
209 <IntrinsicFunctions>true</IntrinsicFunctions>
210 <SDLCheck>true</SDLCheck>
213 <EnableCOMDATFolding>true</EnableCOMDATFolding>
214 <OptimizeReferences>true</OptimizeReferences>
220 </ItemDefinitionGroup>
221 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
222 <ImportGroup Label="ExtensionTargets">