1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{C47F8562-A2B9-4BA3-87AC-B42D015E241D}</ProjectGuid >
8+ <OutputType >winmdobj</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >TestRuntimeComponentCSharp</RootNamespace >
11+ <AssemblyName >TestRuntimeComponentCSharp</AssemblyName >
12+ <DefaultLanguage >en-US</DefaultLanguage >
13+ <TargetPlatformIdentifier >UAP</TargetPlatformIdentifier >
14+ <TargetPlatformVersion Condition =" '$(TargetPlatformVersion)' == '' " >10.0.18362.0</TargetPlatformVersion >
15+ <TargetPlatformMinVersion >10.0.15063.0</TargetPlatformMinVersion >
16+ <MinimumVisualStudioVersion >14</MinimumVisualStudioVersion >
17+ <FileAlignment >512</FileAlignment >
18+ <ProjectTypeGuids >{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
19+ <AllowCrossPlatformRetargeting >false</AllowCrossPlatformRetargeting >
20+ </PropertyGroup >
21+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
22+ <PlatformTarget >AnyCPU</PlatformTarget >
23+ <DebugSymbols >true</DebugSymbols >
24+ <DebugType >full</DebugType >
25+ <Optimize >false</Optimize >
26+ <OutputPath >bin\Debug\</OutputPath >
27+ <DefineConstants >DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants >
28+ <ErrorReport >prompt</ErrorReport >
29+ <WarningLevel >4</WarningLevel >
30+ </PropertyGroup >
31+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
32+ <PlatformTarget >AnyCPU</PlatformTarget >
33+ <DebugType >pdbonly</DebugType >
34+ <Optimize >true</Optimize >
35+ <OutputPath >bin\Release\</OutputPath >
36+ <DefineConstants >TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants >
37+ <ErrorReport >prompt</ErrorReport >
38+ <WarningLevel >4</WarningLevel >
39+ </PropertyGroup >
40+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x86'" >
41+ <PlatformTarget >x86</PlatformTarget >
42+ <DebugSymbols >true</DebugSymbols >
43+ <OutputPath >bin\x86\Debug\</OutputPath >
44+ <DefineConstants >DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants >
45+ <NoWarn >;2008</NoWarn >
46+ <DebugType >full</DebugType >
47+ <UseVSHostingProcess >false</UseVSHostingProcess >
48+ <ErrorReport >prompt</ErrorReport >
49+ </PropertyGroup >
50+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x86'" >
51+ <PlatformTarget >x86</PlatformTarget >
52+ <OutputPath >bin\x86\Release\</OutputPath >
53+ <DefineConstants >TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants >
54+ <Optimize >true</Optimize >
55+ <NoWarn >;2008</NoWarn >
56+ <DebugType >pdbonly</DebugType >
57+ <UseVSHostingProcess >false</UseVSHostingProcess >
58+ <ErrorReport >prompt</ErrorReport >
59+ </PropertyGroup >
60+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|ARM'" >
61+ <PlatformTarget >ARM</PlatformTarget >
62+ <DebugSymbols >true</DebugSymbols >
63+ <OutputPath >bin\ARM\Debug\</OutputPath >
64+ <DefineConstants >DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants >
65+ <NoWarn >;2008</NoWarn >
66+ <DebugType >full</DebugType >
67+ <UseVSHostingProcess >false</UseVSHostingProcess >
68+ <ErrorReport >prompt</ErrorReport >
69+ </PropertyGroup >
70+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|ARM'" >
71+ <PlatformTarget >ARM</PlatformTarget >
72+ <OutputPath >bin\ARM\Release\</OutputPath >
73+ <DefineConstants >TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants >
74+ <Optimize >true</Optimize >
75+ <NoWarn >;2008</NoWarn >
76+ <DebugType >pdbonly</DebugType >
77+ <UseVSHostingProcess >false</UseVSHostingProcess >
78+ <ErrorReport >prompt</ErrorReport >
79+ </PropertyGroup >
80+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|ARM64'" >
81+ <PlatformTarget >ARM64</PlatformTarget >
82+ <DebugSymbols >true</DebugSymbols >
83+ <OutputPath >bin\ARM64\Debug\</OutputPath >
84+ <DefineConstants >DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants >
85+ <NoWarn >;2008</NoWarn >
86+ <DebugType >full</DebugType >
87+ <UseVSHostingProcess >false</UseVSHostingProcess >
88+ <ErrorReport >prompt</ErrorReport >
89+ </PropertyGroup >
90+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|ARM64'" >
91+ <PlatformTarget >ARM64</PlatformTarget >
92+ <OutputPath >bin\ARM64\Release\</OutputPath >
93+ <DefineConstants >TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants >
94+ <Optimize >true</Optimize >
95+ <NoWarn >;2008</NoWarn >
96+ <DebugType >pdbonly</DebugType >
97+ <UseVSHostingProcess >false</UseVSHostingProcess >
98+ <ErrorReport >prompt</ErrorReport >
99+ </PropertyGroup >
100+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|x64'" >
101+ <PlatformTarget >x64</PlatformTarget >
102+ <DebugSymbols >true</DebugSymbols >
103+ <OutputPath >bin\x64\Debug\</OutputPath >
104+ <DefineConstants >DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants >
105+ <NoWarn >;2008</NoWarn >
106+ <DebugType >full</DebugType >
107+ <UseVSHostingProcess >false</UseVSHostingProcess >
108+ <ErrorReport >prompt</ErrorReport >
109+ </PropertyGroup >
110+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|x64'" >
111+ <PlatformTarget >x64</PlatformTarget >
112+ <OutputPath >bin\x64\Release\</OutputPath >
113+ <DefineConstants >TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants >
114+ <Optimize >true</Optimize >
115+ <NoWarn >;2008</NoWarn >
116+ <DebugType >pdbonly</DebugType >
117+ <UseVSHostingProcess >false</UseVSHostingProcess >
118+ <ErrorReport >prompt</ErrorReport >
119+ </PropertyGroup >
120+ <PropertyGroup >
121+ <RestoreProjectStyle >PackageReference</RestoreProjectStyle >
122+ </PropertyGroup >
123+ <ItemGroup >
124+ <Compile Include =" TestRuntimeComponentCSharpClass.cs" />
125+ <Compile Include =" Properties\AssemblyInfo.cs" />
126+ </ItemGroup >
127+ <ItemGroup >
128+ <PackageReference Include =" Microsoft.NETCore.UniversalWindowsPlatform" >
129+ <Version >5.4.7</Version >
130+ </PackageReference >
131+ </ItemGroup >
132+ <PropertyGroup Condition =" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' " >
133+ <VisualStudioVersion >14.0</VisualStudioVersion >
134+ </PropertyGroup >
135+ <Import Project =" $(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
136+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
137+ Other similar extension points exist, see Microsoft.Common.targets.
138+ <Target Name="BeforeBuild">
139+ </Target>
140+ <Target Name="AfterBuild">
141+ </Target>
142+ -->
143+ </Project >
0 commit comments