[Winforms] Form fixes (#18427)
[mono-project.git] / msvc / mono-full-aot-run-test.vcxproj
blob1ab941567f5c5fb9349b7b29ae47fa2ce19533e0
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   <PropertyGroup Label="Globals">
22     <ProjectGuid>{6C64262B-077B-4E12-AF91-9409ECCB75F6}</ProjectGuid>
23     <RootNamespace>monofullaotruntest</RootNamespace>
24     <Keyword>Win32Proj</Keyword>
25   </PropertyGroup>
26   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28     <ConfigurationType>Utility</ConfigurationType>
29     <UseDebugLibraries>true</UseDebugLibraries>
30     <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
31     <CharacterSet>Unicode</CharacterSet>
32   </PropertyGroup>
33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
34     <ConfigurationType>Utility</ConfigurationType>
35     <UseDebugLibraries>false</UseDebugLibraries>
36     <WholeProgramOptimization>true</WholeProgramOptimization>
37     <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
38     <CharacterSet>Unicode</CharacterSet>
39   </PropertyGroup>
40   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
41     <ConfigurationType>Utility</ConfigurationType>
42     <UseDebugLibraries>true</UseDebugLibraries>
43     <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
44     <CharacterSet>Unicode</CharacterSet>
45   </PropertyGroup>
46   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
47     <ConfigurationType>Utility</ConfigurationType>
48     <UseDebugLibraries>false</UseDebugLibraries>
49     <WholeProgramOptimization>true</WholeProgramOptimization>
50     <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
51     <CharacterSet>Unicode</CharacterSet>
52   </PropertyGroup>
53   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
54   <ImportGroup Label="ExtensionSettings">
55   </ImportGroup>
56   <ImportGroup Label="Shared">
57   </ImportGroup>
58   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
59     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
60     <Import Project="mono.props" />
61     <Import Project="mono-test.props" />
62     <Import Project="mono-test-Win32.props" />
63     <Import Project="mono-full-aot-test.props" />
64     <Import Project="mono-test-env.props" />
65   </ImportGroup>
66   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
67     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68     <Import Project="mono.props" />
69     <Import Project="mono-test.props" />
70     <Import Project="mono-test-Win32.props" />
71     <Import Project="mono-full-aot-test.props" />
72     <Import Project="mono-test-env.props" />
73   </ImportGroup>
74   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
75     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
76     <Import Project="mono.props" />
77     <Import Project="mono-test.props" />
78     <Import Project="mono-test-x64.props" />
79     <Import Project="mono-full-aot-test.props" />
80     <Import Project="mono-test-env.props" />
81   </ImportGroup>
82   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
83     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
84     <Import Project="mono.props" />
85     <Import Project="mono-test.props" />
86     <Import Project="mono-test-x64.props" />
87     <Import Project="mono-full-aot-test.props" />
88     <Import Project="mono-test-env.props" />
89   </ImportGroup>
90   <PropertyGroup Label="UserMacros" />
91   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
92     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
93     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
94   </PropertyGroup>
95   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
96     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
97     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
98   </PropertyGroup>
99   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
100     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
101     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
102   </PropertyGroup>
103   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
104     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
105     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
106   </PropertyGroup>
107   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
108     <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>
109     <LocalDebuggerCommandArguments>$(MONO_FULL_AOT_RUN_ARGS)</LocalDebuggerCommandArguments>
110     <LocalDebuggerWorkingDirectory>$(MONO_FULL_AOT_TEST_DIR)</LocalDebuggerWorkingDirectory>
111     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
112     <LocalDebuggerEnvironment>$(MONO_PATH_ENV)
113 $(MONO_CFG_DIR_ENV)
114 $(MONO_TOOLCHAIN_PATH_ENV)
115 $(MONO_LOG_LEVEL_ENV)
116 $(MONO_LOG_MASK_ENV)
117 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
118   </PropertyGroup>
119   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
120     <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>
121     <LocalDebuggerCommandArguments>$(MONO_FULL_AOT_RUN_ARGS)</LocalDebuggerCommandArguments>
122     <LocalDebuggerWorkingDirectory>$(MONO_FULL_AOT_TEST_DIR)</LocalDebuggerWorkingDirectory>
123     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
124     <LocalDebuggerEnvironment>$(MONO_PATH_ENV)
125 $(MONO_CFG_DIR_ENV)
126 $(MONO_TOOLCHAIN_PATH_ENV)
127 $(MONO_LOG_LEVEL_ENV)
128 $(MONO_LOG_MASK_ENV)
129 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
130   </PropertyGroup>
131   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
132     <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>
133     <LocalDebuggerCommandArguments>$(MONO_FULL_AOT_RUN_ARGS)</LocalDebuggerCommandArguments>
134     <LocalDebuggerWorkingDirectory>$(MONO_FULL_AOT_TEST_DIR)</LocalDebuggerWorkingDirectory>
135     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
136     <LocalDebuggerEnvironment>$(MONO_PATH_ENV)
137 $(MONO_CFG_DIR_ENV)
138 $(MONO_TOOLCHAIN_PATH_ENV)
139 $(MONO_LOG_LEVEL_ENV)
140 $(MONO_LOG_MASK_ENV)
141 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
142   </PropertyGroup>
143   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
144     <LocalDebuggerCommand>$(MONO_EXECUTABLE)</LocalDebuggerCommand>
145     <LocalDebuggerCommandArguments>$(MONO_FULL_AOT_RUN_ARGS)</LocalDebuggerCommandArguments>
146     <LocalDebuggerWorkingDirectory>$(MONO_FULL_AOT_TEST_DIR)</LocalDebuggerWorkingDirectory>
147     <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
148     <LocalDebuggerEnvironment>$(MONO_PATH_ENV)
149 $(MONO_CFG_DIR_ENV)
150 $(MONO_TOOLCHAIN_PATH_ENV)
151 $(MONO_LOG_LEVEL_ENV)
152 $(MONO_LOG_MASK_ENV)
153 $(LocalDebuggerEnvironment)</LocalDebuggerEnvironment>
154   </PropertyGroup>
155   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
156     <ClCompile>
157       <WarningLevel>Level3</WarningLevel>
158       <Optimization>Disabled</Optimization>
159       <SDLCheck>true</SDLCheck>
160     </ClCompile>
161   </ItemDefinitionGroup>
162   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
163     <ClCompile>
164       <WarningLevel>Level3</WarningLevel>
165       <Optimization>Disabled</Optimization>
166       <SDLCheck>true</SDLCheck>
167     </ClCompile>
168   </ItemDefinitionGroup>
169   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
170     <ClCompile>
171       <WarningLevel>Level3</WarningLevel>
172       <Optimization>MaxSpeed</Optimization>
173       <FunctionLevelLinking>true</FunctionLevelLinking>
174       <IntrinsicFunctions>true</IntrinsicFunctions>
175       <SDLCheck>true</SDLCheck>
176     </ClCompile>
177     <Link>
178       <EnableCOMDATFolding>true</EnableCOMDATFolding>
179       <OptimizeReferences>true</OptimizeReferences>
180     </Link>
181   </ItemDefinitionGroup>
182   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
183     <ClCompile>
184       <WarningLevel>Level3</WarningLevel>
185       <Optimization>MaxSpeed</Optimization>
186       <FunctionLevelLinking>true</FunctionLevelLinking>
187       <IntrinsicFunctions>true</IntrinsicFunctions>
188       <SDLCheck>true</SDLCheck>
189     </ClCompile>
190     <Link>
191       <EnableCOMDATFolding>true</EnableCOMDATFolding>
192       <OptimizeReferences>true</OptimizeReferences>
193     </Link>
194   </ItemDefinitionGroup>
195   <ItemGroup>
196     <ProjectReference Include="mono.vcxproj">
197       <Project>{a0eddcd9-940f-432c-a28f-7ef322437d79}</Project>
198     </ProjectReference>
199   </ItemGroup>
200   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
201   <ImportGroup Label="ExtensionTargets">
202   </ImportGroup>
203 </Project>