11<Project >
2- <PropertyGroup Condition =" $(TargetFramework.StartsWith('netstandard'))" >
3- <DefineConstants >$(DefineConstants);NETSTANDARD;PORTABLE</DefineConstants >
4- </PropertyGroup >
5- <PropertyGroup Condition =" $(TargetFramework.StartsWith('net4'))" >
6- <DefineConstants >$(DefineConstants);NET;WPF;XAML</DefineConstants >
7- </PropertyGroup >
8- <PropertyGroup Condition =" $(TargetFramework.StartsWith('uap'))" >
9- <DefineConstants >$(DefineConstants);NETFX_CORE;XAML;WINDOWS;WINDOWS_UWP</DefineConstants >
10- <TargetPlatformVersion >10.0.16299.0</TargetPlatformVersion >
11- <TargetPlatformMinVersion >10.0.16299.0</TargetPlatformMinVersion >
12- </PropertyGroup >
132 <PropertyGroup Condition =" $(TargetFramework.StartsWith('xamarin.ios'))" >
143 <DefineConstants >$(DefineConstants);MONO;UIKIT;COCOA;IOS</DefineConstants >
154 </PropertyGroup >
16- <PropertyGroup Condition =" $(TargetFramework.StartsWith('xamarin.mac'))" >
17- <DefineConstants >$(DefineConstants);MONO;COCOA;MAC</DefineConstants >
18- </PropertyGroup >
19- <PropertyGroup Condition =" $(TargetFramework.StartsWith('xamarin.tvos'))" >
20- <DefineConstants >$(DefineConstants);MONO;COCOA;TVOS</DefineConstants >
21- </PropertyGroup >
22- <PropertyGroup Condition =" $(TargetFramework.StartsWith('xamarin.watchos'))" >
23- <DefineConstants >$(DefineConstants);MONO;COCOA;WATCHOS</DefineConstants >
24- </PropertyGroup >
25- <PropertyGroup Condition =" $(TargetFramework.StartsWith('monoandroid'))" >
26- <DefineConstants >$(DefineConstants);MONO;ANDROID</DefineConstants >
27- <MonoAndroidResourcePrefix >Resources</MonoAndroidResourcePrefix >
28- <AndroidResgenClass >Resource</AndroidResgenClass >
29- <AndroidResgenFile >Resources\Resource.designer.cs</AndroidResgenFile >
30- </PropertyGroup >
31- <PropertyGroup Condition =" $(TargetFramework.StartsWith('netcoreapp'))" >
32- <DefineConstants >$(DefineConstants);NETCOREAPP</DefineConstants >
33- </PropertyGroup >
34- <PropertyGroup Condition =" $(TargetFramework.StartsWith('tizen'))" >
35- <DefineConstants >$(DefineConstants);TIZEN</DefineConstants >
36- <TargetFrameworkIdentifier >Tizen</TargetFrameworkIdentifier >
37- <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
5+
6+ <PropertyGroup >
7+ <TargetFrameworkMonikerAssemblyAttributesPath >$([System.IO.Path]::Combine('$(IntermediateOutputPath)','$(TargetFrameworkMoniker).AssemblyAttributes$(DefaultLanguageSourceExtension)'))</TargetFrameworkMonikerAssemblyAttributesPath >
388 </PropertyGroup >
9+ <ItemGroup >
10+ <EmbeddedFiles Include =" $(GeneratedAssemblyInfoFile)" />
11+ </ItemGroup >
3912</Project >
0 commit comments