Merge pull request #3274 from Unity-Technologies/fix-path-getfullpath-windows
[mono.git] / msvc / mono-mini-regression-test.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <ItemGroup Label="ProjectConfigurations">\r
4     <ProjectConfiguration Include="Debug|Win32">\r
5       <Configuration>Debug</Configuration>\r
6       <Platform>Win32</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="Release|Win32">\r
9       <Configuration>Release</Configuration>\r
10       <Platform>Win32</Platform>\r
11     </ProjectConfiguration>\r
12     <ProjectConfiguration Include="Debug|x64">\r
13       <Configuration>Debug</Configuration>\r
14       <Platform>x64</Platform>\r
15     </ProjectConfiguration>\r
16     <ProjectConfiguration Include="Release|x64">\r
17       <Configuration>Release</Configuration>\r
18       <Platform>x64</Platform>\r
19     </ProjectConfiguration>\r
20   </ItemGroup>\r
21   <ItemGroup>\r
22     <ProjectReference Include="mono.vcxproj">\r
23       <Project>{a0eddcd9-940f-432c-a28f-7ef322437d79}</Project>\r
24     </ProjectReference>\r
25   </ItemGroup>\r
26   <PropertyGroup Label="Globals">\r
27     <ProjectGuid>{3E0D229E-C39F-4EDA-9A6A-A33ECEA0322D}</ProjectGuid>\r
28     <RootNamespace>monoregressiontest</RootNamespace>\r
29     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>\r
30     <ProjectName>mono-mini-regression-test</ProjectName>\r
31   </PropertyGroup>\r
32   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
34     <ConfigurationType>Utility</ConfigurationType>\r
35     <UseDebugLibraries>true</UseDebugLibraries>\r
36     <PlatformToolset>v140</PlatformToolset>\r
37     <CharacterSet>MultiByte</CharacterSet>\r
38   </PropertyGroup>\r
39   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
40     <ConfigurationType>Utility</ConfigurationType>\r
41     <UseDebugLibraries>false</UseDebugLibraries>\r
42     <PlatformToolset>v140</PlatformToolset>\r
43     <WholeProgramOptimization>true</WholeProgramOptimization>\r
44     <CharacterSet>MultiByte</CharacterSet>\r
45   </PropertyGroup>\r
46   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
47     <ConfigurationType>Utility</ConfigurationType>\r
48     <UseDebugLibraries>true</UseDebugLibraries>\r
49     <PlatformToolset>v140</PlatformToolset>\r
50     <CharacterSet>MultiByte</CharacterSet>\r
51   </PropertyGroup>\r
52   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
53     <ConfigurationType>Utility</ConfigurationType>\r
54     <UseDebugLibraries>false</UseDebugLibraries>\r
55     <PlatformToolset>v140</PlatformToolset>\r
56     <WholeProgramOptimization>true</WholeProgramOptimization>\r
57     <CharacterSet>MultiByte</CharacterSet>\r
58   </PropertyGroup>\r
59   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
60   <ImportGroup Label="ExtensionSettings">\r
61   </ImportGroup>\r
62   <ImportGroup Label="Shared">\r
63   </ImportGroup>\r
64   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
65     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
66     <Import Project="mono.props" />\r
67     <Import Project="mono-regression-test-Win32.props" />\r
68     <Import Project="mono-regression-test.props" />\r
69     <Import Project="mono-mini-regression-test.props" />\r
70   </ImportGroup>\r
71   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
72     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
73     <Import Project="mono.props" />\r
74     <Import Project="mono-regression-test-Win32.props" />\r
75     <Import Project="mono-regression-test.props" />\r
76     <Import Project="mono-mini-regression-test.props" />\r
77   </ImportGroup>\r
78   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
79     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
80     <Import Project="mono.props" />\r
81     <Import Project="mono-regression-test-x64.props" />\r
82     <Import Project="mono-regression-test.props" />\r
83     <Import Project="mono-mini-regression-test.props" />\r
84   </ImportGroup>\r
85   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
86     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
87     <Import Project="mono.props" />\r
88     <Import Project="mono-regression-test-x64.props" />\r
89     <Import Project="mono-regression-test.props" />\r
90     <Import Project="mono-mini-regression-test.props" />\r
91   </ImportGroup>\r
92   <PropertyGroup Label="UserMacros" />\r
93   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
94     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>\r
95     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
96   </PropertyGroup>\r
97   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
98     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>\r
99     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
100   </PropertyGroup>\r
101   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
102     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>\r
103     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
104   </PropertyGroup>\r
105   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
106     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>\r
107     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
108   </PropertyGroup>\r
109   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
110     <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>\r
111     <LocalDebuggerCommandArguments>$(MONO_MINI_REGRESSION_TEST_ARGS)</LocalDebuggerCommandArguments>\r
112     <LocalDebuggerWorkingDirectory>$(MONO_EXECUTABLE_DIR)</LocalDebuggerWorkingDirectory>\r
113     <LocalDebuggerEnvironment>$(MONO_PATH_ENV)\r
114 $(MONO_CFG_DIR_ENV)\r
115 $(MONO_TOOLCHAIN_PATH_ENV)\r
116 $(MONO_LOG_LEVEL_ENV)\r
117 $(MONO_LOG_MASK_ENV)\r
118 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>\r
119     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>\r
120   </PropertyGroup>\r
121   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
122     <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>\r
123     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>\r
124     <LocalDebuggerCommandArguments>$(MONO_MINI_REGRESSION_TEST_ARGS)</LocalDebuggerCommandArguments>\r
125     <LocalDebuggerWorkingDirectory>$(MONO_EXECUTABLE_DIR)</LocalDebuggerWorkingDirectory>\r
126     <LocalDebuggerEnvironment>$(MONO_PATH_ENV)\r
127 $(MONO_CFG_DIR_ENV)\r
128 $(MONO_TOOLCHAIN_PATH_ENV)\r
129 $(MONO_LOG_LEVEL_ENV)\r
130 $(MONO_LOG_MASK_ENV)\r
131 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>\r
132   </PropertyGroup>\r
133   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
134     <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>\r
135     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>\r
136     <LocalDebuggerCommandArguments>$(MONO_MINI_REGRESSION_TEST_ARGS)</LocalDebuggerCommandArguments>\r
137     <LocalDebuggerWorkingDirectory>$(MONO_EXECUTABLE_DIR)</LocalDebuggerWorkingDirectory>\r
138     <LocalDebuggerEnvironment>$(MONO_PATH_ENV)\r
139 $(MONO_CFG_DIR_ENV)\r
140 $(MONO_TOOLCHAIN_PATH_ENV)\r
141 $(MONO_LOG_LEVEL_ENV)\r
142 $(MONO_LOG_MASK_ENV)\r
143 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>\r
144   </PropertyGroup>\r
145   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
146     <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>\r
147     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>\r
148     <LocalDebuggerCommandArguments>$(MONO_MINI_REGRESSION_TEST_ARGS)</LocalDebuggerCommandArguments>\r
149     <LocalDebuggerWorkingDirectory>$(MONO_EXECUTABLE_DIR)</LocalDebuggerWorkingDirectory>\r
150     <LocalDebuggerEnvironment>$(MONO_PATH_ENV)\r
151 $(MONO_CFG_DIR_ENV)\r
152 $(MONO_TOOLCHAIN_PATH_ENV)\r
153 $(MONO_LOG_LEVEL_ENV)\r
154 $(MONO_LOG_MASK_ENV)\r
155 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>\r
156   </PropertyGroup>\r
157   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
158     <ClCompile>\r
159       <WarningLevel>Level3</WarningLevel>\r
160       <Optimization>Disabled</Optimization>\r
161       <SDLCheck>true</SDLCheck>\r
162     </ClCompile>\r
163   </ItemDefinitionGroup>\r
164   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
165     <ClCompile>\r
166       <WarningLevel>Level3</WarningLevel>\r
167       <Optimization>Disabled</Optimization>\r
168       <SDLCheck>true</SDLCheck>\r
169     </ClCompile>\r
170   </ItemDefinitionGroup>\r
171   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
172     <ClCompile>\r
173       <WarningLevel>Level3</WarningLevel>\r
174       <Optimization>MaxSpeed</Optimization>\r
175       <FunctionLevelLinking>true</FunctionLevelLinking>\r
176       <IntrinsicFunctions>true</IntrinsicFunctions>\r
177       <SDLCheck>true</SDLCheck>\r
178     </ClCompile>\r
179     <Link>\r
180       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
181       <OptimizeReferences>true</OptimizeReferences>\r
182     </Link>\r
183   </ItemDefinitionGroup>\r
184   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
185     <ClCompile>\r
186       <WarningLevel>Level3</WarningLevel>\r
187       <Optimization>MaxSpeed</Optimization>\r
188       <FunctionLevelLinking>true</FunctionLevelLinking>\r
189       <IntrinsicFunctions>true</IntrinsicFunctions>\r
190       <SDLCheck>true</SDLCheck>\r
191     </ClCompile>\r
192     <Link>\r
193       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
194       <OptimizeReferences>true</OptimizeReferences>\r
195     </Link>\r
196   </ItemDefinitionGroup>\r
197   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
198   <ImportGroup Label="ExtensionTargets">\r
199   </ImportGroup>\r
200 </Project>