[metadata] Fix leaks when handling a few attributes (#16675)
[mono-project.git] / msvc / mono-mini-regression-test.vcxproj
bloba9a6d5fe5c9b2427cfab8a5d72ae9f4bc3a2fd40
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     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
30     <ProjectName>mono-mini-regression-test</ProjectName>
31   </PropertyGroup>
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>
38   </PropertyGroup>
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>
45   </PropertyGroup>
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>
51   </PropertyGroup>
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>
58   </PropertyGroup>
59   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
60   <ImportGroup Label="ExtensionSettings">
61   </ImportGroup>
62   <ImportGroup Label="Shared">
63   </ImportGroup>
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-mini-regression-test.props" />
70     <Import Project="mono-test-env.props" />
71   </ImportGroup>
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-mini-regression-test.props" />
78     <Import Project="mono-test-env.props" />
79   </ImportGroup>
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-mini-regression-test.props" />
86     <Import Project="mono-test-env.props" />
87   </ImportGroup>
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-mini-regression-test.props" />
94     <Import Project="mono-test-env.props" />
95   </ImportGroup>
96   <PropertyGroup Label="UserMacros" />
97   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
98     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
99     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
100   </PropertyGroup>
101   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
102     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
103     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
104   </PropertyGroup>
105   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
106     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
107     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
108   </PropertyGroup>
109   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
110     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
111     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
112   </PropertyGroup>
113   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
114     <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>
115     <LocalDebuggerCommandArguments>$(MONO_MINI_REGRESSION_TEST_ARGS)</LocalDebuggerCommandArguments>
116     <LocalDebuggerWorkingDirectory>$(MONO_MINI_REGRESSION_TEST_DIR)</LocalDebuggerWorkingDirectory>
117     <LocalDebuggerEnvironment>$(MONO_PATH_ENV)
118 $(MONO_CFG_DIR_ENV)
119 $(MONO_TOOLCHAIN_PATH_ENV)
120 $(MONO_LOG_LEVEL_ENV)
121 $(MONO_LOG_MASK_ENV)
122 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
123     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
124   </PropertyGroup>
125   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
126     <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>
127     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
128     <LocalDebuggerCommandArguments>$(MONO_MINI_REGRESSION_TEST_ARGS)</LocalDebuggerCommandArguments>
129     <LocalDebuggerWorkingDirectory>$(MONO_MINI_REGRESSION_TEST_DIR)</LocalDebuggerWorkingDirectory>
130     <LocalDebuggerEnvironment>$(MONO_PATH_ENV)
131 $(MONO_CFG_DIR_ENV)
132 $(MONO_TOOLCHAIN_PATH_ENV)
133 $(MONO_LOG_LEVEL_ENV)
134 $(MONO_LOG_MASK_ENV)
135 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
136   </PropertyGroup>
137   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
138     <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>
139     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
140     <LocalDebuggerCommandArguments>$(MONO_MINI_REGRESSION_TEST_ARGS)</LocalDebuggerCommandArguments>
141     <LocalDebuggerWorkingDirectory>$(MONO_MINI_REGRESSION_TEST_DIR)</LocalDebuggerWorkingDirectory>
142     <LocalDebuggerEnvironment>$(MONO_PATH_ENV)
143 $(MONO_CFG_DIR_ENV)
144 $(MONO_TOOLCHAIN_PATH_ENV)
145 $(MONO_LOG_LEVEL_ENV)
146 $(MONO_LOG_MASK_ENV)
147 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
148   </PropertyGroup>
149   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
150     <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>
151     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
152     <LocalDebuggerCommandArguments>$(MONO_MINI_REGRESSION_TEST_ARGS)</LocalDebuggerCommandArguments>
153     <LocalDebuggerWorkingDirectory>$(MONO_MINI_REGRESSION_TEST_DIR)</LocalDebuggerWorkingDirectory>
154     <LocalDebuggerEnvironment>$(MONO_PATH_ENV)
155 $(MONO_CFG_DIR_ENV)
156 $(MONO_TOOLCHAIN_PATH_ENV)
157 $(MONO_LOG_LEVEL_ENV)
158 $(MONO_LOG_MASK_ENV)
159 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
160   </PropertyGroup>
161   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
162     <ClCompile>
163       <WarningLevel>Level3</WarningLevel>
164       <Optimization>Disabled</Optimization>
165       <SDLCheck>true</SDLCheck>
166     </ClCompile>
167   </ItemDefinitionGroup>
168   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
169     <ClCompile>
170       <WarningLevel>Level3</WarningLevel>
171       <Optimization>Disabled</Optimization>
172       <SDLCheck>true</SDLCheck>
173     </ClCompile>
174   </ItemDefinitionGroup>
175   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
176     <ClCompile>
177       <WarningLevel>Level3</WarningLevel>
178       <Optimization>MaxSpeed</Optimization>
179       <FunctionLevelLinking>true</FunctionLevelLinking>
180       <IntrinsicFunctions>true</IntrinsicFunctions>
181       <SDLCheck>true</SDLCheck>
182     </ClCompile>
183     <Link>
184       <EnableCOMDATFolding>true</EnableCOMDATFolding>
185       <OptimizeReferences>true</OptimizeReferences>
186     </Link>
187   </ItemDefinitionGroup>
188   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
189     <ClCompile>
190       <WarningLevel>Level3</WarningLevel>
191       <Optimization>MaxSpeed</Optimization>
192       <FunctionLevelLinking>true</FunctionLevelLinking>
193       <IntrinsicFunctions>true</IntrinsicFunctions>
194       <SDLCheck>true</SDLCheck>
195     </ClCompile>
196     <Link>
197       <EnableCOMDATFolding>true</EnableCOMDATFolding>
198       <OptimizeReferences>true</OptimizeReferences>
199     </Link>
200   </ItemDefinitionGroup>
201   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
202   <ImportGroup Label="ExtensionTargets">
203   </ImportGroup>
204 </Project>